Repository: jruizaranguren/best-of-digital-identity Branch: main Commit: f6b2dfa4ddbb Files: 251 Total size: 8.0 MB Directory structure: gitextract_j_365ab5/ ├── .github/ │ ├── CODE_OF_CONDUCT.md │ ├── ISSUE_TEMPLATE/ │ │ ├── 01_suggest-project.md │ │ ├── 02_update-project.md │ │ ├── 03_update-category.md │ │ ├── 04_change-configuration.md │ │ └── 05_anything-else.md │ ├── PULL_REQUEST_TEMPLATE.md │ ├── labels.yml │ └── workflows/ │ └── update-best-of-list.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── config/ │ ├── footer.md │ └── header.md ├── history/ │ ├── 2023-04-12_changes.md │ ├── 2023-04-12_projects.csv │ ├── 2023-04-13_changes.md │ ├── 2023-04-13_projects.csv │ ├── 2023-04-14_changes.md │ ├── 2023-04-14_projects.csv │ ├── 2023-04-20_changes.md │ ├── 2023-04-20_projects.csv │ ├── 2023-04-21_changes.md │ ├── 2023-04-21_projects.csv │ ├── 2023-04-23_changes.md │ ├── 2023-04-23_projects.csv │ ├── 2023-04-24_changes.md │ ├── 2023-04-24_projects.csv │ ├── 2023-04-27_changes.md │ ├── 2023-04-27_projects.csv │ ├── 2023-05-04_changes.md │ ├── 2023-05-04_projects.csv │ ├── 2023-05-09_changes.md │ ├── 2023-05-09_projects.csv │ ├── 2023-05-11_changes.md │ ├── 2023-05-11_projects.csv │ ├── 2023-05-18_changes.md │ ├── 2023-05-18_projects.csv │ ├── 2023-05-25_changes.md │ ├── 2023-05-25_projects.csv │ ├── 2023-06-01_changes.md │ ├── 2023-06-01_projects.csv │ ├── 2023-06-15_changes.md │ ├── 2023-06-15_projects.csv │ ├── 2023-06-29_changes.md │ ├── 2023-06-29_projects.csv │ ├── 2023-07-06_changes.md │ ├── 2023-07-06_projects.csv │ ├── 2023-07-13_changes.md │ ├── 2023-07-13_projects.csv │ ├── 2023-07-27_changes.md │ ├── 2023-07-27_projects.csv │ ├── 2023-08-03_changes.md │ ├── 2023-08-03_projects.csv │ ├── 2023-08-10_changes.md │ ├── 2023-08-10_projects.csv │ ├── 2023-08-17_changes.md │ ├── 2023-08-17_projects.csv │ ├── 2023-10-12_changes.md │ ├── 2023-10-12_projects.csv │ ├── 2023-10-19_changes.md │ ├── 2023-10-19_projects.csv │ ├── 2023-10-26_changes.md │ ├── 2023-10-26_projects.csv │ ├── 2023-11-02_changes.md │ ├── 2023-11-02_projects.csv │ ├── 2023-11-09_changes.md │ ├── 2023-11-09_projects.csv │ ├── 2023-11-11_changes.md │ ├── 2023-11-11_projects.csv │ ├── 2023-11-16_changes.md │ ├── 2023-11-16_projects.csv │ ├── 2023-11-23_changes.md │ ├── 2023-11-23_projects.csv │ ├── 2023-11-30_changes.md │ ├── 2023-11-30_projects.csv │ ├── 2023-12-07_changes.md │ ├── 2023-12-07_projects.csv │ ├── 2023-12-14_changes.md │ ├── 2023-12-14_projects.csv │ ├── 2023-12-21_changes.md │ ├── 2023-12-21_projects.csv │ ├── 2023-12-28_changes.md │ ├── 2023-12-28_projects.csv │ ├── 2024-01-04_changes.md │ ├── 2024-01-04_projects.csv │ ├── 2024-01-18_changes.md │ ├── 2024-01-18_projects.csv │ ├── 2024-01-25_changes.md │ ├── 2024-01-25_projects.csv │ ├── 2024-02-01_changes.md │ ├── 2024-02-01_projects.csv │ ├── 2024-02-15_changes.md │ ├── 2024-02-15_projects.csv │ ├── 2024-02-22_changes.md │ ├── 2024-02-22_projects.csv │ ├── 2024-02-29_changes.md │ ├── 2024-02-29_projects.csv │ ├── 2024-03-07_changes.md │ ├── 2024-03-07_projects.csv │ ├── 2024-03-14_changes.md │ ├── 2024-03-14_projects.csv │ ├── 2024-03-21_changes.md │ ├── 2024-03-21_projects.csv │ ├── 2024-04-04_changes.md │ ├── 2024-04-04_projects.csv │ ├── 2024-04-11_changes.md │ ├── 2024-04-11_projects.csv │ ├── 2024-04-18_changes.md │ ├── 2024-04-18_projects.csv │ ├── 2024-04-25_changes.md │ ├── 2024-04-25_projects.csv │ ├── 2024-05-09_changes.md │ ├── 2024-05-09_projects.csv │ ├── 2024-05-23_changes.md │ ├── 2024-05-23_projects.csv │ ├── 2024-05-30_changes.md │ ├── 2024-05-30_projects.csv │ ├── 2024-06-06_changes.md │ ├── 2024-06-06_projects.csv │ ├── 2024-12-27_changes.md │ ├── 2024-12-27_projects.csv │ ├── 2025-01-02_changes.md │ ├── 2025-01-02_projects.csv │ ├── 2025-01-09_changes.md │ ├── 2025-01-09_projects.csv │ ├── 2025-01-16_changes.md │ ├── 2025-01-16_projects.csv │ ├── 2025-01-23_changes.md │ ├── 2025-01-23_projects.csv │ ├── 2025-01-30_changes.md │ ├── 2025-01-30_projects.csv │ ├── 2025-02-06_changes.md │ ├── 2025-02-06_projects.csv │ ├── 2025-02-07_changes.md │ ├── 2025-02-07_projects.csv │ ├── 2025-02-13_changes.md │ ├── 2025-02-13_projects.csv │ ├── 2025-02-27_changes.md │ ├── 2025-02-27_projects.csv │ ├── 2025-03-13_changes.md │ ├── 2025-03-13_projects.csv │ ├── 2025-03-20_changes.md │ ├── 2025-03-20_projects.csv │ ├── 2025-03-27_changes.md │ ├── 2025-03-27_projects.csv │ ├── 2025-04-03_changes.md │ ├── 2025-04-03_projects.csv │ ├── 2025-04-10_changes.md │ ├── 2025-04-10_projects.csv │ ├── 2025-04-17_changes.md │ ├── 2025-04-17_projects.csv │ ├── 2025-04-24_changes.md │ ├── 2025-04-24_projects.csv │ ├── 2025-05-01_changes.md │ ├── 2025-05-01_projects.csv │ ├── 2025-05-08_changes.md │ ├── 2025-05-08_projects.csv │ ├── 2025-05-15_changes.md │ ├── 2025-05-15_projects.csv │ ├── 2025-05-22_changes.md │ ├── 2025-05-22_projects.csv │ ├── 2025-05-29_changes.md │ ├── 2025-05-29_projects.csv │ ├── 2025-06-09_changes.md │ ├── 2025-06-09_projects.csv │ ├── 2025-06-12_changes.md │ ├── 2025-06-12_projects.csv │ ├── 2025-06-19_changes.md │ ├── 2025-06-19_projects.csv │ ├── 2025-06-26_changes.md │ ├── 2025-06-26_projects.csv │ ├── 2025-07-03_changes.md │ ├── 2025-07-03_projects.csv │ ├── 2025-07-10_changes.md │ ├── 2025-07-10_projects.csv │ ├── 2025-07-17_changes.md │ ├── 2025-07-17_projects.csv │ ├── 2025-07-31_changes.md │ ├── 2025-07-31_projects.csv │ ├── 2025-08-07_changes.md │ ├── 2025-08-07_projects.csv │ ├── 2025-08-21_changes.md │ ├── 2025-08-21_projects.csv │ ├── 2025-08-28_changes.md │ ├── 2025-08-28_projects.csv │ ├── 2025-09-04_changes.md │ ├── 2025-09-04_projects.csv │ ├── 2025-09-25_changes.md │ ├── 2025-09-25_projects.csv │ ├── 2025-10-02_changes.md │ ├── 2025-10-02_projects.csv │ ├── 2025-10-09_changes.md │ ├── 2025-10-09_projects.csv │ ├── 2025-10-23_changes.md │ ├── 2025-10-23_projects.csv │ ├── 2025-10-30_changes.md │ ├── 2025-10-30_projects.csv │ ├── 2025-11-06_changes.md │ ├── 2025-11-06_projects.csv │ ├── 2025-11-20_changes.md │ ├── 2025-11-20_projects.csv │ ├── 2025-11-27_changes.md │ ├── 2025-11-27_projects.csv │ ├── 2025-12-04_changes.md │ ├── 2025-12-04_projects.csv │ ├── 2025-12-18_changes.md │ ├── 2025-12-18_projects.csv │ ├── 2025-12-25_changes.md │ ├── 2025-12-25_projects.csv │ ├── 2026-01-01_changes.md │ ├── 2026-01-01_projects.csv │ ├── 2026-01-08_changes.md │ ├── 2026-01-08_projects.csv │ ├── 2026-01-15_changes.md │ ├── 2026-01-15_projects.csv │ ├── 2026-01-22_changes.md │ ├── 2026-01-22_projects.csv │ ├── 2026-01-29_changes.md │ ├── 2026-01-29_projects.csv │ ├── 2026-02-05_changes.md │ ├── 2026-02-05_projects.csv │ ├── 2026-02-12_changes.md │ ├── 2026-02-12_projects.csv │ ├── 2026-02-19_changes.md │ ├── 2026-02-19_projects.csv │ ├── 2026-02-26_changes.md │ ├── 2026-02-26_projects.csv │ ├── 2026-03-05_changes.md │ ├── 2026-03-05_projects.csv │ ├── 2026-03-12_changes.md │ ├── 2026-03-12_projects.csv │ ├── 2026-03-19_changes.md │ ├── 2026-03-19_projects.csv │ ├── 2026-03-26_changes.md │ ├── 2026-03-26_projects.csv │ ├── 2026-04-09_changes.md │ ├── 2026-04-09_projects.csv │ ├── 2026-04-16_changes.md │ ├── 2026-04-16_projects.csv │ ├── 2026-04-23_changes.md │ ├── 2026-04-23_projects.csv │ ├── 2026-04-30_changes.md │ ├── 2026-04-30_projects.csv │ ├── 2026-05-07_changes.md │ ├── 2026-05-07_projects.csv │ ├── 2026-05-14_changes.md │ └── 2026-05-14_projects.csv ├── latest-changes.md └── projects.yaml ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/CODE_OF_CONDUCT.md ================================================ # Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at team@mltooling.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq ================================================ FILE: .github/ISSUE_TEMPLATE/01_suggest-project.md ================================================ --- name: "📦 Suggest a project" about: "Do you like to suggest a project that hasn't been added to this best-of list yet?" title: 'Add project: ' labels: 'add-project' assignees: '' --- **Project details:** - Project Name: - Github URL: - Category: - License: - Package Managers: **Additional context:** ================================================ FILE: .github/ISSUE_TEMPLATE/02_update-project.md ================================================ --- name: "✏️ Update a project" about: Do you have changes for a project, e.g. missing package manager, wrong license or category? title: 'Update project: ' labels: 'update-project' assignees: '' --- **Update details:** - Project Name: **Additional context:** ================================================ FILE: .github/ISSUE_TEMPLATE/03_update-category.md ================================================ --- name: "🏷 Add or update a category" about: Do you like to suggest a new project category or update an existing one? title: '' labels: 'category' assignees: '' --- - [ ] Add category - [ ] Update category: **Category details:** - Category Title: - Category Subtitle: **Additional context:** ================================================ FILE: .github/ISSUE_TEMPLATE/04_change-configuration.md ================================================ --- name: "⚙️ Change configuration" about: Do you have a suggestion for changing the configuration, e.g. allow additional licenses or adjust minimal stars? title: '' labels: 'configuration' assignees: '' --- **Configuration Change:** ================================================ FILE: .github/ISSUE_TEMPLATE/05_anything-else.md ================================================ --- name: "\U0001F4AC Anything else?" about: For questions or suggestions regarding the metadata collection or markdown generation, please refer to the best-of-lists/best-of-generator repository. title: '' labels: 'question' assignees: '' --- **Describe the issue:** ================================================ FILE: .github/PULL_REQUEST_TEMPLATE.md ================================================ **What kind of change does this PR introduce?** - [ ] Add a project - [ ] Update a project - [ ] Remove a project - [ ] Add or update a category - [ ] Change configuration - [ ] Documentation - [ ] Other, please describe: **Description:** **Checklist:** - [ ] I have read the [CONTRIBUTING](https://github.com/best-of-lists/best-of/blob/main/CONTRIBUTING.md) guidelines. - [ ] I have not modified the `README.md` file. Projects are only supposed to be added or updated within the `projects.yaml` file since the `README.md` file is automatically generated. ================================================ FILE: .github/labels.yml ================================================ - name: add-project color: a2eeef description: "Add new project to best-of list" - name: update-project color: a2eeef description: "Update a project on the best-of list" - name: category color: a2eeef description: "Add or update a category to the best-of list" - name: configuration color: a2eeef description: "Issue refers to the best-of list configuration" - name: generation color: a2eeef description: "Issue refers to the best-of markdown generation" - name: collection color: a2eeef description: "Issue refers to the project metadata collection" - name: question color: a2eeef description: "Further information is requested" - name: documentation color: a2eeef description: "Changes to documentation" - name: bug color: d73a4a description: "Something isn't working" - name: "good first issue" color: 98FF98 description: "Good for newcomers" - name: "help wanted" color: 98FF98 description: "Extra attention is needed" - name: invalid color: cfd3d7 description: "This doesn't seem right" - name: duplicate color: cfd3d7 description: "This issue or pull request already exists" - name: "further input needed" color: cfd3d7 description: "Not enough detail is provided by the creator" ================================================ FILE: .github/workflows/update-best-of-list.yml ================================================ # Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.5/workflows/update-best-of-list.yml name: update-best-of-list on: workflow_dispatch: inputs: version: description: "Version to use for this update" required: false schedule: - cron: "0 18 * * 4" # Every thursday at 6pm env: BRANCH_PREFIX: "update/" DEFAULT_BRANCH: "main" jobs: update-best-of-list: runs-on: ubuntu-latest steps: - if: ${{ github.event.inputs != null && github.event.inputs.version != null }} name: set-version-from-input run: echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV - if: ${{ ! (env.VERSION != null && env.VERSION != '') }} name: set-version-via-date run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV - uses: actions/checkout@v4 - name: check-version-tag shell: bash run: | git fetch --tags --force git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0 - name: create-update-branch uses: peterjgrainger/action-create-branch@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}" - uses: actions/checkout@v2 with: fetch-depth: 0 ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} token: ${{ secrets.GITHUB_TOKEN }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: update-best-of-list uses: best-of-lists/best-of-update-action@v0.8.5 with: libraries_key: ${{ secrets.LIBRARIES_KEY }} github_key: ${{ secrets.GITHUB_TOKEN }} - name: push-update uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} commit_user_name: best-of update commit_user_email: actions@github.com commit_message: Update best-of list for version ${{ env.VERSION }} tagging_message: ${{ env.VERSION }} skip_dirty_check: true commit_options: "--allow-empty" - name: create-pull-request shell: bash run: | # Stops script execution if a command has an error set -e curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.2 bin/hub pull-request -b ${{ env.DEFAULT_BRANCH }} -h ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} --no-edit -m "Best-of update: ${{ env.VERSION }}" -m "To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the [releases section](../releases) as well." || true rm bin/hub env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: create-release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ env.VERSION }} release_name: "Update: ${{ env.VERSION }}" body_path: "latest-changes.md" draft: true prerelease: false ================================================ FILE: .gitignore ================================================ # IntelliJ target/ .idea/ *.iml # Sublime *.sublime-workspace # Eclipse .settings # VS Code .project .classpath .vscode/* # Ignore all local history of files **/.history # Java *.class target/ # C *.so # Python *.pyc *.egg-info __pycache__ .ipynb_checkpoints .Python dist/ .python-version .installed.cfg *.egg reqlib-metadata .mypy_cache/ .venv venv/ build/ # Byte-compiled / optimized / DLL files *.pyc __pycache__/ *.py[cod] *$py.class # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *,cover .hypothesis/ .pytest_cache/ # NPM / Node / JavaScript .npm node_modules/ jspm_packages/ # Runtime data pids *.pid *.seed *.pid.lock # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # vim temporary files *~ .*.sw? # Other Artifacts hs_err_pid* *.log *.swp *.swo temp/* .DS_Store ================================================ FILE: CONTRIBUTING.md ================================================ # Contribution Guidelines Thanks for your interest in contributing to our project. This page will give you a quick overview of how things are organized and, most importantly, how to get involved. Everyone is welcome to contribute, and we value everybody's contribution. ## Table of contents 1. [Add a project](#add-a-project) 2. [Update a project](#update-a-project) 3. [Improve metadata collection](#improve-metadata-collection) 4. [Improve markdown generation](#improve-markdown-generation) 5. [Create your own best-of list](#improve-markdown-generation) 6. [Code of conduct](#code-of-conduct) ## Add a project If you like to suggest or add a project, choose one of the following ways: - Suggest a project by opening an issue: Please use the suggest project template from the [issue page](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose) and fill in the requested information. - Add a project by modifying the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [Github UI](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). Before opening an issue or pull request, please ensure that you adhere to the following guidelines: - Please make sure that the project was not already added or suggested to this best-of list. You can ensure this by searching the projects.yaml, the Readme, and the issue list. - Add the project to the `projects.yaml` and never to the `README.md` file directly. Use the yaml format and the properties documented in the [project properties](#project-properties) section below to add a new project, for example: ```yaml - name: Tensorflow github_id: tensorflow/tensorflow pypi_id: tensorflow conda_id: tensorflow labels: ["tensorflow"] category: ml-frameworks ``` - Please create an individual issue or pull request for each project. - Please use the following title format for the issue or pull request: `Add project: project-name`. - If a project doesn't fit into any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose). ## Update a project If you like to suggest or contribute a project update, choose one of the following ways: - Suggest a project update by opening an issue: Please use the update project template from the [issue page](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose) and fill in the requested information. - Update a project by modifying the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). Before opening an issue or pull request, please ensure that you adhere to the following guidelines: - Only update the project in the `projects.yaml` and never to the `README.md` file directly. Use the yaml format and the properties documented in the [project properties](#project-properties) section below to update a new project. - Please create an individual issue or pull request for each project. - Please use the following title format for the issue or pull request: `Update project: project-name`. ## Project properties
Property Description
name Name of the project. This name is required to be unique on the best-of list.
github_id Github ID of the project based on user or organization and the repository name, e.g. best-of-lists/best-of-generator.
Optional Properties:
category Category that this project is most related to. You can find all available category IDs in the projects.yaml file. The project will be sorted into the Others category if no category is provided.
labels List of labels that this project is related to. You can find all available label IDs in the projects.yaml file.
Supported Package Managers:
pypi_id Project ID on the python package index (PyPi).
conda_id Project ID on the conda package manager. If the main package is provided on a different channel, prefix the ID with the given channel: e.g. conda-forge/tensorflow
npm_id Project ID on the Node package manager (npm).
dockerhub_id Project ID on the Docker Hub container registry.
maven_id Artifact ID on Maven central, e.g. org.apache.flink:flink-core.
Please refer to the [best-of-generator documentation](https://github.com/best-of-lists/best-of-generator#project-properties) for a complete and up-to-date list of supported project properties. ## Improve metadata collection If you like to contribute to or share suggestions regarding the project metadata collection, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. ## Improve markdown generation If you like to contribute to or share suggestions regarding the markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. ## Create your own best-of list If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our Github Action and includes other useful template files. ## Code of Conduct All members of the project community must abide by the [Contributor Covenant, version 2.0](./.github/CODE_OF_CONDUCT.md). Only by respecting each other we can develop a productive, collaborative community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer. ================================================ FILE: LICENSE ================================================ Attribution-ShareAlike 4.0 International ======================================================================= Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC- licensed material, or material used under an exception or limitation to copyright. More considerations for licensors: wiki.creativecommons.org/Considerations_for_licensors Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor's permission is not necessary for any reason--for example, because of any applicable exception or limitation to copyright--then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public: wiki.creativecommons.org/Considerations_for_licensees ======================================================================= Creative Commons Attribution-ShareAlike 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. Section 1 -- Definitions. a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. Section 2 -- Scope. a. License grant. 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: a. reproduce and Share the Licensed Material, in whole or in part; and b. produce, reproduce, and Share Adapted Material. 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 3. Term. The term of this Public License is specified in Section 6(a). 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a) (4) never produces Adapted Material. 5. Downstream recipients. a. Offer from the Licensor -- Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. b. Additional offer from the Licensor -- Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter's License You apply. c. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). b. Other rights. 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 2. Patent and trademark rights are not licensed under this Public License. 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. Section 3 -- License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. a. Attribution. 1. If You Share the Licensed Material (including in modified form), You must: a. retain the following if it is supplied by the Licensor with the Licensed Material: i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); ii. a copyright notice; iii. a notice that refers to this Public License; iv. a notice that refers to the disclaimer of warranties; v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; b. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and c. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. b. ShareAlike. In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. 1. The Adapter's License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. Section 4 -- Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. Section 5 -- Disclaimer of Warranties and Limitation of Liability. a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. Section 6 -- Term and Termination. a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 2. upon express reinstatement by the Licensor. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 -- Other Terms and Conditions. a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. Section 8 -- Interpretation. a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. ======================================================================= Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark "Creative Commons" or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. ================================================ FILE: README.md ================================================

best-of-digital-identity

🏆  A ranked list of awesome Digital Identity open source projects. Updated weekly.

This curated list contains 170 awesome open-source projects with a total of 900K stars grouped into 11 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. > 🚨 This calculation is just chosen by experience. There is no scientific proof that this really reflects the quality of a project. It considers evidence retrieved from github suchs as contributors, activity, releases, commits, etc. and from package managers like npm, pypi, etc. such as downloads, dependents, etc. 🔥 This list is also available on [best-of.org](https://best-of.org). There you can also find similar lists for other topics. 🏆 If you like to add or update projects, feel free to open an [issue](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose), submit a [pull request](https://github.com/jruizaranguren/best-of-digital-identity/pulls), or directly edit the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). Contributions are very welcome! > 🧙‍♂️ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). ## Contents - [Identity Providers](#identity-providers) _18 projects_ - [Authentication, Oauth2, OIDC, Webauthn](#authentication-oauth2-oidc-webauthn) _26 projects_ - [Access control and authorization](#access-control-and-authorization) _11 projects_ - [Shared Groups](#shared-groups) _11 projects_ - [Cryptographics and Public Key Infrastructure](#cryptographics-and-public-key-infrastructure) _10 projects_ - [Machine Identity Management](#machine-identity-management) _9 projects_ - [Biometrics](#biometrics) _13 projects_ - [Specifications](#specifications) _17 projects_ - [Decentralized Identifiers](#decentralized-identifiers) _16 projects_ - [Self-Sovereign Identity Agents](#self-sovereign-identity-agents) _11 projects_ - [Self-Sovereign Identity, credentials and protocols SDKs](#self-sovereign-identity-credentials-and-protocols-sdks) _30 projects_ ## Explanation - 🥇🥈🥉  Combined project-quality score - ⭐️  Star count from GitHub - 🐣  New project _(less than 6 months old)_ - 💤  Inactive project _(6 months no activity)_ - 💀  Dead project _(12 months no activity)_ - 📈📉  Project is trending up or down - ➕  Project was recently added - ❗️  Warning _(e.g. missing/risky license)_ - 👨‍💻  Contributors count from GitHub - 🔀  Fork count from GitHub - 📋  Issue count from GitHub - ⏱️  Last update timestamp on package manager - 📥  Download count from package manager - 📦  Number of dependent projects
## Identity Providers Back to top _Identity providers (IdPs) and Identity and Access Management (IAMs) solutions_
keycloak (🥇38 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - [GitHub](https://github.com/keycloak/keycloak) (👨‍💻 1.8K · 🔀 8.2K · 📥 1.2M · 📋 19K - 13% open · ⏱️ 14.05.2026): ``` git clone https://github.com/keycloak/keycloak ``` - [Docker Hub](https://hub.docker.com/r/quay.io/keycloak/keycloak): ``` docker pull quay.io/keycloak/keycloak ```
ory-kratos (🥇37 · ⭐ 14K) - Headless cloud-native authentication and identity management.. Apache-2 ory - [GitHub](https://github.com/ory/kratos) (👨‍💻 250 · 🔀 1.1K · 📥 61K · 📦 55 · 📋 1.4K - 10% open · ⏱️ 13.05.2026): ``` git clone https://github.com/ory/kratos ``` - [Docker Hub](https://hub.docker.com/r/oryd/kratos) (📥 120M · ⭐ 22 · ⏱️ 20.03.2026): ``` docker pull oryd/kratos ```
casdoor (🥈35 · ⭐ 14K) - An open-source Agent-first Identity and Access Management (IAM) /LLM.. Apache-2 - [GitHub](https://github.com/casdoor/casdoor) (👨‍💻 290 · 🔀 1.6K · 📥 1.7K · 📦 12 · 📋 2.3K - 4% open · ⏱️ 12.05.2026): ``` git clone https://github.com/casdoor/casdoor ``` - [Docker Hub](https://hub.docker.com/r/casbin/casdoor) (📥 1.2M · ⭐ 23 · ⏱️ 12.05.2026): ``` docker pull casbin/casdoor ```
cas (🥈35 · ⭐ 11K) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - [GitHub](https://github.com/apereo/cas) (👨‍💻 370 · 🔀 3.9K · 📥 4.1K · 📦 21 · ⏱️ 14.05.2026): ``` git clone https://github.com/apereo/cas ``` - [Docker Hub](https://hub.docker.com/r/apereo/cas) (📥 1.6M · ⭐ 130 · ⏱️ 14.05.2026): ``` docker pull apereo/cas ```
authelia (🥈33 · ⭐ 28K) - The Single Sign-On Multi-Factor portal for web apps, now OpenID.. Apache-2 - [GitHub](https://github.com/authelia/authelia) (👨‍💻 290 · 🔀 1.4K · 📥 55K · 📋 1.4K - 3% open · ⏱️ 14.05.2026): ``` git clone https://github.com/authelia/authelia ```
wso2-identity-server (🥈32 · ⭐ 890 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - [GitHub](https://github.com/wso2/product-is) (👨‍💻 750 · 🔀 980 · 📥 22K · 📋 18K - 8% open · ⏱️ 14.05.2026): ``` git clone https://github.com/wso2/product-is ``` - [Docker Hub](https://hub.docker.com/r/wso2/wso2is) (📥 2M · ⭐ 40 · ⏱️ 04.11.2025): ``` docker pull wso2/wso2is ```
authentik (🥈31 · ⭐ 21K) - The authentication glue you need. ❗️Custom - [GitHub](https://github.com/goauthentik/authentik) (👨‍💻 540 · 🔀 1.6K · 📥 7.2K · 📋 4.2K - 18% open · ⏱️ 14.05.2026): ``` git clone https://github.com/goauthentik/authentik ```
logto (🥈31 · ⭐ 12K) - Authentication and authorization infrastructure for SaaS and AI apps,.. MPL-2.0 - [GitHub](https://github.com/logto-io/logto) (👨‍💻 92 · 🔀 780 · 📥 8.1K · 📦 9 · 📋 820 - 20% open · ⏱️ 14.05.2026): ``` git clone https://github.com/logto-io/logto ``` - [Docker Hub](https://hub.docker.com/r/svhd/logto) (📥 430K · ⭐ 7 · ⏱️ 14.05.2026): ``` docker pull svhd/logto ```
kanidm (🥈31 · ⭐ 4.9K) - Kanidm: A simple, secure, and fast identity management platform. MPL-2.0 - [GitHub](https://github.com/kanidm/kanidm) (👨‍💻 150 · 🔀 320 · 📥 450 · 📦 42 · 📋 1.2K - 19% open · ⏱️ 14.05.2026): ``` git clone https://github.com/kanidm/kanidm ``` - [Docker Hub](https://hub.docker.com/r/kanidm/server) (📥 840K · ⭐ 4 · ⏱️ 14.05.2026): ``` docker pull kanidm/server ```
zitadel (🥉30 · ⭐ 14K) - ZITADEL - Identity infrastructure, simplified foryou. ❗️AGPL-3.0 - [GitHub](https://github.com/zitadel/zitadel) (👨‍💻 250 · 🔀 1.1K · 📥 19K · 📦 1 · 📋 3.6K - 24% open · ⏱️ 12.05.2026): ``` git clone https://github.com/zitadel/zitadel ``` - [Docker Hub](https://hub.docker.com/r/ghcr.io/zitadel/zitadel): ``` docker pull ghcr.io/zitadel/zitadel ```
jansen (🥉30 · ⭐ 630) - The Janssen Project is a home for open source IAM components,.. Apache-2 linux-foundation - [GitHub](https://github.com/JanssenProject/jans) (👨‍💻 140 · 🔀 170 · 📥 11K · 📦 16 · 📋 5.6K - 4% open · ⏱️ 14.05.2026): ``` git clone https://github.com/janssenproject/jans ```
authgear (🥉25 · ⭐ 1.8K) - Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA,.. Apache-2 - [GitHub](https://github.com/authgear/authgear-server) (👨‍💻 50 · 🔀 110 · 📥 680 · 📦 9 · 📋 2.3K - 15% open · ⏱️ 14.05.2026): ``` git clone https://github.com/authgear/authgear-server ```
supertokens (🥉24 · ⭐ 15K) - Open source alternative to Auth0 / Firebase Auth / AWS Cognito. ❗️Custom - [GitHub](https://github.com/supertokens/supertokens-core) (👨‍💻 36 · 🔀 660 · 📋 540 - 24% open · ⏱️ 05.05.2026): ``` git clone https://github.com/supertokens/supertokens-core ``` - [Docker Hub](https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql): ``` docker pull registry.supertokens.io/supertokens/supertokens-postgresql ```
freeipa (🥉24 · ⭐ 1.4K) - Mirror of FreeIPA, an integrated security information management.. ❗️GPL-3.0 - [GitHub](https://github.com/freeipa/freeipa) (👨‍💻 260 · 🔀 360 · ⏱️ 12.05.2026): ``` git clone https://github.com/freeipa/freeipa ``` - [Docker Hub](https://hub.docker.com/r/freeipa/freeipa-server) (📥 6.4M · ⭐ 180 · ⏱️ 13.05.2026): ``` docker pull freeipa/freeipa-server ```
maxkey (🥉23 · ⭐ 1.9K) - Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access.. Apache-2 - [GitHub](https://github.com/dromara/MaxKey) (👨‍💻 60 · 🔀 390 · 📋 140 - 2% open · ⏱️ 06.05.2026): ``` git clone https://github.com/dromara/MaxKey ``` - [Docker Hub](https://hub.docker.com/r/maxkeytop/maxkey) (📥 46K · ⭐ 5 · ⏱️ 01.02.2026): ``` docker pull maxkeytop/maxkey ```
keystone (🥉23 · ⭐ 710) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - [GitHub](https://github.com/openstack/keystone) (👨‍💻 760 · 🔀 680 · 📦 200 · ⏱️ 23.04.2026): ``` git clone https://github.com/openstack/keystone ```
gotrue (🥉22 · ⭐ 4.4K) - An JWT based API for managing users and issuing JWT tokens. MIT - [GitHub](https://github.com/netlify/gotrue) (👨‍💻 48 · 🔀 320 · 📦 11 · 📋 140 - 4% open · ⏱️ 28.04.2026): ``` git clone https://github.com/netlify/gotrue ```
Show 1 hidden projects... - hanko (🥉27 · ⭐ 8.9K) - Modern authentication, on your terms. Open source alternative to.. ❗Unlicensed

## Authentication, Oauth2, OIDC, Webauthn Back to top _Authentication, Oauth2 authorization, and OIDC tools and projects_
nextauthjs (🥇41 · ⭐ 28K) - Authentication for the Web. ISC - [GitHub](https://github.com/nextauthjs/next-auth) (👨‍💻 900 · 🔀 4K · 📦 480K · 📋 5.1K - 7% open · ⏱️ 14.04.2026): ``` git clone https://github.com/nextauthjs/next-auth ``` - [npm](https://www.npmjs.com/package/next-auth) (📥 16M / month): ``` npm install next-auth ```
oauthlib (🥇41 · ⭐ 3K) - A generic, spec-compliant, thorough implementation of the OAuth request-.. BSD-3 - [GitHub](https://github.com/oauthlib/oauthlib) (👨‍💻 200 · 🔀 500 · 📦 650K · 📋 400 - 22% open · ⏱️ 22.04.2026): ``` git clone https://github.com/oauthlib/oauthlib ``` - [PyPi](https://pypi.org/project/oauthlib) (📥 350M / month): ``` pip install oauthlib ```
authlib (🥇39 · ⭐ 5.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 - [GitHub](https://github.com/authlib/authlib) (👨‍💻 140 · 🔀 520 · 📦 53K · 📋 540 - 20% open · ⏱️ 06.05.2026): ``` git clone https://github.com/lepture/authlib ``` - [PyPi](https://pypi.org/project/authlib) (📥 120M / month): ``` pip install authlib ```
ory-hydra (🥈35 · ⭐ 17K) - Internet-scale OpenID Certified OpenID Connect and OAuth2.1.. Apache-2 ory - [GitHub](https://github.com/ory/hydra) (👨‍💻 320 · 🔀 1.5K · 📥 590K · 📋 1.6K - 6% open · ⏱️ 14.04.2026): ``` git clone https://github.com/ory/hydra ``` - [Docker Hub](https://hub.docker.com/r/oryd/hydra) (📥 430M · ⭐ 78 · ⏱️ 20.03.2026): ``` docker pull oryd/hydra ```
node-oidc-provider (🥈33 · ⭐ 3.7K) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - [GitHub](https://github.com/panva/node-oidc-provider) (👨‍💻 76 · 🔀 760 · 📦 2.2K · ⏱️ 09.05.2026): ``` git clone https://github.com/panva/node-oidc-provider ``` - [npm](https://www.npmjs.com/package/oidc-provider) (📥 1.2M / month): ``` npm install oidc-provider ```
dex (🥈32 · ⭐ 11K) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable.. Apache-2 linux-foundation - [GitHub](https://github.com/dexidp/dex) (👨‍💻 300 · 🔀 1.8K · 📥 360 · 📦 200 · 📋 1.2K - 27% open · ⏱️ 11.05.2026): ``` git clone https://github.com/dexidp/dex ``` - [Docker Hub](https://hub.docker.com/r/quay.io/dexidp/dex): ``` docker pull quay.io/dexidp/dex ```
pysaml2 (🥈32 · ⭐ 610 · 💤) - Python implementation of SAML2. Apache-2 - [GitHub](https://github.com/IdentityPython/pysaml2) (👨‍💻 180 · 🔀 420 · 📦 2.3K · 📋 460 - 21% open · ⏱️ 07.10.2025): ``` git clone https://github.com/IdentityPython/pysaml2 ``` - [PyPi](https://pypi.org/project/pysaml2) (📥 4M / month): ``` pip install pysaml2 ```
doorkeeper (🥈30 · ⭐ 5.5K) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - [GitHub](https://github.com/doorkeeper-gem/doorkeeper) (👨‍💻 340 · 🔀 1K · 📦 11K · 📋 900 - 4% open · ⏱️ 05.05.2026): ``` git clone https://github.com/doorkeeper-gem/doorkeeper ```
py_webauthn (🥈26 · ⭐ 1K) - Pythonic WebAuthn. BSD-3 - [GitHub](https://github.com/duo-labs/py_webauthn) (👨‍💻 34 · 🔀 190 · 📋 110 - 1% open · ⏱️ 12.05.2026): ``` git clone https://github.com/duo-labs/py_webauthn ``` - [PyPi](https://pypi.org/project/webauthn) (📥 5.1M / month): ``` pip install webauthn ```
fido2-net-lib (🥈25 · ⭐ 1.4K) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT - [GitHub](https://github.com/passwordless-lib/fido2-net-lib) (👨‍💻 55 · 🔀 200 · 📦 390 · 📋 280 - 11% open · ⏱️ 20.04.2026): ``` git clone https://github.com/passwordless-lib/fido2-net-lib ```
identity-server (🥉24 · ⭐ 1.6K) - The most flexible and standards-compliant OpenID Connect.. ❗️Custom - [GitHub](https://github.com/DuendeSoftware/products) (👨‍💻 340 · 🔀 390 · ⏱️ 21.04.2026): ``` git clone https://github.com/duendesoftware/identityserver ```
passwordlessid-webauthn (🥉22 · ⭐ 600) - Webauthn / passkeys helper library to make your life.. MIT - [GitHub](https://github.com/passwordless-id/webauthn) (👨‍💻 20 · 🔀 59 · 📦 5.6K · ⏱️ 11.05.2026): ``` git clone https://github.com/passwordless-id/webauthn ``` - [npm](https://www.npmjs.com/package/passwordless-id/webauthn): ``` npm install passwordless-id/webauthn ```
django-passkeys (🥉22 · ⭐ 250) - Django Authentication Backend For Passkeys. MIT - [GitHub](https://github.com/mkalioby/django-passkeys) (👨‍💻 6 · 🔀 30 · 📦 24 · 📋 40 - 22% open · ⏱️ 01.05.2026): ``` git clone https://github.com/mkalioby/django-passkeys ``` - [PyPi](https://pypi.org/project/django-passkeys) (📥 9.8K / month): ``` pip install django-passkeys ```
howdy (🥉21 · ⭐ 7.5K · 💤) - Windows Hello style facial authentication for Linux. MIT - [GitHub](https://github.com/boltgolt/howdy) (👨‍💻 69 · 🔀 370 · 📥 33K · 📋 930 - 33% open · ⏱️ 22.06.2025): ``` git clone https://github.com/boltgolt/howdy ```
appauth-ios (🥉20 · ⭐ 2K) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid - [GitHub](https://github.com/openid/AppAuth-iOS) (👨‍💻 53 · 🔀 790 · 📋 550 - 33% open · ⏱️ 04.05.2026): ``` git clone https://github.com/openid/appauth-ios ```
webauthn4j (🥉20 · ⭐ 580) - A portable Java library for WebAuthn(Passkeys) server side.. Apache-2 - [GitHub](https://github.com/webauthn4j/webauthn4j) (👨‍💻 39 · 🔀 92 · 📋 160 - 6% open · ⏱️ 14.05.2026): ``` git clone https://github.com/webauthn4j/webauthn4j ``` - [Maven](https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core): ``` com.webauthn4j webauthn4j-core [VERSION] ```
opensk (🥉19 · ⭐ 3.3K) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf - [GitHub](https://github.com/google/OpenSK) (👨‍💻 25 · 🔀 310 · 📋 210 - 5% open · ⏱️ 07.05.2026): ``` git clone https://github.com/google/OpenSK ```
appauth-android (🥉18 · ⭐ 3.2K) - Android client SDK for communicating with OAuth 2.0.. Apache-2 openid - [GitHub](https://github.com/openid/AppAuth-Android) (👨‍💻 51 · 🔀 940 · 📋 770 - 28% open · ⏱️ 22.03.2026): ``` git clone https://github.com/openid/appauth-android ``` - [Maven](https://search.maven.org/artifact/net.openid/appauth): ``` net.openid appauth [VERSION] ```
webauthn-json (🥉17 · ⭐ 790 · 💤) - A small WebAuthn API wrapper that translates to/from pure JSON.. MIT - [GitHub](https://github.com/github/webauthn-json) (👨‍💻 15 · 🔀 61 · 📦 30 · ⏱️ 11.08.2025): ``` git clone https://github.com/github/webauthn-json ``` - [npm](https://www.npmjs.com/package/github/webauthn-json): ``` npm install github/webauthn-json ```
laragear-webauthn (🥉15 · ⭐ 400) - Authenticate users with Passkeys: fingerprints, patterns and.. MIT - [GitHub](https://github.com/Laragear/WebAuthn) (👨‍💻 12 · 🔀 47 · ⏱️ 08.05.2026): ``` git clone https://github.com/laragear/webauthn ```
webauthn-ruby (🥉13 · ⭐ 770) - WebAuthn ruby server library Make your Ruby/Rails web server.. MIT - [GitHub](https://github.com/cedarcode/webauthn-ruby) (👨‍💻 39 · 🔀 64 · 📋 120 - 3% open · ⏱️ 15.01.2026): ``` git clone https://github.com/cedarcode/webauthn-ruby ```
Show 5 hidden projects... - passport (🥈37 · ⭐ 24K · 💀) - Simple, unobtrusive authentication for Node.js. MIT - solid-client-authn-js (🥉24 · ⭐ 77) - A client library for authenticating with Solid. MIT solid - satosa (🥉20 · ⭐ 260 · 💀) - Proxy translating between different authentication protocols.. Apache-2 - libfido2 (🥉18 · ⭐ 710) - Provides library functionality for FIDO2, including.. ❗Unlicensed - appauth-js (🥉13 · ⭐ 1K · 💀) - JavaScript client SDK for communicating with OAuth 2.0.. Apache-2 openid

## Access control and authorization Back to top _Authorization and policy managing libraries, tools and projects._
open-policy-agent (🥇42 · ⭐ 12K) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - [GitHub](https://github.com/open-policy-agent/opa) (👨‍💻 570 · 🔀 1.5K · 📥 21M · 📦 6.8K · 📋 2.9K - 11% open · ⏱️ 13.05.2026): ``` git clone https://github.com/open-policy-agent/opa ``` - [Docker Hub](https://hub.docker.com/r/openpolicyagent/opa) (📥 620M · ⭐ 47 · ⏱️ 12.05.2026): ``` docker pull openpolicyagent/opa ```
casl (🥇38 · ⭐ 6.9K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - [GitHub](https://github.com/stalniy/casl) (👨‍💻 78 · 🔀 300 · 📦 100K · 📋 510 - 1% open · ⏱️ 13.05.2026): ``` git clone https://github.com/stalniy/casl ``` - [npm](https://www.npmjs.com/package/@casl/ability) (📥 5.4M / month): ``` npm install @casl/ability ```
casbin (🥈32 · ⭐ 20K) - Apache Casbin: an authorization library that supports access control.. Apache-2 - [GitHub](https://github.com/apache/casbin) (👨‍💻 160 · 🔀 1.7K · 📥 25 · 📋 940 - 4% open · ⏱️ 06.05.2026): ``` git clone https://github.com/casbin/casbin ``` - [PyPi](https://pypi.org/project/casbin) (📥 2.2M / month): ``` pip install casbin ``` - [npm](https://www.npmjs.com/package/casbin) (📥 610K / month): ``` npm install casbin ``` - [Maven](https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter): ``` org.casbin casbin-spring-boot-starter [VERSION] ```
spicedb (🥈32 · ⭐ 6.7K) - Open Source, Google Zanzibar-inspired database for scalably storing.. Apache-2 - [GitHub](https://github.com/authzed/spicedb) (👨‍💻 75 · 🔀 380 · 📥 220K · 📦 170 · 📋 580 - 16% open · ⏱️ 14.05.2026): ``` git clone https://github.com/authzed/spicedb ``` - [Docker Hub](https://hub.docker.com/r/authzed/spicedb) (📥 8.6M · ⭐ 7 · ⏱️ 13.05.2026): ``` docker pull authzed/spicedb ```
keto (🥈32 · ⭐ 5.3K) - The most scalable and customizable permission server on the market... Apache-2 ory - [GitHub](https://github.com/ory/keto) (👨‍💻 87 · 🔀 380 · 📥 47K · 📦 41 · 📋 340 - 12% open · ⏱️ 12.05.2026): ``` git clone https://github.com/ory/keto ``` - [Docker Hub](https://hub.docker.com/r/oryd/keto) (📥 52M · ⭐ 10 · ⏱️ 20.03.2026): ``` docker pull oryd/keto ```
cerbos (🥉29 · ⭐ 4.4K) - Cerbos is the open core, language-agnostic, scalable authorization.. Apache-2 - [GitHub](https://github.com/cerbos/cerbos) (👨‍💻 33 · 🔀 180 · 📥 77K · 📦 34 · 📋 420 - 11% open · ⏱️ 14.05.2026): ``` git clone https://github.com/cerbos/cerbos ``` - [Docker Hub](https://hub.docker.com/r/ghcr.io/cerbos/cerbos): ``` docker pull ghcr.io/cerbos/cerbos ```
opal (🥉28 · ⭐ 5.5K) - Policy and data administration, distribution, and real-time updates on.. Apache-2 - [GitHub](https://github.com/permitio/opal) (👨‍💻 76 · 🔀 270 · 📥 2.1K · 📦 47 · 📋 180 - 28% open · ⏱️ 12.05.2026): ``` git clone https://github.com/permitio/opal ``` - [Docker Hub](https://hub.docker.com/r/permitio/opal-server) (📥 500K · ⭐ 1 · ⏱️ 13.05.2026): ``` docker pull permitio/opal-server ```
permify (🥉27 · ⭐ 5.9K) - An open-source authorization as a service inspired by Google.. ❗️AGPL-3.0 - [GitHub](https://github.com/Permify/permify) (👨‍💻 76 · 🔀 310 · 📥 13K · 📦 4 · 📋 350 - 15% open · ⏱️ 07.05.2026): ``` git clone https://github.com/permify/permify ``` - [Docker Hub](https://hub.docker.com/r/ghcr.io/permify/permify): ``` docker pull ghcr.io/permify/permify ```
ladon (🥉18 · ⭐ 2.5K · 💤) - A SDK for access control policies: authorization for the.. Apache-2 ory - [GitHub](https://github.com/ory/ladon) (👨‍💻 54 · 🔀 220 · ⏱️ 22.10.2025): ``` git clone https://github.com/ory/ladon ```
warrant (🥉17 · ⭐ 1.3K) - Warrant is a highly scalable, centralized authorization service.. Apache-2 - [GitHub](https://github.com/warrant-dev/warrant) (👨‍💻 5 · 🔀 53 · 📥 3.2K · 📦 4 · 📋 38 - 42% open · ⏱️ 05.12.2025): ``` git clone https://github.com/warrant-dev/warrant ``` - [Docker Hub](https://hub.docker.com/r/warrantdev/warrant): ``` docker pull warrantdev/warrant ```
Show 1 hidden projects... - oso (🥉27 · ⭐ 3.5K · 💀) - Deprecated: See README. Apache-2

## Shared Groups Back to top _Repository groups from organizations, business or open-source communities that collaborate across many open source projects at once._ 🔗 weboftrust - Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems. weboftrust 🔗 ietf - Internet Engineering Task Force. 🔗 identity-foundation - Developing the foundational components of an open, standards-based,.. 🔗 solidproject - Re-decentralizing the web. solid 🔗 w3c - We are an international community that develops open standards to ensure the long-term growth.. w3c 🔗 openid - The OpenID Foundation. openid 🔗 trustoverip - Trust over IP Foundation. 🔗 openwallet-foundation - OpenWallet Foundation. 🔗 kantara - Kantara Initiative. 🔗 fido alliance - FIDO Alliance. 🔗 mosip - Modular Open Source Identity Platform.
## Cryptographics and Public Key Infrastructure Back to top _Tools, libraries and services for cryptographics and PKI management_
cert-manager (🥇41 · ⭐ 14K) - Automatically provision and manage TLS certificates in.. Apache-2 linux-foundation - [GitHub](https://github.com/cert-manager/cert-manager) (👨‍💻 560 · 🔀 2.3K · 📥 120M · 📦 2.6K · 📋 3.7K - 4% open · ⏱️ 14.05.2026): ``` git clone https://github.com/cert-manager/cert-manager ```
vault (🥇37 · ⭐ 36K) - A tool for secrets management, encryption as a.. ❗️Business Source License 1.1 hashicorp - [GitHub](https://github.com/hashicorp/vault) (👨‍💻 1.6K · 🔀 4.5K · 📦 16K · 📋 6.5K - 18% open · ⏱️ 14.05.2026): ``` git clone https://github.com/hashicorp/vault ```
boulder (🥈29 · ⭐ 5.7K) - An ACME-based certificate authority, written in Go. MPL-2.0 linux-foundation - [GitHub](https://github.com/letsencrypt/boulder) (👨‍💻 150 · 🔀 620 · 📥 34K · 📋 3.3K - 5% open · ⏱️ 12.05.2026): ``` git clone https://github.com/letsencrypt/boulder ``` - [Docker Hub](https://hub.docker.com/r/letsencrypt/boulder-tools) (📥 2.1M · ⭐ 13 · ⏱️ 07.04.2026): ``` docker pull letsencrypt/boulder-tools ```
lemur (🥈29 · ⭐ 1.8K) - Repository for the Lemur Certificate Manager. Apache-2 - [GitHub](https://github.com/Netflix/lemur) (👨‍💻 160 · 🔀 320 · 📥 66 · 📦 47 · 📋 560 - 19% open · ⏱️ 12.05.2026): ``` git clone https://github.com/netflix/lemur ```
yubikey-manager (🥈29 · ⭐ 1.1K · 📉) - Python library and command line tool for configuring any.. BSD-2 - [GitHub](https://github.com/Yubico/yubikey-manager) (👨‍💻 53 · 🔀 140 · 📥 47K · 📦 240 · 📋 360 - 11% open · ⏱️ 15.04.2026): ``` git clone https://github.com/Yubico/yubikey-manager ``` - [PyPi](https://pypi.org/project/yubikey-manager) (📥 25K / month): ``` pip install yubikey-manager ```
athenz (🥉27 · ⭐ 990) - Open source platform for X.509 certificate based service.. Apache-2 linux-foundation - [GitHub](https://github.com/AthenZ/athenz) (👨‍💻 110 · 🔀 300 · 📦 380 · 📋 330 - 11% open · ⏱️ 14.05.2026): ``` git clone https://github.com/athenz/athenz ```
dogtagpki (🥉23 · ⭐ 490) - The Dogtag Certificate System is an enterprise-class Certificate.. ❗️GPL-2.0 - [GitHub](https://github.com/dogtagpki/pki) (👨‍💻 98 · 🔀 150 · 📥 10K · 📋 3K - 3% open · ⏱️ 13.05.2026): ``` git clone https://github.com/dogtagpki/pki ```
ja3 (🥉18 · ⭐ 3.1K · 💤) - JA3 is a standard for creating SSL client fingerprints in an easy to.. BSD-3 - [GitHub](https://github.com/salesforce/ja3) (👨‍💻 27 · 🔀 310 · 📦 1 · 📋 52 - 53% open · ⏱️ 01.05.2025): ``` git clone https://github.com/salesforce/ja3 ``` - [PyPi](https://pypi.org/project/pyja3) (📥 3.9K / month): ``` pip install pyja3 ```
barbican (🥉17 · ⭐ 250) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack - [GitHub](https://github.com/openstack/barbican) (👨‍💻 310 · 🔀 76 · ⏱️ 12.05.2026): ``` git clone https://github.com/openstack/barbican ```
crypto (🥉12 · ⭐ 130 · 💤) - Library providing privacy enhancing cryptographic primitives,.. Apache-2 - [GitHub](https://github.com/docknetwork/crypto) (👨‍💻 7 · 🔀 43 · 📦 22 · 📋 17 - 47% open · ⏱️ 02.10.2025): ``` git clone https://github.com/docknetwork/crypto ```

## Machine Identity Management Back to top _Tools, services and protocols for machine to machine secure digital interactions_
coredns (🥇41 · ⭐ 14K) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - [GitHub](https://github.com/coredns/coredns) (👨‍💻 480 · 🔀 2.4K · 📥 6.1M · 📦 15K · 📋 2.5K - 9% open · ⏱️ 14.05.2026): ``` git clone https://github.com/coredns/coredns ``` - [Docker Hub](https://hub.docker.com/r/coredns/coredns) (📥 330M · ⭐ 160 · ⏱️ 22.04.2026): ``` docker pull coredns/coredns ```
spire (🥈35 · ⭐ 2.3K) - The SPIFFE Runtime Environment. Apache-2 cncf linux-foundation - [GitHub](https://github.com/spiffe/spire) (👨‍💻 260 · 🔀 600 · 📥 820K · 📦 210 · 📋 1.7K - 6% open · ⏱️ 11.05.2026): ``` git clone https://github.com/spiffe/spire ``` - [Docker Hub](https://hub.docker.com/r/ghcr.io/spiffe/spire-server): ``` docker pull ghcr.io/spiffe/spire-server ```
pomerium (🥈33 · ⭐ 4.8K) - Pomerium is an identity and context-aware access proxy. Apache-2 - [GitHub](https://github.com/pomerium/pomerium) (👨‍💻 100 · 🔀 330 · 📥 59K · 📦 24 · 📋 1.1K - 7% open · ⏱️ 14.05.2026): ``` git clone https://github.com/pomerium/pomerium ``` - [Docker Hub](https://hub.docker.com/r/pomerium/pomerium) (📥 1.6B · ⭐ 14 · ⏱️ 14.05.2026): ``` docker pull pomerium/pomerium ```
oathkeeper (🥈32 · ⭐ 3.6K) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - [GitHub](https://github.com/ory/oathkeeper) (👨‍💻 120 · 🔀 400 · 📥 27K · 📦 16 · 📋 380 - 17% open · ⏱️ 07.05.2026): ``` git clone https://github.com/ory/oathkeeper ``` - [Docker Hub](https://hub.docker.com/r/oryd/oathkeeper) (📥 91M · ⭐ 44 · ⏱️ 20.03.2026): ``` docker pull oryd/oathkeeper ```
ockam (🥉27 · ⭐ 4.6K) - Orchestrate end-to-end encryption, cryptographic identities, mutual.. Apache-2 - [GitHub](https://github.com/build-trust/ockam) (👨‍💻 320 · 🔀 560 · 📥 15K · 📦 190 · ⏱️ 04.01.2026): ``` git clone https://github.com/build-trust/ockam ```
conjur (🥉22 · ⭐ 960) - CyberArk Conjur automatically secures secrets used by privileged users.. ❗️LGPL - [GitHub](https://github.com/cyberark/conjur) (👨‍💻 120 · 🔀 140 · 📥 2.2K · 📋 1.1K - 12% open · ⏱️ 10.11.2025): ``` git clone https://github.com/cyberark/conjur ``` - [Docker Hub](https://hub.docker.com/r/cyberark/conjur) (📥 7.7M · ⭐ 29 · ⏱️ 10.11.2025): ``` docker pull cyberark/conjur ```
spiffe (🥉17 · ⭐ 1.8K) - The SPIFFE Project. Apache-2 cncf linux-foundation - [GitHub](https://github.com/spiffe/spiffe) (👨‍💻 75 · 🔀 200 · 📋 100 - 37% open · ⏱️ 13.05.2026): ``` git clone https://github.com/spiffe/spiffe ```
beyond (🥉14 · ⭐ 260) - BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services.. Apache-2 - [GitHub](https://github.com/presbrey/beyond) (👨‍💻 6 · 🔀 25 · 📋 2 - 50% open · ⏱️ 10.11.2025): ``` git clone https://github.com/cogolabs/beyond ``` - [Docker Hub](https://hub.docker.com/r/cogolabs/beyond) (📥 18K · ⏱️ 16.03.2021): ``` docker pull cogolabs/beyond ```
Show 1 hidden projects... - boundary (🥉31 · ⭐ 4K) - Boundary enables identity-based access management for.. ❗Unlicensed hashicorp

## Biometrics Back to top _Face, voice and other biometrics tools and projects concerning natural person identification_
deepface (🥇39 · ⭐ 23K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - [GitHub](https://github.com/serengil/deepface) (👨‍💻 97 · 🔀 3K · 📦 8.6K · 📋 1.2K - 0% open · ⏱️ 13.05.2026): ``` git clone https://github.com/serengil/deepface ``` - [PyPi](https://pypi.org/project/deepface) (📥 820K / month): ``` pip install deepface ```
speechbrain (🥇38 · ⭐ 12K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 270 · 🔀 1.7K · 📦 4.2K · 📋 1.2K - 10% open · ⏱️ 13.05.2026): ``` git clone https://github.com/speechbrain/speechbrain ``` - [PyPi](https://pypi.org/project/speechbrain) (📥 1.6M / month): ``` pip install speechbrain ```
paddlespeech (🥈34 · ⭐ 13K) - Easy-to-use Speech Toolkit including Self-Supervised Learning.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleSpeech) (👨‍💻 160 · 🔀 1.9K · 📦 170 · 📋 2K - 13% open · ⏱️ 31.03.2026): ``` git clone https://github.com/PaddlePaddle/PaddleSpeech ``` - [PyPi](https://pypi.org/project/paddlepaddle) (📥 1.7M / month): ``` pip install paddlepaddle ```
whisper (🥉29 · ⭐ 99K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - [GitHub](https://github.com/openai/whisper) (👨‍💻 81 · 🔀 12K · 📦 21 · ⏱️ 15.04.2026): ``` git clone https://github.com/openai/whisper ``` - [PyPi](https://pypi.org/project/openai-whisper) (📥 2.3M / month): ``` pip install openai-whisper ```
faceswap (🥉29 · ⭐ 55K) - Deepfakes Software For All. ❗️GPL-3.0 - [GitHub](https://github.com/deepfakes/faceswap) (👨‍💻 98 · 🔀 13K · 📥 84K · 📋 900 - 0% open · ⏱️ 09.05.2026): ``` git clone https://github.com/deepfakes/faceswap ```
Show 8 hidden projects... - ageitgey-face-recognition (🥈35 · ⭐ 56K · 💀) - The worlds simplest facial recognition api for Python.. MIT - insightface (🥈33 · ⭐ 29K) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - face-api-js (🥉28 · ⭐ 18K · 💀) - JavaScript API for face detection and face recognition in the.. MIT - openface (🥉28 · ⭐ 15K · 💀) - Face recognition with deep neural networks. Apache-2 - deepfacelab (🥉23 · ⭐ 19K · 💀) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - openbr (🥉21 · ⭐ 2.9K) - Open Source Biometrics, Face Recognition. ❗Unlicensed - facenet (🥉20 · ⭐ 14K · 💀) - Face recognition using Tensorflow. MIT - deepfacelive (🥉19 · ⭐ 31K · 💀) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0

## Specifications Back to top _Specification documents for protocols, standards, format, data models and digital identity representations._
webauthn (🥇22 · ⭐ 1.4K) - Web Authentication: An API for accessing Public Key Credentials. ❗️W3C w3c - [GitHub](https://github.com/w3c/webauthn) (👨‍💻 83 · 🔀 260 · 📋 1.3K - 5% open · ⏱️ 06.05.2026): ``` git clone https://github.com/w3c/webauthn ```
solid-specification (🥇18 · ⭐ 560) - Solid Technical Reports. MIT solid - [GitHub](https://github.com/solid/specification) (👨‍💻 31 · 🔀 53 · 📋 340 - 55% open · ⏱️ 11.05.2026): ``` git clone https://github.com/solid/specification ```
did-core (🥈17 · ⭐ 470) - W3C Decentralized Identifier Specification. ❗️W3C w3c - [GitHub](https://github.com/w3c/did) (👨‍💻 71 · 🔀 100 · 📋 400 - 4% open · ⏱️ 05.03.2026): ``` git clone https://github.com/w3c/did-core ```
vc-data-model (🥈17 · ⭐ 360) - W3C Verifiable Credentials v2.0 Specification. ❗️W3C w3c - [GitHub](https://github.com/w3c/vc-data-model) (👨‍💻 81 · 🔀 120 · 📋 740 - 1% open · ⏱️ 11.05.2026): ``` git clone https://github.com/w3c/vc-data-model ```
web-access-control (🥉14 · ⭐ 130) - Web Access Control (WAC). MIT solid - [GitHub](https://github.com/solid/web-access-control-spec) (👨‍💻 19 · 🔀 27 · 📋 76 - 36% open · ⏱️ 22.04.2026): ``` git clone https://github.com/solid/web-access-control-spec ```
bbs-signature (🥉12 · ⭐ 100 · 💤) - The BBS Signature Scheme. Apache-2 dif - [GitHub](https://github.com/decentralized-identity/bbs-signature) (👨‍💻 19 · 🔀 26 · 📋 150 - 13% open · ⏱️ 07.07.2025): ``` git clone https://github.com/decentralized-identity/bbs-signature ```
Show 11 hidden projects... - sidetree (🥇18 · ⭐ 440 · 💀) - Sidetree Specification and Reference Implementation. Apache-2 dif - aries-rfcs (🥈17 · ⭐ 340 · 💀) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger - solid-project (🥈15 · ⭐ 8.1K · 💀) - Solid - Re-decentralizing the web (project directory). MIT solid - identity-credential (🥈15 · ⭐ 160) - Proposals related to the invocation of digital.. ❗Unlicensed w3c - fedfm (🥉14 · ⭐ 460) - A privacy preserving identity exchange Web API. ❗Unlicensed w3c - presentation-exchange (🥉14 · ⭐ 88 · 💀) - Specification that codifies an inter-related pair of.. Apache-2 dif - selective-disclosure-jwt (🥉11 · ⭐ 62) - ❗Unlicensed - universal-wallet-interop-spec (🥉11 · ⭐ 55 · 💀) - A data model and abstract interfaces for digital.. ❗️W3C w3c - vlei (🥉10 · ⭐ 40) - Public Open Specifications for GLEIF vLEI (verifiable Legal Entity.. Apache-2 - keri (🥉8 · ⭐ 77) - KERI Community Development Efforts Meetings Discussion. Apache-2 weboftrust - anoncreds (🥉2 · 🐣) - The former home of the AnonCreds specification. ❗Unlicensed hyperledger

## Decentralized Identifiers Back to top _Decentralized Identifiers (DIDs), DID methods and resolver projects_
did-jwt (🥇28 · ⭐ 370) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - [GitHub](https://github.com/decentralized-identity/did-jwt) (👨‍💻 42 · 🔀 71 · 📦 6.2K · 📋 92 - 5% open · ⏱️ 01.12.2025): ``` git clone https://github.com/decentralized-identity/did-jwt ``` - [npm](https://www.npmjs.com/package/did-jwt) (📥 360K / month): ``` npm install did-jwt ```
ethr-did-resolver (🥇28 · ⭐ 230) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - [GitHub](https://github.com/decentralized-identity/ethr-did-resolver) (👨‍💻 28 · 🔀 77 · 📦 1.9K · 📋 61 - 13% open · ⏱️ 14.05.2026): ``` git clone https://github.com/decentralized-identity/ethr-did-resolver ``` - [npm](https://www.npmjs.com/package/ethr-did-resolver) (📥 26K / month): ``` npm install ethr-did-resolver ```
universal-resolver (🥈23 · ⭐ 640) - Universal Resolver implementation and drivers. Apache-2 - [GitHub](https://github.com/decentralized-identity/universal-resolver) (👨‍💻 140 · 🔀 280 · 📋 120 - 28% open · ⏱️ 24.04.2026): ``` git clone https://github.com/decentralized-identity/universal-resolver ``` - [Docker Hub](https://hub.docker.com/r/universalresolver/uni-resolver-web) (📥 150K · ⏱️ 24.04.2026): ``` docker pull universalresolver/uni-resolver-web ```
did-resolver (🥈23 · ⭐ 230) - Universal did-resolver for javascript environments. Apache-2 dif - [GitHub](https://github.com/decentralized-identity/did-resolver) (👨‍💻 25 · 🔀 43 · 📦 7.9K · 📋 22 - 13% open · ⏱️ 12.05.2026): ``` git clone https://github.com/decentralized-identity/did-resolver ```
Show 12 hidden projects... - web-did-resolver (🥈23 · ⭐ 99) - DID resolver for HTTPS domains. Apache-2 dif - ion (🥈18 · ⭐ 1.2K · 💀) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 - did-method-plc (🥈17 · ⭐ 320) - Public Ledger of Credentials: a cryptographic, strongly-.. ❗Unlicensed - universal-registrar (🥉16 · ⭐ 87) - Universal Registrar implementation and drivers. Apache-2 - did-spec-registries (🥉15 · ⭐ 140) - Decentralized Identifier Ecosystem Extensions. ❗Unlicensed - aip-identity (🥉13 · ⭐ 13 · 🐣) - Decentralized identity and trust layer for AI agents using.. MIT - sidetree.js (🥉12 · ⭐ 50 · 💀) - Sidetree Core Protocol and DID Method Drivers. Apache-2 - did-key.rs (🥉12 · ⭐ 50 · 💀) - Rust implementation of the did:key method. Apache-2 dif - ion-tools (🥉9 · ⭐ 140 · 💀) - Tools and utilities to make working with the ION network and.. Apache-2 - did-key.js (🥉9 · ⭐ 57 · 💀) - A DID Key Implementation in TypeScript. Apache-2 - did-webs-resolver (🥉7 · ⭐ 13 · 💀) - A reference implementation for the did:webs DID method.. Apache-2 - did-webs (🥉2 · 🐣) - ❗Unlicensed

## Self-Sovereign Identity Agents Back to top _SSI Agents such as Identity Wallets, decentralized nodes and decentralized web applications_
node-solid-server (🥇27 · ⭐ 1.8K) - Solid server on top of the file-system in NodeJS. MIT solid - [GitHub](https://github.com/nodeSolidServer/node-solid-server) (👨‍💻 90 · 🔀 300 · 📦 3 · 📋 940 - 31% open · ⏱️ 11.01.2026): ``` git clone https://github.com/nodesolidserver/node-solid-server ``` - [npm](https://www.npmjs.com/package/solid-server) (📥 1.4K / month): ``` npm install solid-server ``` - [Docker Hub](https://hub.docker.com/r/nodesolidserver/node-solid-server) (📥 1M · ⭐ 5 · ⏱️ 30.04.2024): ``` docker pull nodesolidserver/node-solid-server ```
aries-mobile-agent-react-native (🥇23 · ⭐ 190) - Bifold is an extensible open-source React Native.. Apache-2 hyperledger - [GitHub](https://github.com/openwallet-foundation/bifold-wallet) (👨‍💻 65 · 🔀 180 · 📦 7 · 📋 310 - 7% open · ⏱️ 12.05.2026): ``` git clone https://github.com/hyperledger/aries-mobile-agent-react-native ```
cf-identity-wallet (🥈18 · ⭐ 140) - Veridian Wallet is an open source mobile application.. Apache-2 - [GitHub](https://github.com/cardano-foundation/veridian-wallet) (👨‍💻 22 · 🔀 36 · 📋 17 - 41% open · ⏱️ 12.05.2026): ``` git clone https://github.com/cardano-foundation/cf-identity-wallet ```
polygon-issuer (🥈17 · ⭐ 100) - Privado ID Self-Hosted Issuer Node. Apache-2 - [GitHub](https://github.com/0xPolygonID/issuer-node) (👨‍💻 29 · 🔀 99 · 📋 140 - 2% open · ⏱️ 22.12.2025): ``` git clone https://github.com/0xPolygonID/issuer-node ```
procivis-one-wallet (🥉15 · ⭐ 150) - Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5.. Apache-2 w3c - [GitHub](https://github.com/procivis/one-wallet) (🔀 14 · 📥 77 · ⏱️ 29.04.2026): ``` git clone https://github.com/procivis/one-wallet ```
sphereon-ssi-mobile-wallet (🥉13 · ⭐ 100) - Open-Source Mobile SSI Wallet. Apache-2 - [GitHub](https://github.com/Sphereon-Opensource/mobile-wallet) (👨‍💻 15 · 🔀 32 · 📋 37 - 54% open · ⏱️ 01.04.2026): ``` git clone https://github.com/sphereon-opensource/ssi-mobile-wallet ```
Show 5 hidden projects... - dwn-sdk-js (🥈20 · ⭐ 320 · 💀) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 - tbd-ssi-service (🥉14 · ⭐ 150 · 💀) - The Self Sovereign Identity Service. Apache-2 web5 - talao-altme (🥉14 · ⭐ 60) - Talao / Altme wallet : Open source Self Sovereign Identity.. Apache-2 - credible (🥉10 · ⭐ 47 · 💤) - A reference credential wallet built on Flutter and DIDKit. Apache-2 - waltid-web-wallet (🥉6 · ⭐ 2 · 💀) - Custodian identity wallet white-label solution. ❗Unlicensed

## Self-Sovereign Identity, credentials and protocols SDKs Back to top _SDKs, toolkits and libraries for building SSI Agents and services_
aries-python (🥇26 · ⭐ 480) - ACA-Py is a foundation for building decentralized.. Apache-2 hyperledger - [GitHub](https://github.com/openwallet-foundation/acapy) (👨‍💻 170 · 🔀 500 · 📋 1.4K - 10% open · ⏱️ 12.05.2026): ``` git clone https://github.com/hyperledger/aries-cloudagent-python ```
veramo (🥇25 · ⭐ 540) - A JavaScript Framework for Verifiable Data. Apache-2 - [GitHub](https://github.com/decentralized-identity/veramo) (👨‍💻 59 · 🔀 130 · 📦 930 · 📋 460 - 14% open · ⏱️ 11.02.2026): ``` git clone https://github.com/decentralized-identity/veramo ```
did-jwt-vc (🥇25 · ⭐ 210) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - [GitHub](https://github.com/decentralized-identity/did-jwt-vc) (👨‍💻 22 · 🔀 45 · 📦 1.4K · 📋 53 - 7% open · ⏱️ 26.03.2026): ``` git clone https://github.com/decentralized-identity/did-jwt-vc ``` - [npm](https://www.npmjs.com/package/did-jwt-vc) (📥 71K / month): ``` npm install did-jwt-vc ```
iota-identity (🥇24 · ⭐ 350) - Implementation of the Decentralized Identity standards such.. Apache-2 - [GitHub](https://github.com/iotaledger/identity) (👨‍💻 44 · 🔀 99 · 📦 160 · 📋 440 - 20% open · ⏱️ 08.05.2026): ``` git clone https://github.com/iotaledger/identity.rs ```
credo-ts (🥈23 · ⭐ 340) - Typescript framework for building decentralized identity and.. Apache-2 openwallet-foundation - [GitHub](https://github.com/openwallet-foundation/credo-ts) (👨‍💻 89 · 🔀 230 · 📋 900 - 27% open · ⏱️ 13.05.2026): ``` git clone https://github.com/openwallet-foundation/credo-ts ```
waltid-identity (🥈23 · ⭐ 280) - All-in-one open-source identity and wallet toolkit. Apache-2 - [GitHub](https://github.com/walt-id/waltid-identity) (👨‍💻 45 · 🔀 120 · 📋 320 - 0% open · ⏱️ 14.05.2026): ``` git clone https://github.com/walt-id/waltid-identity ``` - [Docker Hub](https://hub.docker.com/r/waltid/identity): ``` docker pull waltid/identity ```
spruceid-ssi (🥈19 · ⭐ 260) - Core library for decentralized identity. Apache-2 - [GitHub](https://github.com/spruceid/ssi) (👨‍💻 33 · 🔀 74 · 📦 220 · 📋 220 - 43% open · ⏱️ 16.04.2026): ``` git clone https://github.com/spruceid/ssi ```
waltid-ssikit (🥉17 · ⭐ 110) - All-In-One SSI infrastructure toolkit. Apache-2 - [GitHub](https://github.com/walt-id/waltid-ssikit) (👨‍💻 18 · 🔀 34 · 📥 210 · ⏱️ 13.01.2026): ``` git clone https://github.com/walt-id/waltid-ssikit ``` - [Docker Hub](https://hub.docker.com/r/waltid/ssikit) (📥 25K · ⏱️ 13.12.2023): ``` docker pull waltid/ssikit ```
digitalbazaar-vc (🥉16 · ⭐ 220) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 - [GitHub](https://github.com/digitalbazaar/vc) (👨‍💻 16 · 🔀 48 · 📦 620 · 📋 94 - 26% open · ⏱️ 05.02.2026): ``` git clone https://github.com/digitalbazaar/vc ```
spruceid-didkit (🥉15 · ⭐ 320 · 💤) - A cross-platform toolkit for decentralized identity. Apache-2 - [GitHub](https://github.com/spruceid/didkit) (👨‍💻 23 · 🔀 84 · 📦 14 · 📋 120 - 37% open · ⏱️ 10.07.2025): ``` git clone https://github.com/spruceid/didkit ``` - [Docker Hub](https://hub.docker.com/r/ghcr.io/spruceid/didkit-http): ``` docker pull ghcr.io/spruceid/didkit-http ```
Show 20 hidden projects... - hyperledger-anoncreds-rs (🥈21 · ⭐ 87) - anoncreds-rs. Apache-2 hyperledger - keripy (🥈21 · ⭐ 76) - Key Event Receipt Infrastructure - the spec and implementation of the.. Apache-2 - indy-node (🥈20 · ⭐ 700 · 💀) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - polygon-js-sdk (🥈20 · ⭐ 72) - SDK to work with Privado ID. Apache-2 - aries-framework-go (🥈19 · ⭐ 240 · 💀) - Hyperledger Aries Framework Go provides packages for.. Apache-2 hyperledger - tbd-ssi-sdk (🥈18 · ⭐ 210 · 💀) - self sovereign identity sdk. Apache-2 web5 - sphereon-ssi (🥉17 · ⭐ 75) - (Legacy) Self Sovereign Identity SDK. Apache-2 - sphereon-openid4vci (🥉16 · ⭐ 88) - OpenID for Verifiable Credentials - modules for.. Apache-2 - waltid-walletkit (🥉15 · ⭐ 32) - Toolkit for SSI and NFT/SBT wallets. Apache-2 - verity-sdk (🥉14 · ⭐ 47 · 💀) - Evernym Verity is a decentralized protocol platform for.. Apache-2 - web5-js (🥉13 · ⭐ 140 · 💀) - Monorepo for the Web5 JS TypeScript implementation. Apache-2 web5 - sphereon-pex (🥉13 · ⭐ 43 · 💀) - A Typescript implementation of the DIF Presentation.. Apache-2 - waltid-idpkit (🥉12 · ⭐ 26) - OIDC identity provider for digital identity. Apache-2 - pyMDOC-CBOR (🥉12 · ⭐ 22) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL.. Apache-2 - entra-verifiedid-wallet-library-ios (🥉10 · ⭐ 32) - A library to manage your Decentralized Identities and.. MIT - trinsic-sdk (🥉10 · ⭐ 8) - This repository contains the samples for all major languages and.. MIT - kepler (🥉9 · ⭐ 81 · 💀) - Decentralized storage based on permissioned data overlays called.. Apache-2 - entra-verifiedid-wallet-library-android (🥉9 · ⭐ 26) - A library to manage your Decentralized Identities and.. MIT - sphereon-siop-oid4vp (🥉8 · ⭐ 76 · 💀) - Self Issued OpenID Provider v2 (SIOP) with optional.. ❗Unlicensed - ssi-to-oidc-bridge (🥉8 · ⭐ 12) - TP 1.2 OIDC Provider with VC Support. MIT
--- ## Related Resources - [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics. - [**Awesome-self-sovereign-identity**](https://github.com/animo/awesome-self-sovereign-identity): A curated list of self-sovereign identity resources. - [**awesome-iam**](https://github.com/kdeldycke/awesome-iam): A curated list of resources on managing accounts, users, roles, permissions, authentication and authorization. ## Contribution Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: - Open an issue by selecting one of the provided categories from the [issue page](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose) and fill in the requested information. - Modify the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/.github/CODE_OF_CONDUCT.md). ## License [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/) ================================================ FILE: config/footer.md ================================================ --- ## Related Resources - [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics. - [**Awesome-self-sovereign-identity**](https://github.com/animo/awesome-self-sovereign-identity): A curated list of self-sovereign identity resources. - [**awesome-iam**](https://github.com/kdeldycke/awesome-iam): A curated list of resources on managing accounts, users, roles, permissions, authentication and authorization. ## Contribution Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: - Open an issue by selecting one of the provided categories from the [issue page](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose) and fill in the requested information. - Modify the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/jruizaranguren/best-of-digital-identity/blob/main/.github/CODE_OF_CONDUCT.md). ## License [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/) ================================================ FILE: config/header.md ================================================

best-of-digital-identity

🏆  A ranked list of awesome Digital Identity open source projects. Updated weekly.

This curated list contains {project_count} awesome open-source projects with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. > 🚨 This calculation is just chosen by experience. There is no scientific proof that this really reflects the quality of a project. It considers evidence retrieved from github suchs as contributors, activity, releases, commits, etc. and from package managers like npm, pypi, etc. such as downloads, dependents, etc. 🔥 This list is also available on [best-of.org](https://best-of.org). There you can also find similar lists for other topics. 🏆 If you like to add or update projects, feel free to open an [issue](https://github.com/jruizaranguren/best-of-digital-identity/issues/new/choose), submit a [pull request](https://github.com/jruizaranguren/best-of-digital-identity/pulls), or directly edit the [projects.yaml](https://github.com/jruizaranguren/best-of-digital-identity/edit/main/projects.yaml). Contributions are very welcome! > 🧙‍♂️ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). ================================================ FILE: history/2023-04-12_changes.md ================================================ ## ➕ Added Projects _Projects that were recently added to this best-of list._ - casbin (🥇35 · ⭐ 14K · ➕) - An authorization library that supports access control models like.. Apache-2 ================================================ FILE: history/2023-04-12_projects.csv ================================================ ,name,github_id,category,pypi_id,npm_id,maven_id,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,npm_url,npm_monthly_downloads,maven_url,projectrank,show,projectrank_placing,new_addition 0,casbin,casbin/casbin,authorization,casbin,casbin,org.casbin:casbin-spring-boot-starter,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-11 17:55:02,2023-04-07 03:18:43,1051,14,1462,226,445,14,694,14229,2023-04-07 03:20:12,2.66.3,100,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",2346,2346,128,https://pypi.org/project/casbin,67959,213119,https://www.npmjs.com/package/casbin,145160,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,35,True,1,True ================================================ FILE: history/2023-04-13_changes.md ================================================ ## ➕ Added Projects _Projects that were recently added to this best-of list._ - keto (🥉28 · ⭐ 4K · ➕) - Open Source (Go) implementation of Zanzibar: Googles Consistent,.. Apache-2 ory - athenz (🥉23 · ⭐ 760 · ➕) - Open source platform for X.509 certificate based service.. Apache-2 - ja3 (🥉18 · ⭐ 2K · ➕) - JA3 is a standard for creating SSL client fingerprints in an easy to.. BSD-3 - ladon (🥉17 · ⭐ 2.2K · ➕) - A SDK for access control policies: authorization for the.. Apache-2 ory - cfssl (🥉2 · ⭐ 23 · ➕) - CloudFlares PKI toolkit. ❗Unlicensed ================================================ FILE: history/2023-04-13_projects.csv ================================================ ,name,github_id,category,npm_id,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank,show,projectrank_placing,pypi_id,pypi_url,pypi_monthly_downloads,github_release_downloads,dockerhub_id,labels,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,helm_id,maven_id,maven_url,brew_id,gem_url,new_addition 0,nextauthjs,nextauthjs/next-auth,authentication,next-auth,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-13 03:11:06.000000,2023-04-12 10:40:55,2214.0,164.0,1879.0,89.0,1741.0,118.0,2763.0,15815,2023-04-03 10:18:04,next-auth@4.21.1,100.0,Authentication for the Web.,71591.0,71591.0,516.0,https://www.npmjs.com/package/next-auth,1698029.0,1698029.0,40,True,1,,,,,,,,,,,,,,,, 1,oauthlib,oauthlib/oauthlib,oauth2-oidc,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-05 17:31:28.000000,2023-01-10 13:20:21,1645.0,,450.0,69.0,479.0,73.0,289.0,2571,2023-01-10 13:13:43,3.2.2,48.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",351528.0,351528.0,191.0,,,81370923.0,40,True,1,oauthlib,https://pypi.org/project/oauthlib,81370923.0,,,,,,,,,,,,, 2,cert-manager,cert-manager/cert-manager,pki,,https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-13 20:51:48.000000,2023-04-13 18:32:41,7622.0,196.0,1794.0,141.0,2811.0,169.0,2781.0,10192,2023-04-07 13:54:32,1.11.1,100.0,Automatically provision and manage TLS certificates in Kubernetes.,433.0,433.0,387.0,,,1210685.0,39,True,1,,,,43584678.0,,,,,,,,,,,, 3,open-policy-agent,open-policy-agent/opa,authorization,,https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-13 19:07:12.000000,2023-04-13 17:51:07,4542.0,146.0,1086.0,116.0,3599.0,286.0,1924.0,7939,2023-03-31 14:09:24,0.51.0,100.0,"An open source, general-purpose policy engine.",2336.0,2336.0,376.0,,,2864524.0,37,True,1,,,,2815329.0,openpolicyagent/opa,['cncf'],https://hub.docker.com/r/openpolicyagent/opa,2023-04-13 18:40:19.104741,30.0,247220355.0,,,,,, 4,keycloak,keycloak/keycloak,idp,,https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-13 20:13:47.000000,2023-04-13 20:13:47,21687.0,754.0,5128.0,353.0,11183.0,1584.0,4283.0,15644,2023-03-30 11:12:04,21.0.2,34.0,Open Source Identity and Access Management For Modern Applications and Services.,,,1156.0,,,59441.0,36,True,1,,,,1664350.0,quay.io/keycloak/keycloak,['cncf'],https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,, 5,ory-hydra,ory/hydra,oauth2-oidc,,https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-11 10:53:31.000000,2023-04-11 10:53:30,3586.0,60.0,1274.0,230.0,1640.0,53.0,1369.0,13997,2023-04-11 10:52:32,2.1.1,100.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",2.0,2.0,277.0,,,3986423.0,36,True,2,,,,533700.0,oryd/hydra,['ory'],https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,72.0,377905523.0,https://k8s.ory.sh/helm/charts,,,,, 6,ory-kratos,ory/kratos,idp,,https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-13 17:35:18.000000,2023-04-13 07:22:24,3740.0,138.0,723.0,109.0,1546.0,222.0,854.0,8414,2023-01-14 11:40:30,0.11.1,41.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",313.0,313.0,191.0,,,1709194.0,36,True,1,,,,27819.0,oryd/kratos,['ory'],https://hub.docker.com/r/oryd/kratos,2023-01-14 11:40:30.176200,16.0,100800425.0,https://k8s.ory.sh/helm/charts,,,,, 7,casbin,casbin/casbin,authorization,casbin,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-13 15:24:16.000000,2023-04-07 03:18:43,1051.0,14.0,1462.0,228.0,446.0,14.0,694.0,14247,2023-04-07 03:20:12,2.66.3,100.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",2347.0,2347.0,128.0,https://www.npmjs.com/package/casbin,143419.0,211572.0,35,True,2,casbin,https://pypi.org/project/casbin,68153.0,,,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 8,casl,stalniy/casl,authorization,@casl/ability,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,10.0,242.0,40.0,306.0,9.0,403.0,4777,2023-04-02 13:30:48,@casl/ability@6.4.0,100.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,40377.0,40377.0,64.0,https://www.npmjs.com/package/@casl/ability,1696090.0,1696090.0,35,True,2,,,,,,,,,,,,,,,, 9,pomerium,pomerium/pomerium,others,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-10 19:22:45.297207,2023-04-10 17:52:54,2809.0,140.0,269.0,35.0,3210.0,67.0,783.0,3506,2023-03-23 15:57:03,0.21.3,100.0,Pomerium is an identity and context-aware access proxy.,12.0,12.0,88.0,,,2913391.0,32,True,1,,,,41068.0,pomerium/pomerium,,https://hub.docker.com/r/pomerium/pomerium,2023-04-10 19:22:45.297207,10.0,148540218.0,,,,,, 10,ockam,build-trust/ockam,pki,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-13 20:41:04.000000,2023-04-13 17:12:00,5273.0,688.0,324.0,57.0,3476.0,169.0,911.0,3027,2023-03-28 05:16:07,ockam_v0.83.0,100.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",175.0,175.0,175.0,,,10115.0,32,True,2,,,,171967.0,,,,,,,,,,build-trust/ockam/ockam,, 11,spire,spiffe/spire,others,,https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-13 21:06:32.000000,2023-04-13 13:59:13,5906.0,202.0,363.0,82.0,2882.0,197.0,1000.0,1382,2023-04-13 20:22:53,1.6.3,79.0,The SPIFFE Runtime Environment.,108.0,108.0,152.0,,,1804.0,32,True,1,,,,119067.0,ghcr.io/spiffe/spire-server,,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,, 12,cas,apereo/cas,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-13 17:57:47.000000,2023-04-13 12:34:10,22954.0,439.0,3764.0,607.0,4297.0,,,10192,2023-03-31 06:34:19,6.6.7,100.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,335.0,,,5782.0,31,True,2,,,,,apereo/cas,,https://hub.docker.com/r/apereo/cas,2023-04-13 16:11:08.313363,120.0,803816.0,,,,,, 13,node-oidc-provider,panva/node-oidc-provider,oauth2-oidc,oidc-provider,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-10 22:41:03.000000,2023-04-06 10:08:19,2370.0,33.0,698.0,68.0,214.0,,,2623,2023-03-09 08:47:14,8.1.1,100.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,930.0,930.0,60.0,https://www.npmjs.com/package/oidc-provider,114567.0,114567.0,31,True,2,,,,,,,,,,,,,,,, 14,cancancan,cancancommunity/cancancan,authorization,,https://github.com/CanCanCommunity/cancancan,https://github.com/CanCanCommunity/cancancan,MIT,2014-02-19 18:26:23,2023-04-03 06:11:02.000000,2023-04-03 06:11:02,1332.0,7.0,596.0,97.0,412.0,39.0,361.0,5327,2023-03-05 14:43:30,3.5.0,9.0,The authorization Gem for Ruby on Rails.,39567.0,39567.0,225.0,,,,30,True,2,,,,,,,,,,,,,,,cancancan, 15,doorkeeper,doorkeeper-gem/doorkeeper,oauth2-oidc,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-13 17:24:35.000000,2023-03-29 07:18:57,2352.0,41.0,994.0,108.0,807.0,19.0,824.0,5129,2023-03-29 07:20:04,5.6.6,62.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,7617.0,7617.0,306.0,,,,30,True,3,,,,,,,,,,,,,,,doorkeeper, 16,spicedb,authzed/spicedb,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-13 20:48:24.000000,2023-04-13 15:51:01,2633.0,250.0,171.0,34.0,935.0,97.0,223.0,3378,2023-04-13 20:30:11,1.19.1,26.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",22.0,22.0,26.0,,,7878.0,30,True,2,,,,11443.0,authzed/spicedb,,https://hub.docker.com/r/authzed/spicedb,2023-04-13 20:25:40.446739,4.0,145539.0,,,,,, 17,dex,dexidp/dex,oauth2-oidc,,https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-13 20:15:17.000000,2023-04-13 20:15:17,2386.0,85.0,1397.0,175.0,1679.0,279.0,771.0,8015,2023-03-20 13:29:42,2.36.0,79.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,15.0,15.0,216.0,,,2.0,28,True,3,,,,234.0,quay.io/dexidp/dex,,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,, 18,keto,ory/keto,authorization,,https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-13 17:47:32.000000,2023-04-11 14:12:13,1391.0,98.0,285.0,59.0,953.0,44.0,246.0,3976,,,50.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",2.0,2.0,65.0,,,703721.0,28,True,3,,,,14264.0,oryd/keto,['ory'],https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,6.0,42910620.0,,,,,,True 19,oso,osohq/oso,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,16.0,144.0,30.0,1497.0,97.0,97.0,2983,2023-04-03 23:25:23,0.27.0,100.0,Oso is a batteries-included framework for building authorization in your application.,69.0,69.0,61.0,,,46077.0,28,True,3,oso,https://pypi.org/project/oso,45997.0,2100.0,,,,,,,,,,,, 20,identity-server,duendesoftware/identityserver,oauth2-oidc,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,,2020-10-01 08:46:31,2023-04-13 17:59:32.000000,2023-04-13 17:59:32,4693.0,290.0,213.0,39.0,561.0,54.0,197.0,985,2023-02-02 17:27:15,6.2.3,39.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,921.0,921.0,290.0,,,,28,False,3,,,,,,,,,,,,,,,, 21,casdoor,casdoor/casdoor,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-13 09:44:47.000000,2023-04-13 06:12:31,1503.0,186.0,673.0,47.0,963.0,106.0,623.0,5792,2023-04-13 06:21:37,1.293.0,100.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",1.0,1.0,111.0,,,1459.0,27,True,2,,,,,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2023-04-13 07:10:03.136501,6.0,43788.0,,,,,, 22,logto,logto-io/logto,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,https://www.mozilla.org/en-US/MPL/2.0/,2021-06-19 03:01:50,2023-04-13 11:12:16.000000,2023-04-12 10:01:54,4008.0,820.0,192.0,33.0,3446.0,56.0,169.0,5580,2023-03-30 11:58:25,1.1.0,36.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,6.0,6.0,33.0,,,377.0,27,True,2,,,,1386.0,svhd/logto,,https://hub.docker.com/r/svhd/logto,2023-04-12 10:12:05.963505,1.0,5782.0,,,,,, 23,zitadel,zitadel/zitadel,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-13 18:08:45.000000,2023-04-13 15:11:51,2088.0,192.0,168.0,22.0,3995.0,330.0,1085.0,3144,2023-04-04 13:41:40,2.23.1,100.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,1.0,1.0,51.0,,,308.0,27,True,2,,,,1852.0,ghcr.io/zitadel/zitadel,,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,https://charts.zitadel.com,,,,, 24,cerbos,cerbos/cerbos,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-13 10:53:07.000000,2023-04-13 10:25:08,1208.0,80.0,61.0,19.0,1284.0,38.0,192.0,1265,2023-02-13 09:35:11,0.25.0,48.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",11.0,11.0,18.0,,,1296.0,26,True,3,,,,32416.0,ghcr.io/cerbos/cerbos,,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 25,authentik,goauthentik/authentik,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,MIT,2019-12-30 09:19:48,2023-04-13 21:06:20.000000,2023-04-13 20:48:13,11273.0,729.0,287.0,16.0,3988.0,286.0,871.0,3560,2023-03-16 17:49:29,ersion/2023.3.1,100.0,The authentication glue you need.,,,145.0,,,36.0,25,True,3,,,,837.0,,,,,,,https://charts.goauthentik.io,,,,, 26,kanidm,kanidm/kanidm,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-13 17:03:34.000000,2023-04-13 17:03:26,1137.0,170.0,79.0,14.0,1080.0,103.0,342.0,1403,2023-02-05 23:53:21,1.1.0-alpha.11,13.0,"Kanidm: A simple, secure and fast identity management platform.",42.0,42.0,40.0,,,86.0,25,True,3,,,,18.0,kanidm/server,,https://hub.docker.com/r/kanidm/server,2023-03-28 08:35:54.522049,,4308.0,,,,,, 27,freeipa,freeipa/freeipa,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-13 14:38:16.000000,2023-04-12 13:10:04,15539.0,69.0,301.0,51.0,6779.0,,,921,,,,"Mirror of FreeIPA, an integrated security information management solution.",,,213.0,,,40913.0,23,True,3,,,,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-12 05:32:12.213672,145.0,5359618.0,,,,,, 28,athenz,athenz/athenz,pki,,https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-12 19:30:20.000000,2023-04-12 19:25:58,2614.0,96.0,232.0,52.0,1921.0,28.0,170.0,761,2023-04-06 20:22:53,1.11.25,100.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,,70.0,,,,23,True,3,,,,,,,,,,,,,,,,True 29,permify,permify/permify,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-13 19:49:16.000000,2023-04-13 07:43:43,1209.0,617.0,41.0,11.0,311.0,26.0,53.0,1295,2023-04-03 13:02:09,0.3.7,22.0,Permify is an open-source authorization service inspired by Google Zanzibar.,,,17.0,,,43.0,22,True,3,,,,346.0,ghcr.io/permify/permify,,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,, 30,ja3,salesforce/ja3,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,2.0,254.0,94.0,41.0,29.0,22.0,2047,,,,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,23.0,,,1377.0,18,True,3,pyja3,https://pypi.org/project/pyja3,1377.0,,,,,,,,,,,,,True 31,ladon,ory/ladon,authorization,,https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,1.0,212.0,65.0,102.0,4.0,53.0,2196,2020-04-30 07:36:33,1.2.0,40.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,,49.0,,,,17,True,3,,,,,,['ory'],,,,,,,,,,True 32,spiffe,spiffe/spiffe,standards,,https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-13 00:01:49.000000,2023-04-13 00:01:49,516.0,13.0,142.0,82.0,190.0,17.0,37.0,1203,,,,The SPIFFE Project.,,,55.0,,,,17,True,1,,,,,,['cncf'],,,,,,,,,, 33,cfssl,cloudfare/cfssl,pki,,,{},,,2023-04-10 18:33:14.312711,,,,,,,,,23,,,,CloudFlares PKI toolkit.,,,,,,,2,False,3,,,,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2023-04-10 18:33:14.312711,23.0,3932964.0,,,,,,True ================================================ FILE: history/2023-04-14_changes.md ================================================ ## ➕ Added Projects _Projects that were recently added to this best-of list._ - keycloak (🥇36 · ⭐ 16K · ➕) - Open Source Identity and Access Management For Modern.. Apache-2 cncf ================================================ FILE: history/2023-04-14_projects.csv ================================================ ,name,github_id,group_id,group,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,open_issue_count,closed_issue_count,release_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,labels,dockerhub_stars,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,new_addition,helm_id,maven_id,maven_url,brew_id,gem_url 0,aries,hyperledger/aries,aries,True,decentralized,https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:20,2023-04-14 12:29:59.000000,2023-04-14 12:25:47,24368.0,1082.0,255.0,6137.0,1493,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",504.0,34,True,525.0,856.0,2720.0,195.0,2023-04-14 09:52:15,326.0,548.0,1,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-14 12:12:11.000000,2023-04-13 18:01:35,1485.0,27.0,11.0,1576.0,48,Trinsic SDK repository.,41.0,27,False,93.0,4.0,368.0,32.0,2023-03-03 19:22:08,411.0,1707.0,1,1.10.0,7300.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-14 13:38:10.000000,2023-04-14 10:18:08,3119.0,29.0,22.0,335.0,122,Self Sovereign Identity SDK extending Veramo.,46.0,24,True,752.0,15.0,23.0,54.0,2023-03-17 00:39:19,82.0,4.0,1,0.9.0,,5.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-13 16:13:06.000000,2023-04-13 12:29:04,2630.0,58.0,12.0,306.0,119,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,570.0,20.0,251.0,82.0,2023-04-13 12:38:53,,466.0,2,1.2304101159.0,30.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-04-10 12:07:54.817075,4915.0,,,,,,,,,,,,,, 4,talao-altme,talaodao/altme,talao-altme,True,decentralized,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-14 09:28:14.000000,2023-04-14 09:28:00,6798.0,10.0,7.0,469.0,24,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,19,False,974.0,89.0,1328.0,1.0,2023-01-06 16:00:40,,,2,,,,,,,,,,,,,,,,,,,,, 5,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,89,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,3.0,,100.0,2021-03-22 11:09:10,38.0,10.0,2,,,,,,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-14 14:10:49.000000,2023-04-14 13:57:44,621.0,17.0,13.0,291.0,51,Self Hosted ID Platform.,15.0,15,False,387.0,5.0,73.0,6.0,2023-04-07 12:33:13,4.0,,3,1.0.0,,,,,,,,,,,,,,,,,,,, 7,spruceid,spruceid/ddkit,spruceid,True,decentralized,,{},,2020-07-23 21:18:28,2023-04-14 14:01:42.000000,2023-04-14 14:01:41,710.0,50.0,45.0,403.0,171,,30.0,14,False,5.0,78.0,124.0,,,98.0,,3,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 8,coredns,coredns/coredns,,,discovery,https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-13 12:19:36.000000,2023-04-13 12:19:36,3600.0,1784.0,236.0,3815.0,10647,CoreDNS is a DNS server that chains plugins.,347.0,41,True,79.0,62.0,2032.0,65.0,2023-02-06 18:30:04,5046.0,2793728.0,1,1.10.1,6664670.0,5046.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,230296149.0,"['linux-foundation', 'cncf']",137.0,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-14 11:50:19.000000,2023-04-12 10:40:55,2214.0,1879.0,89.0,1741.0,15835,Authentication for the Web.,516.0,40,True,164.0,112.0,2773.0,100.0,2023-04-03 10:18:04,71793.0,1701054.0,1,next-auth@4.21.1,,71793.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1701054.0,,,,,,,,, 10,oauthlib,oauthlib/oauthlib,,,oauth2-oidc,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,451.0,69.0,480.0,2571,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,73.0,289.0,48.0,2023-01-10 13:13:43,351897.0,81342643.0,1,3.2.2,,351897.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,81342643.0,,,,,, 11,cert-manager,cert-manager/cert-manager,,,pki,https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-14 14:12:24.000000,2023-04-13 18:32:41,7622.0,1795.0,141.0,2812.0,10196,Automatically provision and manage TLS certificates in Kubernetes.,387.0,39,True,195.0,171.0,2781.0,100.0,2023-04-07 13:54:32,435.0,1212651.0,1,1.11.1,43655445.0,435.0,,,,,['linux-foundation'],,,,,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-14 07:12:32.000000,2023-04-13 17:51:07,4542.0,1086.0,117.0,3599.0,7939,"An open source, general-purpose policy engine.",376.0,37,True,146.0,286.0,1924.0,100.0,2023-03-31 14:09:24,2338.0,2878853.0,1,0.51.0,2819977.0,2338.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-13 18:40:19.104741,248473333.0,"['cncf', 'linux-foundation']",30.0,,,,,,,,,,,, 13,keycloak,keycloak/keycloak,,,idp,https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-14 14:11:21.000000,2023-04-14 14:04:44,21690.0,5131.0,354.0,11192.0,15662,Open Source Identity and Access Management For Modern Applications and Services.,1156.0,36,True,754.0,1585.0,4288.0,34.0,2023-03-30 11:12:04,,59518.0,1,21.0.2,1666506.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,['cncf'],,,,,,,,True,,,,, 14,ory-hydra,ory/hydra,,,oauth2-oidc,https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-14 11:38:20.000000,2023-04-11 10:53:30,3586.0,1275.0,230.0,1641.0,13999,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",277.0,36,True,60.0,54.0,1369.0,100.0,2023-04-11 10:52:32,2.0,3991658.0,2,2.1.1,534107.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,378402244.0,['ory'],72.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,, 15,ory-kratos,ory/kratos,,,idp,https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-14 13:06:37.000000,2023-04-14 13:06:35,3741.0,724.0,109.0,1547.0,8415,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",191.0,36,True,136.0,222.0,854.0,41.0,2023-01-14 11:40:30,313.0,1710714.0,1,0.11.1,27839.0,313.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-01-14 11:40:30.176200,100890083.0,['ory'],16.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,, 16,casbin,casbin/casbin,,,authorization,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-14 11:33:05.000000,2023-04-14 11:31:27,1052.0,1461.0,228.0,446.0,14257,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,15.0,13.0,695.0,100.0,2023-04-14 11:33:06,2347.0,211497.0,2,2.67.0,,2347.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,143893.0,casbin,https://pypi.org/project/casbin,67604.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,, 17,casl,stalniy/casl,,,authorization,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4780,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,35,True,10.0,9.0,403.0,100.0,2023-04-02 13:30:48,40424.0,1692853.0,2,@casl/ability@6.4.0,,40424.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1692853.0,,,,,,,,, 18,pomerium,pomerium/pomerium,,,others,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-13 23:13:13.000000,2023-04-10 17:52:54,2809.0,269.0,35.0,3210.0,3506,Pomerium is an identity and context-aware access proxy.,88.0,32,True,140.0,67.0,783.0,100.0,2023-03-23 15:57:03,12.0,2948984.0,1,0.21.3,41094.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-04-10 19:22:45.297207,150355460.0,,10.0,,,,,,,,,,,, 19,ockam,build-trust/ockam,,,pki,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-14 14:06:58.000000,2023-04-14 11:35:45,5301.0,325.0,57.0,3479.0,3028,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",175.0,32,True,713.0,170.0,911.0,100.0,2023-03-28 05:16:07,175.0,10271.0,2,ockam_v0.83.0,174613.0,175.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam, 20,spire,spiffe/spire,,,others,https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-14 07:01:20.000000,2023-04-13 13:59:13,5906.0,363.0,83.0,2883.0,1382,The SPIFFE Runtime Environment.,152.0,32,True,202.0,197.0,1001.0,79.0,2023-04-13 20:22:53,108.0,1806.0,1,1.6.3,119199.0,108.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,, 21,cas,apereo/cas,,,idp,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-14 11:30:29.586591,2023-04-14 06:04:07,22958.0,3765.0,607.0,4300.0,10194,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,439.0,,,100.0,2023-03-31 06:34:19,,5784.0,2,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-04-14 11:30:29.586591,804037.0,,121.0,,,,,,,,,,,, 22,node-oidc-provider,panva/node-oidc-provider,,,oauth2-oidc,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-10 22:41:03.000000,2023-04-06 10:08:19,2370.0,698.0,69.0,214.0,2623,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,60.0,31,True,31.0,,,100.0,2023-03-09 08:47:14,930.0,114668.0,2,8.1.1,,930.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,114668.0,,,,,,,,, 23,doorkeeper,doorkeeper-gem/doorkeeper,,,oauth2-oidc,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-13 17:24:35.000000,2023-03-29 07:18:57,2352.0,994.0,108.0,807.0,5129,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,306.0,30,True,41.0,19.0,824.0,62.0,2023-03-29 07:20:04,7620.0,,3,5.6.6,,7620.0,,,,,,,,,,,,,,,,,,doorkeeper 24,spicedb,authzed/spicedb,,,authorization,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-13 20:48:24.000000,2023-04-13 15:51:01,2633.0,171.0,34.0,935.0,3378,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",26.0,30,True,250.0,98.0,223.0,26.0,2023-04-13 20:30:11,22.0,7993.0,2,1.19.1,11499.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-13 20:25:40.446739,147767.0,,4.0,,,,,,,,,,,, 25,authelia,authelia/authelia,,,idp,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-14 14:11:51.000000,2023-04-14 14:07:01,4142.0,893.0,155.0,3934.0,16095,The Single Sign-On Multi-Factor portal for web apps.,124.0,29,True,352.0,71.0,1024.0,100.0,2022-12-21 09:01:04,2.0,489.0,2,4.37.5,19071.0,2.0,,,,,,,,,,,,,,,,,, 26,dex,dexidp/dex,,,oauth2-oidc,https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-14 04:59:11.000000,2023-04-13 20:15:17,2386.0,1397.0,175.0,1682.0,8016,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,85.0,279.0,771.0,79.0,2023-03-20 13:29:42,15.0,2.0,3,2.36.0,234.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,['linux-foundation'],,,,,,,,,,,,, 27,boulder,letsencrypt/boulder,,,pki,https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-13 23:49:22.000000,2023-04-13 16:56:30,6133.0,524.0,138.0,4032.0,4613,"An ACME-based certificate authority, written in Go.",125.0,28,True,156.0,187.0,2582.0,61.0,2023-04-10 22:16:24,,23041.0,2,release-2023-04-10,50904.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1912658.0,['linux-foundation'],12.0,,,,,,,,,,,, 28,keto,ory/keto,,,authorization,https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-14 12:35:10.000000,2023-04-11 14:12:13,1391.0,286.0,59.0,954.0,3977,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",65.0,28,True,98.0,44.0,246.0,50.0,,2.0,704813.0,3,,14286.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,42977219.0,['ory'],6.0,,,,,,,,,,,, 29,oso,osohq/oso,,,authorization,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,144.0,30.0,1497.0,2985,Oso is a batteries-included framework for building authorization in your application.,61.0,28,True,16.0,98.0,97.0,100.0,2023-04-03 23:25:23,69.0,46313.0,3,0.27.0,2103.0,69.0,,,,,,,,,,oso,https://pypi.org/project/oso,46233.0,,,,,, 30,identity-server,duendesoftware/identityserver,,,oauth2-oidc,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,,2020-10-01 08:46:31,2023-04-14 10:57:28.000000,2023-04-13 17:59:32,4693.0,213.0,39.0,562.0,986,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,28,False,290.0,54.0,197.0,39.0,2023-02-02 17:27:15,923.0,,3,6.2.3,,923.0,,,,,,,,,,,,,,,,,, 31,casdoor,casdoor/casdoor,,,idp,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-14 12:35:53.612241,2023-04-14 11:14:59,1504.0,676.0,47.0,964.0,5796,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",112.0,27,True,186.0,106.0,624.0,100.0,2023-04-14 11:27:24,1.0,1461.0,2,1.294.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-14 12:35:53.612241,43838.0,,6.0,,,,,,,,,,,, 32,logto,logto-io/logto,,,idp,https://github.com/logto-io/logto,https://github.com/logto-io/logto,https://www.mozilla.org/en-US/MPL/2.0/,2021-06-19 03:01:50,2023-04-14 10:58:33.000000,2023-04-14 09:48:49,4012.0,192.0,33.0,3447.0,5581,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,27,True,824.0,56.0,169.0,36.0,2023-03-30 11:58:25,6.0,380.0,2,1.1.0,1390.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-04-14 09:59:00.749410,5838.0,,1.0,,,,,,,,,,,, 33,zitadel,zitadel/zitadel,,,idp,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-14 14:09:56.000000,2023-04-14 13:53:19,2089.0,170.0,21.0,4000.0,3150,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,51.0,27,True,193.0,330.0,1086.0,100.0,2023-04-14 07:30:52,1.0,309.0,2,2.24.0,1858.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,, 34,jansen,janssenproject/jans,,,idp,https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-14 11:19:18.000000,2023-04-14 11:19:17,32086.0,47.0,23.0,2590.0,191,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,604.0,281.0,1697.0,100.0,2023-04-05 11:53:20,,306.0,2,1.0.11,613.0,,,,,,['linux-foundation'],,,,,,,,,,,,, 35,cerbosreact-native-white-label-app,cerbos/cerbos,,,authorization,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-14 13:42:01.000000,2023-04-14 11:54:55,1209.0,61.0,19.0,1287.0,1272,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,26,True,81.0,38.0,192.0,48.0,2023-02-13 09:35:11,11.0,1298.0,3,0.25.0,32453.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,, 36,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-10 14:33:10.000000,2023-04-10 14:33:10,3144.0,145.0,19.0,1979.0,220,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,26,True,46.0,383.0,1192.0,11.0,2023-04-05 16:43:22,277.0,,1,0.2.0,,277.0,,,,,,,,,,,,,,,,,, 37,authentik,goauthentik/authentik,,,idp,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,MIT,2019-12-30 09:19:48,2023-04-14 12:48:04.000000,2023-04-14 12:39:31,11285.0,287.0,16.0,4000.0,3565,The authentication glue you need.,145.0,25,True,728.0,286.0,872.0,100.0,2023-04-14 10:48:31,,36.0,3,ersion/2023.4.0,837.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,, 38,kanidm,kanidm/kanidm,,,idp,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-14 10:03:27.000000,2023-04-13 17:03:26,1137.0,79.0,14.0,1080.0,1404,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,170.0,105.0,342.0,13.0,2023-02-05 23:53:21,42.0,86.0,3,1.1.0-alpha.11,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-03-28 08:35:54.522049,4340.0,,,,,,,,,,,,,, 39,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-06 16:11:36.000000,2023-04-06 14:38:13,7304.0,389.0,33.0,1315.0,344,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,110.0,24,True,224.0,170.0,724.0,51.0,2023-04-06 14:41:18,,,1,0.8.1,,,,,,,,,,,,,,,,,,,, 40,freeipa,freeipa/freeipa,,,idp,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-14 05:30:52.024844,2023-04-12 13:10:04,15539.0,301.0,51.0,6779.0,922,"Mirror of FreeIPA, an integrated security information management solution.",213.0,23,True,69.0,,,,,,40920.0,3,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-14 05:30:52.024844,5360570.0,,146.0,,,,,,,,,,,, 41,athenz,athenz/athenz,,,pki,https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-14 00:28:02.000000,2023-04-14 00:27:59,2616.0,232.0,52.0,1922.0,761,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,70.0,23,True,98.0,29.0,170.0,100.0,2023-04-06 20:22:53,,,3,1.11.25,,,,,,,['linux-foundation'],,,,,,,,,,,,, 42,permify,permify/permify,,,authorization,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-13 21:30:27.000000,2023-04-13 07:43:43,1209.0,41.0,11.0,311.0,1295,Permify is an open-source authorization service inspired by Google Zanzibar.,17.0,22,True,615.0,26.0,53.0,22.0,2023-04-03 13:02:09,,43.0,3,0.3.7,350.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 43,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-14 09:52:15.000000,2023-04-14 09:00:57,9535.0,29.0,11.0,681.0,47,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",135.0,22,False,37.0,29.0,91.0,59.0,2023-04-14 09:52:15,9.0,274.0,2,0.54.1,8790.0,9.0,,,,,,,,,,,,,,,,,, 44,veramo,uport-project/veramo,,,decentralized,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-14 13:59:28.000000,2023-04-11 09:17:30,1701.0,95.0,19.0,633.0,305,A JavaScript Framework for Verifiable Data.,48.0,21,True,70.0,58.0,330.0,34.0,2023-03-16 15:09:58,,,2,5.1.4,,,,,,,,,,,,,,,,,,,, 45,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-14 12:29:59.000000,2023-04-14 12:25:47,748.0,117.0,28.0,872.0,176,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,113.0,145.0,391.0,74.0,2023-01-18 18:22:49,2.0,,2,0.3.3,,2.0,,,,,,,,,,,,,,,,,, 46,aries-rfcs,hyperledger/aries-rfcs,aries,,decentralized,https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-03 19:31:37.000000,2023-03-31 16:40:35,2105.0,202.0,59.0,563.0,295,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,47.0,169.0,,,,,2,,,,,,,,,,,,,,,,,,,,, 47,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-03 22:55:54.000000,2023-03-06 15:22:41,531.0,12.0,5.0,505.0,23,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,7.0,3.0,77.0,19.0,2022-05-29 21:14:21,411.0,651.0,2,1.6.0,14974.0,411.0,,,,,,,,,,,,,,,,,, 48,ja3,salesforce/ja3,,,pki,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2048,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,29.0,22.0,,,,1394.0,3,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1394.0,,,,,, 49,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-10 00:44:07.000000,2023-04-06 16:35:02,621.0,21.0,2.0,77.0,23,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,18,False,197.0,1.0,37.0,9.0,2023-01-23 16:25:45,,24.0,2,0.6.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-06 16:41:04.315761,470.0,,,,,,,,,,,,,, 50,ladon,ory/ladon,,,authorization,https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,212.0,65.0,102.0,2196,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,4.0,53.0,40.0,2020-04-30 07:36:33,,,3,1.2.0,,,,,,,['ory'],,,,,,,,,,,,, 51,spiffe,spiffe/spiffe,,,standards,https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-13 00:01:49.000000,2023-04-13 00:01:49,516.0,142.0,82.0,190.0,1205,The SPIFFE Project.,55.0,17,True,13.0,17.0,37.0,,,,,1,,,,,,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,, 52,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-13 18:26:47.000000,2023-04-13 18:26:47,1361.0,88.0,23.0,538.0,93,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,84.0,42.0,125.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 53,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-14 14:01:42.000000,2023-04-14 14:01:41,517.0,34.0,28.0,332.0,137,Core library for decentralized identity.,19.0,16,True,5.0,68.0,100.0,,,98.0,,3,,,98.0,,,,,,,,,,,,,,,,,, 54,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-13 13:49:41.000000,2023-04-07 00:54:03,396.0,5.0,4.0,37.0,16,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,15,False,181.0,,3.0,8.0,2023-03-17 00:39:19,9.0,,3,0.4.0,,9.0,,,,,,,,,,,,,,,,,, 55,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,458.0,19.0,243.0,1.0,2023-01-06 16:00:40,,,3,old_talao,,,,,,,,,,,,,,,,,,,, 56,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,66.0,27.0,170.0,78,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,40.0,28.0,,,38.0,,3,,,38.0,,,,,,,,,,,,,,,,,, 57,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-13 20:24:31.000000,2023-04-13 20:24:25,543.0,14.0,6.0,40.0,59,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,54.0,7.0,5.0,10.0,,29.0,0.0,3,,17.0,29.0,,,,,,,,,,,,,,,,,, 58,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3,,,14.0,,,,,,,,,,,,,,,,,, 59,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-11 16:51:19.766136,2023-04-10 16:31:01,334.0,10.0,1.0,68.0,13,web-wallet @ walt.id.,15.0,14,False,31.0,10.0,41.0,9.0,2023-01-23 16:08:26,,46.0,3,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-11 16:51:19.766136,839.0,,,,,,,,,,,,,, 60,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-13 12:34:27.595284,2023-04-13 12:29:04,233.0,2.0,2.0,15.0,12,OIDC identity provider for SSI & NFTs.,8.0,14,False,65.0,2.0,31.0,11.0,2023-04-13 12:38:53,,40.0,3,1.2304131229.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-13 12:34:27.595284,532.0,,,,,,,,,,,,,, 61,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,13,False,7.0,4.0,12.0,23.0,2023-02-17 20:56:06,39.0,2.0,3,1.1.6,47.0,39.0,,,,,,,,,,,,,,,,,, 62,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,,,100.0,2021-03-22 11:09:10,,5.0,3,1.4.1,198.0,,,,,,,,,,,,,,,,,,, 63,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-14 14:08:54.000000,2023-04-14 13:57:44,242.0,3.0,5.0,53.0,22,SDK to work with Polygon ID.,8.0,12,False,136.0,4.0,2.0,5.0,2023-04-07 12:33:13,4.0,,3,1.0.0-beta.5,,4.0,,,,,,,,,,,,,,,,,, 64,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,3.0,,,,24.0,,3,,,24.0,,,,,,,,,,,,,,,,,, 65,credible,spruceid/credible,spruceid,,decentralized,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,34,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,10.0,24.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 66,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,6.0,1.0,2023-02-06 15:38:55,,,3,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 67,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-14 10:18:15.000000,2023-04-14 10:18:08,434.0,,3.0,62.0,10,Open-Source Mobile SSI Wallet.,6.0,8,False,304.0,3.0,2.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 68,connectme,evernym/connectme,evernym-ssi,,decentralized,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,1,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3,,,,,,,,,,,,,,,,,,,,, 69,cfssl,cloudfare/cfssl,,,pki,,{},,,2023-04-10 18:33:14.312711,,,,,,23,CloudFlares PKI toolkit.,,2,False,,,,,,,,3,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-04-10 18:33:14.312711,3933341.0,,23.0,,,,,,,,,,,, ================================================ FILE: history/2023-04-20_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇37 · ⭐ 16K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - pomerium (🥇33 · ⭐ 3.5K · 📈) - Pomerium is an identity and context-aware access proxy. Apache-2 - spicedb (🥈31 · ⭐ 3.4K · 📈) - Open Source, Google Zanzibar-inspired fine-grained permissions.. Apache-2 - casdoor (🥈28 · ⭐ 5.8K · 📈) - An open-source Identity and Access Management (IAM) / Single-.. Apache-2 - openid4vci (🥉17 · ⭐ 17 · 🐣) - OpenID for Verifiable Credential Issuance - client and issuer.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - authentik (🥉23 · ⭐ 3.6K · 📉) - The authentication glue you need. ❗Unlicensed - waltid-walletkit (🥉17 · ⭐ 23 · 📉) - Supercharge your app with SSI, NFTs or fungible tokens. Apache-2 ## ➕ Added Projects _Projects that were recently added to this best-of list._ - cerbos (🥉27 · ⭐ 1.3K · ➕) - Cerbos is the open core, language-agnostic, scalable.. Apache-2 ================================================ FILE: history/2023-04-20_projects.csv ================================================ ,name,github_id,group_id,group,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,open_issue_count,closed_issue_count,release_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,labels,dockerhub_stars,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,new_addition 0,aries,hyperledger/aries,aries,True,decentralized,https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:20,2023-04-20 18:11:41.000000,2023-04-20 18:11:40,24383.0,1090.0,252.0,6158.0,1496,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",504.0,34,True,513.0,858.0,2721.0,195.0,2023-04-14 09:52:15,329.0,550.0,1,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-20 17:52:50.000000,2023-04-20 12:48:52,1494.0,27.0,11.0,1584.0,48,Trinsic SDK repository.,41.0,27,False,100.0,5.0,368.0,32.0,2023-03-03 19:22:08,413.0,1722.0,1,1.10.0,7383.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-20 15:23:33.000000,2023-04-20 14:55:47,3174.0,29.0,22.0,349.0,126,Self Sovereign Identity SDK extending Veramo.,46.0,24,True,777.0,15.0,23.0,54.0,2023-03-17 00:39:19,90.0,4.0,1,0.9.0,,5.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-20 12:50:08.000000,2023-04-20 11:20:31,2646.0,58.0,12.0,314.0,123,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,533.0,20.0,252.0,88.0,2023-04-20 11:29:53,,474.0,2,1.2304201121.0,30.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-04-20 11:29:51.913729,4942.0,,,,,,,,,,,,,,, 4,talao-altme,talaodao/altme,talao-altme,True,decentralized,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-20 14:56:08.000000,2023-04-20 14:56:04,6844.0,10.0,7.0,472.0,26,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,19,False,913.0,85.0,1352.0,1.0,2023-01-06 16:00:40,,,2,,,,,,,,,,,,,,,,,,,,,, 5,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,3.0,,100.0,2021-03-22 11:09:10,38.0,10.0,2,,,,,,,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-20 12:27:00.000000,2023-04-14 14:14:32,630.0,19.0,13.0,312.0,52,Self Hosted ID Platform.,18.0,15,False,342.0,5.0,73.0,6.0,2023-04-07 12:33:13,5.0,,3,1.0.0,,,,,,,,,,,,,,,,,,,,, 7,spruceid,spruceid/ddkit,spruceid,True,decentralized,,{},,2020-07-23 21:18:28,2023-04-20 17:48:32.000000,2023-04-14 14:01:41,710.0,51.0,45.0,405.0,172,,30.0,14,False,4.0,78.0,124.0,,,98.0,,3,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 8,coredns,coredns/coredns,,,discovery,https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-20 18:00:27.000000,2023-04-20 17:24:06,3610.0,1786.0,236.0,3821.0,10679,CoreDNS is a DNS server that chains plugins.,347.0,41,True,83.0,63.0,2034.0,65.0,2023-02-06 18:30:04,5062.0,2802220.0,1,1.10.1,6668140.0,5062.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,231014253.0,"['linux-foundation', 'cncf']",137.0,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-20 09:51:48.000000,2023-04-20 09:38:01,2237.0,1894.0,91.0,1756.0,15968,Authentication for the Web.,520.0,40,True,180.0,111.0,2804.0,100.0,2023-04-20 08:41:48,73776.0,1751800.0,1,@next-auth/mongodb-adapter@1.1.3,,73776.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1751800.0,,,,,,,,,, 10,oauthlib,oauthlib/oauthlib,,,oauth2-oidc,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,453.0,69.0,480.0,2575,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,73.0,289.0,48.0,2023-01-10 13:13:43,354940.0,81036191.0,1,3.2.2,,354940.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,81036191.0,,,,,,, 11,cert-manager,cert-manager/cert-manager,,,pki,https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-20 16:53:05.000000,2023-04-20 16:53:04,7644.0,1796.0,144.0,2821.0,10217,Automatically provision and manage TLS certificates in Kubernetes.,388.0,39,True,204.0,172.0,2787.0,100.0,2023-04-07 13:54:32,444.0,1230137.0,1,1.11.1,44284966.0,444.0,,,,,['linux-foundation'],,,,,,,,,,,,,, 12,keycloak,keycloak/keycloak,,,idp,https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-20 18:06:01.000000,2023-04-20 07:07:05,21730.0,5155.0,356.0,11245.0,15747,Open Source Identity and Access Management For Modern Applications and Services.,1156.0,37,True,735.0,1602.0,4321.0,35.0,2023-04-19 08:10:05,,60093.0,1,21.1.0,1682609.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,['cncf'],,,,,,,,1.0,,,,,, 13,open-policy-agent,open-policy-agent/opa,,,authorization,https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-19 21:31:36.000000,2023-04-19 15:54:00,4550.0,1088.0,118.0,3607.0,7961,"An open source, general-purpose policy engine.",378.0,37,True,152.0,289.0,1932.0,100.0,2023-03-31 14:09:24,2347.0,3004758.0,1,0.51.0,2858513.0,2347.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-19 16:37:53.349755,259486457.0,"['cncf', 'linux-foundation']",30.0,,,,,,,,,,,,, 14,ory-hydra,ory/hydra,,,oauth2-oidc,https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-19 07:51:11.000000,2023-04-18 11:21:17,3592.0,1277.0,231.0,1645.0,14025,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",279.0,36,True,66.0,55.0,1369.0,100.0,2023-04-11 10:52:32,2.0,4037584.0,2,2.1.1,537705.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,382759683.0,['ory'],72.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 15,ory-kratos,ory/kratos,,,idp,https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-20 11:29:58.000000,2023-04-19 16:21:56,3753.0,727.0,111.0,1552.0,8530,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,139.0,223.0,855.0,42.0,2023-04-18 17:07:18,313.0,1724203.0,1,0.13.0,28130.0,313.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,101685488.0,['ory'],16.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 16,casbin,casbin/casbin,,,authorization,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-15 13:22:26.000000,2023-04-15 13:21:02,1053.0,1466.0,228.0,446.0,14299,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,16.0,15.0,696.0,100.0,2023-04-15 13:22:27,2359.0,216813.0,2,2.68.0,,2359.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,149056.0,casbin,https://pypi.org/project/casbin,67757.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 17,casl,stalniy/casl,,,authorization,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4791,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,35,True,10.0,9.0,403.0,100.0,2023-04-02 13:30:48,40957.0,1669275.0,2,@casl/ability@6.4.0,,40957.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1669275.0,,,,,,,,,, 18,pomerium,pomerium/pomerium,,,others,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-20 18:14:25.000000,2023-04-17 22:44:58,2819.0,271.0,35.0,3221.0,3514,Pomerium is an identity and context-aware access proxy.,88.0,33,True,136.0,67.0,783.0,100.0,2023-03-23 15:57:03,12.0,3270199.0,1,0.21.3,41345.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-04-18 00:18:47.316470,166737165.0,,10.0,,,,,,,1.0,,,,,, 19,ockam,build-trust/ockam,,,pki,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-20 16:06:06.000000,2023-04-19 18:35:42,5350.0,330.0,58.0,3518.0,3060,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",176.0,32,True,722.0,173.0,914.0,100.0,2023-04-14 21:09:02,175.0,10635.0,2,ockam_v0.84.0,180803.0,175.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 20,spire,spiffe/spire,,,others,https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-20 17:01:38.000000,2023-04-20 16:36:10,5921.0,363.0,83.0,2897.0,1391,The SPIFFE Runtime Environment.,153.0,32,True,198.0,190.0,1012.0,79.0,2023-04-13 20:22:53,108.0,1821.0,3,1.6.3,120199.0,108.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,,, 21,cas,apereo/cas,,,idp,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-20 11:17:47.595952,2023-04-18 16:04:25,22976.0,3770.0,608.0,4302.0,10204,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,435.0,,,100.0,2023-03-31 06:34:19,,5791.0,2,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-04-20 11:17:47.595952,805000.0,,121.0,,,,,,,,,,,,, 22,spicedb,authzed/spicedb,,,authorization,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-20 17:22:56.000000,2023-04-20 17:22:55,2665.0,173.0,34.0,944.0,3391,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",26.0,31,True,260.0,100.0,224.0,27.0,2023-04-19 16:39:52,22.0,9307.0,2,1.20.0,11958.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,173576.0,,4.0,,,,,,,1.0,,,,,, 23,node-oidc-provider,panva/node-oidc-provider,,,oauth2-oidc,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-18 16:21:07.000000,2023-04-18 16:21:02,2371.0,699.0,69.0,214.0,2633,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,60.0,31,True,32.0,,,100.0,2023-03-09 08:47:14,938.0,112524.0,2,8.1.1,,938.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,112524.0,,,,,,,,,, 24,doorkeeper,doorkeeper-gem/doorkeeper,,,oauth2-oidc,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,995.0,108.0,807.0,5133,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,39.0,19.0,825.0,62.0,2023-03-29 07:20:04,7634.0,,3,5.6.6,,7634.0,,,,,,,,,,,,,,,,,,doorkeeper, 25,authelia,authelia/authelia,,,idp,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-20 16:27:53.000000,2023-04-20 16:25:52,4175.0,895.0,155.0,3975.0,16147,The Single Sign-On Multi-Factor portal for web apps.,124.0,29,True,359.0,72.0,1024.0,100.0,2022-12-21 09:01:04,2.0,534.0,2,4.37.5,20829.0,2.0,,,,,,,,,,,,,,,,,,, 26,dex,dexidp/dex,,,oauth2-oidc,https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-20 04:58:24.000000,2023-04-13 20:15:17,2386.0,1399.0,175.0,1686.0,8031,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,79.0,280.0,771.0,79.0,2023-03-20 13:29:42,15.0,2.0,3,2.36.0,236.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,['linux-foundation'],,,,,,,,,,,,,, 27,casdoor,casdoor/casdoor,,,idp,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-20 15:16:30.737372,2023-04-20 14:18:02,1530.0,686.0,47.0,976.0,5827,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",113.0,28,True,202.0,106.0,635.0,100.0,2023-04-20 14:27:59,1.0,1479.0,2,1.300.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-20 15:16:30.737372,44386.0,,6.0,,,,,,,1.0,,,,,, 28,boulder,letsencrypt/boulder,,,pki,https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-20 17:18:43.000000,2023-04-19 21:14:43,6144.0,524.0,138.0,4044.0,4617,"An ACME-based certificate authority, written in Go.",125.0,28,True,164.0,188.0,2586.0,62.0,2023-04-17 19:29:52,,23065.0,2,release-2023-04-17,51077.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1913690.0,['linux-foundation'],12.0,,,,,,,,,,,,, 29,keto,ory/keto,,,authorization,https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-19 14:14:40.000000,2023-04-19 14:14:39,1395.0,287.0,60.0,954.0,3994,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,98.0,44.0,246.0,50.0,,2.0,714361.0,3,,14437.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,43559478.0,['ory'],6.0,,,,,,,,,,,,, 30,oso,osohq/oso,,,authorization,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,142.0,30.0,1497.0,2996,Oso is a batteries-included framework for building authorization in your application.,61.0,28,True,16.0,98.0,97.0,100.0,2023-04-03 23:25:23,70.0,44375.0,3,0.27.0,2121.0,70.0,,,,,,,,,,oso,https://pypi.org/project/oso,44294.0,,,,,,, 31,identity-server,duendesoftware/identityserver,,,oauth2-oidc,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,,2020-10-01 08:46:31,2023-04-20 08:20:45.000000,2023-04-20 08:20:37,4695.0,213.0,39.0,563.0,995,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,28,False,290.0,56.0,196.0,39.0,2023-02-02 17:27:15,940.0,,3,6.2.3,,940.0,,,,,,,,,,,,,,,,,,, 32,logto,logto-io/logto,,,idp,https://github.com/logto-io/logto,https://github.com/logto-io/logto,https://www.mozilla.org/en-US/MPL/2.0/,2021-06-19 03:01:50,2023-04-20 17:14:57.391671,2023-04-20 17:04:15,4043.0,193.0,33.0,3473.0,5613,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,27,True,798.0,51.0,175.0,37.0,2023-04-18 13:33:17,6.0,394.0,3,1.2.0,1418.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-04-20 17:14:57.391671,6090.0,,1.0,,,,,,,,,,,,, 33,zitadel,zitadel/zitadel,,,idp,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-20 17:03:33.000000,2023-04-20 15:04:40,2103.0,172.0,21.0,4023.0,3201,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,51.0,27,True,198.0,329.0,1090.0,100.0,2023-04-20 07:40:02,1.0,313.0,3,2.25.2,1883.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 34,cerbos,cerbos/cerbos,,,authorization,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-20 13:32:45.000000,2023-04-20 13:19:09,1216.0,61.0,22.0,1290.0,1299,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,85.0,40.0,195.0,49.0,2023-04-17 07:47:59,11.0,1312.0,3,0.26.0,32806.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,True 35,jansen,janssenproject/jans,,,idp,https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-20 18:01:14.000000,2023-04-20 17:34:00,32165.0,47.0,23.0,2660.0,200,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,665.0,276.0,1729.0,100.0,2023-04-18 11:47:38,,516.0,3,1.0.12,516.0,,,,,,['linux-foundation'],,,,,,,,,,,,,, 36,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-20 18:11:41.000000,2023-04-20 18:11:40,3148.0,146.0,19.0,1983.0,221,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,26,True,43.0,383.0,1192.0,11.0,2023-04-05 16:43:22,280.0,,1,0.2.0,,280.0,,,,,,,,,,,,,,,,,,, 37,kanidm,kanidm/kanidm,,,idp,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-20 06:44:09.000000,2023-04-20 05:49:51,1147.0,80.0,14.0,1091.0,1422,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,170.0,105.0,344.0,13.0,2023-02-05 23:53:21,42.0,90.0,3,1.1.0-alpha.11,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-04-20 03:11:59.338569,4520.0,,,,,,,,,,,,,,, 38,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-15 21:26:44.000000,2023-04-06 14:38:13,7304.0,391.0,33.0,1316.0,344,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,110.0,24,True,217.0,171.0,724.0,51.0,2023-04-06 14:41:18,,,1,0.8.1,,,,,,,,,,,,,,,,,,,,, 39,authentik,goauthentik/authentik,,,idp,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,,2019-12-30 09:19:48,2023-04-20 17:31:36.000000,2023-04-20 17:31:34,11329.0,289.0,17.0,4044.0,3612,The authentication glue you need.,146.0,23,False,699.0,297.0,883.0,100.0,2023-04-18 08:14:30,,38.0,3,ersion/2023.4.1,879.0,,,,,,,,,,,,,,-2.0,https://charts.goauthentik.io,,,,, 40,freeipa,freeipa/freeipa,,,idp,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-20 17:52:23.000000,2023-04-19 19:46:14,15544.0,300.0,51.0,6790.0,930,"Mirror of FreeIPA, an integrated security information management solution.",214.0,23,True,71.0,,,,,,40989.0,3,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-19 06:49:17.134300,5369580.0,,148.0,,,,,,,,,,,,, 41,athenz,athenz/athenz,,,pki,https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-20 04:18:57.000000,2023-04-20 04:18:53,2624.0,233.0,52.0,1927.0,764,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,97.0,29.0,170.0,100.0,2023-04-17 15:55:09,,,3,1.11.26,,,,,,,['linux-foundation'],,,,,,,,,,,,,, 42,permify,permify/permify,,,authorization,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-19 17:53:00.000000,2023-04-19 17:52:59,1254.0,43.0,11.0,325.0,1308,Permify is an open-source authorization service inspired by Google Zanzibar.,18.0,22,True,603.0,27.0,55.0,24.0,2023-04-19 16:38:30,,47.0,3,0.3.9,379.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 43,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-20 15:14:01.000000,2023-04-14 09:00:57,9535.0,33.0,11.0,684.0,47,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",135.0,22,False,37.0,29.0,91.0,59.0,2023-04-14 09:52:15,9.0,275.0,2,0.54.1,8808.0,9.0,,,,,,,,,,,,,,,,,,, 44,veramo,uport-project/veramo,,,decentralized,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-20 12:12:50.000000,2023-04-14 22:38:36,1703.0,96.0,19.0,633.0,306,A JavaScript Framework for Verifiable Data.,48.0,21,True,71.0,57.0,331.0,34.0,2023-03-16 15:09:58,,,2,5.1.4,,,,,,,,,,,,,,,,,,,,, 45,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-19 22:07:58.000000,2023-04-19 22:04:45,753.0,117.0,27.0,877.0,177,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,113.0,145.0,391.0,74.0,2023-01-18 18:22:49,2.0,,2,0.3.3,,2.0,,,,,,,,,,,,,,,,,,, 46,aries-rfcs,hyperledger/aries-rfcs,aries,,decentralized,https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,203.0,58.0,564.0,295,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,48.0,169.0,,,,,2,,,,,,,,,,,,,,,,,,,,,, 47,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,4.0,77.0,19.0,2022-05-29 21:14:21,413.0,656.0,2,1.6.0,15089.0,413.0,,,,,,,,,,,,,,,,,,, 48,ja3,salesforce/ja3,,,pki,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2050,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,29.0,22.0,,,,1381.0,3,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1381.0,,,,,,, 49,ladon,ory/ladon,,,authorization,https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2196,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,4.0,53.0,40.0,2020-04-30 07:36:33,,,3,1.2.0,,,,,,,['ory'],,,,,,,,,,,,,, 50,spiffe,spiffe/spiffe,,,standards,https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-20 08:03:25.000000,2023-04-20 08:03:24,518.0,142.0,82.0,192.0,1213,The SPIFFE Project.,56.0,17,True,15.0,17.0,37.0,,,,,1,,,,,,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,,, 51,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-20 18:02:40.000000,2023-04-19 23:23:32,1367.0,88.0,22.0,545.0,93,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,82.0,42.0,126.0,,,,,3,,,,,,,,,,,,,,,,,,,,,, 52,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-19 10:03:17.668008,2023-04-19 09:56:57,625.0,21.0,2.0,78.0,23,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,161.0,1.0,37.0,9.0,2023-01-23 16:25:45,,25.0,3,0.6.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-19 10:03:17.668008,479.0,,,,,,,,,-1.0,,,,,, 53,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-20 15:07:06.000000,2023-04-20 14:55:47,428.0,5.0,4.0,41.0,17,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,213.0,,3.0,8.0,2023-03-17 00:39:19,11.0,,3,0.4.0,,11.0,,,,,,,,,,,,,2.0,,,,,, 54,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-20 17:48:32.000000,2023-04-14 14:01:41,517.0,35.0,28.0,334.0,137,Core library for decentralized identity.,19.0,16,True,4.0,68.0,100.0,,,98.0,,3,,,98.0,,,,,,,,,,,,,,,,,,, 55,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,400.0,19.0,243.0,1.0,2023-01-06 16:00:40,,,3,old_talao,,,,,,,,,,,,,,,,,,,,, 56,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,66.0,27.0,170.0,78,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,40.0,28.0,,,38.0,,3,,,38.0,,,,,,,,,,,,,,,,,,, 57,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-13 20:24:31.000000,2023-04-13 20:24:25,543.0,14.0,6.0,40.0,59,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,54.0,7.0,5.0,10.0,,32.0,0.0,3,,17.0,32.0,,,,,,,,,,,,,,,,,,, 58,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3,,,14.0,,,,,,,,,,,,,,,,,,, 59,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-17 15:18:25.726588,2023-04-10 16:31:01,334.0,10.0,1.0,68.0,14,web-wallet @ walt.id.,15.0,14,False,29.0,10.0,41.0,9.0,2023-01-23 16:08:26,,47.0,3,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-17 15:18:25.726588,854.0,,,,,,,,,,,,,,, 60,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-20 12:50:08.000000,2023-04-13 12:29:04,233.0,2.0,2.0,16.0,12,OIDC identity provider for SSI & NFTs.,8.0,14,False,63.0,2.0,31.0,11.0,2023-04-13 12:38:53,,41.0,3,1.2304131229.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-13 12:34:27.595284,534.0,,,,,,,,,,,,,,, 61,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,13,False,7.0,4.0,12.0,23.0,2023-02-17 20:56:06,42.0,2.0,3,1.1.6,47.0,42.0,,,,,,,,,,,,,,,,,,, 62,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,,,100.0,2021-03-22 11:09:10,,5.0,3,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 63,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-20 09:14:34.000000,2023-04-14 14:14:32,251.0,4.0,5.0,54.0,22,SDK to work with Polygon ID.,10.0,12,False,139.0,4.0,2.0,5.0,2023-04-07 12:33:13,5.0,,3,1.0.0-beta.5,,5.0,,,,,,,,,,,,,,,,,,, 64,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,3.0,,,,24.0,,3,,,24.0,,,,,,,,,,,,,,,,,,, 65,credible,spruceid/credible,spruceid,,decentralized,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,10.0,24.0,,,,,3,,,,,,,,,,,,,,,,,,,,,, 66,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,6.0,1.0,2023-02-06 15:38:55,,,3,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 67,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-20 15:23:33.000000,2023-04-20 10:57:00,454.0,,3.0,71.0,11,Open-Source Mobile SSI Wallet.,6.0,8,False,314.0,3.0,2.0,,,,,3,,,,,,,,,,,,,,,,,,,,,, 68,connectme,evernym/connectme,evernym-ssi,,decentralized,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3,,,,,,,,,,,,,,,,,,,,,, 69,cfssl,cloudfare/cfssl,,,pki,,{},,,2023-04-19 16:11:58.448706,,,,,,23,CloudFlares PKI toolkit.,,2,False,,,,,,,,3,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-04-19 16:11:58.448706,3936139.0,,23.0,,,,,,,,,,,,, ================================================ FILE: history/2023-04-21_changes.md ================================================ ## ➕ Added Projects _Projects that were recently added to this best-of list._ - oathkeeper (🥉29 · ⭐ 2.9K · ➕) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - conjur (🥉25 · ⭐ 660 · ➕) - CyberArk Conjur automatically secures secrets used by.. ❗Unlicensed - lemur (🥉24 · ⭐ 1.6K · ➕) - Repository for the Lemur Certificate Manager. Apache-2 - opal (🥉24 · ⭐ 1.3K · ➕) - Policy and data administration, distribution, and real-time updates.. Apache-2 - supertokens (🥉21 · ⭐ 8.6K · ➕) - Open source alternative to Auth0 / Firebase Auth / AWS.. ❗Unlicensed - gotrue (🥉21 · ⭐ 3.4K · 💀) - An SWT based API for managing users and issuing SWT tokens. MIT - beyond (🥉11 · ⭐ 230 · 💤) - BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal.. ❗Unlicensed ================================================ FILE: history/2023-04-21_projects.csv ================================================ ,name,github_id,group_id,group,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,open_issue_count,closed_issue_count,release_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,labels,dockerhub_stars,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,new_addition 0,aries,hyperledger/aries,aries,True,decentralized,https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:20,2023-04-21 19:34:22.000000,2023-04-21 19:34:21,24384.0,1092.0,252.0,6161.0,1496,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",504.0,34,True,512.0,857.0,2722.0,195.0,2023-04-14 09:52:15,329.0,550.0,1,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-20 21:21:57.000000,2023-04-20 20:53:58,1496.0,27.0,11.0,1584.0,48,Trinsic SDK repository.,41.0,27,False,102.0,5.0,368.0,32.0,2023-03-03 19:22:08,414.0,1722.0,1,1.10.0,7385.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-21 18:42:59.000000,2023-04-21 18:42:53,3188.0,29.0,22.0,351.0,126,Self Sovereign Identity SDK extending Veramo.,46.0,24,True,781.0,15.0,23.0,54.0,2023-03-17 00:39:19,90.0,4.0,1,0.9.0,,5.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-21 16:14:18.781427,2023-04-21 16:05:33,2648.0,58.0,12.0,316.0,124,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,533.0,21.0,252.0,89.0,2023-04-21 16:14:20,,474.0,2,1.2304211606.0,30.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-04-21 16:14:18.781427,4949.0,,,,,,,,,,,,,, 4,talao-altme,talaodao/altme,talao-altme,True,decentralized,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-21 16:22:03.000000,2023-04-21 16:21:58,6846.0,10.0,7.0,473.0,26,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,19,False,915.0,86.0,1352.0,1.0,2023-01-06 16:00:40,,,2,,,,,,,,,,,,,,,,,,,,, 5,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,3.0,,100.0,2021-03-22 11:09:10,38.0,10.0,3,,,,,,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-21 16:04:26.000000,2023-04-21 07:28:50,631.0,19.0,13.0,317.0,52,Self Hosted ID Platform.,18.0,15,False,342.0,5.0,73.0,6.0,2023-04-07 12:33:13,5.0,,3,1.0.0,,,,,,,,,,,,,,,,,,,, 7,spruceid,spruceid/ddkit,spruceid,True,decentralized,,{},,2020-07-23 21:18:28,2023-04-21 19:07:13.000000,2023-04-21 09:44:27,711.0,51.0,45.0,407.0,172,,30.0,14,False,5.0,78.0,124.0,,,98.0,,3,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 8,coredns,coredns/coredns,,,machine,https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-21 18:33:51.000000,2023-04-20 17:24:06,3610.0,1787.0,236.0,3821.0,10697,CoreDNS is a DNS server that chains plugins.,347.0,41,True,83.0,62.0,2035.0,65.0,2023-02-06 18:30:04,5069.0,2803986.0,1,1.10.1,6668814.0,5069.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,231163613.0,"['linux-foundation', 'cncf']",137.0,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-21 20:23:33.000000,2023-04-21 10:25:48,2238.0,1898.0,90.0,1758.0,15990,Authentication for the Web.,520.0,40,True,179.0,111.0,2806.0,100.0,2023-04-20 08:41:48,74119.0,1830701.0,1,@next-auth/mongodb-adapter@1.1.3,,74119.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1830701.0,,,,,,,,, 10,oauthlib,oauthlib/oauthlib,,,oauth2-oidc,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,453.0,69.0,480.0,2575,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,73.0,289.0,48.0,2023-01-10 13:13:43,355472.0,81062746.0,1,3.2.2,,355472.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,81062746.0,,,,,, 11,cert-manager,cert-manager/cert-manager,,,pki,https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-21 17:13:40.000000,2023-04-20 16:53:04,7644.0,1798.0,144.0,2822.0,10223,Automatically provision and manage TLS certificates in Kubernetes.,388.0,39,True,204.0,172.0,2788.0,100.0,2023-04-07 13:54:32,444.0,1233308.0,1,1.11.1,44399119.0,444.0,,,,,['linux-foundation'],,,,,,,,,,,,, 12,vault,hashicorp/vault,,,pki,https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-04-21 21:39:20.000000,2023-04-21 20:14:40,17162.0,3623.0,816.0,14752.0,27555,"A tool for secrets management, encryption as a service, and privileged access management.",1330.0,38,True,646.0,865.0,4582.0,87.0,2023-03-29 22:06:08,6163.0,,2,1.13.1,,6163.0,,,,,['hashicorp'],,,,,,,,,,,,, 13,keycloak,keycloak/keycloak,,,idp,https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-21 17:40:10.000000,2023-04-21 13:06:51,21738.0,5164.0,357.0,11253.0,15757,Open Source Identity and Access Management For Modern Applications and Services.,1156.0,37,True,742.0,1593.0,4341.0,35.0,2023-04-19 08:10:05,1.0,60197.0,1,21.1.0,1685530.0,1.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,['cncf'],,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-21 21:08:57.000000,2023-04-21 17:24:07,4551.0,1091.0,118.0,3608.0,7966,"An open source, general-purpose policy engine.",379.0,37,True,153.0,288.0,1934.0,100.0,2023-03-31 14:09:24,2349.0,3030378.0,1,0.51.0,2867537.0,2349.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-21 18:09:18.171576,261725435.0,"['cncf', 'linux-foundation']",30.0,,,,,,,,,,,, 15,ory-hydra,ory/hydra,,,oauth2-oidc,https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-21 16:12:24.000000,2023-04-18 11:21:17,3592.0,1278.0,231.0,1647.0,14033,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",279.0,36,True,66.0,56.0,1369.0,100.0,2023-04-11 10:52:32,2.0,4044890.0,2,2.1.1,538431.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,383452714.0,['ory'],72.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 16,ory-kratos,ory/kratos,,,idp,https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-21 18:22:40.000000,2023-04-21 16:24:01,3755.0,727.0,111.0,1553.0,8546,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,141.0,225.0,855.0,42.0,2023-04-18 17:07:18,314.0,1726929.0,1,0.13.0,28179.0,314.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,101846213.0,['ory'],16.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 17,casbin,casbin/casbin,,,authorization,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-15 13:22:26.000000,2023-04-15 13:21:02,1053.0,1467.0,228.0,446.0,14305,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,16.0,15.0,697.0,100.0,2023-04-15 13:22:27,2360.0,223665.0,2,2.68.0,,2360.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,155490.0,casbin,https://pypi.org/project/casbin,68175.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 18,casl,stalniy/casl,,,authorization,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4795,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,35,True,10.0,9.0,403.0,100.0,2023-04-02 13:30:48,41049.0,1738000.0,2,@casl/ability@6.4.0,,41049.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1738000.0,,,,,,,,, 19,pomerium,pomerium/pomerium,,,machine,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-21 17:40:41.393239,2023-04-21 16:37:32,2821.0,271.0,35.0,3223.0,3515,Pomerium is an identity and context-aware access proxy.,88.0,33,True,138.0,68.0,783.0,100.0,2023-03-23 15:57:03,12.0,3332865.0,2,0.21.3,41384.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-04-21 17:40:41.393239,169933085.0,,10.0,,,,,,,,,,,, 20,ockam,build-trust/ockam,,,machine,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-21 20:01:46.000000,2023-04-21 19:36:34,5367.0,332.0,58.0,3523.0,3066,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",176.0,32,True,739.0,172.0,915.0,100.0,2023-04-14 21:09:02,175.0,10716.0,2,ockam_v0.84.0,182174.0,175.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 21,spire,spiffe/spire,,,machine,https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-21 18:48:01.000000,2023-04-21 18:48:01,5929.0,364.0,83.0,2898.0,1392,The SPIFFE Runtime Environment.,153.0,32,True,206.0,188.0,1014.0,79.0,2023-04-13 20:22:53,108.0,1824.0,2,1.6.3,120418.0,108.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,, 22,cas,apereo/cas,,,idp,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-20 19:54:16.678272,2023-04-18 16:04:25,22976.0,3770.0,608.0,4302.0,10202,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,429.0,,,100.0,2023-03-31 06:34:19,1.0,5792.0,2,6.6.7,,1.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-04-20 19:54:16.678272,805162.0,,121.0,,,,,,,,,,,, 23,boundary,hashicorp/boundary,,,machine,https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-04-21 20:16:34.000000,2023-04-21 16:40:17,2876.0,226.0,75.0,2887.0,3604,Boundary enables identity-based access management for dynamic infrastructure.,128.0,31,True,234.0,72.0,213.0,43.0,2023-04-07 19:27:59,8.0,155818.0,3,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6076921.0,['hashicorp'],10.0,,,,,,,,,,,, 24,spicedb,authzed/spicedb,,,authorization,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-21 13:57:31.000000,2023-04-21 13:57:30,2667.0,174.0,34.0,947.0,3397,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,262.0,100.0,224.0,27.0,2023-04-19 16:39:52,22.0,9617.0,2,1.20.0,12128.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,179594.0,,4.0,,,,,,,,,,,, 25,node-oidc-provider,panva/node-oidc-provider,,,oauth2-oidc,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-21 21:09:07.000000,2023-04-21 21:09:02,2377.0,699.0,69.0,214.0,2634,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,60.0,31,True,38.0,,,100.0,2023-04-21 20:37:24,940.0,118152.0,2,8.1.2,,940.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,118152.0,,,,,,,,, 26,doorkeeper,doorkeeper-gem/doorkeeper,,,oauth2-oidc,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,995.0,108.0,807.0,5132,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,37.0,19.0,825.0,62.0,2023-03-29 07:20:04,7639.0,,3,5.6.6,,7639.0,,,,,,,,,,,,,,,,,doorkeeper, 27,authelia,authelia/authelia,,,idp,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-21 19:38:03.000000,2023-04-21 19:38:02,4180.0,895.0,156.0,3981.0,16153,The Single Sign-On Multi-Factor portal for web apps.,124.0,29,True,362.0,72.0,1024.0,100.0,2022-12-21 09:01:04,2.0,542.0,2,4.37.5,21155.0,2.0,,,,,,,,,,,,,,,,,, 28,oathkeeper,ory/oathkeeper,,,machine,https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-04-17 08:27:24.000000,2023-04-17 08:27:23,1303.0,304.0,49.0,693.0,2943,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,34.0,49.0,262.0,100.0,2023-03-15 16:29:58,2.0,1100854.0,3,0.40.2,22057.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-03-15 16:29:58.302274,73734869.0,['ory'],22.0,,,,,,,,,,,,True 29,dex,dexidp/dex,,,oauth2-oidc,https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-21 17:40:59.000000,2023-04-21 17:40:52,2387.0,1400.0,175.0,1687.0,8033,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,80.0,280.0,771.0,79.0,2023-03-20 13:29:42,15.0,2.0,3,2.36.0,236.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,['linux-foundation'],,,,,,,,,,,,, 30,casdoor,casdoor/casdoor,,,idp,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-21 17:04:08.000000,2023-04-21 15:56:33,1532.0,686.0,48.0,977.0,5840,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",113.0,28,True,204.0,105.0,636.0,100.0,2023-04-20 14:27:59,1.0,1482.0,2,1.300.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-20 15:16:30.737372,44472.0,,6.0,,,,,,,,,,,, 31,boulder,letsencrypt/boulder,,,pki,https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-21 21:33:34.000000,2023-04-21 21:00:27,6150.0,524.0,138.0,4048.0,4617,"An ACME-based certificate authority, written in Go.",125.0,28,True,170.0,186.0,2590.0,62.0,2023-04-17 19:29:52,,23071.0,2,release-2023-04-17,51091.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1914184.0,['linux-foundation'],12.0,,,,,,,,,,,, 32,keto,ory/keto,,,authorization,https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-19 14:14:40.000000,2023-04-19 14:14:39,1395.0,287.0,60.0,954.0,3997,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,98.0,44.0,246.0,50.0,,2.0,716133.0,3,,14468.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,43667521.0,['ory'],6.0,,,,,,,,,,,, 33,oso,osohq/oso,,,authorization,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,142.0,30.0,1497.0,3003,Oso is a batteries-included framework for building authorization in your application.,61.0,28,True,16.0,98.0,97.0,100.0,2023-04-03 23:25:23,70.0,44739.0,3,0.27.0,2123.0,70.0,,,,,,,,,,oso,https://pypi.org/project/oso,44658.0,,,,,, 34,identity-server,duendesoftware/identityserver,,,oauth2-oidc,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,,2020-10-01 08:46:31,2023-04-21 10:57:51.000000,2023-04-20 08:20:37,4695.0,213.0,39.0,564.0,996,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,28,False,290.0,56.0,196.0,39.0,2023-02-02 17:27:15,942.0,,3,6.2.3,,942.0,,,,,,,,,,,,,,,,,, 35,logto,logto-io/logto,,,idp,https://github.com/logto-io/logto,https://github.com/logto-io/logto,https://www.mozilla.org/en-US/MPL/2.0/,2021-06-19 03:01:50,2023-04-21 16:55:25.000000,2023-04-21 03:12:37,4044.0,194.0,33.0,3481.0,5616,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,27,True,799.0,42.0,184.0,37.0,2023-04-18 13:33:17,6.0,395.0,2,1.2.0,1418.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-04-21 03:23:22.612775,6100.0,,1.0,,,,,,,,,,,, 36,zitadel,zitadel/zitadel,,,idp,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-21 14:58:41.000000,2023-04-21 14:54:32,2106.0,172.0,21.0,4024.0,3211,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,51.0,27,True,201.0,330.0,1092.0,100.0,2023-04-20 07:40:02,1.0,316.0,2,2.25.2,1901.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 37,cerbos,cerbos/cerbos,,,authorization,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-20 13:32:45.000000,2023-04-20 13:19:09,1216.0,60.0,22.0,1290.0,1299,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,85.0,40.0,195.0,49.0,2023-04-17 07:47:59,11.0,1315.0,3,0.26.0,32879.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 38,jansen,janssenproject/jans,,,idp,https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-21 16:45:58.000000,2023-04-21 16:45:57,32166.0,48.0,23.0,2662.0,201,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,666.0,275.0,1732.0,100.0,2023-04-18 11:47:38,,513.0,2,1.0.12,513.0,,,,,,['linux-foundation'],,,,,,,,,,,,, 39,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-20 18:11:41.000000,2023-04-20 18:11:40,3148.0,146.0,19.0,1983.0,221,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,26,True,43.0,383.0,1192.0,11.0,2023-04-05 16:43:22,280.0,,1,0.2.0,,280.0,,,,,,,,,,,,,,,,,, 40,kanidm,kanidm/kanidm,,,idp,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-20 06:44:09.000000,2023-04-20 05:49:51,1147.0,81.0,14.0,1091.0,1427,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,170.0,105.0,344.0,13.0,2023-02-05 23:53:21,42.0,90.0,3,1.1.0-alpha.11,20.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-04-20 03:11:59.338569,4548.0,,,,,,,,,,,,,, 41,conjur,cyberark/conjur,,,machine,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,,2016-06-28 21:18:07,2023-04-21 18:01:35.000000,2023-04-21 17:07:42,3280.0,115.0,44.0,1670.0,663,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,87.0,25,False,69.0,206.0,901.0,67.0,2023-01-26 20:38:30,,83189.0,3,1.19.3,297.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-04-18 14:23:53.813112,6821222.0,,29.0,,,,,,,,,,,,True 42,lemur,netflix/lemur,,,pki,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-04-18 01:08:38.000000,2023-04-18 01:08:38,5419.0,303.0,395.0,3824.0,1631,Repository for the Lemur Certificate Manager.,147.0,24,True,149.0,120.0,392.0,25.0,2023-04-04 20:35:03,,0.0,3,1.4.0,47.0,,,,,,,,,,,,,,,,,,,True 43,opal,permitio/opal,,,authorization,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-04-21 08:05:51.050703,2023-04-20 15:05:25,1511.0,96.0,18.0,288.0,1264,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",35.0,24,True,182.0,38.0,60.0,27.0,2023-04-21 08:02:11,,1163.0,3,0.6.0,362.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-04-21 08:05:51.050703,29869.0,,,,,,,,,,,,,,True 44,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-20 18:26:00.000000,2023-04-06 14:38:13,7304.0,391.0,33.0,1316.0,344,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,110.0,24,True,215.0,171.0,724.0,51.0,2023-04-06 14:41:18,,,1,0.8.1,,,,,,,,,,,,,,,,,,,, 45,iota-identity,iotaledger/identity.rs,,,decentralized,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-04-18 13:29:57.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,878.0,254,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,38.0,56.0,198.0,18.0,2023-03-08 16:34:58,78.0,,1,0.6.2,,78.0,,,,,,,,,,,,,,,,,, 46,authentik,goauthentik/authentik,,,idp,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,,2019-12-30 09:19:48,2023-04-21 20:19:30.000000,2023-04-21 18:31:23,11343.0,287.0,16.0,4059.0,3621,The authentication glue you need.,148.0,23,False,711.0,299.0,885.0,100.0,2023-04-18 08:14:30,,38.0,3,ersion/2023.4.1,883.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 47,freeipa,freeipa/freeipa,,,idp,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-21 12:31:32.808762,2023-04-19 19:46:14,15544.0,300.0,51.0,6792.0,930,"Mirror of FreeIPA, an integrated security information management solution.",214.0,23,True,71.0,,,,,,41002.0,3,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-21 12:31:32.808762,5371266.0,,148.0,,,,,,,,,,,, 48,athenz,athenz/athenz,,,pki,https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-21 20:56:41.000000,2023-04-21 16:21:02,2626.0,233.0,52.0,1930.0,765,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,99.0,29.0,170.0,100.0,2023-04-17 15:55:09,,,3,1.11.26,,,,,,,['linux-foundation'],,,,,,,,,,,,, 49,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-04-21 01:32:39.000000,2023-04-16 18:15:30,1602.0,203.0,57.0,263.0,449,Universal Resolver implementation and drivers.,91.0,23,True,24.0,23.0,78.0,6.0,2022-01-07 16:42:38,,1550.0,2,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-04-16 18:17:43.297808,105402.0,,,,,,,,,,,,,, 50,permify,permify/permify,,,authorization,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-21 20:13:56.000000,2023-04-21 11:23:01,1256.0,44.0,11.0,327.0,1311,Permify is an open-source authorization service inspired by Google Zanzibar.,18.0,22,True,603.0,26.0,57.0,24.0,2023-04-19 16:38:30,,47.0,3,0.3.9,382.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 51,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-21 15:19:44.000000,2023-04-14 09:00:57,9535.0,33.0,11.0,685.0,47,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",135.0,22,False,37.0,29.0,91.0,59.0,2023-04-14 09:52:15,9.0,275.0,2,0.54.1,8810.0,9.0,,,,,,,,,,,,,,,,,, 52,supertokens,supertokens/supertokens-core,,,idp,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,,2020-01-05 13:30:52,2023-04-21 11:18:45.000000,2023-03-31 10:34:04,699.0,306.0,56.0,228.0,8602,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,21,False,40.0,92.0,303.0,23.0,2023-04-01 06:14:01,,,3,4.6.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,True 53,gotrue,netlify/gotrue,,,idp,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-03-07 03:09:30.000000,2022-02-10 15:59:24,635.0,252.0,64.0,214.0,3357,An SWT based API for managing users and issuing SWT tokens.,37.0,21,False,,9.0,111.0,2.0,2022-02-09 12:50:28,10.0,,3,1.0.1,,10.0,,,,,,,,,,,,,,,,,,True 54,veramo,uport-project/veramo,,,decentralized,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-21 04:29:24.000000,2023-04-14 22:38:36,1703.0,96.0,19.0,635.0,306,A JavaScript Framework for Verifiable Data.,48.0,21,True,71.0,57.0,331.0,34.0,2023-03-16 15:09:58,,,2,5.1.4,,,,,,,,,,,,,,,,,,,, 55,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-19 22:07:58.000000,2023-04-19 22:04:45,753.0,119.0,27.0,877.0,177,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,113.0,145.0,391.0,74.0,2023-01-18 18:22:49,2.0,,2,0.3.3,,2.0,,,,,,,,,,,,,,,,,, 56,keystone,openstack/keystone,,,idp,https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-04-21 17:38:20.000000,2023-04-21 17:30:29,14792.0,642.0,115.0,17.0,655,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,710.0,19,True,10.0,,,,,,,3,,,,,,,,['openstack'],,,,,,,,,,,,, 57,aries-rfcs,hyperledger/aries-rfcs,aries,,decentralized,https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,203.0,58.0,564.0,295,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,48.0,169.0,,,,,2,,,,,,,,,,,,,,,,,,,,, 58,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,4.0,77.0,19.0,2022-05-29 21:14:21,414.0,656.0,2,1.6.0,15093.0,414.0,,,,,,,,,,,,,,,,,, 59,ja3,salesforce/ja3,,,pki,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2052,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,29.0,22.0,,,,1409.0,3,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1409.0,,,,,, 60,ladon,ory/ladon,,,authorization,https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2197,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,4.0,53.0,40.0,2020-04-30 07:36:33,,,3,1.2.0,,,,,,,['ory'],,,,,,,,,,,,, 61,spiffe,spiffe/spiffe,,,machine,https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-21 20:29:54.000000,2023-04-21 20:29:54,522.0,142.0,82.0,192.0,1215,The SPIFFE Project.,56.0,17,True,19.0,17.0,37.0,,,,,3,,,,,,,,"['cncf', 'linux-foundation']",,,,,,,,,,,,, 62,barbican,openstack/barbican,,,pki,https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,225,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3,,,,,,,,['openstack'],,,,,,,,,,,,, 63,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-21 19:34:22.000000,2023-04-21 19:34:21,1368.0,88.0,22.0,547.0,93,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,83.0,41.0,127.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 64,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-21 06:33:40.000000,2023-04-19 09:56:57,625.0,21.0,2.0,79.0,23,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,159.0,2.0,37.0,9.0,2023-01-23 16:25:45,,25.0,3,0.6.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-19 10:03:17.668008,481.0,,,,,,,,,,,,,, 65,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-21 14:43:17.000000,2023-04-20 14:55:47,428.0,5.0,4.0,41.0,17,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,213.0,,3.0,8.0,2023-03-17 00:39:19,11.0,,3,0.4.0,,11.0,,,,,,,,,,,,,,,,,, 66,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-21 19:07:13.000000,2023-04-21 09:44:27,518.0,35.0,28.0,336.0,137,Core library for decentralized identity.,19.0,16,True,5.0,68.0,100.0,,,98.0,,3,,,98.0,,,,,,,,,,,,,,,,,, 67,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,400.0,19.0,243.0,1.0,2023-01-06 16:00:40,,,3,old_talao,,,,,,,,,,,,,,,,,,,, 68,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,66.0,27.0,170.0,78,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,40.0,28.0,,,38.0,,3,,,38.0,,,,,,,,,,,,,,,,,, 69,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-13 20:24:31.000000,2023-04-13 20:24:25,543.0,14.0,6.0,40.0,59,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,54.0,7.0,5.0,10.0,,32.0,0.0,3,,17.0,32.0,,,,,,,,,,,,,,,,,, 70,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3,,,14.0,,,,,,,,,,,,,,,,,, 71,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-17 15:18:25.726588,2023-04-10 16:31:01,334.0,10.0,1.0,68.0,14,web-wallet @ walt.id.,15.0,14,False,29.0,10.0,41.0,9.0,2023-01-23 16:08:26,,47.0,3,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-17 15:18:25.726588,858.0,,,,,,,,,,,,,, 72,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-20 12:50:08.000000,2023-04-13 12:29:04,233.0,2.0,2.0,16.0,12,OIDC identity provider for SSI & NFTs.,8.0,14,False,63.0,2.0,31.0,11.0,2023-04-13 12:38:53,,41.0,3,1.2304131229.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-13 12:34:27.595284,534.0,,,,,,,,,,,,,, 73,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,13,False,7.0,4.0,12.0,23.0,2023-02-17 20:56:06,42.0,2.0,3,1.1.6,47.0,42.0,,,,,,,,,,,,,,,,,, 74,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,,,100.0,2021-03-22 11:09:10,,5.0,3,1.4.1,198.0,,,,,,,,,,,,,,,,,,, 75,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-21 13:52:51.000000,2023-04-21 07:28:50,252.0,4.0,5.0,56.0,22,SDK to work with Polygon ID.,10.0,12,False,139.0,4.0,2.0,5.0,2023-04-07 12:33:13,5.0,,3,1.0.0-beta.5,,5.0,,,,,,,,,,,,,,,,,, 76,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,3.0,,,,24.0,,3,,,24.0,,,,,,,,,,,,,,,,,, 77,beyond,cogolabs/beyond,,,machine,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond,,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,11,False,,4.0,1.0,4.0,2022-05-26 15:15:14,,259.0,3,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,True 78,credible,spruceid/credible,spruceid,,decentralized,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,10.0,24.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 79,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,6.0,1.0,2023-02-06 15:38:55,,,3,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 80,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-21 18:42:59.000000,2023-04-21 18:42:53,468.0,,3.0,73.0,11,Open-Source Mobile SSI Wallet.,6.0,8,False,318.0,3.0,2.0,,,,,3,,,,,,,,,,,,,,,,,,,,, 81,connectme,evernym/connectme,evernym-ssi,,decentralized,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3,,,,,,,,,,,,,,,,,,,,, 82,cfssl,cloudfare/cfssl,,,pki,,{},,,2023-04-19 16:11:58.448706,,,,,,23,CloudFlares PKI toolkit.,,2,False,,,,,,,,3,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-04-19 16:11:58.448706,3936744.0,,23.0,,,,,,,,,,,, ================================================ FILE: history/2023-04-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ion (🥈19 · ⭐ 1.2K · 📈) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 ## ➕ Added Projects _Projects that were recently added to this best-of list._ - did-resolver (🥇26 · ⭐ 180 · ➕) - Universal did-resolver for javascript environments. Apache-2 dif - dwn-sdk-js (🥈19 · ⭐ 280 · ➕) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 - tbd-ssi-sdk (🥉16 · ⭐ 160 · ➕) - self sovereign identity sdk. Apache-2 web5 - tbd-ssi-service (🥉14 · ⭐ 120 · ➕) - The Self Sovereign Identity Service. Apache-2 web5 ================================================ FILE: history/2023-04-23_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,dockerhub_stars,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,new_addition,trending 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-04-22 22:02:49.000000,2023-04-22 22:02:49,22283.0,890.0,193.0,5601.0,1201.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",420.0,34,True,492.0,195.0,812.0,2554.0,2023-04-14 09:52:15,330.0,550.0,1.0,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-20 21:21:57.000000,2023-04-20 20:53:58,1496.0,27.0,11.0,1584.0,48.0,Trinsic SDK repository.,41.0,27,False,102.0,32.0,5.0,368.0,2023-03-03 19:22:08,414.0,1722.0,1.0,1.10.0,7397.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-21 18:42:59.000000,2023-04-21 18:42:53,3188.0,29.0,22.0,351.0,126.0,Self Sovereign Identity SDK extending Veramo.,46.0,24,True,771.0,54.0,15.0,23.0,2023-03-17 00:39:19,90.0,4.0,2.0,0.9.0,,5.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-21 16:14:18.781427,2023-04-21 16:05:33,2648.0,58.0,12.0,316.0,124.0,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,514.0,89.0,21.0,252.0,2023-04-21 16:14:20,,474.0,2.0,1.2304211606.0,30.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-04-21 16:14:18.781427,4949.0,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,1003.0,407.0,625.0,207.0,8579.0,Solid - Re-decentralizing the web (project directory).,41.0,22,True,49.0,1.0,311.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,, 5,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-21 16:22:03.000000,2023-04-21 16:21:58,6846.0,10.0,7.0,473.0,26.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,19,False,893.0,1.0,90.0,1352.0,2023-01-06 16:00:40,,,2.0,,,,,,,,,,,,,,,,,,,,, 6,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 7,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-22 10:27:42.000000,2023-04-21 07:28:50,631.0,19.0,13.0,318.0,52.0,Self Hosted ID Platform.,18.0,15,False,330.0,6.0,5.0,73.0,2023-04-07 12:33:13,5.0,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,, 8,spruceid,spruceid/ddkit,spruceid,True,decentralized,,,{},,2020-07-23 21:18:28,2023-04-23 00:19:16.000000,2023-04-22 12:48:36,712.0,51.0,45.0,407.0,172.0,,31.0,14,False,6.0,,78.0,124.0,,98.0,,3.0,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 9,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-23 16:20:51.000000,2023-04-22 20:32:01,3612.0,1787.0,236.0,3822.0,10710.0,CoreDNS is a DNS server that chains plugins.,349.0,41,True,77.0,65.0,63.0,2035.0,2023-02-06 18:30:04,5071.0,2806435.0,1.0,1.10.1,6669370.0,5071.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,231371147.0,137.0,,,,,,,,,,,,, 10,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-23 11:03:33.000000,2023-04-23 07:14:52,2240.0,1902.0,90.0,1759.0,16016.0,Authentication for the Web.,521.0,40,True,166.0,100.0,116.0,2806.0,2023-04-20 08:41:48,74718.0,1782562.0,1.0,@next-auth/mongodb-adapter@1.1.3,,74718.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1782562.0,,,,,,,,,, 11,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,453.0,69.0,480.0,2576.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,73.0,289.0,2023-01-10 13:13:43,356202.0,79770374.0,1.0,3.2.2,,356202.0,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79770374.0,,,,,,, 12,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-23 19:39:50.000000,2023-04-23 18:01:32,7646.0,1798.0,144.0,2825.0,10231.0,Automatically provision and manage TLS certificates in Kubernetes.,388.0,39,True,202.0,100.0,173.0,2788.0,2023-04-07 13:54:32,444.0,1238180.0,1.0,1.11.1,44574504.0,444.0,,,,,,,,,,,,,,,,,, 13,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-04-23 17:53:21.000000,2023-04-21 22:21:28,17163.0,3626.0,816.0,14757.0,27567.0,"A tool for secrets management, encryption as a service, and privileged access management.",1330.0,38,True,630.0,87.0,866.0,4582.0,2023-03-29 22:06:08,6165.0,,2.0,1.13.1,,6165.0,,,,,,,,,,,,,,,,,, 14,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-22 15:56:54.000000,2023-04-21 13:06:51,21738.0,5168.0,357.0,11256.0,15770.0,Open Source Identity and Access Management For Modern Applications and Services.,1156.0,37,True,734.0,35.0,1597.0,4341.0,2023-04-19 08:10:05,,60277.0,1.0,21.1.0,1687756.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 15,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-23 17:54:50.000000,2023-04-21 17:24:07,4551.0,1092.0,118.0,3608.0,7968.0,"An open source, general-purpose policy engine.",379.0,37,True,149.0,100.0,288.0,1934.0,2023-03-31 14:09:24,2354.0,3073407.0,1.0,0.51.0,2870877.0,2354.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-21 18:09:18.171576,265506256.0,30.0,,,,,,,,,,,,, 16,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-21 16:12:24.000000,2023-04-18 11:21:17,3592.0,1277.0,231.0,1647.0,14038.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",279.0,36,True,66.0,100.0,56.0,1369.0,2023-04-11 10:52:32,2.0,4054692.0,2.0,2.1.1,539300.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,384382563.0,72.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 17,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-21 18:22:40.000000,2023-04-21 16:24:01,3755.0,728.0,111.0,1553.0,8562.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,141.0,42.0,226.0,855.0,2023-04-18 17:07:18,314.0,1731502.0,1.0,0.13.0,28241.0,314.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,102115960.0,16.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 18,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-15 13:22:26.000000,2023-04-15 13:21:02,1053.0,1467.0,228.0,446.0,14315.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,16.0,100.0,16.0,698.0,2023-04-15 13:22:27,2362.0,213448.0,2.0,2.68.0,,2362.0,,,,,,casbin,https://www.npmjs.com/package/casbin,149386.0,casbin,https://pypi.org/project/casbin,64062.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,, 19,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4798.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,35,True,10.0,100.0,9.0,403.0,2023-04-02 13:30:48,41180.0,1662435.0,2.0,@casl/ability@6.4.0,,41180.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1662435.0,,,,,,,,,, 20,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-22 00:28:07.209815,2023-04-21 23:25:11,2822.0,271.0,35.0,3223.0,3518.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,137.0,100.0,68.0,783.0,2023-03-23 15:57:03,12.0,3438884.0,2.0,0.21.3,41455.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-04-22 00:28:07.209815,175339961.0,10.0,,,,,,,,,,,,, 21,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-23 13:49:34.000000,2023-04-23 13:26:18,5370.0,334.0,58.0,3525.0,3069.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",177.0,32,True,735.0,100.0,170.0,917.0,2023-04-14 21:09:02,175.0,10754.0,2.0,ockam_v0.84.0,182826.0,175.0,,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 22,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-23 14:26:27.000000,2023-04-21 18:48:01,5929.0,364.0,83.0,2899.0,1393.0,The SPIFFE Runtime Environment.,153.0,32,True,201.0,79.0,188.0,1014.0,2023-04-13 20:22:53,108.0,1825.0,2.0,1.6.3,120474.0,108.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 23,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-20 19:54:16.678272,2023-04-18 16:04:25,22976.0,3770.0,608.0,4302.0,10206.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,423.0,100.0,,,2023-03-31 06:34:19,,5793.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-04-20 19:54:16.678272,805293.0,121.0,,,,,,,,,,,,, 24,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-04-21 20:16:34.000000,2023-04-21 16:40:17,2876.0,226.0,75.0,2887.0,3604.0,Boundary enables identity-based access management for dynamic infrastructure.,128.0,31,True,232.0,43.0,72.0,213.0,2023-04-07 19:27:59,8.0,156825.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6116210.0,10.0,,,,,,,,,,,,, 25,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-21 21:49:27.000000,2023-04-21 13:57:30,2667.0,174.0,34.0,948.0,3400.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,258.0,27.0,100.0,224.0,2023-04-19 16:39:52,22.0,9883.0,2.0,1.20.0,12158.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,184883.0,4.0,,,,,,,,,,,,, 26,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-22 12:21:26.000000,2023-04-22 12:21:21,2378.0,699.0,69.0,214.0,2636.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,60.0,31,True,34.0,100.0,,,2023-04-21 20:37:24,941.0,113325.0,3.0,8.1.2,,941.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,113325.0,,,,,,,,,, 27,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,995.0,108.0,807.0,5132.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,37.0,62.0,19.0,825.0,2023-03-29 07:20:04,7646.0,,3.0,5.6.6,,7646.0,,,,,,,,,,,,,,,,doorkeeper,, 28,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-23 11:15:11.000000,2023-04-23 11:13:34,4188.0,896.0,156.0,3988.0,16168.0,The Single Sign-On Multi-Factor portal for web apps.,125.0,29,True,365.0,100.0,72.0,1024.0,2022-12-21 09:01:04,2.0,556.0,2.0,4.37.5,21696.0,2.0,,,,,,,,,,,,,,,,,, 29,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-04-17 08:27:24.000000,2023-04-17 08:27:23,1303.0,304.0,49.0,693.0,2945.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,34.0,100.0,49.0,262.0,2023-03-15 16:29:58,2.0,1104747.0,3.0,0.40.2,22084.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-03-15 16:29:58.302274,73995717.0,22.0,,,,,,,,,,,,, 30,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-04-21 19:13:15.000000,2023-04-19 15:56:17,567.0,62.0,39.0,199.0,288.0,Create and verify DID verifiable JWTs in Javascript.,39.0,29,True,18.0,90.0,7.0,72.0,2023-04-19 15:57:26,3162.0,116802.0,1.0,7.0.0,,3162.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,116802.0,,,,,,,,,, 31,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-23 18:42:21.000000,2023-04-23 18:12:13,2391.0,1403.0,175.0,1690.0,8037.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,82.0,79.0,278.0,773.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,236.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 32,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-23 09:12:20.000000,2023-04-23 09:02:29,1542.0,686.0,48.0,981.0,5847.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",114.0,28,True,213.0,100.0,101.0,646.0,2023-04-23 09:12:21,1.0,1487.0,2.0,1.302.3,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-22 11:19:30.520194,44620.0,6.0,,,,,,,,,,,,, 33,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-23 01:28:54.000000,2023-04-21 21:00:27,6150.0,524.0,138.0,4048.0,4619.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,167.0,62.0,186.0,2590.0,2023-04-17 19:29:52,,23076.0,2.0,release-2023-04-17,51126.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1914426.0,12.0,,,,,,,,,,,,, 34,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-19 14:14:40.000000,2023-04-19 14:14:39,1395.0,287.0,60.0,954.0,4001.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,98.0,50.0,44.0,246.0,,2.0,719128.0,3.0,,14486.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,43850200.0,6.0,,,,,,,,,,,,, 35,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,142.0,30.0,1497.0,3007.0,Oso is a batteries-included framework for building authorization in your application.,61.0,28,True,15.0,100.0,98.0,97.0,2023-04-03 23:25:23,70.0,43213.0,3.0,0.27.0,2125.0,70.0,,,,,,,,,oso,https://pypi.org/project/oso,43132.0,,,,,,, 36,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,,2020-10-01 08:46:31,2023-04-21 10:57:51.000000,2023-04-20 08:20:37,4695.0,213.0,39.0,564.0,998.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,28,False,290.0,39.0,56.0,196.0,2023-02-02 17:27:15,945.0,,3.0,6.2.3,,945.0,,,,,,,,,,,,,,,,,, 37,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,https://www.mozilla.org/en-US/MPL/2.0/,2021-06-19 03:01:50,2023-04-23 16:48:08.000000,2023-04-23 09:47:58,4051.0,195.0,33.0,3485.0,5633.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,27,True,805.0,37.0,46.0,184.0,2023-04-18 13:33:17,6.0,450.0,2.0,1.2.0,1422.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-04-23 10:13:55.520683,7320.0,1.0,,,,,,,,,,,,, 38,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-23 14:35:05.000000,2023-04-21 14:54:32,2106.0,175.0,21.0,4028.0,3235.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,51.0,27,True,199.0,100.0,330.0,1092.0,2023-04-20 07:40:02,1.0,319.0,2.0,2.25.2,1916.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,,, 39,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,283.0,82.0,828.0,1737.0,Solid server on top of the file-system in NodeJS.,85.0,27,False,17.0,51.0,274.0,611.0,2023-03-17 17:09:04,36.0,8523.0,1.0,5.7.7,,36.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,838189.0,4.0,solid-server,https://www.npmjs.com/package/solid-server,386.0,,,,,,,,,, 40,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-20 13:32:45.000000,2023-04-20 13:19:09,1216.0,60.0,23.0,1290.0,1302.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,82.0,49.0,40.0,195.0,2023-04-17 07:47:59,11.0,1316.0,3.0,0.26.0,32905.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 41,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-23 15:29:54.000000,2023-04-21 16:45:57,32166.0,48.0,23.0,2662.0,203.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,653.0,100.0,276.0,1732.0,2023-04-18 11:47:38,,514.0,2.0,1.0.12,514.0,,,,,,,,,,,,,,,,,,, 42,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-04-17 00:38:11.000000,2023-03-08 14:05:28,373.0,42.0,23.0,122.0,175.0,Universal did-resolver for javascript environments.,24.0,26,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3806.0,174517.0,1.0,4.1.0,,3806.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,174517.0,,,,,,,,,True, 43,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-04-20 20:57:10.000000,2023-04-03 09:40:41,301.0,36.0,23.0,84.0,149.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,21.0,26,True,6.0,36.0,5.0,42.0,2023-04-03 09:41:07,543.0,51062.0,1.0,3.1.3,,543.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,51062.0,,,,,,,,,, 44,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-23 08:48:07.000000,2023-04-20 05:49:51,1147.0,80.0,14.0,1092.0,1432.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,160.0,13.0,104.0,345.0,2023-02-05 23:53:21,42.0,92.0,3.0,1.1.0-alpha.11,20.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-04-20 03:11:59.338569,4636.0,,,,,,,,,,,,,, 45,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,,2016-06-28 21:18:07,2023-04-23 17:42:05.000000,2023-04-21 17:07:42,3280.0,115.0,44.0,1673.0,663.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,87.0,25,False,69.0,67.0,206.0,901.0,2023-01-26 20:38:30,,83201.0,3.0,1.19.3,298.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-04-18 14:23:53.813112,6822165.0,29.0,,,,,,,,,,,,, 46,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-22 22:02:49.000000,2023-04-22 22:02:49,3149.0,147.0,19.0,1984.0,221.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,25,True,42.0,11.0,384.0,1192.0,2023-04-05 16:43:22,280.0,,2.0,0.2.0,,280.0,,,,,,,,,,,,,,,,,, 47,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,,2019-12-30 09:19:48,2023-04-23 16:40:31.000000,2023-04-23 16:16:50,11348.0,289.0,16.0,4065.0,3634.0,The authentication glue you need.,150.0,24,False,697.0,100.0,301.0,886.0,2023-04-18 08:14:30,,38.0,3.0,ersion/2023.4.1,888.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 48,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-04-18 01:08:38.000000,2023-04-18 01:08:38,5419.0,303.0,395.0,3824.0,1632.0,Repository for the Lemur Certificate Manager.,147.0,24,True,147.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,47.0,,,,,,,,,,,,,,,,,,, 49,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-04-21 08:05:51.050703,2023-04-20 15:05:25,1511.0,96.0,18.0,288.0,1265.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",35.0,24,True,182.0,27.0,38.0,60.0,2023-04-21 08:02:11,,1166.0,3.0,0.6.0,362.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-04-21 08:05:51.050703,29928.0,,,,,,,,,,,,,, 50,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-20 18:26:00.000000,2023-04-06 14:38:13,7304.0,391.0,32.0,1316.0,344.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,110.0,24,True,213.0,51.0,173.0,725.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,,, 51,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-04-18 13:29:57.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,878.0,254.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,38.0,18.0,56.0,198.0,2023-03-08 16:34:58,78.0,,2.0,0.6.2,,78.0,,,,,,,,,,,,,,,,,, 52,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-22 19:38:11.000000,2023-04-19 19:46:14,15544.0,300.0,51.0,6792.0,929.0,"Mirror of FreeIPA, an integrated security information management solution.",214.0,23,True,70.0,,,,,,41023.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-21 12:31:32.808762,5374013.0,148.0,,,,,,,,,,,,, 53,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-23 15:29:45.000000,2023-04-23 15:29:45,2633.0,233.0,52.0,1933.0,766.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,104.0,100.0,29.0,170.0,2023-04-23 15:22:30,,,3.0,1.11.27,,,,,,,,,,,,,,,,,,,, 54,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-04-23 01:34:18.000000,2023-04-16 18:15:30,1602.0,203.0,57.0,263.0,450.0,Universal Resolver implementation and drivers.,91.0,23,True,24.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1550.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-04-16 18:17:43.297808,105449.0,,,,,,,,,,,,,, 55,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-22 20:10:11.000000,2023-04-14 09:00:57,9535.0,33.0,11.0,686.0,47.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",135.0,23,False,37.0,59.0,29.0,91.0,2023-04-14 09:52:15,10.0,275.0,2.0,0.54.1,8812.0,10.0,,,,,,,,,,,,,,,,,, 56,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-21 20:13:56.000000,2023-04-21 11:23:01,1256.0,44.0,11.0,327.0,1315.0,Permify is an open-source authorization service inspired by Google Zanzibar.,18.0,22,True,589.0,24.0,26.0,57.0,2023-04-19 16:38:30,,48.0,3.0,0.3.9,387.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 57,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,,2020-01-05 13:30:52,2023-04-22 06:09:56.000000,2023-04-22 06:09:17,700.0,306.0,57.0,228.0,8615.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,21,False,40.0,23.0,92.0,304.0,2023-04-01 06:14:01,,,3.0,4.6.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 58,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-03-07 03:09:30.000000,2022-02-10 15:59:24,635.0,252.0,64.0,214.0,3358.0,An SWT based API for managing users and issuing SWT tokens.,37.0,21,False,,2.0,9.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,, 59,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-21 04:29:24.000000,2023-04-14 22:38:36,1703.0,96.0,19.0,635.0,306.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,71.0,34.0,57.0,331.0,2023-03-16 15:09:58,,,2.0,5.1.4,,,,,,,,,,,,,,,,,,,, 60,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-19 22:07:58.000000,2023-04-19 22:04:45,753.0,119.0,27.0,877.0,177.0,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,113.0,74.0,145.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,, 61,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-04-17 00:44:42.000000,2023-04-03 11:05:53,243.0,13.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,547.0,22060.0,2.0,2.0.23,,547.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,22060.0,,,,,,,,,, 62,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-06 21:55:29.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,676.0,420.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,2.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,, 63,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,155.0,93.0,183.0,1182.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,9.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,2.0,1.0.4,,,,,,,,,,,,,,,,,,,,19.0 64,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-04-21 17:38:20.000000,2023-04-21 17:30:29,14792.0,642.0,115.0,17.0,655.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,710.0,19,True,10.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 65,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,203.0,58.0,564.0,296.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,,48.0,169.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 66,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-04-21 22:03:01.000000,2023-04-20 03:04:27,215.0,63.0,16.0,172.0,277.0,Decentralized Web Node (DWN) Reference implementation.,24.0,19,True,61.0,10.0,44.0,97.0,,20.0,,2.0,,,20.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,True, 67,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,19.0,4.0,77.0,2022-05-29 21:14:21,414.0,656.0,2.0,1.6.0,15107.0,414.0,,,,,,,,,,,,,,,,,, 68,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2055.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,29.0,22.0,,,1414.0,3.0,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1414.0,,,,,,, 69,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2197.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,4.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,, 70,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-22 00:08:44.000000,2023-04-22 00:08:44,525.0,142.0,82.0,193.0,1216.0,The SPIFFE Project.,56.0,17,True,22.0,,17.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 71,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,225.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 72,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-21 23:41:09.000000,2023-04-21 22:35:40,1371.0,88.0,22.0,549.0,93.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,86.0,,41.0,127.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 73,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-21 06:33:40.000000,2023-04-19 09:56:57,625.0,21.0,2.0,79.0,23.0,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,146.0,9.0,2.0,37.0,2023-01-23 16:25:45,,25.0,3.0,0.6.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-19 10:03:17.668008,481.0,,,,,,,,,,,,,, 74,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-21 14:43:17.000000,2023-04-20 14:55:47,428.0,5.0,4.0,41.0,17.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,213.0,8.0,,3.0,2023-03-17 00:39:19,11.0,,3.0,0.4.0,,11.0,,,,,,,,,,,,,,,,,, 75,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,871.0,35.0,50.0,151.0,402.0,Solid Technical Reports.,19.0,16,True,49.0,1.0,180.0,124.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,, 76,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-04-20 00:04:49.000000,2023-04-20 00:04:47,229.0,41.0,13.0,228.0,161.0,self sovereign identity sdk.,15.0,16,True,56.0,3.0,46.0,83.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,True, 77,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-23 00:19:16.000000,2023-04-22 12:48:36,519.0,35.0,28.0,336.0,137.0,Core library for decentralized identity.,20.0,16,True,6.0,,68.0,100.0,,98.0,,3.0,,,98.0,,,,,,,,,,,,,,,,,, 78,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,386.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,, 79,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-04-20 01:43:39.000000,2023-04-19 23:43:17,254.0,41.0,12.0,268.0,118.0,The Self Sovereign Identity Service.,16.0,14,True,61.0,1.0,59.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,,True, 80,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,66.0,27.0,170.0,78.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,38.0,,3.0,,,38.0,,,,,,,,,,,,,,,,,, 81,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-13 20:24:31.000000,2023-04-13 20:24:25,543.0,14.0,6.0,40.0,59.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,54.0,10.0,7.0,5.0,,32.0,0.0,3.0,,17.0,32.0,,,,,,,,,,,,,,,,,, 82,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,, 83,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-17 15:18:25.726588,2023-04-10 16:31:01,334.0,10.0,1.0,68.0,14.0,web-wallet @ walt.id.,15.0,14,False,27.0,9.0,10.0,41.0,2023-01-23 16:08:26,,47.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-17 15:18:25.726588,858.0,,,,,,,,,,,,,, 84,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-20 12:50:08.000000,2023-04-13 12:29:04,233.0,2.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,14,False,63.0,11.0,2.0,31.0,2023-04-13 12:38:53,,41.0,3.0,1.2304131229.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-13 12:34:27.595284,534.0,,,,,,,,,,,,,, 85,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20.0,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,13,False,7.0,23.0,4.0,12.0,2023-02-17 20:56:06,42.0,2.0,3.0,1.1.6,47.0,42.0,,,,,,,,,,,,,,,,,, 86,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,, 87,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-21 13:52:51.000000,2023-04-21 07:28:50,252.0,4.0,5.0,56.0,22.0,SDK to work with Polygon ID.,10.0,12,False,138.0,5.0,4.0,2.0,2023-04-07 12:33:13,5.0,,3.0,1.0.0-beta.5,,5.0,,,,,,,,,,,,,,,,,, 88,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,,, 89,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond,,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,11,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,259.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,, 90,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 91,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 92,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-21 18:42:59.000000,2023-04-21 18:42:53,468.0,,3.0,73.0,11.0,Open-Source Mobile SSI Wallet.,6.0,8,False,308.0,,3.0,2.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 93,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 94,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-04-19 16:11:58.448706,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-04-19 16:11:58.448706,3937379.0,23.0,,,,,,,,,,,,, 95,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 96,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-04-24_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - logto (🥈28 · ⭐ 5.6K · 📈) - Logto is a cost-effective open-source alternative to Auth0. It.. MPL-2.0 - beyond (🥉13 · ⭐ 230 · 💤) - BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal.. Apache-2 ================================================ FILE: history/2023-04-24_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,dockerhub_stars,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,trending 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-04-24 17:26:42.000000,2023-04-24 17:26:42,22288.0,894.0,192.0,5603.0,1204.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",420.0,34,True,490.0,195.0,811.0,2555.0,2023-04-14 09:52:15,331.0,550.0,1.0,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-24 15:12:01.000000,2023-04-24 15:10:08,1497.0,27.0,11.0,1585.0,48.0,Trinsic SDK repository.,41.0,27,False,103.0,33.0,5.0,369.0,2023-04-24 13:26:38,415.0,1726.0,1.0,1.11.0,7429.0,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-24 17:55:14.000000,2023-04-24 17:55:13,3212.0,29.0,22.0,354.0,126.0,Self Sovereign Identity SDK extending Veramo.,47.0,24,True,781.0,54.0,17.0,23.0,2023-03-17 00:39:19,90.0,4.0,2.0,0.9.0,,5.0,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-24 18:00:22.000000,2023-04-24 07:20:43,2650.0,58.0,12.0,316.0,124.0,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,515.0,89.0,20.0,253.0,2023-04-21 16:14:20,,474.0,2.0,1.2304211606.0,30.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-04-21 16:14:18.781427,4949.0,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,1003.0,407.0,625.0,207.0,8579.0,Solid - Re-decentralizing the web (project directory).,41.0,22,True,49.0,1.0,311.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,, 5,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,, 6,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-24 17:54:50.000000,2023-04-24 13:00:49,6851.0,10.0,7.0,475.0,26.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,854.0,1.0,91.0,1352.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,, 7,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-24 17:59:37.000000,2023-04-21 07:28:50,631.0,19.0,13.0,326.0,52.0,Self Hosted ID Platform.,18.0,15,False,319.0,6.0,5.0,73.0,2023-04-07 12:33:13,5.0,,3.0,1.0.0,,,,,,,,,,,,,,,,,,, 8,spruceid,spruceid/ddkit,spruceid,True,decentralized,,,{},,2020-07-23 21:18:28,2023-04-24 14:20:13.000000,2023-04-24 13:49:11,714.0,51.0,45.0,407.0,173.0,,31.0,14,False,8.0,,78.0,124.0,,98.0,,3.0,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 9,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-24 16:15:48.000000,2023-04-24 15:33:15,21749.0,5173.0,357.0,11275.0,15790.0,Open Source Identity and Access Management For Modern Applications and Services.,1156.0,41,True,742.0,35.0,1601.0,4347.0,2023-04-19 08:10:05,265.0,60367.0,1.0,21.1.0,1690296.0,265.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-24 14:02:23.000000,2023-04-22 20:32:01,3612.0,1786.0,235.0,3830.0,10714.0,CoreDNS is a DNS server that chains plugins.,349.0,41,True,77.0,65.0,63.0,2035.0,2023-02-06 18:30:04,5074.0,2807712.0,1.0,1.10.1,6670026.0,5074.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,231478971.0,137.0,,,,,,,,,,,, 11,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-24 09:05:35.000000,2023-04-24 08:21:24,2241.0,1904.0,90.0,1759.0,16033.0,Authentication for the Web.,521.0,40,True,165.0,100.0,113.0,2815.0,2023-04-20 08:41:48,74980.0,1744157.0,1.0,@next-auth/mongodb-adapter@1.1.3,,74980.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1744157.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,454.0,69.0,480.0,2575.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,73.0,289.0,2023-01-10 13:13:43,356761.0,78858241.0,1.0,3.2.2,,356761.0,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,78858241.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-24 17:56:34.000000,2023-04-24 15:30:14,7654.0,1798.0,144.0,2828.0,10238.0,Automatically provision and manage TLS certificates in Kubernetes.,389.0,39,True,203.0,100.0,174.0,2790.0,2023-04-07 13:54:32,444.0,1240774.0,1.0,1.11.1,44667883.0,444.0,,,,,,,,,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-04-24 18:07:09.000000,2023-04-24 18:00:44,17173.0,3627.0,816.0,14778.0,27578.0,"A tool for secrets management, encryption as a service, and privileged access management.",1331.0,38,True,627.0,87.0,866.0,4583.0,2023-03-29 22:06:08,6167.0,,2.0,1.13.1,,6167.0,,,,,,,,,,,,,,,,, 15,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-24 16:06:38.000000,2023-04-24 10:52:24,4552.0,1092.0,118.0,3611.0,7969.0,"An open source, general-purpose policy engine.",379.0,37,True,149.0,100.0,291.0,1934.0,2023-03-31 14:09:24,2356.0,3093922.0,1.0,0.51.0,2877889.0,2356.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-24 11:39:44.562892,267299401.0,30.0,,,,,,,,,,,, 16,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-21 16:12:24.000000,2023-04-18 11:21:17,3592.0,1276.0,231.0,1647.0,14039.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",279.0,36,True,66.0,100.0,56.0,1369.0,2023-04-11 10:52:32,2.0,4058216.0,2.0,2.1.1,539879.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,384716479.0,72.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 17,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-24 17:57:22.000000,2023-04-21 16:24:01,3755.0,728.0,111.0,1554.0,8570.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,141.0,42.0,227.0,855.0,2023-04-18 17:07:18,314.0,1733647.0,1.0,0.13.0,28287.0,314.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,102242415.0,16.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 18,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-15 13:22:26.000000,2023-04-15 13:21:02,1053.0,1468.0,228.0,446.0,14332.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,16.0,100.0,16.0,698.0,2023-04-15 13:22:27,2363.0,206154.0,2.0,2.68.0,,2363.0,,,,,,casbin,https://www.npmjs.com/package/casbin,144915.0,casbin,https://pypi.org/project/casbin,61239.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 19,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4799.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,35,True,10.0,100.0,9.0,403.0,2023-04-02 13:30:48,41259.0,1613536.0,2.0,@casl/ability@6.4.0,,41259.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1613536.0,,,,,,,,, 20,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-24 17:04:47.000000,2023-04-21 23:25:11,2822.0,271.0,35.0,3233.0,3518.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,136.0,100.0,67.0,783.0,2023-03-23 15:57:03,12.0,3487284.0,2.0,0.21.3,41494.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-04-22 00:28:07.209815,177808360.0,10.0,,,,,,,,,,,, 21,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-24 17:55:08.000000,2023-04-24 10:51:23,5374.0,333.0,58.0,3529.0,3075.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",177.0,32,True,736.0,100.0,190.0,917.0,2023-04-14 21:09:02,175.0,10806.0,2.0,ockam_v0.84.0,183711.0,175.0,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 22,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-24 17:14:52.000000,2023-04-21 18:48:01,5929.0,364.0,83.0,2900.0,1393.0,The SPIFFE Runtime Environment.,153.0,32,True,199.0,79.0,188.0,1014.0,2023-04-13 20:22:53,108.0,1838.0,2.0,1.6.3,121368.0,108.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 23,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-24 12:16:34.307226,2023-04-24 02:47:37,22985.0,3771.0,608.0,4302.0,10209.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,429.0,100.0,,,2023-03-31 06:34:19,,5794.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-04-24 12:16:34.307226,805466.0,121.0,,,,,,,,,,,, 24,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-04-24 16:56:01.000000,2023-04-24 15:28:36,2877.0,226.0,75.0,2889.0,3603.0,Boundary enables identity-based access management for dynamic infrastructure.,128.0,31,True,225.0,43.0,72.0,213.0,2023-04-07 19:27:59,8.0,157260.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6133146.0,10.0,,,,,,,,,,,, 25,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-21 21:49:27.000000,2023-04-21 13:57:30,2667.0,174.0,34.0,948.0,3403.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,256.0,27.0,100.0,224.0,2023-04-19 16:39:52,22.0,10074.0,2.0,1.20.0,12194.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,188670.0,4.0,,,,,,,,,,,, 26,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-24 12:35:04.000000,2023-04-24 12:26:26,2381.0,700.0,69.0,214.0,2637.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,61.0,31,True,34.0,100.0,,,2023-04-24 12:35:07,942.0,109913.0,3.0,8.2.0,,942.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,109913.0,,,,,,,,, 27,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,995.0,108.0,807.0,5132.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,37.0,62.0,19.0,825.0,2023-03-29 07:20:04,7649.0,,3.0,5.6.6,,7649.0,,,,,,,,,,,,,,,,doorkeeper, 28,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-24 15:15:59.000000,2023-04-24 15:14:32,4192.0,896.0,156.0,3991.0,16176.0,The Single Sign-On Multi-Factor portal for web apps.,125.0,29,True,367.0,100.0,72.0,1024.0,2022-12-21 09:01:04,2.0,560.0,2.0,4.37.5,21852.0,2.0,,,,,,,,,,,,,,,,, 29,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-04-24 16:58:31.000000,2023-04-17 08:27:23,1303.0,304.0,49.0,694.0,2946.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,34.0,100.0,49.0,262.0,2023-03-15 16:29:58,2.0,1106574.0,3.0,0.40.2,22145.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-03-15 16:29:58.302274,74118041.0,22.0,,,,,,,,,,,, 30,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,283.0,82.0,828.0,1737.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,17.0,51.0,274.0,611.0,2023-03-17 17:09:04,36.0,8524.0,1.0,5.7.7,,36.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,838729.0,4.0,solid-server,https://www.npmjs.com/package/solid-server,381.0,,,,,,,,, 31,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-04-21 10:57:51.000000,2023-04-20 08:20:37,4695.0,213.0,39.0,564.0,1000.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,288.0,39.0,56.0,196.0,2023-02-02 17:27:15,947.0,,3.0,6.2.3,,947.0,,,,,,,,,,,,,,,,, 32,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-04-21 19:13:15.000000,2023-04-19 15:56:17,567.0,62.0,39.0,199.0,289.0,Create and verify DID verifiable JWTs in Javascript.,39.0,29,True,18.0,90.0,7.0,72.0,2023-04-19 15:57:26,3165.0,112697.0,1.0,7.0.0,,3165.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,112697.0,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-24 06:56:50.000000,2023-04-23 18:12:13,2391.0,1405.0,175.0,1693.0,8044.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,82.0,79.0,278.0,773.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,236.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 34,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-23 09:12:20.000000,2023-04-23 09:02:29,1542.0,685.0,48.0,981.0,5852.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",114.0,28,True,212.0,100.0,106.0,646.0,2023-04-23 09:12:21,1.0,1490.0,2.0,1.302.3,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-22 11:19:30.520194,44725.0,6.0,,,,,,,,,,,, 35,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-04-24 13:46:40.000000,2023-04-24 13:00:53,4061.0,197.0,33.0,3498.0,5637.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,28,True,815.0,37.0,46.0,186.0,2023-04-18 13:33:17,6.0,455.0,2.0,1.2.0,1422.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-04-24 13:21:57.950947,7416.0,1.0,,,,,,,,,,,,1.0 36,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-23 01:28:54.000000,2023-04-21 21:00:27,6150.0,525.0,138.0,4048.0,4620.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,162.0,62.0,186.0,2590.0,2023-04-17 19:29:52,,23078.0,2.0,release-2023-04-17,51145.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1914446.0,12.0,,,,,,,,,,,, 37,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-24 03:57:40.000000,2023-04-19 14:14:39,1395.0,286.0,60.0,955.0,4002.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,96.0,50.0,45.0,246.0,,2.0,720539.0,3.0,,14511.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,43936232.0,6.0,,,,,,,,,,,, 38,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-03 23:36:19.000000,2023-04-03 22:56:35,1187.0,142.0,30.0,1497.0,3007.0,Oso is a batteries-included framework for building authorization in your application.,61.0,28,True,14.0,100.0,98.0,97.0,2023-04-03 23:25:23,70.0,41751.0,3.0,0.27.0,2126.0,70.0,,,,,,,,,oso,https://pypi.org/project/oso,41670.0,,,,,, 39,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-24 17:52:48.000000,2023-04-24 11:23:38,2107.0,175.0,21.0,4035.0,3259.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,52.0,27,True,199.0,100.0,331.0,1092.0,2023-04-20 07:40:02,1.0,321.0,3.0,2.25.2,1929.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 40,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-24 08:18:03.000000,2023-04-24 08:18:03,1218.0,60.0,23.0,1291.0,1306.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,83.0,49.0,39.0,196.0,2023-04-17 07:47:59,11.0,1317.0,3.0,0.26.0,32943.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 41,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-24 13:36:55.000000,2023-04-24 05:59:49,32167.0,48.0,23.0,2663.0,205.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,648.0,100.0,274.0,1738.0,2023-04-18 11:47:38,,528.0,3.0,1.0.12,528.0,,,,,,,,,,,,,,,,,, 42,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-04-24 14:50:20.000000,2023-04-21 17:07:42,3280.0,115.0,44.0,1673.0,664.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,87.0,26,True,69.0,67.0,206.0,901.0,2023-01-26 20:38:30,,83207.0,3.0,1.19.3,298.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-04-18 14:23:53.813112,6822692.0,29.0,,,,,,,,,,,, 43,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-04-24 00:33:40.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,175.0,Universal did-resolver for javascript environments.,24.0,26,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3809.0,169252.0,1.0,4.1.0,,3809.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,169252.0,,,,,,,,, 44,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-04-24 00:07:04.000000,2023-04-03 09:40:41,301.0,36.0,23.0,84.0,149.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,21.0,26,True,6.0,36.0,5.0,42.0,2023-04-03 09:41:07,544.0,48698.0,1.0,3.1.3,,544.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,48698.0,,,,,,,,, 45,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-04-24 15:38:32.000000,2023-04-24 14:57:29,11355.0,289.0,16.0,4070.0,3640.0,The authentication glue you need.,151.0,25,True,688.0,100.0,303.0,888.0,2023-04-18 08:14:30,,38.0,3.0,ersion/2023.4.1,891.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 46,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-24 14:06:30.000000,2023-04-24 09:47:52,1157.0,80.0,14.0,1103.0,1433.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,167.0,13.0,103.0,347.0,2023-02-05 23:53:21,42.0,93.0,3.0,1.1.0-alpha.11,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-04-24 00:34:24.238486,4657.0,,,,,,,,,,,,, 47,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-24 16:40:53.000000,2023-04-24 16:40:53,3150.0,147.0,19.0,1985.0,221.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,25,True,41.0,11.0,384.0,1192.0,2023-04-05 16:43:22,281.0,,2.0,0.2.0,,281.0,,,,,,,,,,,,,,,,, 48,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-04-24 17:18:06.000000,2023-04-24 17:18:04,5423.0,303.0,395.0,3828.0,1633.0,Repository for the Lemur Certificate Manager.,147.0,24,True,151.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,47.0,,,,,,,,,,,,,,,,,, 49,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-04-24 12:14:41.000000,2023-04-20 15:05:25,1511.0,96.0,18.0,289.0,1266.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",35.0,24,True,182.0,27.0,38.0,60.0,2023-04-21 08:02:11,,1169.0,3.0,0.6.0,363.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-04-21 08:05:51.050703,30026.0,,,,,,,,,,,,, 50,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-24 15:49:38.000000,2023-04-06 14:38:13,7304.0,391.0,32.0,1316.0,344.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,110.0,24,True,211.0,51.0,173.0,725.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,, 51,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-04-24 12:27:15.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,878.0,254.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,37.0,18.0,56.0,198.0,2023-03-08 16:34:58,78.0,,2.0,0.6.2,,78.0,,,,,,,,,,,,,,,,, 52,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-24 05:28:39.849671,2023-04-19 19:46:14,15544.0,300.0,51.0,6792.0,929.0,"Mirror of FreeIPA, an integrated security information management solution.",214.0,23,True,67.0,,,,,,41033.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-24 05:28:39.849671,5375367.0,148.0,,,,,,,,,,,, 53,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-24 15:45:50.000000,2023-04-24 15:45:50,2634.0,233.0,52.0,1935.0,766.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,102.0,100.0,29.0,170.0,2023-04-23 15:22:30,,,3.0,1.11.27,,,,,,,,,,,,,,,,,,, 54,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-04-24 08:00:55.070766,2023-04-16 18:15:30,1602.0,203.0,57.0,263.0,450.0,Universal Resolver implementation and drivers.,91.0,23,True,24.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1551.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-04-24 08:00:55.070766,105518.0,,,,,,,,,,,,, 55,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-24 14:20:18.000000,2023-04-14 09:00:57,9535.0,34.0,11.0,687.0,48.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",135.0,23,False,36.0,59.0,29.0,91.0,2023-04-14 09:52:15,10.0,275.0,2.0,0.54.1,8814.0,10.0,,,,,,,,,,,,,,,,, 56,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-04-24 10:00:20.000000,2023-04-22 06:09:17,700.0,305.0,57.0,229.0,8626.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,22,True,40.0,23.0,91.0,305.0,2023-04-01 06:14:01,,,3.0,4.6.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 57,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-24 09:08:06.000000,2023-04-24 08:55:15,1258.0,44.0,11.0,327.0,1320.0,Permify is an open-source authorization service inspired by Google Zanzibar.,18.0,22,True,582.0,24.0,25.0,59.0,2023-04-19 16:38:30,,48.0,3.0,0.3.9,390.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 58,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-03-07 03:09:30.000000,2022-02-10 15:59:24,635.0,252.0,64.0,214.0,3359.0,An SWT based API for managing users and issuing SWT tokens.,37.0,21,False,,2.0,9.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,, 59,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-24 02:38:52.000000,2023-04-14 22:38:36,1703.0,96.0,19.0,637.0,306.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,71.0,34.0,57.0,331.0,2023-03-16 15:09:58,,,2.0,5.1.4,,,,,,,,,,,,,,,,,,, 60,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-24 12:06:32.000000,2023-04-24 12:03:15,754.0,121.0,26.0,877.0,178.0,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,114.0,74.0,145.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,, 61,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-04-17 00:44:42.000000,2023-04-03 11:05:53,243.0,13.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,547.0,21418.0,2.0,2.0.23,,547.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,21418.0,,,,,,,,, 62,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-06 21:55:29.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,676.0,420.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,2.0,1.0.2,,28.0,,,,,,,,,,,,,,,,, 63,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,155.0,93.0,183.0,1182.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,9.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,2.0,1.0.4,,,,,,,,,,,,,,,,,,, 64,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-04-24 12:31:56.000000,2023-04-21 23:02:11,2028.0,137.0,168.0,782.0,952.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,25.0,7.0,71.0,986.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,, 65,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-04-21 17:38:20.000000,2023-04-21 17:30:29,14792.0,642.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,710.0,19,True,10.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 66,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,203.0,58.0,564.0,296.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,,48.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 67,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-04-24 08:12:30.000000,2023-04-20 03:04:27,215.0,63.0,16.0,173.0,277.0,Decentralized Web Node (DWN) Reference implementation.,24.0,19,True,61.0,10.0,44.0,97.0,,20.0,,2.0,,,20.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,, 68,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,19.0,4.0,77.0,2022-05-29 21:14:21,415.0,657.0,2.0,1.6.0,15132.0,415.0,,,,,,,,,,,,,,,,, 69,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2058.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,29.0,22.0,,,1370.0,3.0,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1370.0,,,,,, 70,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-04-22 20:43:16.000000,2023-04-22 16:31:02,1284.0,69.0,85.0,560.0,227.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,56.0,18,True,49.0,,64.0,459.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 71,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2197.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,4.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,, 72,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-22 00:08:44.000000,2023-04-22 00:08:44,525.0,142.0,82.0,193.0,1218.0,The SPIFFE Project.,56.0,17,True,22.0,,17.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 73,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,225.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 74,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-24 17:26:42.000000,2023-04-24 17:26:42,1374.0,89.0,22.0,549.0,93.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,87.0,,40.0,128.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 75,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-24 07:28:37.805155,2023-04-24 07:20:43,627.0,21.0,2.0,79.0,23.0,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,148.0,9.0,1.0,38.0,2023-01-23 16:25:45,,25.0,3.0,0.6.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-24 07:28:37.805155,484.0,,,,,,,,,,,,, 76,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-24 11:40:48.000000,2023-04-20 14:55:47,428.0,5.0,4.0,41.0,17.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,213.0,8.0,,3.0,2023-03-17 00:39:19,11.0,,3.0,0.4.0,,11.0,,,,,,,,,,,,,,,,, 77,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,871.0,35.0,50.0,151.0,402.0,Solid Technical Reports.,19.0,16,True,49.0,1.0,180.0,124.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,, 78,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-04-20 00:04:49.000000,2023-04-20 00:04:47,229.0,41.0,13.0,228.0,161.0,self sovereign identity sdk.,15.0,16,True,56.0,3.0,46.0,83.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,, 79,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-24 14:20:13.000000,2023-04-24 13:49:11,521.0,35.0,28.0,336.0,138.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,98.0,,3.0,,,98.0,,,,,,,,,,,,,,,,, 80,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,364.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,, 81,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-04-24 16:47:03.000000,2023-04-24 16:47:01,257.0,41.0,12.0,271.0,119.0,The Self Sovereign Identity Service.,16.0,14,True,64.0,1.0,59.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 82,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,66.0,27.0,170.0,78.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,38.0,,3.0,,,38.0,,,,,,,,,,,,,,,,, 83,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-24 06:21:42.000000,2023-04-24 06:21:34,544.0,14.0,6.0,40.0,59.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,55.0,10.0,7.0,5.0,,32.0,0.0,3.0,,17.0,32.0,,,,,,,,,,,,,,,,, 84,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,, 85,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-17 15:18:25.726588,2023-04-10 16:31:01,334.0,10.0,1.0,68.0,14.0,web-wallet @ walt.id.,15.0,14,False,27.0,9.0,10.0,41.0,2023-01-23 16:08:26,,47.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-17 15:18:25.726588,858.0,,,,,,,,,,,,, 86,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-20 12:50:08.000000,2023-04-13 12:29:04,233.0,2.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,14,False,63.0,11.0,2.0,31.0,2023-04-13 12:38:53,,41.0,3.0,1.2304131229.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-13 12:34:27.595284,534.0,,,,,,,,,,,,, 87,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,259.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,1.0 88,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20.0,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,13,False,7.0,23.0,4.0,12.0,2023-02-17 20:56:06,42.0,2.0,3.0,1.1.6,47.0,42.0,,,,,,,,,,,,,,,,, 89,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,, 90,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-21 13:52:51.000000,2023-04-21 07:28:50,252.0,4.0,5.0,56.0,22.0,SDK to work with Polygon ID.,10.0,12,False,132.0,5.0,4.0,2.0,2023-04-07 12:33:13,5.0,,3.0,1.0.0-beta.5,,5.0,,,,,,,,,,,,,,,,, 91,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,, 92,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 93,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,, 94,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-24 17:55:14.000000,2023-04-24 17:55:13,491.0,,3.0,76.0,11.0,Open-Source Mobile SSI Wallet.,7.0,8,False,317.0,,5.0,2.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 95,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 96,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-04-19 16:11:58.448706,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-04-19 16:11:58.448706,3938001.0,23.0,,,,,,,,,,,, 97,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,, 98,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-04-27_changes.md ================================================ ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇35 · ⭐ 11K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - nextauthjs (🥈33 · ⭐ 16K · 📉) - Authentication for the Web. ISC - vault (🥈32 · ⭐ 28K · 📉) - A tool for secrets management, encryption as a service, and.. MPL-2.0 hashicorp - casl (🥈28 · ⭐ 4.8K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - doorkeeper (🥉24 · ⭐ 5.1K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT ================================================ FILE: history/2023-04-27_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_dependent_project_count,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,dockerhub_stars,npm_id,maven_id,npm_url,npm_monthly_downloads,maven_url,trending,brew_id,gem_url,github_Id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-04-27 17:10:56.000000,2023-04-27 13:48:32,22329.0,899.0,192.0,5622.0,1208.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",424.0,30,True,506.0,196.0,813.0,2562.0,2023-04-27 05:57:51,2.0,566.0,1.0,,,,,,,,,,,,,,,,,,,,, 1,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-04-27 09:57:51.000000,2023-04-26 21:12:24,3294.0,29.0,22.0,366.0,130.0,Self Sovereign Identity SDK extending Veramo.,47.0,24,True,846.0,54.0,13.0,27.0,2023-03-17 00:39:19,48.0,4.0,1.0,0.9.0,5.0,,,,,,,,,,,,,,,,,,, 2,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-04-27 12:37:35.462593,2023-04-27 08:19:22,2697.0,59.0,12.0,321.0,126.0,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,534.0,93.0,23.0,253.0,2023-04-27 08:25:22,,478.0,2.0,1.2304211606.0,,waltid/ssikit,33.0,https://hub.docker.com/r/waltid/ssikit,2023-04-21 16:14:18.781427,4954.0,,,,,,,,,,,,,, 3,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-04-27 15:43:50.000000,2023-04-26 17:48:34,1499.0,27.0,11.0,1587.0,48.0,Trinsic SDK repository.,41.0,23,False,96.0,33.0,4.0,370.0,2023-04-24 13:26:38,,1731.0,2.0,1.11.0,,,7438.0,,,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,1003.0,406.0,625.0,207.0,8577.0,Solid - Re-decentralizing the web (project directory).,41.0,22,True,46.0,1.0,312.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,, 5,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-04-27 18:12:20.000000,2023-04-27 14:12:25,6866.0,10.0,7.0,475.0,26.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,797.0,1.0,85.0,1365.0,2023-01-06 16:00:40,,,2.0,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-04-27 11:25:34.000000,2023-04-24 17:11:29,1005.0,107.0,75.0,632.0,382.0,A cross-platform toolkit for decentralized identity.,50.0,17,True,18.0,,122.0,193.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,16,False,15.0,100.0,3.0,,2021-03-22 11:09:10,,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 8,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-04-27 17:18:16.000000,2023-04-26 11:08:01,635.0,23.0,13.0,341.0,55.0,Self Hosted Issuer Node.,17.0,15,False,307.0,8.0,6.0,73.0,2023-04-27 16:18:26,,,3.0,1.0.1,,,,,,,,,,,,,,,,,,,, 9,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,455.0,69.0,480.0,2576.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,73.0,289.0,2023-01-10 13:13:43,358476.0,81019397.0,1.0,3.2.2,358476.0,,,,,,oauthlib,https://pypi.org/project/oauthlib,81019397.0,,,,,,,,,,, 10,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-04-27 18:02:44.000000,2023-04-27 15:46:54,7674.0,1799.0,144.0,2838.0,10253.0,Automatically provision and manage TLS certificates in Kubernetes.,389.0,39,True,217.0,100.0,179.0,2791.0,2023-04-07 13:54:32,446.0,1249524.0,1.0,1.11.1,446.0,,44982868.0,,,,,,,,,,,,,,,,, 11,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-04-27 16:35:10.000000,2023-04-27 14:28:50,21850.0,5186.0,358.0,11308.0,15835.0,Open Source Identity and Access Management For Modern Applications and Services.,1158.0,37,True,809.0,36.0,1604.0,4381.0,2023-04-26 10:24:38,,60702.0,1.0,21.1.1,,quay.io/keycloak/keycloak,1699662.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 12,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-04-27 07:49:55.000000,2023-04-18 11:21:17,3592.0,1275.0,231.0,1648.0,14049.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",279.0,36,True,66.0,100.0,56.0,1369.0,2023-04-11 10:52:32,2.0,4066626.0,2.0,2.1.1,2.0,oryd/hydra,541898.0,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,385512416.0,,,,https://k8s.ory.sh/helm/charts,72.0,,,,,,,,, 13,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-26 13:58:03.000000,2023-04-15 13:21:02,1053.0,1470.0,229.0,447.0,14363.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,16.0,100.0,16.0,698.0,2023-04-15 13:22:27,2364.0,220256.0,1.0,2.68.0,2364.0,,,,,,casbin,https://pypi.org/project/casbin,65891.0,,,casbin,org.casbin:casbin-spring-boot-starter,https://www.npmjs.com/package/casbin,154365.0,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,, 14,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-04-27 09:47:18.000000,2023-04-25 18:26:57,3622.0,1790.0,234.0,3833.0,10732.0,CoreDNS is a DNS server that chains plugins.,351.0,35,True,84.0,65.0,61.0,2039.0,2023-02-06 18:30:04,,2812267.0,1.0,1.10.1,,coredns/coredns,6673029.0,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,231862993.0,,,,,137.0,,,,,,-6.0,,, 15,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-04-27 12:17:07.000000,2023-04-27 09:06:12,2245.0,1914.0,92.0,1765.0,16128.0,Authentication for the Web.,524.0,33,True,164.0,100.0,117.0,2823.0,2023-04-20 08:41:48,,1873466.0,2.0,@next-auth/mongodb-adapter@1.1.3,,,,,,,,,,,,next-auth,,https://www.npmjs.com/package/next-auth,1873466.0,,-7.0,,, 16,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-04-26 17:39:07.461889,2023-04-26 16:32:17,2834.0,271.0,35.0,3237.0,3521.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,147.0,100.0,68.0,784.0,2023-03-23 15:57:03,12.0,3656499.0,2.0,0.21.3,12.0,pomerium/pomerium,41610.0,https://hub.docker.com/r/pomerium/pomerium,2023-04-26 17:39:07.461889,186438172.0,,,,,10.0,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-04-27 18:13:14.000000,2023-04-27 15:57:23,17200.0,3631.0,816.0,14842.0,27598.0,"A tool for secrets management, encryption as a service, and privileged access management.",1332.0,32,True,622.0,90.0,868.0,4588.0,2023-04-26 19:33:13,,,2.0,1.13.2,,,,,,,,,,,,,,,,,-6.0,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-04-27 13:07:32.000000,2023-04-27 04:58:36,3758.0,728.0,112.0,1557.0,8618.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,32,True,144.0,42.0,229.0,856.0,2023-04-18 17:07:18,,1740494.0,1.0,0.13.0,,oryd/kratos,28432.0,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,102646143.0,,,,https://k8s.ory.sh/helm/charts,16.0,,,,,,,,, 19,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-04-27 18:12:35.000000,2023-04-27 17:57:23,4562.0,1096.0,119.0,3619.0,7981.0,"An open source, general-purpose policy engine.",382.0,32,True,152.0,100.0,296.0,1941.0,2023-03-31 14:09:24,,3161319.0,2.0,0.51.0,,openpolicyagent/opa,2904336.0,https://hub.docker.com/r/openpolicyagent/opa,2023-04-27 09:05:16.225711,273184766.0,,,,,30.0,,,,,,,,, 20,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-04-27 17:45:41.000000,2023-04-27 17:12:32,5408.0,337.0,57.0,3555.0,3079.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",177.0,32,True,757.0,100.0,192.0,919.0,2023-04-14 21:09:02,175.0,11031.0,2.0,ockam_v0.84.0,175.0,,187535.0,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 21,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-04-27 18:00:55.000000,2023-04-27 18:00:47,22992.0,3771.0,608.0,4303.0,10212.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,423.0,100.0,,,2023-03-31 06:34:19,,5797.0,2.0,6.6.7,,apereo/cas,,https://hub.docker.com/r/apereo/cas,2023-04-24 12:16:34.307226,805818.0,,,,,121.0,,,,,,,,, 22,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-04-27 13:29:45.000000,2023-04-24 19:23:04,2669.0,174.0,34.0,953.0,3413.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,245.0,27.0,100.0,224.0,2023-04-19 16:39:52,22.0,10924.0,2.0,1.20.0,22.0,authzed/spicedb,12414.0,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,205424.0,,,,,4.0,,,,,,,,, 23,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-04-27 17:35:54.000000,2023-04-27 17:35:52,2884.0,227.0,75.0,2898.0,3606.0,Boundary enables identity-based access management for dynamic infrastructure.,128.0,30,True,229.0,43.0,72.0,213.0,2023-04-07 19:27:59,,158905.0,2.0,0.12.2,,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6197325.0,,,,,10.0,,,,,,,,, 24,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-04-27 15:05:23.000000,2023-04-27 15:04:06,4208.0,897.0,156.0,4007.0,16205.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,366.0,100.0,71.0,1026.0,2022-12-21 09:01:04,2.0,561.0,2.0,4.37.5,2.0,,21913.0,,,,,,,,,,,,,,,,, 25,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-04-26 17:03:17.000000,2023-04-26 17:03:16,1310.0,303.0,49.0,695.0,2946.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,41.0,100.0,49.0,262.0,2023-04-26 17:01:50,,1112794.0,3.0,0.40.3,,oryd/oathkeeper,22272.0,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,74534642.0,,,,,22.0,,,,,,,,, 26,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-04-27 18:10:53.000000,2023-04-27 18:10:34,5937.0,363.0,83.0,2911.0,1394.0,The SPIFFE Runtime Environment.,153.0,29,True,198.0,79.0,183.0,1021.0,2023-04-13 20:22:53,,1849.0,3.0,1.6.3,,ghcr.io/spiffe/spire-server,122091.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 27,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-04-27 10:41:48.000000,2023-04-26 14:18:48,1549.0,686.0,48.0,989.0,5873.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",114.0,28,True,218.0,100.0,104.0,651.0,2023-04-26 14:30:31,,1507.0,2.0,1.306.0,,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2023-04-26 15:22:13.764507,45217.0,,,,,6.0,,,,,,,,, 28,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-04-12 15:46:02.000000,2023-04-12 08:45:37,1442.0,242.0,40.0,306.0,4807.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,64.0,28,True,10.0,100.0,9.0,403.0,2023-04-02 13:30:48,,1714609.0,2.0,@casl/ability@6.4.0,,,,,,,,,,,,@casl/ability,,https://www.npmjs.com/package/@casl/ability,1714609.0,,-7.0,,, 29,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-04-26 23:33:53.000000,2023-04-26 20:54:24,6156.0,525.0,138.0,4054.0,4620.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,159.0,63.0,183.0,2595.0,2023-04-24 23:42:25,,23099.0,2.0,release-2023-04-24,,letsencrypt/boulder-tools,51344.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-04-04 20:11:35.737275,1915030.0,,,,,12.0,,,,,,,,, 30,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-04-24 03:57:40.000000,2023-04-19 14:14:39,1395.0,286.0,60.0,955.0,4010.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,94.0,50.0,45.0,246.0,,,725212.0,2.0,,,oryd/keto,14573.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,44221269.0,,,,,6.0,,,,,,,,, 31,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-04-27 15:17:00.000000,2023-04-27 08:28:26,2118.0,177.0,21.0,4046.0,3281.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,52.0,28,True,205.0,100.0,334.0,1099.0,2023-04-27 15:47:08,,305.0,2.0,2.25.4,,ghcr.io/zitadel/zitadel,1830.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,https://charts.zitadel.com,,,,,,,,,, 32,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-04-27 13:26:02.000000,2023-04-27 11:11:20,4067.0,198.0,33.0,3514.0,5654.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,27,True,821.0,39.0,50.0,191.0,2023-04-27 12:15:06,,486.0,3.0,1.2.3,,svhd/logto,1468.0,https://hub.docker.com/r/svhd/logto,2023-04-27 12:10:08.305347,8013.0,,,,,1.0,,,,,,,,, 33,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,283.0,82.0,828.0,1739.0,Solid server on top of the file-system in NodeJS.,85.0,27,True,17.0,51.0,274.0,611.0,2023-03-17 17:09:04,,8600.0,1.0,5.7.7,,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,840480.0,,,,,4.0,solid-server,,https://www.npmjs.com/package/solid-server,440.0,,,,, 34,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-04-27 16:37:47.000000,2023-04-27 09:03:22,32176.0,47.0,23.0,2672.0,209.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,642.0,100.0,286.0,1756.0,2023-04-18 11:47:38,,668.0,3.0,1.0.12,,,668.0,,,,,,,,,,,,,,,,, 35,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-04-27 13:04:04.000000,2023-04-27 09:24:40,2393.0,1406.0,175.0,1697.0,8057.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,26,True,84.0,79.0,278.0,774.0,2023-03-20 13:29:42,,2.0,2.0,2.36.0,,quay.io/dexidp/dex,247.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 36,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-04-27 15:29:36.000000,2023-04-27 15:29:31,2382.0,702.0,69.0,214.0,2642.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,61.0,26,True,33.0,100.0,,,2023-04-24 12:35:07,,118130.0,2.0,8.2.0,,,,,,,,,,,,oidc-provider,,https://www.npmjs.com/package/oidc-provider,118130.0,,,,, 37,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-04-27 17:29:46.000000,2023-04-21 17:07:42,3280.0,117.0,44.0,1675.0,664.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,87.0,26,True,65.0,67.0,206.0,901.0,2023-01-26 20:38:30,,83230.0,3.0,1.19.3,,cyberark/conjur,299.0,https://hub.docker.com/r/cyberark/conjur,2023-04-18 14:23:53.813112,6824612.0,,,,,29.0,,,,,,,,, 38,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-04-27 15:32:16.000000,2023-04-27 15:28:08,11369.0,293.0,16.0,4088.0,3669.0,The authentication glue you need.,151.0,25,True,672.0,100.0,312.0,891.0,2023-04-18 08:14:30,,39.0,3.0,ersion/2023.4.1,,,909.0,,,,,,,https://charts.goauthentik.io,,,,,,,,,, 39,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-04-25 13:37:16.000000,2023-04-03 22:56:35,1187.0,143.0,30.0,1499.0,3011.0,Oso is a batteries-included framework for building authorization in your application.,61.0,25,True,14.0,100.0,98.0,97.0,2023-04-03 23:25:23,,45566.0,3.0,0.27.0,,,2132.0,,,,oso,https://pypi.org/project/oso,45484.0,,,,,,,,,,, 40,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-04-27 17:23:03.000000,2023-04-27 14:25:14,1223.0,60.0,22.0,1297.0,1315.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,25,True,88.0,49.0,39.0,197.0,2023-04-17 07:47:59,,1323.0,3.0,0.26.0,,ghcr.io/cerbos/cerbos,33087.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,,,, 41,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,995.0,108.0,807.0,5134.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,24,True,37.0,62.0,20.0,825.0,2023-03-29 07:20:04,,,3.0,5.6.6,,,,,,,,,,,,,,,,,-6.0,,doorkeeper, 42,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-04-25 20:02:33.000000,2023-04-25 20:02:33,5425.0,301.0,395.0,3829.0,1633.0,Repository for the Lemur Certificate Manager.,147.0,24,True,151.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,,,47.0,,,,,,,,,,,,,,,,, 43,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-04-27 08:46:00.000000,2023-04-27 08:46:00,1522.0,96.0,18.0,291.0,1270.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",36.0,24,True,186.0,27.0,38.0,60.0,2023-04-21 08:02:11,,1182.0,3.0,0.6.0,,permitio/opal-server,368.0,https://hub.docker.com/r/permitio/opal-server,2023-04-21 08:05:51.050703,30364.0,,,,,,,,,,,,,, 44,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-04-27 18:02:00.000000,2023-04-27 17:26:33,4698.0,213.0,39.0,569.0,1005.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,24,True,273.0,39.0,58.0,196.0,2023-02-02 17:27:15,,,3.0,6.2.3,,,,,,,,,,,,,,,,,,,, 45,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-04-27 16:22:56.000000,2023-04-26 23:27:57,7325.0,393.0,32.0,1319.0,345.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,112.0,24,True,218.0,51.0,172.0,728.0,2023-04-06 14:41:18,,,1.0,0.8.1,,,,,,,,,,,,,,,,,,,, 46,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-04-21 19:13:15.000000,2023-04-19 15:56:17,567.0,62.0,38.0,199.0,290.0,Create and verify DID verifiable JWTs in Javascript.,39.0,24,True,18.0,90.0,7.0,72.0,2023-04-19 15:57:26,,103106.0,1.0,7.0.0,,,,,,,,,,,,did-jwt,,https://www.npmjs.com/package/did-jwt,103106.0,,,,, 47,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-04-27 13:36:14.000000,2023-04-27 12:37:44,1168.0,82.0,14.0,1113.0,1434.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,23,True,175.0,13.0,101.0,349.0,2023-02-05 23:53:21,,94.0,3.0,1.1.0-alpha.11,,kanidm/server,18.0,https://hub.docker.com/r/kanidm/server,2023-04-26 23:32:11.145285,4733.0,,,,,,,,,,,,,, 48,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-04-27 17:30:19.000000,2023-04-27 06:52:51,15547.0,300.0,51.0,6800.0,930.0,"Mirror of FreeIPA, an integrated security information management solution.",214.0,23,True,68.0,,,,,,41069.0,3.0,,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2023-04-26 13:17:20.610306,5380074.0,,,,,148.0,,,,,,,,, 49,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-04-26 23:15:07.000000,2023-04-25 02:50:34,2635.0,233.0,52.0,1936.0,768.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,97.0,100.0,25.0,174.0,2023-04-23 15:22:30,,,3.0,1.11.27,,,,,,,,,,,,,,,,,,,, 50,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-04-27 09:27:47.204956,2023-04-27 09:26:05,1604.0,203.0,57.0,264.0,451.0,Universal Resolver implementation and drivers.,92.0,23,True,26.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1553.0,2.0,0.5.0,,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-04-27 09:27:47.204956,105655.0,,,,,,,,,,,,,, 51,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-04-27 13:08:28.000000,2023-04-26 11:18:03,701.0,307.0,57.0,235.0,8655.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,22,True,41.0,23.0,92.0,305.0,2023-04-01 06:14:01,,,3.0,4.6.0,,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 52,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-04-27 11:43:14.000000,2023-04-27 11:43:14,1263.0,44.0,11.0,335.0,1328.0,Permify is an open-source authorization service inspired by Google Zanzibar.,18.0,22,True,554.0,24.0,24.0,63.0,2023-04-19 16:38:30,,50.0,3.0,0.3.9,,ghcr.io/permify/permify,401.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 53,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-04-24 00:07:04.000000,2023-04-03 09:40:41,301.0,36.0,23.0,84.0,149.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,21.0,22,True,6.0,36.0,5.0,42.0,2023-04-03 09:41:07,,39292.0,2.0,3.1.3,,,,,,,,,,,,did-jwt-vc,,https://www.npmjs.com/package/did-jwt-vc,39292.0,,,,, 54,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-04-25 20:52:33.000000,2023-04-19 23:19:57,389.0,618.0,90.0,301.0,1525.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,4.0,24.0,158.0,296.0,2023-04-07 22:23:21,,,3.0,1.6.1,,,,,,,,,,,,,,,,,,,, 55,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-04-24 02:38:52.000000,2023-04-14 22:38:36,1703.0,96.0,19.0,637.0,307.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,59.0,34.0,57.0,331.0,2023-03-16 15:09:58,,,2.0,5.1.4,,,,,,,,,,,,,,,,,,,, 56,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-04-27 10:40:25.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,880.0,254.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,21,True,34.0,18.0,56.0,198.0,2023-03-08 16:34:58,,,2.0,0.6.2,,,,,,,,,,,,,,,,,,,, 57,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-04-27 17:10:56.000000,2023-04-27 13:48:32,3155.0,148.0,19.0,1992.0,222.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,56.0,21,True,42.0,11.0,384.0,1192.0,2023-04-05 16:43:22,,,2.0,0.2.0,,,,,,,,,,,,,,,,,,,, 58,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-04-26 21:30:47.000000,2023-04-24 12:03:15,754.0,122.0,26.0,880.0,178.0,Aries Framework JavaScript (Built using TypeScript).,50.0,21,True,112.0,74.0,146.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,2.0,,,,,,,,,,,,,,,,,,, 59,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-04-24 00:33:40.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,175.0,Universal did-resolver for javascript environments.,24.0,21,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,,169851.0,2.0,4.1.0,,,,,,,,,,,,did-resolver,,https://www.npmjs.com/package/did-resolver,169851.0,,,,, 60,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-04-27 15:20:47.000000,2023-04-27 12:04:25,9539.0,34.0,11.0,688.0,48.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",137.0,21,False,39.0,60.0,29.0,93.0,2023-04-27 05:57:51,,283.0,2.0,0.55.0,,,9081.0,,,,,,,,,,,,,,,,, 61,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-03-12 00:26:30.000000,2021-12-22 13:03:48,332.0,757.0,234.0,223.0,2438.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,False,,,153.0,500.0,,,,3.0,,,,,,,,,,,,,,net.openid:appauth,,,https://search.maven.org/artifact/net.openid/appauth,,,, 62,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,155.0,93.0,183.0,1182.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,2.0,1.0.4,,,,,,,,,,,,,,,,,,,, 63,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-04-27 00:18:06.000000,2023-04-21 23:02:11,2028.0,138.0,168.0,782.0,954.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,20.0,7.0,71.0,986.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,, 64,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-04-21 17:38:20.000000,2023-04-21 17:30:29,14792.0,643.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,710.0,19,True,10.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 65,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,204.0,58.0,564.0,297.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,,48.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 66,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-04-27 00:35:43.000000,2023-04-26 22:42:46,636.0,251.0,64.0,216.0,3361.0,An SWT based API for managing users and issuing SWT tokens.,37.0,18,True,1.0,2.0,10.0,111.0,2022-02-09 12:50:28,,,3.0,1.0.1,,,,,,,,,,,,,,,,,,,, 67,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,254.0,94.0,41.0,2063.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,29.0,22.0,,,1682.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1682.0,,,,,,,,,,, 68,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,677.0,420.0,Sidetree Specification and Reference Implementation.,47.0,18,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,,,2.0,1.0.2,,,,,,,,,,,,,,,,,,,, 69,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-04-27 17:43:10.000000,2023-04-27 17:40:21,1296.0,70.0,85.0,563.0,227.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,56.0,18,True,61.0,,67.0,461.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 70,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2199.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,4.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,, 71,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-04-22 00:08:44.000000,2023-04-22 00:08:44,525.0,142.0,82.0,193.0,1222.0,The SPIFFE Project.,56.0,17,True,22.0,,17.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 72,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,916.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,28.0,102.0,,1596.0,,3.0,,1596.0,,,,,,,,,,,,,,,,,,, 73,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-04-27 17:41:58.000000,2023-04-27 00:17:02,221.0,64.0,17.0,179.0,277.0,Decentralized Web Node (DWN) Reference implementation.,24.0,17,True,64.0,10.0,45.0,100.0,,,,3.0,,,,,,,,,,,,,tbd54566975/dwn-sdk-js,,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,, 74,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,225.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 75,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-04-27 15:19:21.000000,2023-04-26 16:10:41,1385.0,89.0,22.0,554.0,93.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,31.0,17,False,94.0,,42.0,130.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-04-17 00:44:42.000000,2023-04-03 11:05:53,243.0,14.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,17,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,,22875.0,3.0,2.0.23,,,,,,,,,,,,web-did-resolver,,https://www.npmjs.com/package/web-did-resolver,22875.0,,,,, 77,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-27 08:25:19.134115,2023-04-27 08:19:22,638.0,21.0,2.0,83.0,23.0,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,137.0,12.0,1.0,38.0,2023-04-27 08:25:22,,26.0,3.0,1.2304270819.0,,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-04-27 08:25:19.134115,494.0,,,,,,,,,,,,,, 78,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OpenID4VCI,https://github.com/Sphereon-Opensource/OpenID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-04-26 15:06:46.000000,2023-04-26 14:03:25,450.0,5.0,4.0,42.0,19.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,232.0,8.0,,3.0,2023-03-17 00:39:19,11.0,,3.0,0.4.0,11.0,,,,,,,,,,,,,,,,,,, 79,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-04-20 15:15:16.000000,2023-04-20 15:15:14,871.0,35.0,50.0,151.0,402.0,Solid Technical Reports.,19.0,16,True,46.0,1.0,181.0,124.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,, 80,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-04-25 00:37:46.000000,2023-04-25 00:37:45,231.0,42.0,13.0,230.0,163.0,self sovereign identity sdk.,15.0,16,True,55.0,3.0,46.0,83.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 81,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,369.0,W3C Decentralized Identifier Specification v1.0.,61.0,15,True,1.0,,26.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 82,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,31.0,214.0,70.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,15,False,4.0,,46.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 83,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,15,False,8.0,19.0,4.0,77.0,2022-05-29 21:14:21,,659.0,3.0,1.6.0,,,15157.0,,,,,,,,,,,,,,,,, 84,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-26 08:08:04.064974,2023-04-26 08:02:08,263.0,3.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,90.0,12.0,4.0,31.0,2023-04-26 08:12:52,,41.0,3.0,1.2304260802.0,,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-04-26 08:08:04.064974,537.0,,,,,,,,,,,,,, 85,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,327.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,, 86,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-04-26 03:40:15.000000,2023-04-26 03:39:30,261.0,43.0,12.0,274.0,119.0,The Self Sovereign Identity Service.,18.0,14,True,67.0,1.0,60.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 87,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-04-26 21:05:36.000000,2023-04-26 21:05:30,550.0,14.0,6.0,40.0,60.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,61.0,10.0,7.0,5.0,,32.0,0.0,3.0,,32.0,,17.0,,,,,,,,,,,,,,,,, 88,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-27 12:37:35.462593,2023-04-25 14:07:01,340.0,10.0,1.0,68.0,14.0,web-wallet @ walt.id.,15.0,14,False,31.0,9.0,10.0,41.0,2023-01-23 16:08:26,,48.0,3.0,0.6.0,,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-27 12:37:35.462593,864.0,,,,,,,,,,,,,, 89,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,259.0,3.0,1.8.10,,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,, 90,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-04-27 00:19:06.000000,2023-04-24 13:49:11,521.0,35.0,28.0,336.0,138.0,Core library for decentralized identity.,20.0,13,True,8.0,,68.0,100.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 91,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,,,198.0,,,,,,,,,,,,,,,,, 92,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,67.0,27.0,170.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,12,False,1.0,,40.0,28.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 93,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,12,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 94,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 95,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-04-27 16:18:25.000000,2023-04-26 11:08:01,256.0,6.0,5.0,58.0,24.0,SDK to work with Polygon ID.,10.0,11,False,131.0,6.0,4.0,2.0,2023-04-27 16:18:26,,,3.0,1.0.0-beta.7,,,,,,,,,,,,,,,,,,,, 96,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-04-13 14:46:39.000000,2023-02-17 20:49:03,822.0,7.0,6.0,95.0,20.0,A Typescript implementation of the DIF Presentation Exchange specification.,12.0,11,False,7.0,23.0,4.0,12.0,2023-02-17 20:56:06,,2.0,3.0,1.1.6,,,48.0,,,,,,,,,,,,,,,,, 97,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,10,False,3.0,,3.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 98,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-04-27 09:57:51.000000,2023-04-26 21:12:24,535.0,,3.0,86.0,12.0,Open-Source Mobile SSI Wallet.,7.0,9,False,348.0,,1.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 99,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,9,False,9.0,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 100,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 101,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-04-26 17:39:24.706525,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2023-04-26 17:39:24.706525,3940153.0,,,,,23.0,,,,,,,,, 102,vc-api,,,,standards,['w3c'],,,W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,w3c-ccg/vs-api 103,universal-wallet-interop-spec,,,,standards,['w3c'],,,W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,w3c-ccg/universal-wallet-interop-spec 104,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 105,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-05-04_changes.md ================================================ Nothing changed from last update. ================================================ FILE: history/2023-05-04_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-05-04 19:22:29.000000,2023-05-03 20:03:38,22349.0,907.0,192.0,5654.0,1216.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",428.0,34,True,490.0,197.0,819.0,2565.0,2023-05-04 09:37:21,332.0,552.0,1.0,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-05-04 13:18:00.000000,2023-05-03 12:01:19,1501.0,27.0,11.0,1590.0,48.0,Trinsic SDK repository.,41.0,27,False,83.0,33.0,4.0,370.0,2023-04-24 13:26:38,423.0,1659.0,1.0,1.11.0,7478.0,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-05-04 15:08:06.000000,2023-05-04 15:08:03,3538.0,29.0,22.0,400.0,135.0,Self Sovereign Identity SDK.,48.0,25,True,1028.0,58.0,7.0,34.0,2023-05-01 01:36:25,91.0,4.0,2.0,0.10.1,,5.0,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-05-03 17:22:12.000000,2023-05-02 16:26:08,2707.0,63.0,12.0,326.0,129.0,Use web3 identity / self-sovereign identity (SSI).,55.0,23,True,527.0,99.0,21.0,257.0,2023-05-02 16:52:23,,456.0,2.0,1.2305021626.0,33.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-05-02 16:52:21.014079,4988.0,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-05-03 15:03:36.000000,2023-05-03 13:33:05,1005.0,406.0,623.0,208.0,8577.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,36.0,1.0,313.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,, 5,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-05-04 08:15:13.000000,2023-05-02 16:55:06,1006.0,107.0,75.0,633.0,382.0,A cross-platform toolkit for decentralized identity.,50.0,20,True,18.0,,122.0,193.0,,140.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/sh-id-platform,https://github.com/0xPolygonID/sh-id-platform,,2022-11-08 12:11:09,2023-05-04 18:47:34.000000,2023-05-04 10:54:42,1217.0,21.0,13.0,369.0,55.0,Self Hosted Issuer Node.,23.0,19,False,820.0,9.0,8.0,75.0,2023-05-02 16:24:03,6.0,,2.0,2.0.0,,,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-05-04 13:00:06.000000,2023-05-04 12:59:48,6882.0,10.0,7.0,478.0,27.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,734.0,1.0,82.0,1377.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-05-04 19:39:43.000000,2023-05-04 19:26:53,2260.0,1937.0,91.0,1774.0,16329.0,Authentication for the Web.,527.0,41,True,170.0,100.0,124.0,2842.0,2023-04-28 15:09:18,78312.0,1891474.0,1.0,@next-auth/neo4j-adapter@1.0.6,,78312.0,,,,,next-auth,https://www.npmjs.com/package/next-auth,1891474.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-05-04 13:28:29.000000,2023-05-04 11:41:42,3630.0,1796.0,234.0,3846.0,10756.0,CoreDNS is a DNS server that chains plugins.,352.0,41,True,84.0,65.0,66.0,2039.0,2023-02-06 18:30:04,5088.0,2788258.0,1.0,1.10.1,6677058.0,5088.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,232612404.0,,,,137.0,,,,,,,,, 11,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-05-04 18:44:08.000000,2023-05-04 17:08:10,21909.0,5199.0,358.0,11386.0,15902.0,Open Source Identity and Access Management For Modern Applications and Services.,1159.0,40,True,811.0,36.0,1619.0,4430.0,2023-04-26 10:24:38,275.0,59149.0,1.0,21.1.1,1715322.0,275.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,480.0,2579.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,74.0,289.0,2023-01-10 13:13:43,362130.0,79910422.0,2.0,3.2.2,,362130.0,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79910422.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-05-04 17:35:21.000000,2023-05-04 13:18:37,7697.0,1802.0,144.0,2848.0,10279.0,Automatically provision and manage TLS certificates in Kubernetes.,391.0,39,True,224.0,100.0,180.0,2798.0,2023-04-07 13:54:32,459.0,1234814.0,1.0,1.11.1,45688119.0,459.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-05-04 19:37:04.000000,2023-05-03 16:03:50,4569.0,1099.0,119.0,3637.0,7996.0,"An open source, general-purpose policy engine.",385.0,39,True,150.0,100.0,297.0,1944.0,2023-04-27 18:26:52,2389.0,3318735.0,1.0,0.52.0,2945993.0,2389.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-04-28 18:07:53.109335,290226501.0,,,,30.0,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-05-04 19:39:37.000000,2023-05-04 18:22:30,17255.0,3639.0,816.0,14954.0,27624.0,"A tool for secrets management, encryption as a service, and privileged access management.",1336.0,38,True,618.0,90.0,863.0,4601.0,2023-04-26 19:33:13,6185.0,,2.0,1.13.2,,6185.0,,,,,,,,,,,,,,,,, 16,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-04 16:10:52.000000,2023-05-02 18:20:34,3600.0,1277.0,230.0,1652.0,14078.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",282.0,36,True,69.0,100.0,58.0,1369.0,2023-04-11 10:52:32,2.0,4043483.0,2.0,2.1.1,545998.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,387355408.0,,,,72.0,,,,https://k8s.ory.sh/helm/charts,,,,, 17,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-05-04 12:19:39.000000,2023-05-03 16:31:16,3762.0,731.0,110.0,1559.0,8661.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,141.0,42.0,230.0,859.0,2023-04-18 17:07:18,316.0,1727276.0,1.0,0.13.0,28695.0,316.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,103593571.0,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-04-26 13:58:03.000000,2023-04-15 13:21:02,1053.0,1473.0,229.0,447.0,14396.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,14.0,100.0,19.0,698.0,2023-04-15 13:22:27,2381.0,216262.0,2.0,2.68.0,,2381.0,,,,,casbin,https://www.npmjs.com/package/casbin,148364.0,,casbin,https://pypi.org/project/casbin,67898.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 19,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-04 01:20:14.000000,2023-05-04 01:12:40,1446.0,243.0,40.0,307.0,4816.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,35,True,14.0,100.0,6.0,409.0,2023-04-28 17:52:31,42168.0,1663199.0,2.0,@casl/prisma@1.4.0,,42168.0,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1663199.0,,,,,,,,,, 20,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-05-03 21:57:37.621768,2023-05-03 20:36:42,2844.0,271.0,35.0,3248.0,3532.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,142.0,100.0,70.0,785.0,2023-05-01 19:40:07,12.0,4007158.0,2.0,0.22.0,41807.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-05-03 21:57:37.621768,208326996.0,,,,10.0,,,,,,,,, 21,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-05-04 19:00:13.000000,2023-05-04 17:37:21,5467.0,340.0,57.0,3608.0,3106.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",183.0,32,True,782.0,100.0,187.0,929.0,2023-04-28 00:44:22,175.0,10820.0,2.0,ockam_v0.85.0,194776.0,175.0,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 22,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-05-04 18:10:27.000000,2023-05-04 18:04:14,5946.0,366.0,83.0,2925.0,1398.0,The SPIFFE Runtime Environment.,155.0,32,True,197.0,79.0,181.0,1027.0,2023-04-13 20:22:53,110.0,1832.0,2.0,1.6.3,122785.0,110.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 23,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-05-04 03:52:25.040034,2023-04-30 09:33:39,23011.0,3772.0,608.0,4304.0,10219.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,404.0,100.0,,,2023-03-31 06:34:19,,5762.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-04 03:52:25.040034,806719.0,,,,121.0,,,,,,,,, 24,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-05-04 19:16:47.000000,2023-05-04 15:29:08,2898.0,228.0,75.0,2909.0,3608.0,Boundary enables identity-based access management for dynamic infrastructure.,129.0,31,True,203.0,43.0,72.0,214.0,2023-04-07 19:27:59,8.0,158555.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6342225.0,,,,10.0,,,,,,,,, 25,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-05-04 15:51:48.000000,2023-05-04 14:02:20,2685.0,177.0,34.0,963.0,3430.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,212.0,27.0,101.0,226.0,2023-04-19 16:39:52,22.0,11931.0,2.0,1.20.0,12745.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,237190.0,,,,4.0,,,,,,,,, 26,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-03 09:54:21.000000,2023-05-03 09:54:17,2384.0,705.0,69.0,215.0,2649.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,61.0,31,True,34.0,100.0,,,2023-04-24 12:35:07,951.0,111432.0,2.0,8.2.0,,951.0,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,111432.0,,,,,,,,,, 27,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,996.0,108.0,807.0,5133.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,27.0,62.0,20.0,825.0,2023-03-29 07:20:04,7701.0,,3.0,5.6.6,,7701.0,,,,,,,,,,,,,,,,doorkeeper, 28,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-05-04 19:36:00.000000,2023-05-04 19:32:54,4255.0,900.0,156.0,4055.0,16266.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,380.0,100.0,72.0,1030.0,2022-12-21 09:01:04,2.0,551.0,2.0,4.37.5,22042.0,2.0,,,,,,,,,,,,,,,,, 29,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-03 18:02:09.000000,2023-04-26 17:03:16,1310.0,303.0,48.0,695.0,2954.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,37.0,100.0,51.0,262.0,2023-04-26 17:01:50,2.0,1111527.0,3.0,0.40.3,22535.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,75561000.0,,,,24.0,,,,,,,,, 30,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1738.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,17.0,51.0,274.0,611.0,2023-03-17 17:09:04,36.0,8745.0,1.0,5.7.7,,36.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,844598.0,solid-server,https://www.npmjs.com/package/solid-server,624.0,4.0,,,,,,,,, 31,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-05-02 19:47:46.000000,2023-05-01 12:48:29,4723.0,216.0,39.0,573.0,1014.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,272.0,39.0,59.0,197.0,2023-02-02 17:27:15,975.0,,3.0,6.2.3,,975.0,,,,,,,,,,,,,,,,, 32,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-03 18:20:41.000000,2023-05-03 18:19:34,569.0,62.0,38.0,199.0,290.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,20.0,91.0,7.0,72.0,2023-05-03 18:20:07,3224.0,96608.0,1.0,7.1.0,,3224.0,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,96608.0,,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-05-04 04:59:31.000000,2023-05-02 11:48:16,2416.0,1407.0,176.0,1703.0,8074.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,99.0,79.0,278.0,774.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,248.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 34,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-05-04 18:04:36.000000,2023-05-04 17:51:34,1572.0,691.0,49.0,993.0,5891.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform and AI gateway with web UI..,115.0,28,True,231.0,100.0,105.0,655.0,2023-04-28 16:07:44,1.0,1472.0,2.0,1.308.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-28 16:56:13.403124,45655.0,,,,6.0,,,,,,,,, 35,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-05-04 14:33:00.000000,2023-05-04 07:33:13,4089.0,200.0,33.0,3537.0,5677.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,28,True,788.0,39.0,52.0,192.0,2023-04-27 12:15:06,6.0,474.0,2.0,1.2.3,1524.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-05-04 07:45:36.839455,8220.0,,,,1.0,,,,,,,,, 36,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-04 16:38:57.000000,2023-05-04 14:55:02,6162.0,525.0,138.0,4064.0,4624.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,152.0,64.0,188.0,2596.0,2023-05-03 02:06:23,,22650.0,2.0,release-2023-05-02,51541.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1915940.0,,,,12.0,,,,,,,,, 37,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-03 04:01:37.000000,2023-04-19 14:14:39,1395.0,287.0,59.0,956.0,4017.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,83.0,50.0,45.0,248.0,,2.0,724283.0,3.0,,14670.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,44888791.0,,,,6.0,,,,,,,,, 38,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-05-04 19:20:15.000000,2023-05-04 14:03:07,2149.0,179.0,24.0,4068.0,3335.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,52.0,28,True,228.0,100.0,335.0,1104.0,2023-05-03 05:10:12,1.0,315.0,2.0,2.25.6,1895.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 39,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-04 16:48:12.000000,2023-05-02 21:06:20,1190.0,145.0,30.0,1502.0,3027.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,17.0,100.0,98.0,97.0,2023-04-03 23:25:23,70.0,42406.0,3.0,0.27.0,2145.0,70.0,,,,,,,,,oso,https://pypi.org/project/oso,42327.0,,,,,, 40,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-05-04 19:05:41.000000,2023-05-04 15:14:47,1228.0,61.0,22.0,1306.0,1336.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,87.0,49.0,32.0,209.0,2023-04-17 07:47:59,11.0,1289.0,3.0,0.26.0,33517.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 41,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-05-04 19:38:25.000000,2023-05-04 19:38:23,32203.0,47.0,23.0,2702.0,214.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,621.0,100.0,282.0,1787.0,2023-04-18 11:47:38,,356.0,3.0,1.0.12,713.0,,,,,,,,,,,,,,,,,, 42,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-04-29 00:04:39.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,177.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3881.0,158387.0,1.0,4.1.0,,3881.0,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,158387.0,,,,,,,,,, 43,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-05-04 19:15:51.000000,2023-05-04 17:16:42,3282.0,117.0,44.0,1680.0,667.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,65.0,67.0,206.0,901.0,2023-01-26 20:38:30,,82277.0,3.0,1.19.3,303.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-04 17:46:49.374283,6828707.0,,,,30.0,,,,,,,,, 44,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-04 09:37:21.000000,2023-05-02 13:20:40,3159.0,152.0,19.0,1996.0,224.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,57.0,26,True,34.0,12.0,386.0,1193.0,2023-05-04 09:37:21,281.0,,2.0,0.3.0,,281.0,,,,,,,,,,,,,,,,, 45,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-04 14:02:12.000000,2023-05-04 14:02:09,304.0,36.0,23.0,85.0,149.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,21.0,26,True,9.0,37.0,5.0,42.0,2023-05-04 14:02:35,566.0,34281.0,2.0,3.1.4,,566.0,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,34281.0,,,,,,,,,, 46,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-05-04 19:03:17.000000,2023-05-04 09:03:16,11424.0,299.0,18.0,4151.0,3785.0,The authentication glue you need.,154.0,25,True,667.0,100.0,320.0,906.0,2023-04-18 08:14:30,,38.0,3.0,ersion/2023.4.1,929.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 47,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-04 09:17:05.000000,2023-05-04 08:40:00,1178.0,84.0,14.0,1126.0,1442.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,25,True,181.0,14.0,104.0,349.0,2023-05-01 01:14:41,42.0,97.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-01 02:10:10.116593,4954.0,,,,,,,,,,,,, 48,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-01 20:29:53.000000,2023-05-01 18:38:33,5428.0,301.0,395.0,3833.0,1633.0,Repository for the Lemur Certificate Manager.,147.0,24,True,149.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,47.0,,,,,,,,,,,,,,,,,, 49,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-01 17:39:59.196694,2023-05-01 10:53:46,1528.0,96.0,18.0,295.0,1272.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",36.0,24,True,167.0,28.0,38.0,61.0,2023-05-01 17:36:10,,1165.0,3.0,0.6.1,376.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-01 17:39:59.196694,31061.0,,,,,,,,,,,,, 50,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-05-02 18:26:54.000000,2023-04-26 23:27:57,7325.0,394.0,32.0,1322.0,344.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,112.0,24,True,202.0,51.0,172.0,728.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,, 51,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-05-04 12:07:43.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,880.0,254.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,31.0,18.0,56.0,198.0,2023-03-08 16:34:58,78.0,,2.0,0.6.2,,78.0,,,,,,,,,,,,,,,,, 52,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-05-04 19:31:25.000000,2023-05-04 12:58:15,15556.0,300.0,51.0,6821.0,932.0,"Mirror of FreeIPA, an integrated security information management solution.",215.0,23,True,68.0,,,,,,40843.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-03 05:25:20.268963,5391385.0,,,,148.0,,,,,,,,, 53,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-04 07:45:14.000000,2023-05-04 01:23:39,2649.0,234.0,52.0,1953.0,768.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,104.0,100.0,25.0,174.0,2023-04-29 01:37:26,,,3.0,1.11.28,,,,,,,,,,,,,,,,,,, 54,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-05-04 01:32:22.000000,2023-04-27 09:26:05,1604.0,204.0,57.0,264.0,455.0,Universal Resolver implementation and drivers.,92.0,23,True,26.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1535.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-04-27 09:27:47.204956,105945.0,,,,,,,,,,,,, 55,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-05-04 11:54:54.000000,2023-05-03 13:01:26,9542.0,34.0,11.0,698.0,51.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,23,False,42.0,60.0,32.0,94.0,2023-04-27 05:57:51,10.0,276.0,2.0,0.55.0,9117.0,10.0,,,,,,,,,,,,,,,,, 56,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-05-04 19:06:28.000000,2023-05-04 12:41:10,702.0,311.0,59.0,245.0,8716.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,22,True,42.0,23.0,93.0,307.0,2023-04-01 06:14:01,,,3.0,4.6.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 57,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-05-04 19:40:45.000000,2023-05-04 19:40:41,1351.0,44.0,11.0,367.0,1339.0,Permify is an open-source authorization service inspired by Google Zanzibar.,20.0,22,True,536.0,24.0,23.0,67.0,2023-04-19 16:38:30,,45.0,3.0,0.3.9,411.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 58,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,619.0,90.0,302.0,1527.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,157.0,297.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,, 59,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-05-03 17:41:27.000000,2023-05-02 16:01:21,1710.0,96.0,19.0,639.0,308.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,61.0,35.0,57.0,331.0,2023-05-02 15:41:47,,,2.0,5.2.0,,,,,,,,,,,,,,,,,,, 60,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-05-03 06:59:39.000000,2023-05-03 06:55:34,758.0,123.0,26.0,885.0,180.0,Aries Framework JavaScript (Built using TypeScript).,51.0,21,True,113.0,74.0,147.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,, 61,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-04-17 00:44:42.000000,2023-04-03 11:05:53,243.0,14.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,561.0,21293.0,2.0,2.0.23,,561.0,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,21293.0,,,,,,,,,, 62,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-04-28 01:34:06.000000,2023-04-28 01:34:05,637.0,251.0,64.0,216.0,3376.0,An SWT based API for managing users and issuing SWT tokens.,37.0,20,True,2.0,2.0,10.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,, 63,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,677.0,420.0,Sidetree Specification and Reference Implementation.,46.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,2.0,1.0.2,,28.0,,,,,,,,,,,,,,,,, 64,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-04 10:14:21.000000,2021-12-22 13:03:48,332.0,759.0,234.0,224.0,2440.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,False,,,154.0,501.0,,,,3.0,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 65,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,155.0,93.0,183.0,1183.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,2.0,1.0.4,,,,,,,,,,,,,,,,,,, 66,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-04 17:24:58.000000,2023-05-03 19:56:38,2035.0,138.0,168.0,785.0,956.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,25.0,7.0,71.0,987.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,, 67,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,204.0,58.0,564.0,297.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,,48.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 68,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-05-04 18:37:03.000000,2023-05-04 18:35:36,230.0,66.0,17.0,188.0,278.0,Decentralized Web Node (DWN) Reference implementation.,25.0,19,True,69.0,10.0,39.0,111.0,,21.0,,2.0,,,21.0,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 69,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,4.0,19.0,4.0,77.0,2022-05-29 21:14:21,423.0,633.0,2.0,1.6.0,15213.0,423.0,,,,,,,,,,,,,,,,, 70,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,255.0,94.0,41.0,2070.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,29.0,22.0,,,1685.0,3.0,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1685.0,,,,,, 71,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-04-21 17:38:20.000000,2023-04-21 17:30:29,14792.0,644.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,710.0,18,True,9.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 72,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-04 19:25:10.000000,2023-05-04 17:27:30,1306.0,70.0,85.0,570.0,228.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,67.0,,64.0,464.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 73,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2203.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,4.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,, 74,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-04 15:29:40.000000,2023-05-02 16:44:19,526.0,143.0,82.0,194.0,1223.0,The SPIFFE Project.,56.0,17,True,18.0,,17.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 75,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,917.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,28.0,102.0,,1599.0,,3.0,,,1599.0,,,,,,,,,,,,,,,,, 76,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 77,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-04 19:22:29.000000,2023-05-03 20:03:38,1394.0,91.0,22.0,564.0,94.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,32.0,17,False,98.0,,42.0,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 78,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-04-27 08:25:19.134115,2023-04-27 08:19:22,638.0,22.0,2.0,83.0,24.0,"Supercharge your app with SSI, NFTs or fungible tokens.",11.0,17,False,126.0,12.0,2.0,38.0,2023-04-27 08:25:22,,25.0,3.0,1.2304270819.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-04-27 08:25:19.134115,508.0,,,,,,,,,,,,, 79,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-05-04 14:43:53.000000,2023-04-26 14:03:25,450.0,5.0,4.0,42.0,20.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,17,False,231.0,8.0,,3.0,2023-03-17 00:39:19,12.0,,3.0,0.4.0,,12.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI 80,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-05-04 03:14:07.000000,2023-05-02 00:04:33,234.0,42.0,13.0,235.0,164.0,self sovereign identity sdk.,15.0,16,True,53.0,3.0,46.0,84.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,, 81,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-05-04 08:15:13.000000,2023-04-24 13:49:11,521.0,35.0,28.0,336.0,138.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,100.0,,3.0,,,100.0,,,,,,,,,,,,,,,,, 82,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-05-03 15:03:36.000000,2023-05-03 13:33:05,873.0,35.0,50.0,152.0,401.0,Solid Technical Reports.,19.0,15,True,36.0,1.0,181.0,124.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,, 83,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,369.0,W3C Decentralized Identifier Specification v1.0.,61.0,15,True,1.0,,26.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 84,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,31.0,214.0,70.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,33.0,15,False,4.0,,46.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 85,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,6.0,96.0,22.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,15,False,38.0,24.0,3.0,14.0,2023-04-30 19:45:02,42.0,2.0,3.0,2.0.0,49.0,42.0,,,,,,,,,,,,,,,,, 86,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-26 08:08:04.064974,2023-04-26 08:02:08,263.0,4.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,90.0,12.0,4.0,31.0,2023-04-26 08:12:52,,38.0,3.0,1.2304260802.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-26 08:08:04.064974,537.0,,,,,,,,,,,,, 87,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,284.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,, 88,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-05-04 19:30:44.000000,2023-05-04 13:44:58,265.0,43.0,12.0,281.0,120.0,The Self Sovereign Identity Service.,18.0,14,True,63.0,1.0,61.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 89,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,67.0,27.0,170.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,, 90,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-01 01:08:27.000000,2023-05-01 01:08:21,560.0,14.0,6.0,40.0,61.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,71.0,11.0,3.0,9.0,,32.0,0.0,3.0,,17.0,32.0,,,,,,,,,,,,,,,,, 91,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,, 92,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-05-02 09:43:34.000000,2023-05-02 09:43:34,258.0,5.0,5.0,59.0,23.0,SDK to work with Polygon ID.,11.0,14,False,118.0,6.0,5.0,3.0,2023-04-27 16:18:26,6.0,,3.0,1.0.0-beta.7,,6.0,,,,,,,,,,,,,,,,, 93,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-04-27 12:37:35.462593,2023-04-25 14:07:01,340.0,11.0,1.0,68.0,14.0,web-wallet @ walt.id.,15.0,14,False,29.0,9.0,10.0,41.0,2023-01-23 16:08:26,,46.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-04-27 12:37:35.462593,882.0,,,,,,,,,,,,, 94,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,255.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,, 95,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,, 96,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,, 97,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 98,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-02-22 15:32:06.000000,2023-02-22 15:32:05,319.0,11.0,42.0,46.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,4.0,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 99,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-04 15:08:06.000000,2023-05-04 15:08:03,648.0,,3.0,117.0,12.0,Open-Source Mobile SSI Wallet.,7.0,10,False,427.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 100,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-04-21 22:49:41.000000,2023-04-21 22:49:40,45.0,3.0,8.0,41.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,36.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-05-02 03:44:55.000000,2023-04-28 08:51:21,43.0,1.0,7.0,38.0,7.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,33.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 102,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,9.0,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,, 103,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 104,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-02 16:04:22.209042,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-02 16:04:22.209042,3946351.0,,,,23.0,,,,,,,,, 105,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 106,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,, 107,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-05-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - gotrue (🥉21 · ⭐ 3.4K · 📈) - An SWT based API for managing users and issuing SWT tokens. MIT ## ➕ Added Projects _Projects that were recently added to this best-of list._ - speechbrain (🥇35 · ⭐ 5.9K · ➕) - A PyTorch-based Speech Toolkit. Apache-2 - paddlespeech (🥉34 · ⭐ 7.2K · ➕) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - faceswap (🥉29 · ⭐ 45K · ➕) - Deepfakes Software For All. ❗️GPL-3.0 - whisper (🥉26 · ⭐ 36K · ➕) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - deepfacelab (🥉24 · ⭐ 39K · ➕) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - deepfacelive (🥉23 · ⭐ 11K · ➕) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - keripy (🥉17 · ⭐ 31 · ➕) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 - vlei (🥉7 · ⭐ 14 · ➕) - Public Open Specifications for GLEIF vLEI (verifiable Legal Entity.. Apache-2 ================================================ FILE: history/2023-05-09_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,new_addition,brew_id,gem_url,apt_id,trending 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-05-09 12:37:08.000000,2023-05-09 10:56:44,22376.0,912.0,193.0,5663.0,1225.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",430.0,34,True,498.0,199.0,821.0,2570.0,2023-05-09 10:57:15,333.0,568.0,1.0,,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-05-08 10:02:54.000000,2023-05-08 10:00:55,1503.0,27.0,11.0,1594.0,49.0,Trinsic SDK repository.,41.0,27,False,78.0,33.0,4.0,370.0,2023-04-24 13:26:38,425.0,1667.0,1.0,1.11.0,7519.0,,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-05-09 08:20:33.000000,2023-05-08 15:12:21,3625.0,29.0,22.0,411.0,138.0,Self Sovereign Identity SDK.,48.0,25,True,1097.0,59.0,6.0,35.0,2023-05-07 22:03:49,148.0,4.0,2.0,0.11.0,,61.0,,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-05-09 11:03:15.000000,2023-05-08 14:31:15,2713.0,63.0,12.0,330.0,130.0,Use web3 identity / self-sovereign identity (SSI).,56.0,23,True,489.0,102.0,21.0,258.0,2023-05-08 14:13:55,,457.0,2.0,1.2305081125.0,34.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-05-08 11:34:13.589239,5001.0,,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-05-05 06:36:05.000000,2023-05-05 06:36:04,1006.0,406.0,621.0,208.0,8581.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,35.0,1.0,313.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,,, 5,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-05-09 00:17:30.000000,2023-05-02 16:55:06,1006.0,107.0,75.0,633.0,382.0,A cross-platform toolkit for decentralized identity.,50.0,20,True,18.0,,122.0,193.0,,140.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-05-09 11:01:53.000000,2023-05-09 08:54:28,1269.0,21.0,12.0,382.0,55.0,Self Hosted Issuer Node.,23.0,20,False,835.0,10.0,8.0,76.0,2023-05-09 09:03:04,6.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,90.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-05-09 12:29:25.000000,2023-05-09 09:18:19,6898.0,10.0,7.0,484.0,27.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,714.0,1.0,79.0,1389.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-05-08 08:57:39.000000,2023-05-05 00:38:47,2266.0,1945.0,91.0,1781.0,16430.0,Authentication for the Web.,527.0,41,True,164.0,100.0,123.0,2867.0,2023-04-28 15:09:18,80200.0,1887933.0,1.0,@next-auth/neo4j-adapter@1.0.6,,80200.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1887933.0,,,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-05-09 08:22:21.000000,2023-05-09 02:02:41,3635.0,1802.0,235.0,3853.0,10772.0,CoreDNS is a DNS server that chains plugins.,352.0,41,True,82.0,65.0,68.0,2041.0,2023-02-06 18:30:04,5096.0,2794592.0,1.0,1.10.1,6680055.0,5096.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,233153984.0,,,,,137.0,,,,,,,,,,, 11,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-05-09 12:47:35.000000,2023-05-09 09:32:52,21921.0,5211.0,358.0,11417.0,15948.0,Open Source Identity and Access Management For Modern Applications and Services.,1160.0,40,True,771.0,36.0,1626.0,4461.0,2023-04-26 10:24:38,281.0,59504.0,1.0,21.1.1,1725639.0,281.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,480.0,2579.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,74.0,289.0,2023-01-10 13:13:43,364545.0,78573725.0,1.0,3.2.2,,364545.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,78573725.0,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-05-09 12:31:55.000000,2023-05-09 10:09:48,7732.0,1804.0,144.0,2865.0,10292.0,Automatically provision and manage TLS certificates in Kubernetes.,393.0,39,True,243.0,100.0,178.0,2803.0,2023-04-07 13:54:32,463.0,1247328.0,1.0,1.11.1,46151169.0,463.0,,,,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-05-09 12:46:35.000000,2023-05-08 09:18:54,4574.0,1102.0,119.0,3643.0,8001.0,"An open source, general-purpose policy engine.",385.0,39,True,150.0,100.0,301.0,1944.0,2023-04-27 18:26:52,2401.0,3439062.0,1.0,0.52.0,2971988.0,2401.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-05-08 10:15:31.935451,300890159.0,,,,,30.0,,,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-05-09 13:05:20.000000,2023-05-08 19:03:23,17264.0,3645.0,815.0,14978.0,27641.0,"A tool for secrets management, encryption as a service, and privileged access management.",1336.0,38,True,581.0,90.0,866.0,4602.0,2023-04-26 19:33:13,6201.0,,2.0,1.13.2,,6201.0,,,,,,,,,,,,,,,,,,,, 16,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-09 09:52:54.000000,2023-05-02 18:20:34,3600.0,1280.0,231.0,1652.0,14090.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",282.0,36,True,67.0,100.0,58.0,1370.0,2023-04-11 10:52:32,2.0,4056247.0,2.0,2.1.1,548602.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,388576959.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 17,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-05-09 10:42:02.000000,2023-05-08 16:38:54,3764.0,733.0,111.0,1562.0,8691.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,127.0,42.0,232.0,860.0,2023-04-18 17:07:18,316.0,1737811.0,1.0,0.13.0,28876.0,316.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,104225404.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 18,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-05-08 14:33:05.000000,2023-05-08 14:31:22,1054.0,1480.0,228.0,448.0,14442.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,13.0,100.0,21.0,700.0,2023-05-08 14:33:06,2393.0,213125.0,2.0,2.69.0,,2393.0,,,,,,casbin,https://www.npmjs.com/package/casbin,147726.0,,casbin,https://pypi.org/project/casbin,65399.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-05-07 10:05:49.000000,2023-05-07 10:05:49,8082.0,1051.0,121.0,887.0,5871.0,A PyTorch-based Speech Toolkit.,201.0,35,True,284.0,8.0,110.0,767.0,2023-03-24 17:40:58,673.0,75099.0,1.0,0.5.14,,673.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,75099.0,,,,True,,,, 20,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-08 03:35:21.000000,2023-05-06 05:32:40,1473.0,242.0,40.0,312.0,4827.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,35,True,41.0,100.0,6.0,409.0,2023-05-05 18:06:03,42618.0,1623788.0,2.0,@casl/mongoose@7.1.3,,42618.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1623788.0,,,,,,,,,,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-05-08 12:56:50.000000,2023-05-04 11:16:29,4656.0,1441.0,179.0,1640.0,7234.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",119.0,34,True,166.0,15.0,171.0,1245.0,2023-04-14 09:36:52,51.0,124989.0,3.0,r1.4.1,,51.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,124989.0,,,,True,,,, 22,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3414.0,334.0,106.0,14974.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,406.0,387.0,2020-03-22 14:01:55,6233.0,97301.0,1.0,0.22.2,,6233.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,97301.0,,,,,,,,,,,, 23,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-05-09 01:52:15.000000,2023-05-08 16:37:10,2854.0,270.0,35.0,3265.0,3533.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,143.0,100.0,67.0,787.0,2023-05-04 23:49:25,12.0,4303823.0,2.0,0.22.1,41906.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-05-08 17:56:53.714055,223752508.0,,,,,10.0,,,,,,,,,,, 24,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-05-08 14:49:37.000000,2023-05-08 14:49:36,2236.0,4196.0,475.0,138.0,14267.0,State-of-the-art 2D and 3D Face Analysis Project.,53.0,32,True,82.0,1.0,1221.0,932.0,2023-04-02 07:43:27,301.0,4186.0,2.0,0.7,4184.0,301.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,,, 25,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-05-09 11:04:12.000000,2023-05-08 21:24:42,5504.0,343.0,58.0,3626.0,3125.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",183.0,32,True,800.0,100.0,187.0,932.0,2023-05-04 22:19:46,176.0,10927.0,2.0,ockam_v0.86.0,196693.0,176.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 26,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-05-09 13:04:45.000000,2023-05-08 17:20:13,5954.0,367.0,83.0,2935.0,1401.0,The SPIFFE Runtime Environment.,155.0,32,True,192.0,79.0,176.0,1033.0,2023-04-13 20:22:53,110.0,1840.0,2.0,1.6.3,123337.0,110.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-05-08 20:29:45.267689,2023-05-08 09:47:34,23047.0,3773.0,608.0,4304.0,10225.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,428.0,100.0,,,2023-03-31 06:34:19,,5766.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-08 20:29:45.267689,807316.0,,,,,121.0,,,,,,,,,,, 28,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-05-08 20:52:17.000000,2023-05-08 19:04:26,2904.0,229.0,75.0,2915.0,3608.0,Boundary enables identity-based access management for dynamic infrastructure.,129.0,31,True,193.0,43.0,73.0,214.0,2023-04-07 19:27:59,8.0,160830.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6433206.0,,,,,10.0,,,,,,,,,,, 29,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-05-08 22:31:29.000000,2023-05-08 22:31:29,2702.0,178.0,34.0,968.0,3438.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,221.0,27.0,101.0,228.0,2023-04-19 16:39:52,22.0,12743.0,2.0,1.20.0,12928.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,254048.0,,,,,4.0,,,,,,,,,,, 30,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-06 15:35:55.000000,2023-05-06 15:31:42,2387.0,706.0,69.0,216.0,2648.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,62.0,31,True,36.0,100.0,,,2023-05-06 15:35:59,959.0,106584.0,2.0,8.2.1,,959.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,106584.0,,,,,,,,,,,, 31,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-04 05:49:52.000000,2022-06-10 09:12:18,238.0,12609.0,1576.0,213.0,48184.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,693.0,577.0,2018-04-02 17:18:43,,64241.0,2.0,1.2.2,1104.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6350.0,,,,,12.0,face_recognition,https://pypi.org/project/face_recognition,64141.0,,,,,,,, 32,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-05-09 12:55:08.000000,2023-04-29 16:37:54,1010.0,1289.0,99.0,71.0,6246.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",40.0,30,True,52.0,,10.0,669.0,,1362.0,54745.0,2.0,,,1362.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,54745.0,,,,,,,, 33,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,997.0,108.0,807.0,5136.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,23.0,62.0,20.0,825.0,2023-03-29 07:20:04,7732.0,,2.0,5.6.6,,7732.0,,,,,,,,,,,,,,,,,,doorkeeper,, 34,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-04-27 14:49:52.000000,2023-04-27 14:38:09,1723.0,12082.0,1513.0,503.0,44771.0,Deepfakes Software For All.,96.0,29,True,17.0,3.0,19.0,786.0,2020-08-14 17:28:01,,2770.0,3.0,2.0.0,141306.0,,,,,,,,,,,,,,,,,True,,,, 35,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-05-09 12:29:14.000000,2023-05-09 11:36:14,4289.0,901.0,156.0,4088.0,16301.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,395.0,100.0,68.0,1034.0,2022-12-21 09:01:04,2.0,553.0,2.0,4.37.5,22153.0,2.0,,,,,,,,,,,,,,,,,,,, 36,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-03 18:02:09.000000,2023-04-26 17:03:16,1310.0,303.0,48.0,695.0,2955.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,30.0,100.0,51.0,262.0,2023-04-26 17:01:50,2.0,1121562.0,3.0,0.40.3,22698.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,76243299.0,,,,,24.0,,,,,,,,,,, 37,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1737.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,14.0,51.0,274.0,611.0,2023-03-17 17:09:04,36.0,8745.0,1.0,5.7.7,,36.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,847356.0,,solid-server,https://www.npmjs.com/package/solid-server,598.0,4.0,,,,,,,,,,, 38,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-05-09 03:09:24.000000,2023-05-08 15:44:04,4727.0,218.0,39.0,576.0,1023.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,267.0,39.0,59.0,198.0,2023-02-02 17:27:15,983.0,,3.0,6.2.3,,983.0,,,,,,,,,,,,,,,,,,,, 39,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-09 09:09:36.000000,2023-05-03 18:19:34,569.0,62.0,38.0,199.0,291.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,19.0,91.0,6.0,73.0,2023-05-03 18:20:07,3250.0,93011.0,1.0,7.1.0,,3250.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,93011.0,,,,,,,,,,,, 40,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2022-11-04 19:08:42.000000,2019-11-26 15:56:28,734.0,3462.0,764.0,73.0,14743.0,Face recognition with deep neural networks.,30.0,28,False,,4.0,8.0,370.0,2016-02-25 17:42:46,65.0,1727.0,3.0,0.2.1,,65.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,158942.0,,,,,70.0,,,,,,,,,,, 41,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-05-09 04:59:18.000000,2023-05-08 22:21:46,2418.0,1408.0,175.0,1706.0,8087.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,100.0,79.0,278.0,774.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,248.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-05-09 12:52:31.000000,2023-05-09 12:51:07,1579.0,702.0,51.0,999.0,5933.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform and AI gateway with web UI..,116.0,28,True,234.0,100.0,109.0,661.0,2023-05-08 08:59:41,1.0,1481.0,2.0,1.311.1,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-28 16:56:13.403124,45931.0,,,,,6.0,,,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-05-09 10:26:59.000000,2023-05-09 07:14:56,4105.0,200.0,33.0,3545.0,5697.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,28,True,781.0,39.0,48.0,197.0,2023-04-27 12:15:06,6.0,483.0,2.0,1.2.3,1579.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-05-09 07:27:22.163370,8330.0,,,,,1.0,,,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-09 06:29:36.000000,2023-05-08 19:55:20,6167.0,526.0,138.0,4072.0,4627.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,151.0,65.0,186.0,2601.0,2023-05-08 22:06:21,,22682.0,2.0,release-2023-05-08,51789.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1917362.0,,,,,12.0,,,,,,,,,,, 45,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-08 04:01:08.000000,2023-04-19 14:14:39,1395.0,287.0,59.0,959.0,4021.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,83.0,50.0,45.0,248.0,,2.0,731479.0,3.0,,14718.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,45334891.0,,,,,6.0,,,,,,,,,,, 46,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-05-08 03:12:11.000000,2023-05-05 15:34:53,2152.0,181.0,24.0,4074.0,3377.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,52.0,28,True,229.0,100.0,336.0,1106.0,2023-05-03 05:10:12,1.0,318.0,2.0,2.25.6,1909.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,,,, 47,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,146.0,30.0,1503.0,3031.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,18.0,100.0,98.0,97.0,2023-04-03 23:25:23,70.0,40929.0,3.0,0.27.0,2158.0,70.0,,,,,,,,,,oso,https://pypi.org/project/oso,40850.0,,,,,,,, 48,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-05-09 12:44:22.000000,2023-05-08 09:35:30,1232.0,61.0,22.0,1310.0,1361.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,85.0,49.0,31.0,210.0,2023-04-17 07:47:59,11.0,1301.0,3.0,0.26.0,33831.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 49,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-05-09 10:23:00.000000,2023-05-09 09:47:47,32228.0,48.0,23.0,2728.0,219.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,624.0,100.0,316.0,1811.0,2023-04-18 11:47:38,,366.0,3.0,1.0.12,733.0,,,,,,,,,,,,,,,,,,,,, 50,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-05-08 01:44:42.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,177.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3912.0,150488.0,1.0,4.1.0,,3912.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,150488.0,,,,,,,,,,,, 51,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-05-08 16:57:19.000000,2023-05-05 07:31:35,115.0,3812.0,337.0,144.0,35666.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,35.0,6.0,,,2023-03-15 07:40:02,,180152.0,3.0,20230314,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,180152.0,,,,True,,,, 52,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-08 09:08:41.000000,2023-05-08 08:25:27,1196.0,85.0,14.0,1143.0,1448.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,26,True,197.0,14.0,105.0,352.0,2023-05-01 01:14:41,42.0,101.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-01 02:10:10.116593,5158.0,,,,,,,,,,,,,,,, 53,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-05-09 12:48:17.000000,2023-05-04 17:16:42,3282.0,116.0,44.0,1686.0,668.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,62.0,67.0,206.0,901.0,2023-01-26 20:38:30,,82308.0,3.0,1.19.3,305.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-04 17:46:49.374283,6831274.0,,,,,30.0,,,,,,,,,,, 54,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-09 11:13:11.000000,2023-05-09 10:56:44,3161.0,152.0,20.0,1998.0,224.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,57.0,26,True,34.0,14.0,386.0,1193.0,2023-05-09 10:57:15,282.0,,2.0,0.3.2,,282.0,,,,,,,,,,,,,,,,,,,, 55,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-08 14:46:53.000000,2023-05-04 14:02:09,304.0,36.0,23.0,85.0,149.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,21.0,26,True,9.0,37.0,5.0,42.0,2023-05-04 14:02:35,568.0,34612.0,2.0,3.1.4,,568.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,34612.0,,,,,,,,,,,, 56,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-05-09 12:46:48.000000,2023-05-09 12:46:47,11482.0,300.0,18.0,4207.0,3806.0,The authentication glue you need.,155.0,25,True,685.0,100.0,319.0,918.0,2023-04-18 08:14:30,,39.0,3.0,ersion/2023.4.1,944.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-04-27 06:45:48.000000,2023-04-27 06:45:45,1313.0,8050.0,1068.0,123.0,39124.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,24,True,1.0,2.0,523.0,755.0,2020-04-09 05:48:48,,3711.0,3.0,DF.wf.288res.384.92.72.22,141022.0,,,,,,,,,,,,,,,,,True,,,, 58,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-08 18:01:36.000000,2023-05-08 18:01:34,5443.0,301.0,396.0,3848.0,1633.0,Repository for the Lemur Certificate Manager.,147.0,24,True,159.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,48.0,,,,,,,,,,,,,,,,,,,,, 59,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-09 09:18:32.000000,2023-05-09 09:09:22,1548.0,96.0,19.0,298.0,1274.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",38.0,24,True,181.0,28.0,38.0,62.0,2023-05-01 17:36:10,,1203.0,3.0,0.6.1,377.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-01 17:39:59.196694,32097.0,,,,,,,,,,,,,,,, 60,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-05-08 17:16:26.000000,2023-05-08 17:00:32,7341.0,394.0,32.0,1322.0,346.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,113.0,24,True,210.0,51.0,173.0,731.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,,,,, 61,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-05-09 07:03:12.000000,2023-04-18 13:29:56,1330.0,59.0,24.0,882.0,253.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,29.0,18.0,56.0,198.0,2023-03-08 16:34:58,78.0,,2.0,0.6.2,,78.0,,,,,,,,,,,,,,,,,,,, 62,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-05-09 12:37:08.000000,2023-05-09 10:44:14,9548.0,36.0,11.0,701.0,52.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,48.0,60.0,31.0,95.0,2023-04-27 05:57:51,10.0,284.0,2.0,0.55.0,9400.0,10.0,,,,,,,,,,,,,,,,,,,, 63,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-04 16:25:40.000000,2023-05-04 16:25:34,322.0,1487.0,185.0,22.0,11307.0,Real-time face swap for PC streaming or video calls.,10.0,23,True,2.0,35.0,1.0,113.0,2023-01-21 09:26:53,,14195.0,3.0,TINA_SHIFT,326498.0,,,,,,,,,,,,,,,,,True,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-05-09 10:51:47.000000,2023-05-09 08:07:31,729.0,316.0,60.0,251.0,8741.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,69.0,24.0,94.0,307.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,,, 65,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-04-04 15:04:10.000000,2023-03-08 16:41:32,506.0,256.0,54.0,127.0,4656.0,Windows Hello style facial authentication for Linux.,54.0,23,True,25.0,11.0,159.0,497.0,2020-09-02 15:57:23,,192.0,3.0,2.6.1,12134.0,,,,,,,,,,,,,,,,,,,,howdy, 66,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-05-09 12:42:46.000000,2023-05-05 18:17:18,15557.0,300.0,51.0,6826.0,933.0,"Mirror of FreeIPA, an integrated security information management solution.",215.0,23,True,66.0,,,,,,40895.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-08 05:33:43.710680,5398214.0,,,,,149.0,,,,,,,,,,, 67,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-06 18:26:16.000000,2023-05-06 18:26:16,2655.0,234.0,52.0,1954.0,770.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,104.0,100.0,25.0,174.0,2023-05-06 18:16:12,,,3.0,1.11.29,,,,,,,,,,,,,,,,,,,,,, 68,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-05-09 09:37:29.000000,2023-05-08 11:44:10,1606.0,204.0,57.0,266.0,457.0,Universal Resolver implementation and drivers.,92.0,23,True,26.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1541.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-08 11:46:19.865845,106350.0,,,,,,,,,,,,,,,, 69,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-05-09 11:11:46.000000,2023-05-09 11:10:43,1358.0,44.0,11.0,370.0,1343.0,Permify is an open-source authorization service inspired by Google Zanzibar.,20.0,22,True,513.0,25.0,22.0,70.0,2023-05-04 20:00:53,,46.0,3.0,0.4.0,415.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,,, 70,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4659.0,567.0,121.0,13022.0,Face recognition using Tensorflow.,36.0,21,False,,,497.0,615.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 71,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-07 15:30:08.000000,2023-05-05 17:28:31,638.0,252.0,65.0,217.0,3384.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,11.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,,,2.0 72,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2022-12-15 18:51:36.000000,2022-12-15 18:47:15,4019.0,748.0,253.0,321.0,2791.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,956.0,3.0,1.1.0,109066.0,,,,,,,,,,,,,,,,,,,,, 73,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,619.0,90.0,302.0,1531.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,157.0,297.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,,, 74,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-05-08 17:38:09.000000,2023-05-02 16:01:21,1710.0,96.0,19.0,639.0,308.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,59.0,35.0,57.0,331.0,2023-05-02 15:41:47,,,2.0,5.2.0,,,,,,,,,,,,,,,,,,,,,, 75,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-05-09 10:15:21.000000,2023-05-08 20:37:31,759.0,124.0,26.0,885.0,183.0,Aries Framework JavaScript (Built using TypeScript).,51.0,21,True,108.0,74.0,149.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-05-08 01:10:05.000000,2023-04-03 11:05:53,243.0,14.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,566.0,19692.0,2.0,2.0.23,,566.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19692.0,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,677.0,420.0,Sidetree Specification and Reference Implementation.,46.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,,,, 78,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-04 10:14:21.000000,2021-12-22 13:03:48,332.0,759.0,234.0,224.0,2445.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,False,,,154.0,502.0,,,,3.0,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 79,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,156.0,93.0,183.0,1183.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,2.0,1.0.4,,,,,,,,,,,,,,,,,,,,,, 80,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-08 19:55:08.000000,2023-05-03 19:56:38,2035.0,138.0,167.0,785.0,958.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,24.0,7.0,73.0,987.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,,, 81,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-05-04 23:13:22.000000,2023-05-04 23:03:41,14796.0,644.0,115.0,17.0,657.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,711.0,19,True,13.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 82,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,204.0,58.0,564.0,298.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,20.0,,49.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, 83,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-05-09 02:26:20.000000,2023-05-08 23:57:33,233.0,66.0,17.0,196.0,279.0,Decentralized Web Node (DWN) Reference implementation.,26.0,19,True,69.0,10.0,39.0,113.0,,21.0,,2.0,,,21.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,4.0,19.0,4.0,77.0,2022-05-29 21:14:21,425.0,636.0,2.0,1.6.0,15272.0,425.0,,,,,,,,,,,,,,,,,,,, 85,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,256.0,94.0,41.0,2077.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,29.0,22.0,,,2025.0,3.0,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,2025.0,,,,,,,, 86,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-08 17:58:02.000000,2023-05-07 20:16:50,1307.0,70.0,84.0,573.0,229.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,68.0,,65.0,465.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, 87,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-05-05 08:40:37.000000,2023-05-05 07:05:25,482.0,5.0,4.0,43.0,21.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,18,False,263.0,8.0,,3.0,2023-03-17 00:39:19,13.0,,3.0,0.4.0,,13.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,,, 88,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2204.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,,, 89,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-05 16:40:39.000000,2023-05-02 16:44:19,526.0,143.0,82.0,195.0,1223.0,The SPIFFE Project.,56.0,17,True,18.0,,17.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 90,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,917.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,28.0,102.0,,1605.0,,3.0,,,1605.0,,,,,,,,,,,,,,,,,,,, 91,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-04-20 13:52:53.000000,2023-04-20 08:22:44,3548.0,67.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 92,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-09 12:29:33.000000,2023-05-08 19:46:14,1396.0,93.0,22.0,568.0,96.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,33.0,17,False,97.0,,42.0,132.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 93,keripy,weboftrust/keripy,,,decentralized,,https://github.com/WebOfTrust/keripy,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-05-09 12:44:16.000000,2023-05-09 00:34:52,2075.0,25.0,10.0,307.0,31.0,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,16.0,17,False,59.0,1.0,144.0,43.0,,13.0,,3.0,,,13.0,,,,,,,,,,,,,,,,True,,,, 94,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-05-08 17:35:27.000000,2023-05-08 14:07:28,640.0,22.0,2.0,84.0,24.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,107.0,13.0,2.0,38.0,2023-05-08 14:13:55,,25.0,3.0,1.2305081407.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-05-08 14:13:52.131762,514.0,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-05-08 23:59:49.000000,2023-05-08 18:13:59,237.0,42.0,13.0,241.0,164.0,self sovereign identity sdk.,15.0,16,True,55.0,3.0,46.0,85.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-05-09 00:17:30.000000,2023-04-24 13:49:11,521.0,35.0,28.0,336.0,138.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,100.0,,3.0,,,100.0,,,,,,,,,,,,,,,,,,,, 97,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-05-05 06:36:05.000000,2023-05-05 06:36:04,874.0,35.0,50.0,152.0,405.0,Solid Technical Reports.,19.0,15,True,35.0,1.0,181.0,124.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,369.0,W3C Decentralized Identifier Specification v1.0.,61.0,15,True,1.0,,26.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 99,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,31.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,33.0,15,False,4.0,,46.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 100,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,6.0,96.0,22.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,15,False,35.0,24.0,3.0,14.0,2023-04-30 19:45:02,42.0,2.0,3.0,2.0.0,49.0,42.0,,,,,,,,,,,,,,,,,,,, 101,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-26 08:08:04.064974,2023-04-26 08:02:08,263.0,4.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,90.0,12.0,4.0,31.0,2023-04-26 08:12:52,,38.0,3.0,1.2304260802.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-26 08:08:04.064974,537.0,,,,,,,,,,,,,,,, 102,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,266.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,,, 103,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-05-09 03:39:35.000000,2023-05-09 01:06:35,272.0,43.0,12.0,290.0,120.0,The Self Sovereign Identity Service.,18.0,14,True,65.0,1.0,66.0,59.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 104,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,67.0,27.0,170.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,,,,, 105,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-01 01:08:27.000000,2023-05-01 01:08:21,560.0,14.0,6.0,40.0,62.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,71.0,11.0,3.0,9.0,,32.0,0.0,3.0,,17.0,32.0,,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,44.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,,, 107,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-05-02 09:43:34.000000,2023-05-02 09:43:34,258.0,5.0,5.0,59.0,23.0,SDK to work with Polygon ID.,11.0,14,False,108.0,6.0,5.0,3.0,2023-04-27 16:18:26,6.0,,3.0,1.0.0-beta.7,,6.0,,,,,,,,,,,,,,,,,,,, 108,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-05-08 14:38:09.859530,2023-05-08 14:31:15,342.0,11.0,1.0,69.0,14.0,web-wallet @ walt.id.,15.0,14,False,31.0,9.0,10.0,41.0,2023-01-23 16:08:26,,46.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-08 14:38:09.859530,888.0,,,,,,,,,,,,,,,, 109,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,255.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,,, 110,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,,, 111,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,,,,, 112,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 113,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-02-22 15:32:06.000000,2023-02-22 15:32:05,319.0,11.0,42.0,46.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,4.0,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 114,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-09 08:20:33.000000,2023-05-08 15:12:21,671.0,,3.0,125.0,13.0,Open-Source Mobile SSI Wallet.,7.0,10,False,443.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 115,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-04-21 22:49:41.000000,2023-04-21 22:49:40,45.0,3.0,9.0,41.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,31.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 116,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-05-02 03:44:55.000000,2023-04-28 08:51:21,43.0,1.0,9.0,38.0,7.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,30.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 117,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-02-24 15:52:22.000000,2023-02-24 15:52:22,82.0,8.0,7.0,28.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,3.0,7,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,True,,,, 119,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 120,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-02 16:04:22.209042,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-02 16:04:22.209042,3950048.0,,,,,23.0,,,,,,,,,,, 121,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, 122,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 123,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-05-11_changes.md ================================================ Nothing changed from last update. ================================================ FILE: history/2023-05-11_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-05-11 17:48:42.000000,2023-05-11 17:44:21,22395.0,914.0,193.0,5681.0,1226.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",432.0,34,True,498.0,199.0,823.0,2576.0,2023-05-09 10:57:15,336.0,572.0,1.0,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-05-11 10:18:52.000000,2023-05-10 20:59:07,1508.0,27.0,11.0,1599.0,49.0,Trinsic SDK repository.,41.0,27,False,81.0,33.0,4.0,370.0,2023-04-24 13:26:38,427.0,1672.0,1.0,1.11.0,7574.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-05-11 14:39:55.000000,2023-05-11 14:39:51,3633.0,29.0,22.0,417.0,140.0,Self Sovereign Identity SDK.,48.0,25,True,1105.0,59.0,6.0,35.0,2023-05-07 22:03:49,106.0,4.0,2.0,0.11.0,,8.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-05-11 15:26:28.000000,2023-05-10 16:22:41,2714.0,65.0,12.0,331.0,130.0,Use web3 identity / self-sovereign identity (SSI).,56.0,23,True,483.0,102.0,21.0,259.0,2023-05-08 14:13:55,,457.0,2.0,1.2305081125.0,35.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-05-08 11:34:13.589239,5004.0,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-05-11 10:33:52.000000,2023-05-05 06:36:04,1006.0,406.0,621.0,210.0,8584.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,35.0,1.0,313.0,206.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,, 5,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-05-11 00:16:51.000000,2023-05-02 16:55:06,1006.0,109.0,75.0,633.0,383.0,A cross-platform toolkit for decentralized identity.,50.0,20,True,18.0,,122.0,193.0,,142.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-05-11 17:09:44.000000,2023-05-09 08:54:28,1269.0,22.0,12.0,388.0,56.0,Self Hosted Issuer Node.,23.0,20,False,822.0,10.0,7.0,77.0,2023-05-09 09:03:04,6.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,91.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-05-11 07:30:23.000000,2023-05-11 07:30:15,6900.0,10.0,7.0,484.0,28.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,651.0,1.0,81.0,1406.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-05-11 13:46:36.000000,2023-05-10 12:33:08,2271.0,1949.0,92.0,1784.0,16463.0,Authentication for the Web.,527.0,41,True,161.0,100.0,132.0,2880.0,2023-04-28 15:09:18,81398.0,1974557.0,1.0,@next-auth/neo4j-adapter@1.0.6,,81398.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,1974557.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-05-09 14:11:38.000000,2023-05-09 14:11:38,3637.0,1805.0,235.0,3853.0,10786.0,CoreDNS is a DNS server that chains plugins.,353.0,41,True,82.0,65.0,73.0,2042.0,2023-02-06 18:30:04,5101.0,2798083.0,1.0,1.10.1,6683102.0,5101.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,233450918.0,,,,,137.0,,,,,,,,, 11,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-05-11 16:21:28.000000,2023-05-11 16:20:11,21931.0,5219.0,358.0,11441.0,15983.0,Open Source Identity and Access Management For Modern Applications and Services.,1160.0,40,True,748.0,36.0,1630.0,4487.0,2023-04-26 10:24:38,284.0,59756.0,1.0,21.1.1,1732927.0,284.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-04-14 08:21:48.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,480.0,2579.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,74.0,289.0,2023-01-10 13:13:43,365725.0,80016912.0,1.0,3.2.2,,365725.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,80016912.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-05-11 12:26:11.000000,2023-05-11 12:25:33,7758.0,1803.0,144.0,2884.0,10300.0,Automatically provision and manage TLS certificates in Kubernetes.,393.0,39,True,264.0,100.0,180.0,2805.0,2023-05-09 16:26:06,465.0,1253056.0,1.0,1.11.2,46363085.0,465.0,,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-05-11 14:28:51.000000,2023-05-09 13:11:39,4575.0,1102.0,120.0,3644.0,8019.0,"An open source, general-purpose policy engine.",385.0,39,True,146.0,100.0,303.0,1944.0,2023-04-27 18:26:52,2407.0,3494640.0,1.0,0.52.0,2992197.0,2407.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-05-09 14:06:46.520782,305801378.0,,,,,30.0,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-05-11 16:51:32.000000,2023-05-11 11:56:46,17266.0,3647.0,815.0,14986.0,27651.0,"A tool for secrets management, encryption as a service, and privileged access management.",1336.0,38,True,533.0,90.0,868.0,4605.0,2023-04-26 19:33:13,6207.0,,2.0,1.13.2,,6207.0,,,,,,,,,,,,,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-05-02 16:33:16.000000,2023-03-10 17:27:55,617.0,1150.0,317.0,150.0,21443.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,7.0,,329.0,416.0,,834482.0,8482460.0,2.0,,,834482.0,,,,,,passport,https://www.npmjs.com/package/passport,8482460.0,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-10 12:53:32.000000,2023-05-02 18:20:34,3600.0,1279.0,231.0,1652.0,14094.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",282.0,36,True,65.0,100.0,60.0,1370.0,2023-04-11 10:52:32,2.0,4062330.0,2.0,2.1.1,550040.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,389158695.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-05-10 14:24:04.000000,2023-05-08 16:38:54,3764.0,735.0,110.0,1564.0,8707.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,122.0,42.0,232.0,860.0,2023-04-18 17:07:18,316.0,1742796.0,1.0,0.13.0,28944.0,316.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,104524390.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-05-08 14:33:05.000000,2023-05-08 14:31:22,1054.0,1479.0,229.0,448.0,14462.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,13.0,100.0,21.0,700.0,2023-05-08 14:33:06,2396.0,219372.0,2.0,2.69.0,,2396.0,,,,,,casbin,https://www.npmjs.com/package/casbin,149990.0,,casbin,https://pypi.org/project/casbin,69382.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 20,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-05-11 10:43:26.000000,2023-05-11 10:43:25,8092.0,1054.0,121.0,887.0,5882.0,A PyTorch-based Speech Toolkit.,202.0,35,True,294.0,8.0,109.0,769.0,2023-03-24 17:40:58,685.0,79935.0,1.0,0.5.14,,685.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,79935.0,,,,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-08 03:35:21.000000,2023-05-06 05:32:40,1473.0,242.0,40.0,312.0,4832.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,35,True,41.0,100.0,6.0,410.0,2023-05-05 18:06:03,42843.0,1703140.0,2.0,@casl/mongoose@7.1.3,,42843.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1703140.0,,,,,,,,,, 22,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-05-10 05:13:49.000000,2023-05-04 11:16:29,4656.0,1446.0,179.0,1641.0,7276.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",119.0,34,True,163.0,15.0,175.0,1246.0,2023-04-14 09:36:52,52.0,126968.0,3.0,r1.4.1,,52.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,126968.0,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3414.0,334.0,106.0,14984.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,407.0,387.0,2020-03-22 14:01:55,6257.0,104145.0,1.0,0.22.2,,6257.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,104145.0,,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-05-10 00:00:23.048859,2023-05-09 22:54:50,2860.0,270.0,35.0,3266.0,3540.0,Pomerium is an identity and context-aware access proxy.,88.0,33,True,147.0,100.0,67.0,788.0,2023-05-04 23:49:25,12.0,4454534.0,2.0,0.22.1,41992.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-05-10 00:00:23.048859,231589344.0,,,,,10.0,,,,,,,,, 25,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-05-08 14:49:37.000000,2023-05-08 14:49:36,2236.0,4199.0,473.0,138.0,14328.0,State-of-the-art 2D and 3D Face Analysis Project.,53.0,32,True,65.0,1.0,1224.0,933.0,2023-04-02 07:43:27,301.0,4526.0,2.0,0.7,4524.0,301.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,, 26,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-05-11 18:03:45.000000,2023-05-11 02:48:25,5523.0,345.0,58.0,3634.0,3145.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",183.0,32,True,815.0,100.0,186.0,934.0,2023-05-04 22:19:46,176.0,10959.0,2.0,ockam_v0.86.0,197275.0,176.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-05-11 17:39:53.000000,2023-05-11 16:39:36,23048.0,3773.0,607.0,4308.0,10230.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,335.0,31,True,429.0,100.0,,,2023-03-31 06:34:19,,5770.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-08 20:29:45.267689,807837.0,,,,,121.0,,,,,,,,, 28,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-05-11 17:43:17.000000,2023-05-11 17:43:17,2707.0,180.0,34.0,975.0,3446.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,218.0,28.0,101.0,228.0,2023-04-19 16:39:52,22.0,13195.0,2.0,1.20.0,13307.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-04-19 16:30:08.515160,263135.0,,,,,4.0,,,,,,,,, 29,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-09 19:06:13.000000,2023-05-09 19:06:09,2388.0,707.0,69.0,216.0,2651.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,62.0,31,True,28.0,100.0,,,2023-05-06 15:35:59,963.0,112439.0,2.0,8.2.1,,963.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,112439.0,,,,,,,,,, 30,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-05-11 17:22:27.000000,2023-05-10 15:50:58,5958.0,367.0,83.0,2938.0,1402.0,The SPIFFE Runtime Environment.,156.0,31,True,180.0,79.0,171.0,1038.0,2023-04-13 20:22:53,110.0,1843.0,2.0,1.6.3,123518.0,110.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 31,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-11 12:54:44.000000,2022-06-10 09:12:18,238.0,12617.0,1576.0,214.0,48219.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,694.0,577.0,2018-04-02 17:18:43,,65077.0,2.0,1.2.2,1104.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6407.0,,,,,12.0,face_recognition,https://pypi.org/project/face_recognition,64976.0,,,,,, 32,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-05-11 15:53:52.000000,2023-05-11 15:53:52,1012.0,1293.0,99.0,71.0,6264.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,30,True,47.0,,9.0,671.0,,1376.0,55995.0,2.0,,,1376.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,55995.0,,,,,, 33,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-04-18 07:54:13.000000,2023-04-18 07:54:13,2354.0,997.0,108.0,807.0,5136.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,307.0,30,True,23.0,62.0,20.0,825.0,2023-03-29 07:20:04,7740.0,,3.0,5.6.6,,7740.0,,,,,,,,,,,,,,,,,doorkeeper, 34,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-05-11 18:03:49.000000,2023-05-11 12:46:59,2910.0,228.0,75.0,2925.0,3611.0,Boundary enables identity-based access management for dynamic infrastructure.,130.0,30,True,190.0,43.0,73.0,214.0,2023-04-07 19:27:59,8.0,161965.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6478625.0,,,,,10.0,,,,,,,,, 35,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-04-27 14:49:52.000000,2023-04-27 14:38:09,1723.0,12089.0,1513.0,503.0,44814.0,Deepfakes Software For All.,96.0,29,True,15.0,3.0,19.0,786.0,2020-08-14 17:28:01,,2837.0,3.0,2.0.0,144736.0,,,,,,,,,,,,,,,,,,, 36,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-05-11 12:22:18.000000,2023-05-11 11:26:51,4294.0,901.0,156.0,4094.0,16318.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,395.0,100.0,68.0,1034.0,2022-12-21 09:01:04,2.0,555.0,2.0,4.37.5,22226.0,2.0,,,,,,,,,,,,,,,,,, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-03 18:02:09.000000,2023-04-26 17:03:16,1310.0,303.0,48.0,695.0,2955.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,30.0,100.0,51.0,262.0,2023-04-26 17:01:50,2.0,1126172.0,3.0,0.40.3,22844.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,76556595.0,,,,,24.0,,,,,,,,, 38,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1737.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,14.0,51.0,275.0,610.0,2023-03-17 17:09:04,36.0,8761.0,1.0,5.7.7,,36.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,848645.0,,solid-server,https://www.npmjs.com/package/solid-server,601.0,4.0,,,,,,,,, 39,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-05-11 10:58:15.000000,2023-05-10 16:54:35,4743.0,219.0,39.0,580.0,1025.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,264.0,39.0,58.0,199.0,2023-02-02 17:27:15,991.0,,3.0,6.2.3,,991.0,,,,,,,,,,,,,,,,,, 40,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-09 09:09:36.000000,2023-05-03 18:19:34,569.0,62.0,38.0,199.0,291.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,19.0,91.0,6.0,73.0,2023-05-03 18:20:07,3264.0,95508.0,1.0,7.1.0,,3264.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,95508.0,,,,,,,,,, 41,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2022-11-04 19:08:42.000000,2019-11-26 15:56:28,734.0,3463.0,764.0,73.0,14748.0,Face recognition with deep neural networks.,30.0,28,False,,4.0,9.0,370.0,2016-02-25 17:42:46,65.0,1728.0,3.0,0.2.1,,65.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,158985.0,,,,,70.0,,,,,,,,, 42,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-05-11 18:13:27.000000,2023-05-11 18:12:25,2440.0,1411.0,175.0,1715.0,8096.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,28,True,121.0,79.0,279.0,775.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,258.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 43,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-05-11 17:01:28.000000,2023-05-11 17:00:06,1582.0,705.0,50.0,1000.0,5961.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,116.0,28,True,232.0,100.0,98.0,676.0,2023-05-09 13:06:57,1.0,1488.0,2.0,1.312.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-04-28 16:56:13.403124,46142.0,,,,,6.0,,,,,,,,, 44,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-05-11 15:46:02.000000,2023-05-10 05:51:02,4106.0,201.0,33.0,3551.0,5736.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,33.0,28,True,764.0,39.0,49.0,197.0,2023-04-27 12:15:06,6.0,487.0,2.0,1.2.3,1604.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-05-10 06:02:38.351343,8381.0,,,,,1.0,,,,,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-11 17:39:56.000000,2023-05-11 17:39:54,6171.0,526.0,138.0,4077.0,4628.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,147.0,65.0,184.0,2605.0,2023-05-08 22:06:21,,22696.0,2.0,release-2023-05-08,51865.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1918251.0,,,,,12.0,,,,,,,,, 46,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-10 04:00:26.000000,2023-04-19 14:14:39,1395.0,287.0,59.0,960.0,4024.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,83.0,50.0,45.0,248.0,,2.0,734859.0,3.0,,14749.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,45544364.0,,,,,6.0,,,,,,,,, 47,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-05-11 16:10:27.000000,2023-05-11 16:02:34,2157.0,181.0,24.0,4080.0,3396.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,52.0,28,True,231.0,100.0,336.0,1109.0,2023-05-11 16:34:29,1.0,313.0,2.0,2.26.2,1880.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,146.0,30.0,1503.0,3034.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,18.0,100.0,99.0,97.0,2023-04-03 23:25:23,70.0,43540.0,3.0,0.27.0,2158.0,70.0,,,,,,,,,,oso,https://pypi.org/project/oso,43461.0,,,,,, 49,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-05-11 06:52:01.000000,2023-05-11 06:52:01,1237.0,61.0,21.0,1313.0,1366.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,80.0,49.0,33.0,211.0,2023-04-17 07:47:59,11.0,1309.0,3.0,0.26.0,34035.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-05-11 18:02:54.000000,2023-05-11 16:57:16,32280.0,48.0,23.0,2774.0,219.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,667.0,100.0,327.0,1836.0,2023-05-10 09:56:13,,224.0,3.0,1.0.13,449.0,,,,,,,,,,,,,,,,,,, 51,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-05-08 01:44:42.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,177.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3936.0,155211.0,1.0,4.1.0,,3936.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,155211.0,,,,,,,,,, 52,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-05-08 16:57:19.000000,2023-05-05 07:31:35,115.0,3831.0,338.0,144.0,35888.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,35.0,6.0,,,2023-03-15 07:40:02,,178019.0,3.0,20230314,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,178019.0,,,,,, 53,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-11 09:34:27.000000,2023-05-11 07:46:22,1199.0,85.0,15.0,1147.0,1448.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,26,True,199.0,14.0,106.0,352.0,2023-05-01 01:14:41,42.0,102.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-01 02:10:10.116593,5225.0,,,,,,,,,,,,,, 54,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-05-11 17:53:50.000000,2023-05-04 17:16:42,3282.0,116.0,44.0,1686.0,670.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,54.0,67.0,206.0,901.0,2023-01-26 20:38:30,,82325.0,3.0,1.19.3,306.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-04 17:46:49.374283,6832709.0,,,,,30.0,,,,,,,,, 55,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-10 20:12:48.000000,2023-05-10 16:11:04,3163.0,152.0,20.0,2003.0,224.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,57.0,26,True,35.0,14.0,386.0,1193.0,2023-05-09 10:57:15,284.0,,2.0,0.3.2,,284.0,,,,,,,,,,,,,,,,,, 56,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-05-11 17:57:11.000000,2023-05-11 14:52:30,11511.0,301.0,18.0,4236.0,3816.0,The authentication glue you need.,156.0,25,True,696.0,100.0,313.0,928.0,2023-04-18 08:14:30,,40.0,3.0,ersion/2023.4.1,960.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 57,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-11 15:14:02.000000,2023-05-10 18:54:00,1573.0,96.0,19.0,303.0,1316.0,"Policy and data administration, distribution, and real-time updates on top of Open Policy Agent.",38.0,25,True,205.0,29.0,31.0,69.0,2023-05-10 19:13:49,,1219.0,3.0,0.7.0,378.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-10 19:35:17.794697,32527.0,,,,,,,,,,,,,, 58,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-09 16:37:36.000000,2023-05-09 16:37:34,306.0,36.0,23.0,85.0,148.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,25,True,9.0,38.0,5.0,42.0,2023-05-09 16:37:51,577.0,35510.0,2.0,3.2.0,,577.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,35510.0,,,,,,,,,, 59,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-04-27 06:45:48.000000,2023-04-27 06:45:45,1313.0,8056.0,1070.0,123.0,39178.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,24,True,1.0,2.0,526.0,755.0,2020-04-09 05:48:48,,3737.0,3.0,DF.wf.288res.384.92.72.22,142029.0,,,,,,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-08 18:01:36.000000,2023-05-08 18:01:34,5443.0,301.0,396.0,3848.0,1633.0,Repository for the Lemur Certificate Manager.,147.0,24,True,151.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,48.0,,,,,,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-05-10 14:49:37.000000,2023-05-10 14:02:02,7343.0,394.0,32.0,1323.0,346.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,113.0,24,True,201.0,51.0,174.0,731.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-05-11 15:54:37.000000,2023-05-11 15:54:36,1331.0,59.0,24.0,882.0,253.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,30.0,18.0,56.0,198.0,2023-03-08 16:34:58,79.0,,2.0,0.6.2,,79.0,,,,,,,,,,,,,,,,,, 63,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-05-11 13:39:41.000000,2023-05-10 15:45:01,9550.0,37.0,11.0,703.0,52.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,50.0,60.0,31.0,98.0,2023-04-27 05:57:51,10.0,286.0,2.0,0.55.0,9446.0,10.0,,,,,,,,,,,,,,,,,, 64,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-04 16:25:40.000000,2023-05-04 16:25:34,322.0,1490.0,186.0,22.0,11333.0,Real-time face swap for PC streaming or video calls.,10.0,23,True,2.0,35.0,1.0,117.0,2023-01-21 09:26:53,,14320.0,3.0,TINA_SHIFT,329360.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-05-11 13:37:23.000000,2023-05-10 11:21:17,730.0,320.0,63.0,253.0,9176.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,70.0,24.0,92.0,309.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 66,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-04-04 15:04:10.000000,2023-03-08 16:41:32,506.0,256.0,54.0,127.0,4660.0,Windows Hello style facial authentication for Linux.,54.0,23,True,25.0,11.0,160.0,497.0,2020-09-02 15:57:23,,193.0,3.0,2.6.1,12162.0,,,,,,,,,,,,,,,,,,,howdy 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-05-11 16:37:45.000000,2023-05-09 16:05:24,15558.0,300.0,51.0,6832.0,934.0,"Mirror of FreeIPA, an integrated security information management solution.",215.0,23,True,62.0,,,,,,40919.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-10 07:02:15.244571,5401322.0,,,,,149.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-11 16:37:07.000000,2023-05-09 21:56:02,2657.0,233.0,52.0,1957.0,770.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,104.0,100.0,25.0,174.0,2023-05-06 18:16:12,,,3.0,1.11.29,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-05-11 08:41:47.080839,2023-05-09 15:28:34,1607.0,204.0,57.0,266.0,458.0,Universal Resolver implementation and drivers.,93.0,23,True,27.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1544.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-11 08:41:47.080839,106587.0,,,,,,,,,,,,,, 70,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-05-10 16:34:48.000000,2023-05-09 17:32:53,1387.0,44.0,11.0,376.0,1364.0,Permify is an open-source authorization service inspired by Google Zanzibar.,20.0,22,True,501.0,25.0,22.0,72.0,2023-05-04 20:00:53,,47.0,3.0,0.4.0,428.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 71,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4657.0,567.0,121.0,13026.0,Face recognition using Tensorflow.,36.0,21,False,,,497.0,615.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 72,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-07 15:30:08.000000,2023-05-05 17:28:31,638.0,252.0,65.0,217.0,3387.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,11.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,, 73,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2022-12-15 18:51:36.000000,2022-12-15 18:47:15,4019.0,747.0,253.0,321.0,2793.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,956.0,3.0,1.1.0,109076.0,,,,,,,,,,,,,,,,,,, 74,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,620.0,90.0,302.0,1532.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,157.0,297.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,, 75,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-05-11 12:46:47.000000,2023-05-02 16:01:21,1710.0,97.0,19.0,641.0,308.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,52.0,35.0,58.0,331.0,2023-05-02 15:41:47,1.0,,2.0,5.2.0,,1.0,,,,,,,,,,,,,,,,,, 76,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-05-11 09:53:02.000000,2023-05-11 08:15:10,761.0,124.0,26.0,889.0,184.0,Aries Framework JavaScript (Built using TypeScript).,51.0,21,True,105.0,74.0,151.0,391.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,, 77,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-05-08 01:10:05.000000,2023-04-03 11:05:53,243.0,14.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,7.0,34.0,1.0,10.0,2023-04-03 11:06:06,571.0,20414.0,2.0,2.0.23,,571.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,20414.0,,,,,,,,,, 78,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,677.0,420.0,Sidetree Specification and Reference Implementation.,46.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,, 79,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-04 10:14:21.000000,2021-12-22 13:03:48,332.0,761.0,234.0,224.0,2448.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,False,,,156.0,502.0,,,,3.0,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 80,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,156.0,93.0,183.0,1185.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-08 19:55:08.000000,2023-05-03 19:56:38,2035.0,138.0,167.0,785.0,957.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,24.0,7.0,73.0,987.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,, 82,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-05-04 23:13:22.000000,2023-05-04 23:03:41,14796.0,644.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,711.0,19,True,13.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,204.0,58.0,564.0,298.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,18.0,,49.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 84,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-05-11 16:20:26.000000,2023-05-10 19:51:16,238.0,67.0,17.0,201.0,280.0,Decentralized Web Node (DWN) Reference implementation.,26.0,19,True,73.0,10.0,39.0,113.0,,22.0,,3.0,,,22.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 85,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,4.0,19.0,4.0,77.0,2022-05-29 21:14:21,427.0,637.0,3.0,1.6.0,15310.0,427.0,,,,,,,,,,,,,,,,,, 86,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,256.0,94.0,41.0,2083.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,28.0,22.0,,,1997.0,3.0,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1997.0,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-10 19:35:49.000000,2023-05-10 19:35:48,1311.0,70.0,84.0,576.0,229.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,72.0,,70.0,467.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 88,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-05-10 22:45:42.000000,2023-05-05 07:05:25,482.0,5.0,4.0,43.0,21.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,18,False,263.0,8.0,,3.0,2023-03-17 00:39:19,13.0,,3.0,0.4.0,,13.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 89,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2204.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-10 21:38:22.000000,2023-05-10 21:38:22,528.0,143.0,82.0,196.0,1224.0,The SPIFFE Project.,57.0,17,True,20.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 91,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,917.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,28.0,102.0,,1610.0,,3.0,,,1610.0,,,,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-05-10 19:36:09.000000,2023-05-09 03:10:36,3549.0,67.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,12.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 93,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-11 17:48:42.000000,2023-05-11 17:44:21,1407.0,94.0,22.0,574.0,96.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,35.0,17,False,106.0,,41.0,135.0,,1.0,,3.0,,,1.0,,,,,,,,,,,,,,,,,, 94,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-05-10 16:22:46.000000,2023-05-10 16:22:41,641.0,23.0,2.0,85.0,24.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,104.0,13.0,2.0,39.0,2023-05-08 14:13:55,,25.0,3.0,1.2305081407.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-05-08 14:13:52.131762,516.0,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-05-11 06:04:54.000000,2023-05-10 01:45:26,244.0,42.0,13.0,245.0,164.0,self sovereign identity sdk.,15.0,16,True,62.0,4.0,42.0,93.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-05-11 00:16:51.000000,2023-04-24 13:49:11,521.0,36.0,28.0,336.0,139.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,102.0,,3.0,,,102.0,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,6.0,96.0,22.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,16,False,35.0,24.0,3.0,14.0,2023-04-30 19:45:02,48.0,2.0,3.0,2.0.0,49.0,48.0,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-05-11 10:33:52.000000,2023-05-05 06:36:04,874.0,35.0,50.0,154.0,408.0,Solid Technical Reports.,19.0,15,True,35.0,1.0,181.0,124.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,370.0,W3C Decentralized Identifier Specification v1.0.,61.0,15,True,1.0,,26.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,31.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,33.0,15,False,3.0,,46.0,160.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 101,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-04-26 08:08:04.064974,2023-04-26 08:02:08,263.0,5.0,2.0,16.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,90.0,12.0,4.0,31.0,2023-04-26 08:12:52,,38.0,3.0,1.2304260802.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-26 08:08:04.064974,538.0,,,,,,,,,,,,,, 102,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,15,False,227.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,, 103,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-05-11 15:52:34.000000,2023-05-11 15:50:56,650.0,50.0,70.0,233.0,269.0,A privacy preserving identity exchange Web API.,30.0,14,False,17.0,,141.0,92.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 104,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-05-11 17:55:01.000000,2023-05-11 17:27:35,278.0,43.0,12.0,294.0,120.0,The Self Sovereign Identity Service.,19.0,14,True,70.0,1.0,62.0,64.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 105,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-04-03 11:38:44.000000,2023-04-03 11:38:44,142.0,67.0,27.0,170.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,,, 106,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-01 01:08:27.000000,2023-05-01 01:08:21,560.0,14.0,6.0,40.0,62.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,71.0,11.0,3.0,9.0,,37.0,0.0,3.0,,17.0,37.0,,,,,,,,,,,,,,,,,, 107,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,45.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,, 108,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-05-09 15:07:58.000000,2023-05-02 09:43:34,258.0,5.0,5.0,59.0,24.0,SDK to work with Polygon ID.,11.0,14,False,106.0,6.0,5.0,3.0,2023-04-27 16:18:26,6.0,,3.0,1.0.0-beta.7,,6.0,,,,,,,,,,,,,,,,,, 109,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-05-08 14:38:09.859530,2023-05-08 14:31:15,342.0,11.0,1.0,69.0,14.0,web-wallet @ walt.id.,15.0,14,False,31.0,9.0,10.0,41.0,2023-01-23 16:08:26,,46.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-08 14:38:09.859530,892.0,,,,,,,,,,,,,, 110,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,228.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,255.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,, 111,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-05-11 00:08:56.000000,2023-04-23 04:33:58,643.0,16.0,12.0,141.0,49.0,The BBS Signature Scheme.,13.0,13,False,43.0,,17.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 112,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,, 113,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-04-05 17:57:44.000000,2023-03-24 16:08:58,323.0,24.0,15.0,102.0,36.0,The specification for AnonCreds verifiable credential exchange.,19.0,12,False,8.0,,21.0,22.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 114,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,,, 115,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 116,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-11 14:39:55.000000,2023-05-11 14:39:51,679.0,,3.0,131.0,15.0,Open-Source Mobile SSI Wallet.,7.0,10,False,451.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 117,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-02-22 15:32:06.000000,2023-02-22 15:32:05,319.0,11.0,42.0,46.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,9,False,2.0,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-09 15:15:15.000000,2023-02-24 15:52:22,82.0,9.0,7.0,29.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,3.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-04-21 22:49:41.000000,2023-04-21 22:49:40,45.0,3.0,9.0,41.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,30.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-05-02 03:44:55.000000,2023-04-28 08:51:21,43.0,1.0,9.0,38.0,7.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,28.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-02 16:04:22.209042,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-02 16:04:22.209042,3952153.0,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-05-18_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇41 · ⭐ 16K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - dex (🥉29 · ⭐ 8.1K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - did-jwt-vc (🥈26 · ⭐ 150 · 📈) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - permify (🥉23 · ⭐ 1.4K · 📈) - Permify is an open-source authorization service inspired by.. Apache-2 - appauth-js (🥉18 · ⭐ 920 · 💤) - JavaScript client SDK for communicating with OAuth 2.0.. Apache-2 openid ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - faceswap (🥉28 · ⭐ 45K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - aries-python (🥈23 · ⭐ 350 · 📉) - Hyperledger Aries Cloud Agent Python (ACA-Py) is a.. Apache-2 hyperledger - talao-wallet (🥉14 · ⭐ 9 · 📉) - An open source SSI wallet prpposed as a white label solution.. Apache-2 - bbs-signature (🥉12 · ⭐ 49 · 📉) - The BBS Signature Scheme. Apache-2 dif ================================================ FILE: history/2023-05-18_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,trending,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-05-18 17:41:03.000000,2023-05-18 14:09:49,22430.0,924.0,192.0,5720.0,1230.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",434.0,34,True,466.0,199.0,827.0,2583.0,2023-05-09 10:57:15,337.0,576.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-05-18 00:10:33.000000,2023-05-17 23:40:51,1511.0,27.0,11.0,1604.0,49.0,Trinsic SDK repository.,41.0,27,False,75.0,33.0,4.0,370.0,2023-04-24 13:26:38,430.0,1683.0,1.0,1.11.0,7631.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-05-18 17:05:30.000000,2023-05-18 17:05:24,3688.0,30.0,22.0,421.0,147.0,Self Sovereign Identity SDK.,48.0,25,True,1104.0,60.0,9.0,36.0,2023-05-07 22:03:49,109.0,4.0,2.0,0.11.0,,8.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-05-17 11:31:39.794198,2023-05-17 11:24:02,2726.0,65.0,12.0,339.0,131.0,Use web3 identity / self-sovereign identity (SSI).,56.0,23,True,448.0,107.0,21.0,259.0,2023-05-15 14:38:12,,465.0,2.0,1.2305121558.0,35.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-05-12 16:08:43.462498,5017.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-05-18 15:28:05.000000,2023-05-18 15:28:03,1011.0,406.0,621.0,211.0,8586.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,38.0,1.0,313.0,207.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-05-18 03:21:11.000000,2023-05-17 08:11:05,1007.0,109.0,75.0,635.0,386.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,18.0,,122.0,193.0,,143.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 6,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-05-18 10:38:46.000000,2023-05-16 09:19:02,1271.0,24.0,12.0,393.0,59.0,Self Hosted Issuer Node.,23.0,20,False,775.0,11.0,9.0,79.0,2023-05-16 09:20:19,8.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,91.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,38.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-05-18 14:01:50.000000,2023-05-18 14:01:28,6931.0,10.0,7.0,484.0,28.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,582.0,1.0,81.0,1415.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-05-17 19:29:39.000000,2023-05-12 10:51:59,2272.0,1968.0,91.0,1792.0,16623.0,Authentication for the Web.,527.0,41,True,153.0,100.0,147.0,2896.0,2023-04-28 15:09:18,84900.0,2018798.0,1.0,@next-auth/neo4j-adapter@1.0.6,,84900.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2018798.0,,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-05-18 17:35:07.000000,2023-05-18 17:35:07,21989.0,5232.0,358.0,11488.0,16066.0,Open Source Identity and Access Management For Modern Applications and Services.,1166.0,41,True,729.0,36.0,1622.0,4556.0,2023-04-26 10:24:38,290.0,60350.0,1.0,21.1.1,1750173.0,290.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,1.0,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-05-15 21:23:58.000000,2023-05-09 14:11:38,3637.0,1809.0,235.0,3860.0,10810.0,CoreDNS is a DNS server that chains plugins.,353.0,41,True,73.0,65.0,75.0,2042.0,2023-02-06 18:30:04,5111.0,2807682.0,1.0,1.10.1,6687197.0,5111.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,234272011.0,,,,,,136.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-05-18 04:03:18.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,481.0,2578.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,74.0,289.0,2023-01-10 13:13:43,369979.0,80178907.0,1.0,3.2.2,,369979.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,80178907.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-05-18 10:14:39.000000,2023-05-18 10:14:39,7769.0,1805.0,145.0,2894.0,10315.0,Automatically provision and manage TLS certificates in Kubernetes.,394.0,39,True,267.0,100.0,178.0,2813.0,2023-05-09 16:26:06,472.0,1307750.0,1.0,1.11.2,47079013.0,472.0,,,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-05-18 11:59:18.000000,2023-05-18 10:07:27,4582.0,1104.0,119.0,3653.0,8040.0,"An open source, general-purpose policy engine.",387.0,39,True,142.0,100.0,304.0,1951.0,2023-04-27 18:26:52,2437.0,3661739.0,1.0,0.52.0,3042750.0,2437.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-05-18 11:01:55.223980,320584977.0,,,,,,31.0,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-05-18 18:01:29.000000,2023-05-18 17:02:18,17302.0,3650.0,816.0,15077.0,27685.0,"A tool for secrets management, encryption as a service, and privileged access management.",1338.0,38,True,519.0,90.0,868.0,4613.0,2023-04-26 19:33:13,6222.0,,2.0,1.13.2,,6222.0,,,,,,,,,,,,,,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-05-02 16:33:16.000000,2023-03-10 17:27:55,617.0,1153.0,318.0,150.0,21460.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,4.0,,329.0,416.0,,840118.0,8597308.0,2.0,,,840118.0,,,,,,passport,https://www.npmjs.com/package/passport,8597308.0,,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-17 12:14:12.000000,2023-05-17 01:45:13,3602.0,1277.0,229.0,1656.0,14114.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",282.0,36,True,67.0,100.0,58.0,1373.0,2023-04-11 10:52:32,2.0,4081262.0,2.0,2.1.1,554453.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-04-11 10:52:32.445066,390969553.0,,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-05-16 13:56:07.000000,2023-05-08 16:38:54,3764.0,738.0,111.0,1570.0,8732.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",192.0,36,True,100.0,42.0,231.0,863.0,2023-04-18 17:07:18,317.0,1758415.0,1.0,0.13.0,29150.0,317.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,105461241.0,,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-05-08 14:33:05.000000,2023-05-08 14:31:22,1054.0,1481.0,229.0,448.0,14504.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",129.0,35,True,11.0,100.0,22.0,701.0,2023-05-08 14:33:06,2413.0,216053.0,2.0,2.69.0,,2413.0,,,,,,casbin,https://www.npmjs.com/package/casbin,146732.0,,,casbin,https://pypi.org/project/casbin,69321.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 20,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-05-17 15:36:36.000000,2023-05-15 10:49:11,8096.0,1059.0,121.0,892.0,5946.0,A PyTorch-based Speech Toolkit.,202.0,35,True,258.0,8.0,108.0,770.0,2023-03-24 17:40:58,706.0,85311.0,1.0,0.5.14,,706.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,85311.0,,,,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-15 06:49:31.000000,2023-05-15 06:43:39,1474.0,243.0,40.0,313.0,4841.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,35,True,42.0,100.0,6.0,410.0,2023-05-05 18:06:03,43516.0,1693105.0,2.0,@casl/mongoose@7.1.3,,43516.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1693105.0,,,,,,,,,,, 22,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-05-18 06:18:18.000000,2023-05-15 03:34:59,4657.0,1456.0,180.0,1643.0,7376.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",120.0,34,True,144.0,15.0,181.0,1249.0,2023-04-14 09:36:52,57.0,115106.0,3.0,r1.4.1,,57.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,115106.0,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3419.0,335.0,106.0,14999.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,407.0,387.0,2020-03-22 14:01:55,6330.0,105590.0,1.0,0.22.2,,6330.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,105590.0,,,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-05-17 20:50:10.996677,2023-05-17 19:28:45,2870.0,270.0,35.0,3276.0,3552.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,137.0,100.0,69.0,788.0,2023-05-04 23:49:25,12.0,4937493.0,2.0,0.22.1,42272.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-05-17 20:50:10.996677,256702893.0,,,,,,10.0,,,,,,,,, 25,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-05-17 03:19:52.000000,2023-05-17 03:19:52,2245.0,4215.0,475.0,138.0,14484.0,State-of-the-art 2D and 3D Face Analysis Project.,53.0,32,True,60.0,1.0,1231.0,935.0,2023-04-02 07:43:27,308.0,5697.0,2.0,0.7,5695.0,308.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,, 26,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-05-18 17:19:05.000000,2023-05-18 15:45:44,5557.0,346.0,58.0,3667.0,3194.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",183.0,32,True,794.0,100.0,197.0,935.0,2023-05-12 20:40:49,176.0,10934.0,2.0,ockam_v0.87.0,196826.0,176.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-05-18 16:10:50.222636,2023-05-17 10:16:51,23103.0,3772.0,608.0,4313.0,10241.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,336.0,31,True,429.0,100.0,,,2023-03-31 06:34:19,,5781.0,2.0,6.6.7,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-18 16:10:50.222636,809358.0,,,,,,121.0,,,,,,,,, 28,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-05-18 17:52:42.000000,2023-05-18 17:44:27,2745.0,181.0,33.0,986.0,3462.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,243.0,29.0,102.0,232.0,2023-05-11 21:44:55,22.0,14638.0,2.0,1.21.0,13899.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-05-11 18:51:12.222963,292842.0,,,,,,4.0,,,,,,,,, 29,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-17 20:59:23.000000,2023-05-17 20:59:20,2390.0,710.0,69.0,216.0,2658.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,62.0,31,True,29.0,100.0,,,2023-05-06 15:35:59,972.0,111132.0,2.0,8.2.1,,972.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,111132.0,,,,,,,,,,, 30,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-05-18 12:29:06.000000,2023-05-16 14:04:58,5962.0,367.0,83.0,2949.0,1405.0,The SPIFFE Runtime Environment.,156.0,31,True,165.0,80.0,165.0,1046.0,2023-05-17 21:56:54,111.0,1852.0,2.0,1.6.4,124102.0,111.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 31,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-17 09:22:26.000000,2022-06-10 09:12:18,238.0,12632.0,1576.0,217.0,48290.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,695.0,578.0,2018-04-02 17:18:43,,64079.0,2.0,1.2.2,1104.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6430.0,,,,,,15.0,face_recognition,https://pypi.org/project/face_recognition,63978.0,,,,,, 32,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-05-12 08:26:05.000000,2023-05-11 15:53:52,1012.0,1312.0,100.0,72.0,6311.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,30,True,47.0,,9.0,674.0,,1417.0,55371.0,2.0,,,1417.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,55371.0,,,,,, 33,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-05-18 09:00:35.000000,2023-05-13 14:03:33,2356.0,997.0,108.0,809.0,5140.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,308.0,30,True,25.0,62.0,20.0,825.0,2023-03-29 07:20:04,7777.0,,3.0,5.6.6,,7777.0,,,,,,,,,,,,,,,,,,doorkeeper, 34,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-05-18 16:54:25.000000,2023-05-18 16:54:23,2916.0,229.0,75.0,2935.0,3613.0,Boundary enables identity-based access management for dynamic infrastructure.,130.0,30,True,173.0,43.0,74.0,217.0,2023-04-07 19:27:59,8.0,165701.0,3.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6628051.0,,,,,,10.0,,,,,,,,, 35,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-05-18 15:54:14.000000,2023-05-18 15:51:47,4322.0,900.0,157.0,4120.0,16380.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,387.0,100.0,67.0,1035.0,2022-12-21 09:01:04,2.0,560.0,2.0,4.37.5,22406.0,2.0,,,,,,,,,,,,,,,,,,, 36,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-05-18 17:37:28.000000,2023-05-18 17:37:27,2463.0,1411.0,175.0,1729.0,8107.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,29,True,134.0,79.0,280.0,775.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,258.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,1.0,,,,,,,,,, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-13 20:10:49.000000,2023-04-26 17:03:16,1310.0,304.0,48.0,697.0,2963.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",105.0,29,True,26.0,100.0,50.0,263.0,2023-04-26 17:01:50,2.0,1140970.0,3.0,0.40.3,23026.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,77562645.0,,,,,,25.0,,,,,,,,, 38,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1738.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,12.0,51.0,275.0,610.0,2023-03-17 17:09:04,37.0,8819.0,1.0,5.7.7,,37.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,852715.0,,solid-server,https://www.npmjs.com/package/solid-server,620.0,,4.0,,,,,,,,, 39,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-05-18 18:11:33.000000,2023-05-10 16:54:35,4743.0,222.0,38.0,586.0,1032.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,248.0,40.0,60.0,200.0,2023-05-16 17:22:34,1017.0,,3.0,6.3.0,,1017.0,,,,,,,,,,,,,,,,,,, 40,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-17 19:03:57.000000,2023-05-17 19:03:55,571.0,62.0,38.0,200.0,291.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,18.0,95.0,8.0,73.0,2023-05-17 19:04:34,3306.0,93549.0,1.0,7.2.0,,3306.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,93549.0,,,,,,,,,,, 41,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-05-16 05:31:16.000000,2023-04-27 14:38:09,1723.0,12111.0,1514.0,504.0,44928.0,Deepfakes Software For All.,96.0,28,True,9.0,3.0,19.0,786.0,2020-08-14 17:28:01,,3033.0,3.0,2.0.0,154693.0,,,,,,,,,,-1.0,,,,,,,,,, 42,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2022-11-04 19:08:42.000000,2019-11-26 15:56:28,734.0,3467.0,764.0,73.0,14752.0,Face recognition with deep neural networks.,30.0,28,False,,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1729.0,3.0,0.2.1,,66.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159111.0,,,,,,70.0,,,,,,,,, 43,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-05-18 16:06:23.000000,2023-05-18 14:03:53,1608.0,719.0,50.0,1009.0,6029.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,118.0,28,True,241.0,100.0,99.0,696.0,2023-05-18 14:17:46,1.0,1504.0,2.0,1.316.1,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-05-18 11:06:21.389752,46639.0,,,,,,6.0,,,,,,,,, 44,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-05-18 17:59:30.000000,2023-05-18 15:25:03,4138.0,203.0,34.0,3587.0,5774.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,34.0,28,True,734.0,41.0,44.0,204.0,2023-05-18 14:45:47,6.0,504.0,2.0,1.3.1,1671.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-05-18 15:35:34.506811,8648.0,,,,,,1.0,,,,,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-18 17:32:52.000000,2023-05-18 16:04:14,6187.0,526.0,138.0,4095.0,4632.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,149.0,66.0,181.0,2613.0,2023-05-15 21:41:41,,22735.0,2.0,release-2023-05-15,52075.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1920681.0,,,,,,12.0,,,,,,,,, 46,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-11 20:49:59.000000,2023-04-19 14:14:39,1395.0,286.0,59.0,962.0,4029.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,62.0,50.0,44.0,249.0,,2.0,745476.0,3.0,,14823.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,46202552.0,,,,,,6.0,,,,,,,,, 47,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-05-18 17:14:40.000000,2023-05-17 14:22:16,2182.0,182.0,23.0,4104.0,3447.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,53.0,28,True,226.0,100.0,361.0,1117.0,2023-05-15 15:28:02,1.0,360.0,2.0,2.27.0,1802.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,146.0,31.0,1503.0,3042.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,18.0,100.0,100.0,97.0,2023-04-03 23:25:23,70.0,45546.0,3.0,0.27.0,2171.0,70.0,,,,,,,,,,,oso,https://pypi.org/project/oso,45466.0,,,,,, 49,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-05-18 14:10:00.000000,2023-05-18 14:10:00,1246.0,65.0,21.0,1322.0,1383.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,27,True,80.0,49.0,35.0,214.0,2023-04-17 07:47:59,11.0,1324.0,3.0,0.26.0,34446.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-05-18 18:10:03.000000,2023-05-18 17:53:19,32308.0,47.0,23.0,2804.0,228.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,671.0,100.0,321.0,1866.0,2023-05-10 09:56:13,,259.0,3.0,1.0.13,519.0,,,,,,,,,,,,,,,,,,,, 51,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-05-08 01:44:42.000000,2023-03-08 14:05:28,373.0,42.0,23.0,123.0,177.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,3989.0,149830.0,1.0,4.1.0,,3989.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,149830.0,,,,,,,,,,, 52,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-05-18 15:30:27.000000,2023-05-05 07:31:35,115.0,3903.0,343.0,148.0,36520.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,35.0,6.0,,,2023-03-15 07:40:02,,158136.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,158136.0,,,,,, 53,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-18 12:25:45.000000,2023-05-16 22:35:24,1213.0,86.0,16.0,1163.0,1460.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,26,True,196.0,14.0,109.0,352.0,2023-05-01 01:14:41,42.0,106.0,3.0,1.1.0-alpha.12,19.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-01 02:10:10.116593,5432.0,,,,,,,,,,,,,,, 54,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-05-18 17:26:02.000000,2023-05-17 19:09:21,3289.0,116.0,46.0,1694.0,672.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,61.0,69.0,206.0,901.0,2023-01-26 20:38:30,,82395.0,3.0,1.19.3,306.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-17 19:40:23.071711,6838459.0,,,,,,30.0,,,,,,,,, 55,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-18 14:09:50.000000,2023-05-18 14:09:49,3167.0,152.0,20.0,2007.0,224.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,38.0,14.0,386.0,1193.0,2023-05-09 10:57:15,285.0,,2.0,0.3.2,,285.0,,,,,,,,,,,,,,,,,,, 56,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-18 13:48:41.000000,2023-05-18 13:48:39,309.0,36.0,23.0,86.0,148.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,26,True,12.0,39.0,5.0,42.0,2023-05-18 13:49:01,595.0,33839.0,2.0,3.2.1,,595.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,33839.0,1.0,,,,,,,,,, 57,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-05-18 17:29:59.000000,2023-05-18 17:00:17,11568.0,304.0,19.0,4308.0,3859.0,The authentication glue you need.,159.0,25,True,678.0,100.0,318.0,941.0,2023-05-16 12:20:58,,41.0,3.0,ersion/2023.5.0,1001.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 58,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-16 11:20:54.000000,2023-05-16 07:58:45,1579.0,102.0,19.0,304.0,1560.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",38.0,25,True,194.0,29.0,31.0,69.0,2023-05-10 19:13:49,,1255.0,3.0,0.7.0,386.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-10 19:35:17.794697,33480.0,,,,,,,,,,,,,,, 59,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-04-27 06:45:48.000000,2023-04-27 06:45:45,1313.0,8091.0,1072.0,123.0,39369.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,24,True,1.0,2.0,526.0,755.0,2020-04-09 05:48:48,,3784.0,3.0,DF.wf.288res.384.92.72.22,143809.0,,,,,,,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-17 20:48:32.000000,2023-05-15 17:56:10,5451.0,301.0,395.0,3858.0,1634.0,Repository for the Lemur Certificate Manager.,147.0,24,True,148.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,48.0,,,,,,,,,,,,,,,,,,,, 61,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-05-17 13:11:19.000000,2023-05-15 18:46:52,1337.0,60.0,24.0,892.0,253.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,26.0,18.0,56.0,198.0,2023-03-08 16:34:58,80.0,,2.0,0.6.2,,80.0,,,,,,,,,,,,,,,,,,, 62,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-05-18 14:09:53.000000,2023-05-17 12:01:42,9558.0,38.0,11.0,716.0,52.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,52.0,60.0,33.0,101.0,2023-04-27 05:57:51,10.0,288.0,2.0,0.55.0,9510.0,10.0,,,,,,,,,,,,,,,,,,, 63,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-04 16:25:40.000000,2023-05-04 16:25:34,322.0,1507.0,187.0,22.0,11442.0,Real-time face swap for PC streaming or video calls.,10.0,23,True,2.0,35.0,1.0,117.0,2023-01-21 09:26:53,,14948.0,3.0,TINA_SHIFT,343821.0,,,,,,,,,,,,,,,,,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-05-18 12:52:37.000000,2023-05-16 13:00:35,731.0,322.0,63.0,257.0,9333.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,70.0,24.0,93.0,314.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 65,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-04-04 15:04:10.000000,2023-03-08 16:41:32,506.0,257.0,54.0,127.0,4673.0,Windows Hello style facial authentication for Linux.,54.0,23,True,25.0,11.0,162.0,499.0,2020-09-02 15:57:23,,194.0,3.0,2.6.1,12238.0,,,,,,,,,,,,,,,,,,,,howdy 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-05-16 16:29:29.000000,2023-05-16 16:29:25,1413.0,48.0,12.0,383.0,1442.0,Permify is an open-source authorization service inspired by Google Zanzibar.,21.0,23,True,486.0,26.0,22.0,75.0,2023-05-15 22:44:15,,51.0,3.0,0.4.1,466.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,1.0,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-05-17 19:07:07.000000,2023-05-16 11:12:12,15561.0,302.0,51.0,6840.0,937.0,"Mirror of FreeIPA, an integrated security information management solution.",215.0,23,True,59.0,,,,,,40987.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-17 06:43:55.058397,5410368.0,,,,,,149.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-18 06:36:42.000000,2023-05-17 05:24:37,2665.0,235.0,52.0,1962.0,773.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,108.0,100.0,26.0,175.0,2023-05-16 18:29:19,,,3.0,1.11.30,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-05-18 10:09:14.754789,2023-05-14 19:43:43,1608.0,205.0,57.0,267.0,458.0,Universal Resolver implementation and drivers.,93.0,23,True,28.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1548.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-18 10:09:14.754789,106873.0,,,,,,,,,,,,,,, 70,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-05-18 17:41:03.000000,2023-05-17 12:36:42,7352.0,399.0,32.0,1329.0,347.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,114.0,23,True,177.0,51.0,174.0,732.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,-1.0,,,,,,,,,, 71,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4660.0,567.0,121.0,13040.0,Face recognition using Tensorflow.,36.0,21,False,,,497.0,615.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 72,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-15 22:35:11.000000,2023-05-05 17:28:31,638.0,253.0,65.0,218.0,3396.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,12.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 73,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2022-12-15 18:51:36.000000,2022-12-15 18:47:15,4019.0,748.0,253.0,321.0,2793.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,957.0,3.0,1.1.0,109108.0,,,,,,,,,,,,,,,,,,,, 74,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,621.0,90.0,302.0,1536.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,159.0,297.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 75,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-05-18 17:23:01.000000,2023-05-15 18:20:07,1713.0,98.0,19.0,644.0,309.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,51.0,35.0,57.0,332.0,2023-05-02 15:41:47,2.0,,2.0,5.2.0,,2.0,,,,,,,,,,,,,,,,,,, 76,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-05-18 14:51:03.000000,2023-05-17 09:11:53,762.0,125.0,26.0,892.0,184.0,Aries Framework JavaScript (Built using TypeScript).,51.0,21,True,88.0,74.0,152.0,392.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,,, 77,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-05-15 00:28:25.000000,2023-05-14 15:40:34,245.0,14.0,13.0,112.0,67.0,DID resolver for HTTPS domains.,12.0,21,False,9.0,35.0,1.0,10.0,2023-05-14 15:40:43,583.0,20050.0,2.0,2.0.24,,583.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,20050.0,,,,,,,,,,, 78,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,677.0,421.0,Sidetree Specification and Reference Implementation.,46.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,,, 79,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-04 10:14:21.000000,2021-12-22 13:03:48,332.0,762.0,233.0,224.0,2457.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,False,,,158.0,502.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 80,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,156.0,94.0,183.0,1189.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-17 19:19:05.000000,2023-05-17 19:17:43,2039.0,138.0,167.0,786.0,964.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,27.0,7.0,74.0,988.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 82,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-05-16 18:08:20.000000,2023-05-16 18:07:44,14798.0,645.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,712.0,19,True,15.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,204.0,58.0,564.0,298.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,17.0,,49.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 84,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-05-18 17:12:44.000000,2023-05-18 17:10:47,249.0,67.0,16.0,211.0,283.0,Decentralized Web Node (DWN) Reference implementation.,27.0,19,True,79.0,12.0,47.0,114.0,,29.0,,3.0,,,29.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,, 85,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-04-15 21:46:40.000000,2023-04-15 21:46:00,532.0,12.0,5.0,505.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,4.0,19.0,4.0,77.0,2022-05-29 21:14:21,430.0,641.0,3.0,1.6.0,15388.0,430.0,,,,,,,,,,,,,,,,,,, 86,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,256.0,94.0,41.0,2091.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,28.0,22.0,,,2040.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,2040.0,,,,,, 87,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,149.0,37.0,93.0,920.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,True,,,29.0,102.0,,1621.0,,3.0,,,1621.0,,,,,,,,,1.0,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-16 14:15:09.000000,2023-05-13 18:58:51,1327.0,71.0,83.0,578.0,232.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,85.0,,69.0,473.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-05-17 09:31:56.000000,2023-05-05 07:05:25,482.0,6.0,4.0,44.0,21.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,18,False,263.0,8.0,2.0,3.0,2023-03-17 00:39:19,13.0,,3.0,0.4.0,,13.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 90,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,213.0,65.0,102.0,2207.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 91,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-10 21:38:22.000000,2023-05-10 21:38:22,528.0,143.0,82.0,196.0,1229.0,The SPIFFE Project.,57.0,17,True,17.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-05-10 19:36:09.000000,2023-05-09 03:10:36,3549.0,67.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,10.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-18 11:44:23.000000,2023-05-17 18:46:00,1420.0,94.0,22.0,585.0,99.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,35.0,17,False,110.0,,42.0,137.0,,1.0,,3.0,,,1.0,,,,,,,,,,,,,,,,,,, 94,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-05-17 10:01:50.943118,2023-05-15 14:32:17,646.0,23.0,2.0,88.0,24.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,77.0,16.0,2.0,39.0,2023-05-15 14:38:12,,27.0,3.0,1.2305151432.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-05-17 10:01:50.943118,544.0,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-05-17 16:09:18.000000,2023-05-17 16:09:18,250.0,42.0,13.0,250.0,167.0,self sovereign identity sdk.,15.0,16,True,65.0,4.0,40.0,95.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-05-18 03:21:11.000000,2023-04-24 13:49:11,521.0,36.0,28.0,336.0,141.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,103.0,,3.0,,,103.0,,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,6.0,96.0,22.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,16,False,27.0,24.0,3.0,14.0,2023-04-30 19:45:02,50.0,2.0,3.0,2.0.0,49.0,50.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-05-18 15:28:05.000000,2023-05-18 15:28:03,879.0,35.0,50.0,155.0,410.0,Solid Technical Reports.,19.0,15,True,38.0,1.0,181.0,125.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,370.0,W3C Decentralized Identifier Specification v1.0.,61.0,15,True,1.0,,26.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,31.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,33.0,15,False,3.0,,46.0,160.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 101,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-05-17 09:53:18.000000,2023-05-17 09:52:32,264.0,5.0,2.0,17.0,12.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,81.0,12.0,4.0,31.0,2023-04-26 08:12:52,,38.0,3.0,1.2304260802.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-04-26 08:08:04.064974,540.0,,,,,,,,,,,,,,, 102,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-05-17 22:47:19.000000,2023-05-16 16:33:34,651.0,50.0,70.0,234.0,272.0,A privacy preserving identity exchange Web API.,30.0,14,False,15.0,,141.0,92.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 103,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-05-18 02:06:15.000000,2023-05-17 16:50:54,286.0,43.0,12.0,305.0,123.0,The Self Sovereign Identity Service.,19.0,14,True,74.0,1.0,64.0,66.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-16 20:43:34.000000,2023-04-03 11:38:44,142.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,,,, 105,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-17 20:01:47.000000,2023-05-17 20:01:39,563.0,14.0,6.0,40.0,63.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,14,False,52.0,12.0,4.0,10.0,,38.0,0.0,3.0,,18.0,38.0,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,45.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-05-16 09:20:19.000000,2023-05-16 09:19:02,260.0,5.0,5.0,60.0,27.0,SDK to work with Polygon ID.,11.0,14,False,88.0,7.0,5.0,4.0,2023-05-16 09:20:19,8.0,,3.0,1.0.0-beta.8,,8.0,,,,,,,,,,,,,,,,,,, 108,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-05-17 11:31:39.794198,2023-05-17 11:24:02,346.0,11.0,1.0,71.0,15.0,web-wallet @ walt.id.,15.0,14,False,33.0,9.0,10.0,41.0,2023-01-23 16:08:26,,48.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-17 11:31:39.794198,929.0,,,,,,,,,,,,,,, 109,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,9.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,14,False,173.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,-1.0,,,,,,,,,, 110,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,229.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,255.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,15.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-05-18 00:08:47.000000,2023-04-23 04:33:58,643.0,16.0,12.0,141.0,49.0,The BBS Signature Scheme.,13.0,12,False,18.0,,17.0,104.0,,,,3.0,,,,,,,,,,,,-1.0,,,,,,,,,, 113,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-04-05 17:57:44.000000,2023-03-24 16:08:58,323.0,24.0,15.0,102.0,36.0,The specification for AnonCreds verifiable credential exchange.,19.0,12,False,6.0,,21.0,22.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,9.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,24.0,,3.0,,,24.0,,,,,,,,,,,,,,,,,,, 115,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,35.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,42.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,1.0,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-18 17:05:30.000000,2023-05-18 17:05:24,726.0,,3.0,134.0,20.0,Open-Source Mobile SSI Wallet.,7.0,10,False,478.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,9.0,7.0,31.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,9,False,4.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-04-21 22:49:41.000000,2023-04-21 22:49:40,45.0,3.0,9.0,41.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,26.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-05-02 03:44:55.000000,2023-04-28 08:51:21,43.0,1.0,9.0,38.0,7.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,26.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,6.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-15 16:50:16.368899,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-15 16:50:16.368899,3958542.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-05-25_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - sphereon-ssi (🥈26 · ⭐ 150 · 📈) - Self Sovereign Identity SDK. - speechbrain (🥇36 · ⭐ 6K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - insightface (🥇33 · ⭐ 15K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT - ockam (🥈33 · ⭐ 3.2K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - openface (🥈29 · ⭐ 15K · 💀) - Face recognition with deep neural networks. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥈29 · ⭐ 6.4K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - faceswap (🥉27 · ⭐ 45K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - cerbos (🥉26 · ⭐ 1.4K · 📉) - Cerbos is the open core, language-agnostic, scalable.. Apache-2 - howdy (🥉22 · ⭐ 4.7K · 📉) - Windows Hello style facial authentication for Linux. MIT - veramo (🥈20 · ⭐ 310 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 ================================================ FILE: history/2023-05-25_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-05-25 18:03:02.000000,2023-05-25 15:35:32,22456.0,927.0,193.0,5745.0,1235.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",435.0,34,True,445.0,200.0,832.0,2590.0,2023-05-23 13:25:58,342.0,576.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-05-25 15:42:10.000000,2023-05-25 15:39:42,1516.0,27.0,11.0,1617.0,49.0,Trinsic SDK repository.,41.0,27,False,76.0,33.0,4.0,370.0,2023-04-24 13:26:38,441.0,1695.0,1.0,1.11.0,7705.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-05-25 13:44:32.000000,2023-05-19 02:58:31,3690.0,32.0,22.0,425.0,152.0,Self Sovereign Identity SDK.,48.0,26,True,989.0,60.0,9.0,36.0,2023-05-07 22:03:49,110.0,6.0,2.0,0.11.0,,8.0,1.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-05-25 15:24:44.000000,2023-05-25 15:23:50,2737.0,69.0,12.0,345.0,137.0,Use web3 identity / self-sovereign identity (SSI).,56.0,23,True,437.0,108.0,21.0,259.0,2023-05-24 10:24:55,,471.0,2.0,1.2305121558.0,36.0,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-05-12 16:08:43.462498,5026.0,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-05-21 19:37:44.000000,2023-05-18 22:52:30,1012.0,407.0,621.0,212.0,8589.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,35.0,1.0,313.0,208.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-05-25 12:40:01.000000,2023-05-23 16:47:33,1274.0,24.0,13.0,395.0,63.0,Self Hosted Issuer Node.,23.0,21,False,730.0,12.0,8.0,80.0,2023-05-23 16:53:24,10.0,,2.0,.2.1.0,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-05-25 00:17:13.000000,2023-05-17 08:11:05,1007.0,112.0,75.0,635.0,388.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,18.0,,122.0,193.0,,143.0,,2.0,,,40.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,93.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,40.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-05-25 06:32:16.000000,2023-05-25 06:31:52,6975.0,10.0,7.0,486.0,29.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,546.0,1.0,76.0,1446.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-05-25 04:58:46.000000,2023-05-22 23:28:22,2278.0,1989.0,91.0,1798.0,16755.0,Authentication for the Web.,530.0,41,True,152.0,100.0,149.0,2929.0,2023-04-28 15:09:18,88057.0,2031923.0,1.0,@next-auth/neo4j-adapter@1.0.6,,88057.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2031923.0,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-05-25 18:02:30.000000,2023-05-25 15:36:20,22031.0,5242.0,359.0,11533.0,16152.0,Open Source Identity and Access Management For Modern Applications and Services.,1170.0,41,True,721.0,36.0,1612.0,4627.0,2023-04-26 10:24:38,300.0,60939.0,1.0,21.1.1,1767238.0,300.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-05-25 13:18:21.000000,2023-05-25 13:09:56,3638.0,1809.0,236.0,3865.0,10834.0,CoreDNS is a DNS server that chains plugins.,353.0,41,True,69.0,65.0,79.0,2045.0,2023-02-06 18:30:04,5118.0,2815983.0,1.0,1.10.1,6692038.0,5118.0,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,234980693.0,,,,,137.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-05-18 04:03:18.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,481.0,2582.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,74.0,289.0,2023-01-10 13:13:43,374326.0,79969884.0,1.0,3.2.2,,374326.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79969884.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-05-25 17:50:26.000000,2023-05-24 11:49:22,7782.0,1809.0,146.0,2913.0,10362.0,Automatically provision and manage TLS certificates in Kubernetes.,394.0,39,True,270.0,100.0,174.0,2824.0,2023-05-25 14:48:36,479.0,1324283.0,1.0,1.12.1,47674203.0,479.0,,,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-05-25 17:38:22.000000,2023-05-25 17:38:21,4595.0,1106.0,120.0,3669.0,8069.0,"An open source, general-purpose policy engine.",390.0,39,True,141.0,100.0,303.0,1958.0,2023-04-27 18:26:52,2461.0,3820591.0,1.0,0.52.0,3091091.0,2461.0,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-05-25 14:53:41.810451,334638460.0,,,,,31.0,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-05-25 18:01:24.000000,2023-05-25 17:34:48,17379.0,3651.0,820.0,15193.0,27746.0,"A tool for secrets management, encryption as a service, and privileged access management.",1342.0,38,True,557.0,90.0,872.0,4618.0,2023-04-26 19:33:13,6230.0,,2.0,1.13.2,,6230.0,,,,,,,,,,,,,,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-05-02 16:33:16.000000,2023-03-10 17:27:55,617.0,1154.0,318.0,150.0,21481.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,4.0,,329.0,416.0,,845879.0,8594390.0,2.0,,,845879.0,,,,,,,passport,https://www.npmjs.com/package/passport,8594390.0,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-25 12:07:13.000000,2023-05-24 08:56:34,3610.0,1278.0,230.0,1657.0,14134.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",283.0,36,True,75.0,100.0,60.0,1374.0,2023-05-24 08:55:23,2.0,4100539.0,2.0,2.1.2,558537.0,2.0,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-05-24 08:55:23.133705,392800773.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-05-25 14:43:24.000000,2023-05-25 14:43:22,3775.0,738.0,111.0,1573.0,8755.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",196.0,36,True,107.0,42.0,231.0,867.0,2023-04-18 17:07:18,321.0,1774011.0,1.0,0.13.0,29398.0,321.0,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,106396639.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-05-25 13:54:27.000000,2023-05-25 13:05:24,8126.0,1062.0,121.0,897.0,5996.0,A PyTorch-based Speech Toolkit.,202.0,36,True,225.0,8.0,107.0,778.0,2023-03-24 17:40:58,725.0,92709.0,1.0,0.5.14,,725.0,1.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,92709.0,,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-05-25 02:17:40.000000,2023-05-23 16:31:07,1055.0,1493.0,233.0,451.0,14790.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",130.0,35,True,12.0,100.0,24.0,701.0,2023-05-23 16:32:32,2424.0,210029.0,2.0,2.69.1,,2424.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,141652.0,,casbin,https://pypi.org/project/casbin,68377.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-22 02:18:27.000000,2023-05-15 06:43:39,1474.0,244.0,40.0,313.0,4849.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,35,True,42.0,100.0,6.0,410.0,2023-05-05 18:06:03,44209.0,1686616.0,2.0,@casl/mongoose@7.1.3,,44209.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1686616.0,,,,,,,,,, 22,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-05-25 07:01:53.000000,2023-05-25 06:28:34,4661.0,1471.0,180.0,1646.0,7474.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",120.0,34,True,140.0,15.0,183.0,1267.0,2023-04-14 09:36:52,57.0,115664.0,3.0,r1.4.1,,57.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,115664.0,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3426.0,336.0,106.0,15031.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,408.0,387.0,2020-03-22 14:01:55,6410.0,102937.0,1.0,0.22.2,,6410.0,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,102937.0,,,,,,,,,, 24,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-05-22 12:02:38.000000,2023-05-22 12:02:38,2246.0,4259.0,476.0,138.0,14880.0,State-of-the-art 2D and 3D Face Analysis Project.,53.0,33,True,61.0,1.0,1235.0,936.0,2023-04-02 07:43:27,312.0,11371.0,1.0,0.7,11369.0,312.0,1.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-05-25 15:05:13.000000,2023-05-24 15:44:17,2879.0,269.0,35.0,3290.0,3558.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,132.0,100.0,68.0,789.0,2023-05-04 23:49:25,12.0,5443998.0,2.0,0.22.1,42531.0,12.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-05-24 20:58:16.817726,283040892.0,,,,,10.0,,,,,,,,, 26,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-05-25 18:05:46.000000,2023-05-25 16:30:31,5694.0,350.0,57.0,3707.0,3242.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",185.0,33,True,867.0,100.0,190.0,953.0,2023-05-12 20:40:49,178.0,11272.0,2.0,ockam_v0.87.0,202902.0,178.0,1.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-05-25 03:53:10.000000,2023-05-25 02:52:22,23140.0,3776.0,608.0,4318.0,10251.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,336.0,31,True,370.0,100.0,,,2023-03-31 06:34:19,,5787.0,2.0,6.6.7,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-24 17:19:55.019404,810286.0,,,,,123.0,,,,,,,,, 28,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-05-25 16:40:36.888542,2023-05-25 15:47:16,2835.0,181.0,33.0,1003.0,3512.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",27.0,31,True,327.0,29.0,93.0,247.0,2023-05-11 21:44:55,22.0,16182.0,2.0,1.21.0,14296.0,22.0,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-05-25 16:40:36.888542,324835.0,,,,,4.0,,,,,,,,, 29,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-25 09:23:16.000000,2023-05-20 06:41:12,2391.0,709.0,69.0,217.0,2669.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,62.0,31,True,30.0,100.0,,,2023-05-06 15:35:59,977.0,108758.0,2.0,8.2.1,,977.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,108758.0,,,,,,,,,, 30,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-05-25 17:02:44.000000,2023-05-25 03:48:46,5980.0,367.0,83.0,2964.0,1409.0,The SPIFFE Runtime Environment.,156.0,31,True,174.0,80.0,159.0,1053.0,2023-05-17 21:56:54,111.0,1862.0,2.0,1.6.4,124775.0,111.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 31,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12637.0,1575.0,217.0,48361.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,697.0,578.0,2018-04-02 17:18:43,,63585.0,2.0,1.2.2,1104.0,,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6451.0,,,,,15.0,face_recognition,https://pypi.org/project/face_recognition,63483.0,,,,,, 32,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-05-22 09:03:20.000000,2023-05-13 14:03:33,2356.0,997.0,108.0,811.0,5143.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,308.0,30,True,22.0,62.0,20.0,825.0,2023-03-29 07:20:04,7801.0,,3.0,5.6.6,,7801.0,,,,,,,,,,,,,,,,,,doorkeeper, 33,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-05-25 17:33:12.000000,2023-05-25 14:43:52,2931.0,227.0,75.0,2948.0,3615.0,Boundary enables identity-based access management for dynamic infrastructure.,131.0,30,True,173.0,43.0,73.0,218.0,2023-04-07 19:27:59,8.0,169403.0,3.0,0.12.2,,8.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6776155.0,,,,,10.0,,,,,,,,, 34,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-05-25 13:30:51.000000,2023-05-25 02:26:19,4349.0,902.0,155.0,4148.0,16428.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,29,True,395.0,100.0,68.0,1034.0,2022-12-21 09:01:04,2.0,563.0,2.0,4.37.5,22525.0,2.0,,,,,,,,,,,,,,,,,,, 35,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-05-24 04:12:30.000000,2019-11-26 15:56:28,734.0,3468.0,762.0,73.0,14760.0,Face recognition with deep neural networks.,30.0,29,False,,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1730.0,2.0,0.2.1,,66.0,1.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159227.0,,,,,70.0,,,,,,,,, 36,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-05-25 04:57:36.000000,2023-05-23 15:34:08,2471.0,1415.0,175.0,1738.0,8137.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,29,True,139.0,79.0,281.0,775.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,258.0,15.0,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 37,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-05-24 18:52:14.000000,2023-05-11 15:53:52,1012.0,1321.0,100.0,75.0,6396.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,29,True,30.0,,10.0,677.0,,1458.0,55632.0,2.0,,,1458.0,-1.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,55632.0,,,,,, 38,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-25 08:44:02.000000,2023-05-25 08:44:01,1312.0,305.0,48.0,698.0,2969.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",106.0,29,True,25.0,100.0,51.0,263.0,2023-04-26 17:01:50,2.0,1161078.0,3.0,0.40.3,23238.0,2.0,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,78929792.0,,,,,25.0,,,,,,,,, 39,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1739.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,12.0,51.0,277.0,610.0,2023-03-17 17:09:04,38.0,8733.0,1.0,5.7.7,,38.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,856792.0,,solid-server,https://www.npmjs.com/package/solid-server,495.0,4.0,,,,,,,,, 40,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-05-25 17:21:30.000000,2023-05-25 17:21:27,4765.0,224.0,38.0,600.0,1037.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,242.0,41.0,60.0,202.0,2023-05-25 16:47:42,1041.0,,3.0,6.3.1,,1041.0,,,,,,,,,,,,,,,,,,, 41,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-22 02:27:56.000000,2023-05-17 19:03:55,571.0,62.0,39.0,200.0,291.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,18.0,95.0,8.0,73.0,2023-05-17 19:04:34,3351.0,88752.0,1.0,7.2.0,,3351.0,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,88752.0,,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-05-25 02:54:54.000000,2023-05-25 02:45:13,1637.0,722.0,50.0,1025.0,6088.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,122.0,28,True,246.0,100.0,98.0,709.0,2023-05-25 02:54:54,1.0,1565.0,2.0,1.323.2,,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-05-24 17:07:19.507806,48538.0,,,,,6.0,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-05-25 14:36:15.407652,2023-05-25 05:53:45,4173.0,204.0,35.0,3622.0,5809.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,35.0,28,True,673.0,42.0,49.0,203.0,2023-05-23 15:06:56,6.0,532.0,2.0,1.4.0,1756.0,6.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-05-25 14:36:15.407652,9152.0,,,,,1.0,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-25 15:28:53.000000,2023-05-24 21:23:27,6197.0,525.0,138.0,4102.0,4640.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,143.0,68.0,181.0,2617.0,2023-05-24 19:23:31,,22764.0,2.0,release-2023-05-22a,52295.0,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1921992.0,,,,,12.0,,,,,,,,, 45,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-23 04:01:36.000000,2023-04-19 14:14:39,1395.0,286.0,59.0,964.0,4041.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,28,True,50.0,50.0,45.0,250.0,,2.0,756123.0,3.0,,14872.0,2.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,46862585.0,,,,,6.0,,,,,,,,, 46,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-05-25 16:29:56.000000,2023-05-25 10:46:40,2204.0,182.0,23.0,4134.0,3508.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,54.0,28,True,237.0,100.0,361.0,1127.0,2023-05-15 15:28:02,1.0,367.0,2.0,2.27.0,1838.0,1.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 47,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,147.0,31.0,1503.0,3045.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,18.0,100.0,100.0,97.0,2023-04-03 23:25:23,70.0,44108.0,3.0,0.27.0,2184.0,70.0,,,,,,,,,,,oso,https://pypi.org/project/oso,44028.0,,,,,, 48,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-05-16 05:31:16.000000,2023-04-27 14:38:09,1723.0,12137.0,1516.0,504.0,45073.0,Deepfakes Software For All.,96.0,27,True,1.0,3.0,20.0,786.0,2020-08-14 17:28:01,,3244.0,3.0,2.0.0,165466.0,,-1.0,,,,,,,,,,,,,,,,,, 49,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-05-25 17:41:13.000000,2023-05-25 17:19:04,32350.0,47.0,26.0,2845.0,233.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,634.0,100.0,315.0,1905.0,2023-05-10 09:56:13,,269.0,3.0,1.0.13,539.0,,,,,,,,,,,,,,,,,,,, 50,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-05-08 01:44:42.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,178.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,2.0,19.0,2023-03-08 14:05:37,4041.0,140505.0,1.0,4.1.0,,4041.0,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,140505.0,,,,,,,,,, 51,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-05-21 15:11:04.000000,2023-05-05 07:31:35,115.0,4004.0,342.0,150.0,37346.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,35.0,6.0,,,2023-03-15 07:40:02,,163979.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,163979.0,,,,,, 52,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-25 12:46:42.000000,2023-05-25 04:09:23,1227.0,87.0,16.0,1176.0,1470.0,"Kanidm: A simple, secure and fast identity management platform.",40.0,26,True,193.0,14.0,108.0,356.0,2023-05-01 01:14:41,42.0,110.0,3.0,1.1.0-alpha.12,18.0,42.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-25 03:08:14.369251,5632.0,,,,,,,,,,,,,, 53,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-05-25 10:29:59.000000,2023-05-24 08:19:22,1247.0,66.0,20.0,1326.0,1412.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,26,True,78.0,49.0,36.0,216.0,2023-04-17 07:47:59,11.0,1342.0,3.0,0.26.0,34899.0,11.0,-1.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 54,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-05-25 17:44:12.000000,2023-05-24 20:23:03,3298.0,117.0,46.0,1703.0,673.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,64.0,69.0,206.0,901.0,2023-01-26 20:38:30,,82480.0,3.0,1.19.3,315.0,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-17 19:40:23.071711,6845547.0,,,,,30.0,,,,,,,,, 55,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-23 16:23:34.000000,2023-05-23 16:23:34,3170.0,152.0,20.0,2010.0,224.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,39.0,14.0,386.0,1193.0,2023-05-09 10:57:15,291.0,,2.0,0.3.2,,291.0,,,,,,,,,,,,,,,,,,, 56,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-18 13:48:41.000000,2023-05-18 13:48:39,309.0,37.0,24.0,86.0,148.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,26,True,12.0,39.0,4.0,44.0,2023-05-18 13:49:01,603.0,30775.0,2.0,3.2.1,,603.0,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,30775.0,,,,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-05-23 13:50:45.000000,2023-04-27 06:45:45,1313.0,8136.0,1071.0,124.0,39597.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,527.0,756.0,2020-04-09 05:48:48,,3856.0,3.0,DF.wf.288res.384.92.72.22,146562.0,,,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-05-25 18:06:20.000000,2023-05-25 16:52:21,11624.0,307.0,20.0,4366.0,3890.0,The authentication glue you need.,161.0,25,True,669.0,100.0,323.0,956.0,2023-05-18 19:50:38,,43.0,3.0,ersion/2023.5.1,1045.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-24 14:12:45.000000,2023-05-24 12:00:59,1587.0,103.0,19.0,307.0,1576.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",39.0,25,True,197.0,29.0,31.0,72.0,2023-05-10 19:13:49,,1288.0,3.0,0.7.0,392.0,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-23 15:29:19.963711,34373.0,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-25 17:48:20.000000,2023-05-25 17:48:19,5463.0,303.0,395.0,3867.0,1638.0,Repository for the Lemur Certificate Manager.,147.0,24,True,153.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,49.0,,,,,,,,,,,,,,,,,,,, 61,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-05-24 08:45:18.000000,2023-05-23 08:11:04,1342.0,61.0,24.0,895.0,254.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,24.0,18.0,56.0,198.0,2023-03-08 16:34:58,83.0,,2.0,0.6.2,,83.0,,,,,,,,,,,,,,,,,,, 62,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-05-25 15:35:33.000000,2023-05-25 15:35:32,9567.0,38.0,11.0,723.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,56.0,61.0,32.0,103.0,2023-05-23 13:25:58,10.0,288.0,2.0,0.56.0,9528.0,10.0,,,,,,,,,,,,,,,,,,, 63,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-04 16:25:40.000000,2023-05-04 16:25:34,322.0,1552.0,190.0,22.0,11688.0,Real-time face swap for PC streaming or video calls.,10.0,23,True,2.0,35.0,1.0,120.0,2023-01-21 09:26:53,,15533.0,3.0,TINA_SHIFT,357279.0,,,,,,,,,,,,,,,,,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-05-25 14:00:05.000000,2023-05-16 13:00:35,731.0,326.0,65.0,259.0,9396.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,63.0,24.0,91.0,316.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 65,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-05-25 14:54:12.000000,2023-05-25 14:51:00,1426.0,49.0,12.0,385.0,1459.0,Permify is an open-source authorization service inspired by Google Zanzibar.,21.0,23,True,475.0,28.0,21.0,76.0,2023-05-25 15:52:08,,52.0,3.0,0.4.3,472.0,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 66,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-05-25 13:37:41.000000,2023-05-24 19:50:56,15571.0,300.0,51.0,6856.0,941.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,63.0,,,,,,41045.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-24 09:24:38.426941,5418012.0,,,,,149.0,,,,,,,,, 67,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-24 13:32:01.000000,2023-05-20 16:46:37,2668.0,236.0,52.0,1966.0,774.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,101.0,100.0,27.0,178.0,2023-05-16 18:29:19,,,3.0,1.11.30,,,,,,,,,,,,,,,,,,,,, 68,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-05-25 01:35:14.000000,2023-05-19 14:13:36,1610.0,206.0,58.0,267.0,458.0,Universal Resolver implementation and drivers.,94.0,23,True,29.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1555.0,2.0,0.5.0,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-19 14:15:27.541139,107347.0,,,,,,,,,,,,,, 69,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-05-25 15:37:14.000000,2023-05-17 12:36:42,7352.0,399.0,32.0,1333.0,347.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,114.0,23,True,156.0,51.0,175.0,732.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-04-04 15:04:10.000000,2023-03-08 16:41:32,506.0,255.0,54.0,127.0,4685.0,Windows Hello style facial authentication for Linux.,54.0,22,True,4.0,11.0,164.0,499.0,2020-09-02 15:57:23,,195.0,3.0,2.6.1,12299.0,,-1.0,,,,,,,,,,,,,,,,,,howdy 71,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4657.0,567.0,121.0,13057.0,Face recognition using Tensorflow.,36.0,21,False,,,497.0,615.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 72,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-15 22:35:11.000000,2023-05-05 17:28:31,638.0,253.0,65.0,218.0,3418.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,12.0,111.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 73,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2022-12-15 18:51:36.000000,2022-12-15 18:47:15,4019.0,748.0,253.0,321.0,2794.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,957.0,3.0,1.1.0,109121.0,,,,,,,,,,,,,,,,,,,, 74,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,624.0,90.0,302.0,1540.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,158.0,299.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 75,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-05-25 18:03:02.000000,2023-05-24 20:43:12,766.0,128.0,25.0,897.0,185.0,Aries Framework JavaScript (Built using TypeScript).,52.0,21,True,76.0,74.0,156.0,392.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-05-22 00:36:35.000000,2023-05-14 15:40:34,245.0,14.0,14.0,112.0,69.0,DID resolver for HTTPS domains.,12.0,21,False,9.0,35.0,1.0,10.0,2023-05-14 15:40:43,594.0,19319.0,2.0,2.0.24,,594.0,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19319.0,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,43.0,677.0,421.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,,, 78,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-05-25 07:09:30.000000,2023-05-19 12:00:12,1714.0,97.0,20.0,644.0,313.0,A JavaScript Framework for Verifiable Data.,48.0,20,True,32.0,35.0,57.0,332.0,2023-05-02 15:41:47,2.0,,2.0,5.2.0,,2.0,-1.0,,,,,,,,,,,,,,,,,, 79,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-21 18:52:07.000000,2023-05-21 18:52:03,338.0,765.0,234.0,224.0,2465.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,True,6.0,,158.0,502.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 80,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,156.0,95.0,183.0,1192.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,19,True,8.0,17.0,62.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-25 13:21:14.000000,2023-05-17 19:17:43,2039.0,137.0,167.0,788.0,970.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,24.0,7.0,74.0,988.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 82,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-05-19 16:14:03.000000,2023-05-16 18:07:44,14798.0,641.0,115.0,17.0,657.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,712.0,19,True,13.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,205.0,58.0,564.0,298.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,14.0,,49.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 84,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-05-25 17:31:34.000000,2023-05-23 17:59:01,254.0,68.0,16.0,217.0,285.0,Decentralized Web Node (DWN) Reference implementation.,27.0,19,True,81.0,13.0,38.0,124.0,,32.0,,3.0,,,32.0,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 85,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-05-24 00:56:11.000000,2023-04-15 21:46:00,532.0,12.0,5.0,510.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,3.0,19.0,4.0,77.0,2022-05-29 21:14:21,441.0,645.0,3.0,1.6.0,15483.0,441.0,,,,,,,,,,,,,,,,,,, 86,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-04-01 02:17:34.000000,2023-03-28 20:25:10,143.0,256.0,94.0,41.0,2097.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,23.0,18,True,2.0,,28.0,22.0,,,1848.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1848.0,,,,,, 87,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,149.0,37.0,93.0,921.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,True,,,29.0,102.0,,1630.0,,3.0,,,1630.0,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-25 15:41:08.000000,2023-05-22 16:55:49,1337.0,71.0,83.0,580.0,232.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,94.0,,71.0,474.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-05-25 13:44:32.000000,2023-05-05 07:05:25,482.0,8.0,4.0,46.0,22.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,18,False,263.0,8.0,2.0,3.0,2023-03-17 00:39:19,13.0,,3.0,0.4.0,,13.0,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 90,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,215.0,65.0,102.0,2209.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,17,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 91,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-19 16:36:58.000000,2023-05-10 21:38:22,528.0,142.0,82.0,196.0,1234.0,The SPIFFE Project.,57.0,17,True,15.0,,17.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-05-25 15:11:08.000000,2023-05-24 21:09:00,3550.0,67.0,27.0,5.0,228.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,17,True,11.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-25 13:24:41.000000,2023-05-24 23:47:55,1430.0,94.0,22.0,591.0,101.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,35.0,17,True,117.0,,43.0,142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 94,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-05-23 23:30:19.368279,2023-05-15 14:32:17,646.0,24.0,2.0,88.0,26.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,67.0,16.0,2.0,39.0,2023-05-15 14:38:12,,27.0,3.0,1.2305151432.0,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-05-23 23:30:19.368279,559.0,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-05-24 01:38:38.000000,2023-05-24 01:38:37,254.0,43.0,13.0,254.0,167.0,self sovereign identity sdk.,15.0,16,True,68.0,4.0,42.0,96.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-05-25 00:17:13.000000,2023-04-24 13:49:11,521.0,38.0,28.0,336.0,142.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,103.0,,3.0,,,103.0,,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,6.0,96.0,23.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,16,False,23.0,24.0,3.0,14.0,2023-04-30 19:45:02,51.0,2.0,3.0,2.0.0,49.0,51.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-05-21 19:37:44.000000,2023-05-18 22:52:30,880.0,35.0,50.0,156.0,412.0,Solid Technical Reports.,19.0,15,True,35.0,1.0,181.0,126.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,369.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,1.0,,26.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,32.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,15,False,3.0,,46.0,160.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 101,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-05-23 16:53:23.000000,2023-05-23 16:47:33,263.0,5.0,5.0,61.0,28.0,SDK to work with Polygon ID.,11.0,15,False,72.0,8.0,4.0,5.0,2023-05-23 16:53:24,10.0,,3.0,1.0.0-beta.9,,10.0,,,,,,,,,,,,,,,,,,, 102,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-05-25 15:24:44.000000,2023-05-25 15:23:50,271.0,6.0,2.0,21.0,13.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,78.0,13.0,4.0,31.0,2023-05-24 10:24:55,,38.0,3.0,1.2305241014.0,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-05-24 10:19:52.398915,542.0,,,,,,,,,,,,,, 103,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-05-25 15:21:05.000000,2023-05-24 17:38:00,652.0,50.0,70.0,236.0,273.0,A privacy preserving identity exchange Web API.,30.0,14,False,15.0,,142.0,93.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-05-25 18:12:54.000000,2023-05-25 17:31:26,313.0,44.0,12.0,333.0,125.0,The Self Sovereign Identity Service.,19.0,14,True,99.0,1.0,69.0,82.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 105,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-16 20:43:34.000000,2023-04-03 11:38:44,142.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,29.0,14,False,1.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,45.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-05-25 13:18:35.658732,2023-05-25 13:12:09,350.0,12.0,1.0,73.0,16.0,web-wallet @ walt.id.,15.0,14,False,36.0,9.0,10.0,41.0,2023-01-23 16:08:26,,50.0,3.0,0.6.0,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-25 13:18:35.658732,961.0,,,,,,,,,,,,,, 108,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,14,False,133.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 109,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,229.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,True,,4.0,4.0,1.0,2022-05-26 15:15:14,,255.0,3.0,1.8.10,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,, 110,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-17 20:01:47.000000,2023-05-17 20:01:39,563.0,14.0,6.0,40.0,63.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,13,False,35.0,12.0,4.0,10.0,,38.0,1.0,3.0,,20.0,38.0,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,16.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-05-25 00:09:18.000000,2023-04-23 04:33:58,643.0,17.0,13.0,143.0,49.0,The BBS Signature Scheme.,14.0,12,False,14.0,,17.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-05-25 16:21:13.000000,2023-05-25 16:04:53,324.0,24.0,17.0,103.0,37.0,The specification for AnonCreds verifiable credential exchange.,20.0,12,False,7.0,,21.0,22.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,12,False,3.0,,3.0,,,26.0,,3.0,,,26.0,,,,,,,,,,,,,,,,,,, 115,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,42.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,11,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-25 13:19:48.000000,2023-05-19 02:58:31,728.0,,3.0,136.0,22.0,Open-Source Mobile SSI Wallet.,7.0,11,False,418.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,9.0,7.0,31.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-04-21 22:49:41.000000,2023-04-21 22:49:40,45.0,3.0,9.0,41.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,26.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-05-25 16:05:39.000000,2023-05-24 18:52:19,44.0,1.0,9.0,39.0,8.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,27.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,7.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,6,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-22 16:02:34.042761,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-22 16:02:34.042761,3962848.0,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-06-01_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casl (🥈36 · ⭐ 4.9K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - insightface (🥇34 · ⭐ 15K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. MIT - boundary (🥈31 · ⭐ 3.6K · 📈) - Boundary enables identity-based access management for.. MPL-2.0 hashicorp - deepfacelive (🥉24 · ⭐ 14K · 📈) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - aries-python (🥈24 · ⭐ 350 · 📈) - Hyperledger Aries Cloud Agent Python (ACA-Py) is a.. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - keycloak (🥇40 · ⭐ 16K · 📉) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - ockam (🥈32 · ⭐ 3.3K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - authelia (🥈28 · ⭐ 16K · 📉) - The Single Sign-On Multi-Factor portal for web apps. Apache-2 - keto (🥉27 · ⭐ 4K · 📉) - Open Source (Go) implementation of Zanzibar: Googles Consistent,.. Apache-2 ory - howdy (🥉21 · ⭐ 4.7K · 📉) - Windows Hello style facial authentication for Linux. MIT ================================================ FILE: history/2023-06-01_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-06-01 17:49:20.000000,2023-06-01 15:36:03,22541.0,933.0,193.0,5773.0,1239.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",439.0,34,True,493.0,200.0,839.0,2595.0,2023-05-23 13:25:58,344.0,576.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-06-01 18:16:41.000000,2023-05-31 18:07:59,1519.0,27.0,11.0,1622.0,49.0,Trinsic SDK repository.,41.0,27,False,75.0,33.0,4.0,370.0,2023-04-24 13:26:38,443.0,1635.0,1.0,1.11.0,7745.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-06-01 10:47:48.000000,2023-05-27 16:05:35,3692.0,32.0,27.0,427.0,156.0,Self Sovereign Identity SDK.,48.0,26,True,923.0,60.0,10.0,36.0,2023-05-07 22:03:49,116.0,4.0,2.0,0.11.0,,10.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-06-01 15:53:58.124820,2023-06-01 15:48:18,2779.0,69.0,12.0,350.0,142.0,Use web3 identity / self-sovereign identity (SSI).,56.0,23,True,428.0,112.0,20.0,260.0,2023-06-01 15:54:01,,467.0,2.0,1.2306011534.0,39.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-01 15:42:29.273524,5145.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-06-01 17:58:48.000000,2023-06-01 17:58:46,1014.0,406.0,621.0,213.0,8593.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,35.0,1.0,313.0,208.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-06-01 14:44:19.000000,2023-05-23 16:47:33,1274.0,26.0,13.0,399.0,66.0,Self Hosted Issuer Node.,23.0,21,False,682.0,12.0,11.0,80.0,2023-05-23 16:53:24,10.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-06-01 00:55:55.000000,2023-05-17 08:11:05,1007.0,112.0,75.0,635.0,390.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,18.0,,122.0,193.0,,143.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,197.0,93.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,40.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-06-01 10:24:24.000000,2023-06-01 10:24:09,6995.0,10.0,7.0,489.0,29.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,481.0,1.0,70.0,1458.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-06-01 17:21:49.000000,2023-06-01 17:21:47,2291.0,2004.0,93.0,1808.0,16880.0,Authentication for the Web.,532.0,41,True,160.0,100.0,141.0,2962.0,2023-06-01 17:21:48,90801.0,2054625.0,1.0,@auth/typeorm-adapter@1.0.0,,90801.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2054625.0,,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-06-01 18:16:04.000000,2023-06-01 18:07:58,3658.0,1812.0,235.0,3879.0,10859.0,CoreDNS is a DNS server that chains plugins.,357.0,41,True,82.0,65.0,80.0,2049.0,2023-02-06 18:30:04,5128.0,2792650.0,1.0,1.10.1,6697271.0,5128.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,235767239.0,,,,,138.0,,,,,,,,,, 11,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-06-01 18:08:13.000000,2023-06-01 14:12:06,22076.0,5261.0,359.0,11608.0,16237.0,Open Source Identity and Access Management For Modern Applications and Services.,1174.0,40,True,681.0,36.0,1609.0,4691.0,2023-04-26 10:24:38,308.0,59440.0,1.0,21.1.1,1783221.0,308.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,-1.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-05-18 04:03:18.000000,2023-01-10 13:20:21,1645.0,455.0,68.0,481.0,2585.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",191.0,40,True,,48.0,75.0,289.0,2023-01-10 13:13:43,378149.0,79887305.0,1.0,3.2.2,,378149.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79887305.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-06-01 16:07:19.000000,2023-05-30 13:26:00,7786.0,1810.0,146.0,2921.0,10389.0,Automatically provision and manage TLS certificates in Kubernetes.,394.0,39,True,265.0,100.0,175.0,2830.0,2023-05-25 14:48:36,487.0,1308215.0,1.0,1.12.1,48403988.0,487.0,,,,,,,,,,,,,,,,,,, 14,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-06-01 14:02:50.000000,2023-05-31 16:29:38,4599.0,1106.0,119.0,3674.0,8098.0,"An open source, general-purpose policy engine.",390.0,39,True,125.0,100.0,305.0,1961.0,2023-05-26 07:33:34,2485.0,3940367.0,1.0,0.53.0,3123370.0,2485.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-05-31 17:18:58.796268,349227294.0,,,,,31.0,,,,,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-06-01 18:09:19.000000,2023-06-01 18:08:04,17440.0,3656.0,821.0,15329.0,27781.0,"A tool for secrets management, encryption as a service, and privileged access management.",1343.0,38,True,596.0,90.0,869.0,4632.0,2023-04-26 19:33:13,6239.0,,2.0,1.13.2,,6239.0,,,,,,,,,,,,,,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-05-02 16:33:16.000000,2023-03-10 17:27:55,617.0,1154.0,318.0,150.0,21500.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,4.0,,329.0,416.0,,850646.0,8540874.0,2.0,,,850646.0,,,,,,passport,https://www.npmjs.com/package/passport,8540874.0,,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-05-31 18:02:24.000000,2023-05-31 07:34:59,3614.0,1281.0,230.0,1660.0,14156.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",284.0,36,True,64.0,100.0,60.0,1375.0,2023-05-24 08:55:23,2.0,4077902.0,2.0,2.1.2,562640.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-05-24 08:55:23.133705,394703786.0,,,,,74.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-06-01 14:15:36.000000,2023-06-01 14:15:34,3785.0,739.0,111.0,1577.0,8783.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",197.0,36,True,115.0,42.0,230.0,869.0,2023-04-18 17:07:18,322.0,1760303.0,1.0,0.13.0,29563.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,107334515.0,,,,,16.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-06-01 11:45:07.000000,2023-06-01 11:45:06,8140.0,1069.0,121.0,901.0,6040.0,A PyTorch-based Speech Toolkit.,203.0,36,True,217.0,8.0,105.0,786.0,2023-03-24 17:40:58,741.0,106124.0,1.0,0.5.14,,741.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,106124.0,,,,,, 20,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-05-30 21:44:02.000000,2023-05-29 02:51:43,1475.0,244.0,40.0,315.0,4871.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,36,True,43.0,100.0,6.0,410.0,2023-05-05 18:06:03,44861.0,1703135.0,2.0,@casl/mongoose@7.1.3,,44861.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1703135.0,,1.0,,,,,,,,, 21,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-05-31 20:19:45.000000,2023-05-27 12:39:22,1056.0,1495.0,234.0,453.0,14941.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",131.0,35,True,12.0,100.0,24.0,701.0,2023-05-23 16:32:32,2431.0,208539.0,2.0,2.69.1,,2431.0,,,,,,casbin,https://www.npmjs.com/package/casbin,143790.0,,,casbin,https://pypi.org/project/casbin,64749.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 22,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-05-31 20:36:50.000000,2023-05-22 12:02:38,2246.0,4285.0,476.0,139.0,15338.0,State-of-the-art 2D and 3D Face Analysis Project.,53.0,34,True,61.0,1.0,925.0,1256.0,2023-04-02 07:43:27,329.0,11328.0,1.0,0.7,22655.0,329.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,1.0,,,,,,,,, 23,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-06-01 11:36:33.000000,2023-06-01 11:36:33,4690.0,1489.0,180.0,1657.0,7580.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",123.0,34,True,149.0,15.0,193.0,1272.0,2023-04-14 09:36:52,58.0,119677.0,3.0,r1.4.1,,58.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,119677.0,,,,,, 24,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3427.0,336.0,106.0,15050.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,408.0,387.0,2020-03-22 14:01:55,6487.0,102282.0,2.0,0.22.2,,6487.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,102282.0,,,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-06-01 17:24:57.865828,2023-06-01 15:30:46,2890.0,270.0,35.0,3308.0,3563.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,132.0,100.0,72.0,790.0,2023-05-26 21:06:13,12.0,5872057.0,2.0,0.21.4,42129.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-06-01 17:24:57.865828,311168334.0,,,,,10.0,,,,,,,,,, 26,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-06-01 16:18:41.000000,2023-06-01 10:39:10,5735.0,353.0,58.0,3741.0,3261.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",186.0,32,True,845.0,100.0,195.0,957.0,2023-05-26 22:03:48,178.0,11025.0,2.0,ockam_v0.88.0,209478.0,178.0,,,,,,,,,,-1.0,,,,,,,build-trust/ockam/ockam,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-06-01 15:15:18.000000,2023-05-25 02:52:22,23140.0,3776.0,608.0,4322.0,10272.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,336.0,31,True,328.0,100.0,,,2023-05-26 05:00:15,,5751.0,2.0,6.6.8,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-05-31 10:48:09.313662,811007.0,,,,,125.0,,,,,,,,,, 28,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-06-01 18:02:24.000000,2023-06-01 16:47:48,3139.0,227.0,75.0,2963.0,3617.0,Boundary enables identity-based access management for dynamic infrastructure.,131.0,31,True,366.0,43.0,73.0,218.0,2023-04-07 19:27:59,8.0,169010.0,2.0,0.12.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-04-07 19:36:45.208207,6929427.0,,,,,10.0,1.0,,,,,,,,, 29,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-06-01 18:08:42.000000,2023-06-01 17:07:16,2859.0,182.0,34.0,1014.0,3534.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",28.0,31,True,351.0,31.0,96.0,251.0,2023-05-11 21:44:55,22.0,16830.0,2.0,1.21.0,14749.0,22.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-06-01 17:32:50.107588,354822.0,,,,,4.0,,,,,,,,,, 30,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-05-30 16:30:26.000000,2023-05-30 16:29:20,2394.0,709.0,69.0,217.0,2679.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,63.0,31,True,30.0,100.0,,,2023-05-30 16:30:27,989.0,111806.0,2.0,8.2.2,,989.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,111806.0,,,,,,,,,,, 31,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-06-01 17:29:51.000000,2023-06-01 15:59:21,5994.0,368.0,83.0,2985.0,1416.0,The SPIFFE Runtime Environment.,156.0,31,True,173.0,80.0,162.0,1053.0,2023-05-17 21:56:54,111.0,1855.0,2.0,1.6.4,126154.0,111.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 32,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12648.0,1574.0,217.0,48423.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,698.0,578.0,2018-04-02 17:18:43,,63396.0,2.0,1.2.2,1104.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6459.0,,,,,15.0,,face_recognition,https://pypi.org/project/face_recognition,63296.0,,,,,, 33,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-05-22 09:03:20.000000,2023-05-13 14:03:33,2356.0,997.0,108.0,811.0,5148.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,308.0,30,True,22.0,62.0,20.0,825.0,2023-03-29 07:20:04,7827.0,,3.0,5.6.6,,7827.0,,,,,,,,,,,,,,,,,,doorkeeper, 34,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-05-24 04:12:30.000000,2019-11-26 15:56:28,734.0,3468.0,762.0,73.0,14768.0,Face recognition with deep neural networks.,30.0,29,False,,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1713.0,2.0,0.2.1,,66.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159342.0,,,,,70.0,,,,,,,,,, 35,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-06-01 17:51:06.000000,2023-05-29 12:50:00,2477.0,1414.0,175.0,1746.0,8144.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,216.0,29,True,141.0,79.0,283.0,775.0,2023-03-20 13:29:42,15.0,2.0,3.0,2.36.0,269.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 36,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-05-24 18:52:14.000000,2023-05-11 15:53:52,1012.0,1329.0,100.0,75.0,6467.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,29,True,22.0,,10.0,681.0,,1488.0,53952.0,2.0,,,1488.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,53952.0,,,,,, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-05-30 12:33:20.000000,2023-05-30 12:33:19,1314.0,304.0,48.0,699.0,2973.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",106.0,29,True,27.0,100.0,49.0,265.0,2023-04-26 17:01:50,2.0,1167005.0,3.0,0.40.3,23438.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,80499616.0,,,,,25.0,,,,,,,,,, 38,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1740.0,Solid server on top of the file-system in NodeJS.,85.0,29,True,11.0,51.0,278.0,610.0,2023-03-17 17:09:04,38.0,8491.0,1.0,5.7.7,,38.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,860891.0,,solid-server,https://www.npmjs.com/package/solid-server,293.0,4.0,,,,,,,,,, 39,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-06-01 17:11:44.000000,2023-06-01 17:11:40,4801.0,226.0,38.0,610.0,1043.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,248.0,42.0,59.0,206.0,2023-05-31 23:38:47,1063.0,,3.0,6.3.2,,1063.0,,,,,,,,,,,,,,,,,,, 40,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-05-29 02:30:00.000000,2023-05-17 19:03:55,571.0,62.0,39.0,200.0,291.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,18.0,95.0,8.0,73.0,2023-05-17 19:04:34,3389.0,82134.0,1.0,7.2.0,,3389.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,82134.0,,,,,,,,,,, 41,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-06-01 14:03:41.000000,2023-06-01 10:58:54,4369.0,904.0,156.0,4170.0,16487.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,28,True,394.0,100.0,68.0,1034.0,2022-12-21 09:01:04,2.0,554.0,2.0,4.37.5,22718.0,2.0,,,,,,,,,,-1.0,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-06-01 15:38:28.911626,2023-06-01 14:55:44,1654.0,734.0,50.0,1039.0,6248.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,127.0,28,True,238.0,100.0,100.0,719.0,2023-06-01 13:12:27,1.0,1596.0,2.0,1.327.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-06-01 15:38:28.911626,51091.0,,,,,7.0,,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-06-01 16:55:20.000000,2023-06-01 14:33:45,4218.0,209.0,34.0,3657.0,5831.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,35.0,28,True,655.0,42.0,50.0,203.0,2023-05-23 15:06:56,6.0,561.0,2.0,1.4.0,1867.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-06-01 14:46:57.032787,10287.0,,,,,1.0,,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-05-31 18:32:44.000000,2023-05-31 18:19:28,6206.0,528.0,138.0,4109.0,4641.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,130.0,69.0,178.0,2622.0,2023-05-30 18:36:18,,22358.0,2.0,release-2023-05-30,52646.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1922651.0,,,,,12.0,,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-06-01 14:54:16.000000,2023-06-01 08:46:50,2212.0,184.0,23.0,4159.0,3549.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,54.0,28,True,226.0,100.0,361.0,1129.0,2023-06-01 13:03:59,1.0,317.0,2.0,2.28.0,1904.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,147.0,31.0,1503.0,3054.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,18.0,100.0,101.0,98.0,2023-04-03 23:25:23,70.0,41962.0,3.0,0.27.0,2214.0,70.0,,,,,,,,,,,oso,https://pypi.org/project/oso,41883.0,,,,,, 47,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-05-16 05:31:16.000000,2023-04-27 14:38:09,1723.0,12181.0,1519.0,504.0,45328.0,Deepfakes Software For All.,96.0,27,True,1.0,3.0,20.0,786.0,2020-08-14 17:28:01,,3441.0,3.0,2.0.0,178980.0,,,,,,,,,,,,,,,,,,,, 48,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-05-30 12:29:42.000000,2023-05-30 12:29:41,1397.0,285.0,58.0,967.0,4048.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",66.0,27,True,42.0,50.0,45.0,250.0,,2.0,754661.0,3.0,,14952.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,47526572.0,,,,,6.0,-1.0,,,,,,,,, 49,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-06-01 17:07:10.000000,2023-06-01 15:23:50,32366.0,47.0,25.0,2867.0,238.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,613.0,100.0,316.0,1916.0,2023-05-10 09:56:13,,223.0,3.0,1.0.13,670.0,,,,,,,,,,,,,,,,,,,, 50,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-05-29 02:08:04.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,178.0,Universal did-resolver for javascript environments.,24.0,27,True,2.0,24.0,3.0,18.0,2023-03-08 14:05:37,4083.0,129884.0,1.0,4.1.0,,4083.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,129884.0,,,,,,,,,,, 51,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-05-29 22:11:24.000000,2023-05-05 07:31:35,115.0,4085.0,351.0,152.0,37971.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,34.0,6.0,,,2023-03-15 07:40:02,,161424.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,161424.0,,,,,, 52,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-05-31 22:54:35.000000,2023-05-31 07:52:33,1246.0,88.0,16.0,1197.0,1483.0,"Kanidm: A simple, secure and fast identity management platform.",42.0,26,True,196.0,14.0,109.0,360.0,2023-05-01 01:14:41,42.0,111.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-05-30 05:06:02.381469,5793.0,,,,,,,,,,,,,,, 53,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-06-01 17:55:45.000000,2023-06-01 16:57:27,1256.0,67.0,20.0,1335.0,1421.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",18.0,26,True,80.0,49.0,41.0,219.0,2023-04-17 07:47:59,11.0,1309.0,3.0,0.26.0,35357.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 54,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-06-01 15:28:01.000000,2023-05-26 14:16:23,3302.0,117.0,46.0,1710.0,673.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,88.0,26,True,62.0,69.0,206.0,901.0,2023-01-26 20:38:30,,81584.0,3.0,1.19.3,317.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-05-26 17:41:04.395631,6852790.0,,,,,30.0,,,,,,,,,, 55,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-05-31 11:52:21.000000,2023-05-31 11:52:20,3171.0,152.0,20.0,2011.0,225.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,37.0,14.0,387.0,1193.0,2023-05-09 10:57:15,293.0,,2.0,0.3.2,,293.0,,,,,,,,,,,,,,,,,,, 56,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-05-29 01:23:34.000000,2023-05-18 13:48:39,309.0,37.0,24.0,86.0,148.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,26,True,12.0,39.0,5.0,44.0,2023-05-18 13:49:01,615.0,25131.0,2.0,3.2.1,,615.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,25131.0,,,,,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-05-23 13:50:45.000000,2023-04-27 06:45:45,1313.0,8214.0,1073.0,124.0,40032.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,527.0,757.0,2020-04-09 05:48:48,,3801.0,3.0,DF.wf.288res.384.92.72.22,148247.0,,,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-06-01 18:03:09.000000,2023-06-01 17:34:56,11671.0,314.0,20.0,4412.0,3979.0,The authentication glue you need.,163.0,25,True,677.0,100.0,333.0,964.0,2023-05-28 10:48:13,,43.0,3.0,ersion/2023.5.2,1087.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-05-31 12:39:51.000000,2023-05-31 12:39:51,1613.0,104.0,19.0,309.0,1585.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,25,True,210.0,29.0,29.0,74.0,2023-05-10 19:13:49,,1323.0,3.0,0.7.0,412.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-23 15:29:19.963711,36626.0,,,,,,,,,,,,,,, 60,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-30 08:51:55.000000,2023-05-30 08:51:55,324.0,1790.0,214.0,25.0,13813.0,Real-time face swap for PC streaming or video calls.,11.0,24,True,4.0,35.0,1.0,127.0,2023-01-21 09:26:53,,15900.0,3.0,TINA_SHIFT,381609.0,,,,,,,,,,,1.0,,,,,,,,, 61,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-05-31 17:10:21.000000,2023-05-31 17:10:19,5471.0,302.0,395.0,3875.0,1638.0,Repository for the Lemur Certificate Manager.,147.0,24,True,119.0,25.0,120.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,49.0,,,,,,,,,,,,,,,,,,,, 62,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-06-01 17:49:20.000000,2023-06-01 15:36:03,7417.0,403.0,32.0,1337.0,348.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,115.0,24,True,207.0,51.0,179.0,735.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,1.0,,,,,,,,, 63,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-06-01 13:33:58.000000,2023-06-01 13:33:54,1346.0,61.0,24.0,898.0,255.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,24.0,18.0,56.0,198.0,2023-03-08 16:34:58,85.0,,2.0,0.6.2,,85.0,,,,,,,,,,,,,,,,,,, 64,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-06-01 15:51:03.000000,2023-05-29 12:41:34,9569.0,40.0,11.0,727.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,56.0,61.0,32.0,103.0,2023-05-23 13:25:58,10.0,288.0,2.0,0.56.0,9818.0,10.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-06-01 10:42:29.000000,2023-05-16 13:00:35,731.0,329.0,64.0,265.0,9458.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,62.0,24.0,92.0,316.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-06-01 16:57:19.000000,2023-06-01 14:53:00,1445.0,49.0,12.0,405.0,1476.0,Permify is an open-source authorization service inspired by Google Zanzibar.,21.0,23,True,428.0,29.0,21.0,77.0,2023-06-01 17:27:07,,54.0,3.0,0.4.4,546.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-06-01 16:12:13.000000,2023-06-01 09:10:21,15611.0,299.0,51.0,6866.0,943.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,98.0,,,,,,40791.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-05-31 13:48:51.624037,5425312.0,,,,,149.0,,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-05-31 14:32:17.000000,2023-05-30 23:35:32,2677.0,237.0,52.0,1972.0,777.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,103.0,100.0,28.0,182.0,2023-05-30 23:31:19,,,3.0,1.11.31,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-06-01 01:35:00.000000,2023-05-31 12:36:14,1612.0,205.0,58.0,269.0,460.0,Universal Resolver implementation and drivers.,94.0,23,True,21.0,6.0,23.0,78.0,2022-01-07 16:42:38,,1538.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-31 12:38:24.659410,107671.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-04-04 15:04:10.000000,2023-03-08 16:41:32,506.0,254.0,52.0,127.0,4699.0,Windows Hello style facial authentication for Linux.,54.0,21,True,2.0,11.0,166.0,499.0,2020-09-02 15:57:23,,193.0,3.0,2.6.1,12377.0,,,,,,,,,,,-1.0,,,,,,,,,howdy 71,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-27 21:02:59.000000,2023-05-05 17:28:31,638.0,254.0,64.0,218.0,3429.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,13.0,112.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 72,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2022-12-15 18:51:36.000000,2022-12-15 18:47:15,4019.0,748.0,253.0,321.0,2793.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,949.0,3.0,1.1.0,109148.0,,,,,,,,,,,,,,,,,,,, 73,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-05-01 17:52:41.000000,2023-04-28 17:27:10,390.0,626.0,90.0,302.0,1542.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,158.0,299.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 74,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-06-01 12:10:47.000000,2023-05-30 14:57:48,769.0,128.0,25.0,902.0,186.0,Aries Framework JavaScript (Built using TypeScript).,52.0,21,True,69.0,74.0,157.0,392.0,2023-01-18 18:22:49,2.0,,2.0,0.3.3,,2.0,,,,,,,,,,,,,,,,,,, 75,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-05-29 01:06:27.000000,2023-05-14 15:40:34,245.0,14.0,14.0,112.0,69.0,DID resolver for HTTPS domains.,12.0,21,False,9.0,35.0,1.0,10.0,2023-05-14 15:40:43,605.0,18529.0,2.0,2.0.24,,605.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,18529.0,,,,,,,,,,, 76,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4658.0,567.0,121.0,13064.0,Face recognition using Tensorflow.,36.0,20,False,,,495.0,617.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,43.0,677.0,421.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,38.0,440.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,,, 78,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-06-01 12:29:27.000000,2023-05-19 12:00:12,1714.0,98.0,20.0,645.0,315.0,A JavaScript Framework for Verifiable Data.,48.0,20,True,32.0,35.0,57.0,332.0,2023-05-02 15:41:47,2.0,,2.0,5.2.0,,2.0,,,,,,,,,,,,,,,,,,, 79,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-05-21 18:52:07.000000,2023-05-21 18:52:03,338.0,766.0,235.0,224.0,2470.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,True,6.0,,159.0,503.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 80,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,257.0,94.0,41.0,2106.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,19,True,5.0,,28.0,22.0,,,1710.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1710.0,,,,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-05-25 13:21:14.000000,2023-05-17 19:17:43,2039.0,137.0,167.0,788.0,971.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,22.0,7.0,74.0,988.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 82,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-04-16 09:58:48.000000,2023-03-31 16:40:35,2105.0,205.0,58.0,564.0,300.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,14.0,,49.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 83,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-06-01 15:12:49.000000,2023-06-01 01:13:27,260.0,68.0,16.0,222.0,288.0,Decentralized Web Node (DWN) Reference implementation.,27.0,19,True,85.0,13.0,30.0,134.0,,35.0,,3.0,,,35.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-05-24 00:56:11.000000,2023-04-15 21:46:00,532.0,12.0,5.0,510.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,3.0,19.0,4.0,77.0,2022-05-29 21:14:21,443.0,624.0,3.0,1.6.0,15605.0,443.0,,,,,,,,,,,,,,,,,,, 85,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,156.0,95.0,183.0,1193.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,18,True,8.0,17.0,63.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 86,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,149.0,37.0,93.0,922.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,True,,,29.0,102.0,,1637.0,,3.0,,,1637.0,,,,,,,,,,,,,,,,,,, 87,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-05-19 16:14:03.000000,2023-05-16 18:07:44,14798.0,640.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,712.0,18,True,9.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-05-31 06:35:09.000000,2023-05-31 06:34:46,1339.0,71.0,83.0,580.0,233.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,96.0,,70.0,475.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-01 10:47:48.000000,2023-05-05 07:05:25,482.0,8.0,5.0,48.0,23.0,OpenID for Verifiable Credential Issuance - client and issuer library.,6.0,18,False,263.0,8.0,2.0,3.0,2023-03-17 00:39:19,14.0,,3.0,0.4.0,,14.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-19 16:36:58.000000,2023-05-10 21:38:22,528.0,142.0,82.0,196.0,1235.0,The SPIFFE Project.,57.0,17,True,13.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-05-31 20:53:45.000000,2023-05-31 20:53:45,1443.0,94.0,22.0,605.0,101.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,17,True,122.0,,44.0,144.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-01 15:53:58.124820,2023-06-01 15:48:18,655.0,24.0,2.0,89.0,28.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,72.0,18.0,2.0,39.0,2023-06-01 15:54:01,,31.0,3.0,1.2306011548.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-01 15:53:58.124820,660.0,,,,,,,,,,,,,,, 93,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-03-17 11:47:08.000000,2023-03-17 11:45:53,148.0,216.0,65.0,102.0,2212.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,49.0,16,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 94,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-05-25 15:11:08.000000,2023-05-24 21:09:00,3550.0,67.0,27.0,5.0,228.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,8.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-06-01 17:37:37.000000,2023-06-01 15:42:59,258.0,44.0,13.0,260.0,168.0,self sovereign identity sdk.,16.0,16,True,68.0,4.0,42.0,98.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-06-01 00:55:55.000000,2023-04-24 13:49:11,521.0,38.0,28.0,336.0,143.0,Core library for decentralized identity.,20.0,16,True,8.0,,68.0,100.0,,103.0,,3.0,,,103.0,,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,7.0,96.0,23.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,16,False,23.0,24.0,4.0,14.0,2023-04-30 19:45:02,53.0,2.0,3.0,2.0.0,49.0,53.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-06-01 17:58:48.000000,2023-06-01 17:58:46,882.0,35.0,50.0,157.0,413.0,Solid Technical Reports.,19.0,15,True,35.0,1.0,181.0,126.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,371.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,1.0,,26.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-06-01 14:44:19.000000,2023-05-23 16:47:33,263.0,6.0,5.0,62.0,30.0,SDK to work with Polygon ID.,11.0,15,False,53.0,8.0,4.0,5.0,2023-05-23 16:53:24,10.0,,3.0,1.0.0-beta.9,,10.0,,,,,,,,,,,,,,,,,,, 101,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-06-01 13:08:45.941158,2023-06-01 12:40:31,291.0,6.0,2.0,22.0,15.0,OIDC identity provider for SSI & NFTs.,8.0,15,False,81.0,13.0,3.0,32.0,2023-05-24 10:24:55,,37.0,3.0,1.2305241014.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-06-01 13:08:45.941158,555.0,,,,,,,,,,,,,,, 102,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-05-31 20:46:19.000000,2023-05-30 16:20:04,653.0,50.0,70.0,236.0,274.0,A privacy preserving identity exchange Web API.,30.0,14,False,16.0,,142.0,93.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 103,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-06-01 18:16:08.000000,2023-06-01 14:29:08,319.0,44.0,12.0,345.0,127.0,The Self Sovereign Identity Service.,19.0,14,True,100.0,1.0,72.0,87.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-26 09:40:47.000000,2023-05-26 09:40:15,143.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,30.0,14,False,2.0,,40.0,28.0,,39.0,,3.0,,,39.0,,,,,,,,,,,,,,,,,,, 105,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,32.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,14,False,3.0,,46.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,45.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-05-25 13:18:35.658732,2023-05-25 13:12:09,350.0,12.0,1.0,73.0,16.0,web-wallet @ walt.id.,15.0,14,False,30.0,9.0,10.0,41.0,2023-01-23 16:08:26,,48.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-25 13:18:35.658732,972.0,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,229.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,251.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-17 20:01:47.000000,2023-05-17 20:01:39,563.0,14.0,7.0,40.0,64.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,13,False,29.0,12.0,4.0,10.0,,39.0,0.0,3.0,,20.0,39.0,,,,,,,,,,,,,,,,,,, 110,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,13,False,88.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 111,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-06-01 00:12:07.000000,2023-04-23 04:33:58,643.0,17.0,14.0,143.0,51.0,The BBS Signature Scheme.,14.0,12,False,12.0,,17.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 112,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-05-25 16:21:13.000000,2023-05-25 16:04:53,324.0,24.0,17.0,103.0,37.0,The specification for AnonCreds verifiable credential exchange.,20.0,12,False,7.0,,21.0,22.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,16.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 114,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-05-30 10:25:41.000000,2023-05-19 02:58:31,728.0,,4.0,136.0,22.0,Open-Source Mobile SSI Wallet.,7.0,11,False,383.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,3.0,,3.0,,,26.0,,3.0,,,26.0,,,,,,,,,,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,9.0,7.0,31.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-05-31 23:34:17.000000,2023-04-21 22:49:40,45.0,3.0,9.0,43.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,25.0,1.0,,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-06-01 18:06:55.000000,2023-05-30 16:34:10,45.0,1.0,9.0,41.0,9.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,27.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,7.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,5,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-05-22 16:02:34.042761,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-05-22 16:02:34.042761,3966425.0,,,,,23.0,,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-06-15_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇41 · ⭐ 16K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - open-policy-agent (🥇40 · ⭐ 8.1K · 📈) - An open source, general-purpose policy engine. Apache-2 cncf linux-foundation - dex (🥉30 · ⭐ 8.2K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - faceswap (🥉28 · ⭐ 46K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - ladon (🥉18 · ⭐ 2.2K · 📈) - A SDK for access control policies: authorization for the.. Apache-2 ory ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇39 · ⭐ 2.6K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - openface (🥉28 · ⭐ 15K · 📉) - Face recognition with deep neural networks. Apache-2 - node-solid-server (🥇28 · ⭐ 1.7K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - opal (🥉24 · ⭐ 1.6K · 📉) - Policy and data administration, distribution, and real-time updates.. Apache-2 - talao-wallet (🥉11 · ⭐ 10 · 📉) - An open source SSI wallet prpposed as a white label.. Apache-2 ================================================ FILE: history/2023-06-15_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,trending,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-06-15 17:52:03.000000,2023-06-15 17:48:26,22631.0,940.0,194.0,5823.0,1250.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",441.0,34,True,524.0,203.0,850.0,2609.0,2023-06-03 17:51:03,349.0,600.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-06-14 17:02:50.000000,2023-06-09 19:45:48,1532.0,27.0,13.0,1635.0,49.0,Trinsic SDK repository.,41.0,27,False,61.0,33.0,4.0,370.0,2023-04-24 13:26:38,446.0,1662.0,1.0,1.11.0,7851.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/ssi-sdk,https://github.com/Sphereon-Opensource/ssi-sdk,Apache-2.0,2021-04-12 14:54:14,2023-06-15 11:10:04.000000,2023-06-15 11:10:00,3790.0,33.0,27.0,435.0,165.0,Self Sovereign Identity SDK.,49.0,26,True,875.0,60.0,13.0,38.0,2023-05-07 22:03:49,109.0,6.0,2.0,0.11.0,,10.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-06-14 16:36:10.889539,2023-06-14 16:29:36,2830.0,70.0,12.0,361.0,147.0,Use web3 identity / self-sovereign identity (SSI).,57.0,23,True,428.0,124.0,21.0,262.0,2023-06-14 16:36:13,,544.0,2.0,1.2306141011.0,47.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-14 10:20:06.576313,5863.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-06-14 15:05:23.000000,2023-06-12 18:51:22,1016.0,406.0,620.0,216.0,8592.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,27.0,1.0,314.0,209.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-06-15 16:35:44.000000,2023-06-14 12:03:15,1284.0,31.0,12.0,404.0,73.0,Self Hosted Issuer Node.,24.0,21,False,588.0,12.0,13.0,81.0,2023-05-23 16:53:24,13.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-06-15 07:31:08.000000,2023-06-15 07:30:51,1010.0,112.0,75.0,638.0,394.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,16.0,,123.0,195.0,,144.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,6279.0,56.0,96.0,197.0,93.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,18,False,15.0,100.0,3.0,,2021-03-22 11:09:10,41.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-06-15 17:27:08.000000,2023-06-15 17:27:03,7020.0,11.0,7.0,493.0,29.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,356.0,1.0,80.0,1467.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-06-14 13:07:36.000000,2023-06-14 13:07:32,2321.0,2027.0,95.0,1831.0,17130.0,Authentication for the Web.,535.0,41,True,161.0,100.0,151.0,3001.0,2023-06-14 12:22:50,95732.0,2084492.0,1.0,@auth/supabase-adapter@0.1.0,,95732.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2084492.0,,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-06-15 17:03:30.000000,2023-06-15 16:24:01,22153.0,5303.0,361.0,11716.0,16425.0,Open Source Identity and Access Management For Modern Applications and Services.,1184.0,41,True,673.0,36.0,1631.0,4810.0,2023-04-26 10:24:38,320.0,60558.0,1.0,21.1.1,1816757.0,320.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,1.0,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-06-15 15:50:11.000000,2023-06-12 15:22:57,3672.0,1818.0,235.0,3895.0,10891.0,CoreDNS is a DNS server that chains plugins.,357.0,41,True,85.0,65.0,83.0,2054.0,2023-02-06 18:30:04,5142.0,2808917.0,1.0,1.10.1,6708575.0,5142.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,237170356.0,,,,,,138.0,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-06-15 18:10:15.182690,2023-06-15 18:01:26,4637.0,1112.0,119.0,3715.0,8136.0,"An open source, general-purpose policy engine.",398.0,40,True,129.0,100.0,308.0,1975.0,2023-06-06 07:27:14,2523.0,4214567.0,1.0,0.53.1,3219356.0,2523.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-06-15 18:10:15.182690,373629915.0,,,,,1.0,32.0,,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-06-15 08:09:22.000000,2023-06-15 08:09:22,7810.0,1819.0,147.0,2938.0,10457.0,Automatically provision and manage TLS certificates in Kubernetes.,397.0,39,True,267.0,100.0,180.0,2841.0,2023-05-25 14:48:36,499.0,1347101.0,1.0,1.12.1,49842737.0,499.0,,,,,,,,,,,,,,,,,,, 14,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,455.0,68.0,481.0,2598.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,39,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,385305.0,80756987.0,1.0,3.2.2,,385305.0,,,,,,,,,-1.0,,oauthlib,https://pypi.org/project/oauthlib,80756987.0,,,,,, 15,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-06-15 18:04:57.000000,2023-06-15 16:55:59,17528.0,3679.0,819.0,15641.0,27876.0,"A tool for secrets management, encryption as a service, and privileged access management.",1346.0,38,True,636.0,94.0,880.0,4643.0,2023-06-08 00:58:27,6254.0,,2.0,1.13.3,,6254.0,,,,,,,,,,,,,,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1163.0,317.0,152.0,21548.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,327.0,419.0,,858299.0,8614566.0,2.0,,,858299.0,,,,,,passport,https://www.npmjs.com/package/passport,8614566.0,,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-06-15 14:13:45.000000,2023-06-13 14:17:04,3631.0,1289.0,229.0,1669.0,14199.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",286.0,36,True,70.0,100.0,61.0,1376.0,2023-05-24 08:55:23,2.0,4117106.0,2.0,2.1.2,571316.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-13 14:15:44.499687,398479698.0,,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-06-15 16:11:42.000000,2023-06-15 16:11:41,3801.0,751.0,112.0,1589.0,8844.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",201.0,36,True,103.0,42.0,232.0,875.0,2023-04-18 17:07:18,322.0,1791004.0,1.0,0.13.0,30290.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,109206277.0,,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-06-15 16:14:44.000000,2023-06-15 13:07:19,8154.0,1077.0,122.0,909.0,6127.0,A PyTorch-based Speech Toolkit.,203.0,36,True,206.0,8.0,109.0,791.0,2023-03-24 17:40:58,768.0,113520.0,1.0,0.5.14,,768.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,113520.0,,,,,, 20,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-06-13 08:48:17.000000,2023-05-29 02:51:43,1475.0,244.0,40.0,317.0,4907.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,65.0,36,True,43.0,100.0,6.0,410.0,2023-05-05 18:06:03,45867.0,1716269.0,2.0,@casl/mongoose@7.1.3,,45867.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1716269.0,,,,,,,,,,, 21,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-06-15 16:39:35.000000,2023-06-15 13:34:23,1058.0,1492.0,233.0,456.0,15063.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",131.0,35,True,11.0,100.0,18.0,708.0,2023-06-15 13:35:56,2446.0,216908.0,2.0,2.71.0,,2446.0,,,,,,casbin,https://www.npmjs.com/package/casbin,149212.0,,,casbin,https://pypi.org/project/casbin,67696.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 22,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-06-10 16:42:09.000000,2023-06-10 16:42:09,2251.0,4360.0,479.0,141.0,16005.0,State-of-the-art 2D and 3D Face Analysis Project.,54.0,34,True,59.0,1.0,884.0,1314.0,2023-04-02 07:43:27,374.0,29548.0,1.0,0.7,59094.0,374.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,, 23,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-06-13 10:31:10.000000,2023-06-13 10:31:10,4711.0,1509.0,181.0,1663.0,7745.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",124.0,34,True,124.0,15.0,215.0,1280.0,2023-04-14 09:36:52,59.0,130473.0,3.0,r1.4.1,,59.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,130473.0,,,,,, 24,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3429.0,335.0,106.0,15144.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,410.0,387.0,2020-03-22 14:01:55,6621.0,106153.0,2.0,0.22.2,,6621.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,106153.0,,,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-06-15 11:51:32.000000,2023-06-13 18:28:41,2906.0,272.0,34.0,3338.0,3578.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,126.0,100.0,77.0,795.0,2023-05-26 21:06:13,12.0,7046510.0,2.0,0.21.4,43056.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-06-13 20:39:07.104840,373413205.0,,,,,,10.0,,,,,,,,, 26,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-06-15 13:57:41.000000,2023-06-15 12:26:02,5839.0,360.0,58.0,3825.0,3284.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",191.0,32,True,824.0,100.0,185.0,972.0,2023-06-09 21:39:24,179.0,11713.0,2.0,ockam_v0.89.0,222558.0,179.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 27,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-06-15 15:25:54.000000,2023-06-06 12:15:34,23179.0,3776.0,608.0,4325.0,10311.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,337.0,31,True,313.0,100.0,,,2023-05-26 05:00:15,,5763.0,2.0,6.6.8,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-06-15 01:31:50.880232,812607.0,,,,,,125.0,,,,,,,,, 28,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-06-15 17:48:16.000000,2023-06-15 17:05:16,3202.0,226.0,75.0,3034.0,3627.0,Boundary enables identity-based access management for dynamic infrastructure.,132.0,31,True,385.0,44.0,67.0,228.0,2023-06-12 23:09:58,8.0,176488.0,2.0,0.13.0,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-06-12 23:15:35.268469,7236036.0,,,,,,10.0,,,,,,,,, 29,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-06-15 17:55:40.000000,2023-06-15 16:56:09,2897.0,183.0,34.0,1038.0,3565.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",28.0,31,True,344.0,37.0,96.0,254.0,2023-06-13 15:00:58,23.0,19745.0,2.0,1.22.0,15932.0,23.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-06-13 14:22:21.623334,417717.0,,,,,,4.0,,,,,,,,, 30,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-06-01 19:56:45.000000,2023-06-01 19:56:38,2395.0,709.0,69.0,217.0,2696.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,63.0,31,True,29.0,100.0,,,2023-05-30 16:30:27,997.0,123392.0,2.0,8.2.2,,997.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,123392.0,,,,,,,,,,, 31,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-06-15 17:09:59.000000,2023-06-15 17:09:58,6025.0,372.0,83.0,3031.0,1425.0,The SPIFFE Runtime Environment.,156.0,31,True,166.0,81.0,161.0,1068.0,2023-06-14 21:09:11,113.0,1901.0,2.0,1.7.0,129320.0,113.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 32,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12663.0,1575.0,217.0,48562.0,The worlds simplest facial recognition api for Python and the command line.,54.0,30,True,,2.0,699.0,581.0,2018-04-02 17:18:43,,67333.0,2.0,1.2.2,1104.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6506.0,,,,,,15.0,face_recognition,https://pypi.org/project/face_recognition,67233.0,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-06-15 14:21:53.000000,2023-06-15 14:19:52,2506.0,1418.0,176.0,1769.0,8168.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,218.0,30,True,154.0,79.0,284.0,775.0,2023-03-20 13:29:42,15.0,3.0,3.0,2.36.0,280.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,1.0,,,,,,,,,, 34,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-05-22 09:03:20.000000,2023-05-13 14:03:33,2356.0,999.0,108.0,811.0,5157.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,308.0,30,True,19.0,62.0,20.0,825.0,2023-03-29 07:20:04,7852.0,,3.0,5.6.6,,7852.0,,,,,,,,,,,,,,,,,,doorkeeper, 35,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-06-11 10:02:51.000000,2023-06-11 10:02:50,1018.0,1344.0,103.0,76.0,6607.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,29,True,26.0,,10.0,693.0,,1538.0,50244.0,2.0,,,1538.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,50244.0,,,,,, 36,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-06-11 09:56:32.000000,2023-06-11 09:56:32,1318.0,307.0,48.0,701.0,2981.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",107.0,29,True,25.0,100.0,49.0,265.0,2023-04-26 17:01:50,2.0,1198320.0,3.0,0.40.3,24407.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,82659423.0,,,,,,27.0,,,,,,,,, 37,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-06-14 10:58:02.000000,2023-06-09 14:29:35,4828.0,229.0,38.0,627.0,1058.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,231.0,42.0,59.0,210.0,2023-05-31 23:38:47,1097.0,,3.0,6.3.2,,1097.0,,,,,,,,,,,,,,,,,,, 38,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-06-14 19:11:16.000000,2023-06-07 20:39:33,575.0,62.0,39.0,201.0,294.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,14.0,97.0,8.0,73.0,2023-06-07 20:40:20,3443.0,80537.0,1.0,7.2.2,,3443.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,80537.0,,,,,,,,,,, 39,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-06-15 17:28:57.000000,2023-06-15 17:28:37,1729.0,12254.0,1520.0,505.0,45852.0,Deepfakes Software For All.,96.0,28,True,7.0,3.0,21.0,786.0,2020-08-14 17:28:01,,3828.0,3.0,2.0.0,199093.0,,,,,,,,,,1.0,,,,,,,,,, 40,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-06-15 17:57:56.000000,2023-06-15 17:57:55,4399.0,902.0,156.0,4207.0,16614.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,28,True,373.0,100.0,70.0,1039.0,2022-12-21 09:01:04,2.0,574.0,2.0,4.37.5,23552.0,2.0,,,,,,,,,,,,,,,,,,, 41,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3469.0,762.0,73.0,14781.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1715.0,3.0,0.2.1,,66.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159581.0,,,,,-1.0,70.0,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-06-15 16:15:45.000000,2023-06-15 13:04:09,1692.0,746.0,51.0,1066.0,6438.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,128.0,28,True,242.0,100.0,100.0,745.0,2023-06-15 13:14:29,1.0,1681.0,2.0,1.339.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-06-15 16:12:16.676902,53793.0,,,,,,8.0,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-06-15 16:12:14.000000,2023-06-15 10:56:32,4317.0,214.0,34.0,3749.0,5923.0,Logto is a cost-effective open-source alternative to Auth0. It offers a seamless developer experience and is well-..,37.0,28,True,544.0,43.0,54.0,204.0,2023-06-07 04:49:52,6.0,611.0,2.0,1.5.0,2004.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-06-15 11:08:45.311386,11246.0,,,,,,1.0,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-06-15 18:10:03.000000,2023-06-13 17:15:40,6212.0,527.0,139.0,4119.0,4656.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,117.0,71.0,180.0,2625.0,2023-06-12 21:11:48,,22408.0,2.0,release-2023-06-12,53205.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-05-03 02:37:18.589906,1923882.0,,,,,,12.0,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-06-15 16:56:05.000000,2023-06-15 09:04:27,2235.0,188.0,23.0,4212.0,3645.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,54.0,28,True,208.0,100.0,364.0,1140.0,2023-06-12 06:46:38,1.0,375.0,2.0,2.27.2,2255.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,147.0,31.0,1503.0,3069.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,16.0,100.0,102.0,98.0,2023-04-03 23:25:23,70.0,40985.0,3.0,0.27.0,2353.0,70.0,,,,,,,,,,,oso,https://pypi.org/project/oso,40901.0,,,,,, 47,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,82.0,828.0,1739.0,Solid server on top of the file-system in NodeJS.,85.0,28,True,7.0,51.0,278.0,610.0,2023-03-17 17:09:04,38.0,9122.0,1.0,5.7.7,,38.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,869069.0,,solid-server,https://www.npmjs.com/package/solid-server,846.0,-1.0,4.0,,,,,,,,, 48,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-06-12 00:23:07.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,180.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4144.0,116650.0,1.0,4.1.0,,4144.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,116650.0,,,,,,,,,,, 49,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-06-15 10:12:33.000000,2023-06-15 10:12:31,1409.0,288.0,58.0,972.0,4063.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",67.0,27,True,36.0,50.0,45.0,252.0,,2.0,775606.0,3.0,,15418.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,48845565.0,,,,,,6.0,,,,,,,,, 50,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-06-15 17:30:03.000000,2023-06-15 17:30:02,1276.0,72.0,22.0,1352.0,1470.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",19.0,27,True,96.0,51.0,38.0,232.0,2023-06-13 09:42:56,11.0,1358.0,3.0,0.28.0,36667.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-06-15 17:44:00.000000,2023-06-15 16:15:50,32458.0,46.0,26.0,2947.0,246.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,572.0,100.0,301.0,1966.0,2023-06-12 10:53:43,,231.0,3.0,1.0.14,693.0,,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-06-12 01:05:41.000000,2023-06-08 02:39:02,313.0,38.0,24.0,86.0,152.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,14.0,41.0,5.0,44.0,2023-06-08 02:39:22,627.0,16873.0,1.0,3.2.3,,627.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,16873.0,,,,,,,,,,, 53,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-06-05 15:02:42.000000,2023-05-05 07:31:35,115.0,4254.0,358.0,153.0,39240.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,14.0,6.0,,,2023-03-15 07:40:02,,158763.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,158763.0,,,,,, 54,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-06-15 13:03:35.000000,2023-06-15 03:24:53,1284.0,91.0,16.0,1238.0,1495.0,"Kanidm: A simple, secure and fast identity management platform.",43.0,26,True,211.0,14.0,111.0,370.0,2023-05-01 01:14:41,42.0,118.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-06-13 04:37:54.343580,6159.0,,,,,,,,,,,,,,, 55,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-06-15 12:35:51.000000,2023-06-13 17:38:59,3308.0,117.0,46.0,1715.0,677.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,89.0,26,True,61.0,69.0,206.0,901.0,2023-01-26 20:38:30,,81724.0,3.0,1.19.3,334.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-06-14 17:42:50.672796,6864442.0,,,,,,30.0,,,,,,,,, 56,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-06-15 14:10:39.000000,2023-06-15 14:10:38,3176.0,152.0,20.0,2016.0,226.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,38.0,14.0,387.0,1194.0,2023-05-09 10:57:15,297.0,,2.0,0.3.2,,297.0,,,,,,,,,,,,,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-06 19:13:03.000000,2023-04-27 06:45:45,1313.0,8323.0,1064.0,125.0,40559.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,509.0,781.0,2020-04-09 05:48:48,,3857.0,3.0,DF.wf.288res.384.92.72.22,150428.0,,,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-06-15 14:48:43.000000,2023-06-15 09:15:30,11784.0,319.0,20.0,4518.0,4053.0,The authentication glue you need.,168.0,25,True,670.0,100.0,351.0,983.0,2023-06-01 18:32:23,,57.0,3.0,ersion/2023.5.3,1383.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-30 08:51:55.000000,2023-05-30 08:51:55,324.0,1980.0,218.0,25.0,14704.0,Real-time face swap for PC streaming or video calls.,11.0,24,True,4.0,35.0,1.0,127.0,2023-01-21 09:26:53,,17281.0,3.0,TINA_SHIFT,414765.0,,,,,,,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-06-14 00:23:28.000000,2023-06-12 17:52:03,5491.0,303.0,398.0,3890.0,1640.0,Repository for the Lemur Certificate Manager.,147.0,24,True,121.0,25.0,121.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,49.0,,,,,,,,,,,,,,,,,,,, 61,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-06-13 14:39:27.000000,2023-06-13 14:39:23,1622.0,104.0,19.0,312.0,1621.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,184.0,29.0,29.0,74.0,2023-05-10 19:13:49,,1623.0,3.0,0.7.0,451.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-05-23 15:29:19.963711,44971.0,,,,,-1.0,,,,,,,,,, 62,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-06-15 17:52:03.000000,2023-06-15 17:48:26,7471.0,407.0,32.0,1348.0,349.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,116.0,24,True,239.0,53.0,180.0,740.0,2023-04-06 14:41:18,,,2.0,0.8.1,,,,,,,,,,,,,,,,,,,,, 63,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-06-14 09:02:54.000000,2023-06-14 09:02:51,1354.0,63.0,24.0,906.0,256.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,27.0,18.0,55.0,199.0,2023-03-08 16:34:58,86.0,,2.0,0.6.2,,86.0,,,,,,,,,,,,,,,,,,, 64,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-06-15 15:45:54.000000,2023-06-14 04:18:17,9578.0,41.0,11.0,738.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,61.0,61.0,35.0,104.0,2023-05-23 13:25:58,10.0,300.0,2.0,0.56.0,10218.0,10.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-06-15 13:58:31.000000,2023-05-16 13:00:35,731.0,332.0,64.0,287.0,9532.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,58.0,24.0,95.0,317.0,2023-05-09 12:39:51,,,3.0,5.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-06-14 06:17:44.000000,2023-06-14 06:04:48,1490.0,50.0,13.0,420.0,1496.0,Permify is an open-source authorization service inspired by Google Zanzibar.,22.0,23,True,429.0,30.0,21.0,79.0,2023-06-12 20:53:16,,73.0,3.0,0.4.5,738.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-06-15 11:16:57.000000,2023-06-09 08:04:20,15616.0,299.0,51.0,6883.0,951.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,100.0,,,,,,40897.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-06-14 14:08:27.674552,5439406.0,,,,,,149.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-06-15 13:30:25.000000,2023-06-08 14:43:21,2684.0,237.0,52.0,1983.0,781.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,103.0,100.0,29.0,183.0,2023-06-06 01:14:36,,,3.0,1.11.32,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-06-15 01:36:39.000000,2023-05-31 12:36:14,1612.0,208.0,58.0,269.0,462.0,Universal Resolver implementation and drivers.,94.0,23,True,14.0,6.0,23.0,79.0,2022-01-07 16:42:38,,1547.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-05-31 12:38:24.659410,108316.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-06-07 16:06:52.000000,2023-03-08 16:41:32,506.0,256.0,52.0,128.0,4735.0,Windows Hello style facial authentication for Linux.,54.0,22,True,,11.0,169.0,499.0,2020-09-02 15:57:23,,196.0,3.0,2.6.1,12553.0,,,,,,,,,,,,,,,,,,,,howdy 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-06-13 19:47:28.000000,2022-12-15 18:47:15,4019.0,748.0,254.0,322.0,2796.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,,4.0,62.0,209.0,2015-09-29 22:50:55,,949.0,3.0,1.1.0,109185.0,,,,,,,,,,,,,,,,,,,, 72,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-06-12 03:29:45.000000,2023-06-12 00:13:42,246.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,10.0,35.0,1.0,10.0,2023-05-14 15:40:43,620.0,17555.0,2.0,2.0.24,,620.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,17555.0,,,,,,,,,,, 73,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-27 21:02:59.000000,2023-05-05 17:28:31,638.0,255.0,64.0,218.0,3445.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 74,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-15 05:45:21.000000,2023-04-28 17:27:10,390.0,627.0,90.0,302.0,1545.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,21,True,5.0,25.0,157.0,300.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 75,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-06-15 08:14:14.000000,2023-06-15 08:10:58,776.0,128.0,25.0,907.0,192.0,Aries Framework JavaScript (Built using TypeScript).,53.0,21,True,62.0,75.0,159.0,395.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,,2.0,,,,,,,,,,,,,,,,,,, 76,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4660.0,566.0,121.0,13097.0,Face recognition using Tensorflow.,36.0,20,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-04-24 18:28:00.000000,2023-04-04 19:14:54,1149.0,100.0,43.0,677.0,422.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,37.0,441.0,2021-03-09 22:06:35,28.0,,1.0,1.0.2,,28.0,,,,,,,,,,,,,,,,,,, 78,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-06-14 08:26:11.000000,2023-06-14 08:24:23,1721.0,98.0,20.0,651.0,321.0,A JavaScript Framework for Verifiable Data.,48.0,20,True,27.0,35.0,57.0,332.0,2023-05-02 15:41:47,2.0,,2.0,5.2.0,,2.0,,,,,,,,,,,,,,,,,,, 79,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-06-07 08:32:49.000000,2023-05-21 18:52:03,338.0,768.0,235.0,225.0,2480.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,True,6.0,,161.0,503.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 80,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,259.0,94.0,41.0,2124.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,19,True,4.0,,28.0,22.0,,,1401.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1401.0,,,,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-06-14 22:24:55.000000,2023-06-14 19:50:36,2043.0,138.0,168.0,791.0,976.0,Web Authentication: An API for accessing Public Key Credentials.,67.0,19,True,17.0,7.0,75.0,988.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 82,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-06-14 20:53:31.000000,2023-06-02 19:20:03,14802.0,644.0,115.0,17.0,656.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,712.0,19,True,10.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 83,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-06-14 18:44:18.000000,2023-06-14 18:42:50,264.0,69.0,16.0,226.0,288.0,Decentralized Web Node (DWN) Reference implementation.,27.0,19,True,73.0,13.0,33.0,135.0,,39.0,,3.0,,,39.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,, 84,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,217.0,64.0,103.0,2218.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,2.0,,,,,,,,,, 85,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,157.0,95.0,183.0,1195.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,18,True,7.0,17.0,63.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 86,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,149.0,37.0,93.0,920.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,True,,,29.0,102.0,,1659.0,,3.0,,,1659.0,,,,,,,,,,,,,,,,,,, 87,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-06-05 22:39:45.000000,2023-03-31 16:40:35,2105.0,205.0,58.0,566.0,303.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,18,True,8.0,,51.0,169.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-06-14 14:12:26.000000,2023-06-12 18:48:42,1342.0,70.0,84.0,587.0,235.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,82.0,,69.0,486.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-05-24 00:56:11.000000,2023-04-15 21:46:00,532.0,12.0,6.0,510.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,4.0,77.0,2022-05-29 21:14:21,446.0,635.0,3.0,1.6.0,15889.0,446.0,,,,,,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-19 16:36:58.000000,2023-05-10 21:38:22,528.0,142.0,82.0,196.0,1237.0,The SPIFFE Project.,57.0,17,True,13.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-06-14 21:40:17.000000,2023-06-14 21:40:17,1458.0,96.0,23.0,623.0,103.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,17,True,122.0,,49.0,148.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-14 16:36:10.889539,2023-06-14 16:29:36,668.0,24.0,2.0,93.0,30.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,76.0,25.0,2.0,39.0,2023-06-14 16:36:13,,49.0,3.0,1.2306141630.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-14 16:36:10.889539,1040.0,,,,,,,,,,,,,,, 93,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-15 08:06:48.000000,2023-06-11 18:03:16,521.0,8.0,5.0,51.0,26.0,OpenID for Verifiable Credential Issuance - client and issuer library.,7.0,17,False,263.0,8.0,,5.0,2023-03-17 00:39:19,7.0,,3.0,0.4.0,,7.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 94,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-06-07 10:54:43.000000,2023-06-07 10:53:19,3552.0,67.0,27.0,5.0,228.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,6.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-06-14 17:26:19.000000,2023-06-13 01:21:04,271.0,45.0,13.0,275.0,172.0,self sovereign identity sdk.,16.0,16,True,78.0,4.0,40.0,101.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-06-15 04:24:26.000000,2023-04-24 13:49:11,521.0,38.0,28.0,336.0,144.0,Core library for decentralized identity.,20.0,16,True,7.0,,69.0,100.0,,104.0,,3.0,,,104.0,,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-05-01 01:04:53.000000,2023-05-01 01:04:47,880.0,7.0,7.0,96.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,13.0,16,False,19.0,24.0,7.0,14.0,2023-04-30 19:45:02,53.0,2.0,3.0,2.0.0,52.0,53.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-06-14 15:05:23.000000,2023-06-12 18:51:22,884.0,35.0,50.0,160.0,416.0,Solid Technical Reports.,19.0,15,True,27.0,1.0,182.0,127.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,375.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,1.0,,26.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-06-15 15:42:12.000000,2023-06-15 15:42:11,342.0,46.0,12.0,371.0,129.0,The Self Sovereign Identity Service.,19.0,15,True,107.0,2.0,73.0,97.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-06-15 16:35:44.000000,2023-06-14 12:03:15,273.0,8.0,4.0,66.0,32.0,SDK to work with Polygon ID.,12.0,15,False,62.0,8.0,5.0,6.0,2023-05-23 16:53:24,13.0,,3.0,1.0.0-beta.9,,13.0,,,,,,,,,,,,,,,,,,, 102,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-06-08 23:36:53.997213,2023-06-08 23:31:25,300.0,6.0,2.0,25.0,17.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,80.0,14.0,3.0,32.0,2023-06-08 23:42:13,,39.0,3.0,1.2306082331.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-06-08 23:36:53.997213,591.0,,,,,,,,,,,,,,, 103,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-06-08 19:26:18.000000,2023-06-08 19:25:03,656.0,50.0,71.0,236.0,275.0,A privacy preserving identity exchange Web API.,30.0,14,False,19.0,,141.0,96.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-26 09:40:47.000000,2023-05-26 09:40:15,143.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,30.0,14,False,2.0,,40.0,28.0,,40.0,,3.0,,,40.0,,,,,,,,,,,,,,,,,,, 105,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,45.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 106,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-06-01 20:19:02.000000,2023-05-25 13:12:09,350.0,12.0,1.0,73.0,16.0,web-wallet @ walt.id.,15.0,14,False,28.0,9.0,10.0,41.0,2023-01-23 16:08:26,,50.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-05-25 13:18:35.658732,1016.0,,,,,,,,,,,,,,, 107,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,230.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,251.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 108,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-03-30 20:44:08.000000,2023-03-30 20:43:43,609.0,30.0,32.0,214.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,13,False,2.0,,43.0,162.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-05-17 20:01:47.000000,2023-05-17 20:01:39,563.0,14.0,7.0,40.0,65.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,9.0,13,False,24.0,12.0,6.0,10.0,,39.0,1.0,3.0,,22.0,39.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-06-15 00:09:24.000000,2023-06-12 18:43:28,677.0,17.0,14.0,146.0,51.0,The BBS Signature Scheme.,14.0,12,False,38.0,,14.0,108.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-05-25 16:21:13.000000,2023-05-25 16:04:53,324.0,24.0,17.0,103.0,37.0,The specification for AnonCreds verifiable credential exchange.,20.0,12,False,3.0,,21.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 112,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,16.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,4.0,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 113,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-06-15 08:03:44.000000,2023-05-19 02:58:31,728.0,,4.0,138.0,23.0,Open-Source Mobile SSI Wallet.,7.0,11,False,362.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,3.0,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 116,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,11,False,7.0,1.0,19.0,243.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,-2.0,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,10.0,7.0,31.0,14.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-06-15 14:58:06.000000,2023-06-15 14:01:29,49.0,3.0,10.0,46.0,10.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,8,False,26.0,1.0,1.0,1.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-06-05 18:30:52.000000,2023-06-05 18:30:51,46.0,1.0,10.0,41.0,9.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,8,False,26.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,7.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,2.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,5,False,2.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-06-12 16:29:56.930733,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-06-12 16:29:56.930733,3972567.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-06-29_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ageitgey-face-recognition (🥇35 · ⭐ 49K · 💤) - The worlds simplest facial recognition api for Python.. MIT - ion (🥈21 · ⭐ 1.2K · 📈) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 - presentation-exchange (🥈15 · ⭐ 71 · 📈) - Specification that codifies an inter-related pair of.. Apache-2 dif - entra-verifiedid-wallet-library-android (🥉11 · ⭐ 9 · 📈) - A library to manage your Decentralized Identities and.. MIT - entra-verifiedid-wallet-library-ios (🥉10 · ⭐ 12 · 📈) - A library to manage your Decentralized Identities and.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - evernym-ssi (🥉16 · ⭐ 96 · 📉) - Evernym Verity is a decentralized protocol platform for issuing and.. - nextauthjs (🥇38 · ⭐ 17K · 📉) - Authentication for the Web. ISC - speechbrain (🥇35 · ⭐ 6.2K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - casl (🥈35 · ⭐ 5K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts what.. MIT - doorkeeper (🥉29 · ⭐ 5.2K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT ================================================ FILE: history/2023-06-29_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,trending,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,npm_id,npm_url,npm_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-06-29 18:00:58.000000,2023-06-29 16:27:14,22693.0,941.0,194.0,5869.0,1257.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",442.0,34,True,491.0,206.0,865.0,2616.0,2023-06-29 16:36:31,354.0,618.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-06-28 18:30:51.000000,2023-06-19 12:27:37,1533.0,26.0,13.0,1636.0,49.0,Trinsic SDK repository.,41.0,27,False,61.0,33.0,4.0,370.0,2023-04-24 13:26:38,455.0,1681.0,1.0,1.11.0,7949.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-06-29 14:40:32.000000,2023-06-29 10:40:10,3927.0,38.0,29.0,452.0,173.0,Self Sovereign Identity SDK.,55.0,26,True,887.0,63.0,13.0,39.0,2023-06-24 17:47:53,114.0,6.0,2.0,0.13.0,,11.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-06-29 16:56:55.416195,2023-06-29 16:49:55,2882.0,71.0,12.0,381.0,151.0,Use web3 identity / self-sovereign identity (SSI).,57.0,24,True,299.0,141.0,20.0,266.0,2023-06-29 16:43:29,,695.0,2.0,1.2306281832.0,51.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-28 18:43:04.840338,6494.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-06-29 13:58:04.000000,2023-06-25 22:01:55,1020.0,408.0,621.0,219.0,8593.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,26.0,1.0,315.0,209.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-06-29 16:45:32.000000,2023-06-29 10:42:40,1341.0,34.0,12.0,424.0,76.0,Self Hosted Issuer Node.,24.0,21,False,553.0,13.0,12.0,83.0,2023-06-29 10:52:16,15.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-06-29 00:21:14.000000,2023-06-28 17:03:02,1012.0,111.0,75.0,640.0,396.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,18.0,,124.0,195.0,,145.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-06-29 11:05:56.000000,2023-06-28 13:47:00,7034.0,12.0,7.0,494.0,30.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,18,False,310.0,1.0,73.0,1483.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 8,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-06-29 13:26:03.000000,2023-04-11 16:19:31,6279.0,56.0,96.0,198.0,96.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,16,False,2.0,100.0,3.0,,2021-03-22 11:09:10,41.0,10.0,3.0,,,,,,,,,-2.0,,,,,,,,,,,,, 9,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-06-29 16:59:04.000000,2023-06-29 16:44:15,22262.0,5334.0,362.0,11831.0,16613.0,Open Source Identity and Access Management For Modern Applications and Services.,1193.0,41,True,642.0,37.0,1637.0,4935.0,2023-06-28 06:39:51,326.0,61694.0,1.0,21.1.2,1850832.0,326.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-06-26 20:55:39.000000,2023-06-26 13:42:03,3676.0,1831.0,236.0,3907.0,10940.0,CoreDNS is a DNS server that chains plugins.,360.0,41,True,77.0,65.0,85.0,2059.0,2023-02-06 18:30:04,5157.0,2825005.0,1.0,1.10.1,6719660.0,5157.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,238558108.0,,,138.0,,,,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-06-29 17:45:35.000000,2023-06-29 17:35:35,4673.0,1124.0,120.0,3751.0,8183.0,"An open source, general-purpose policy engine.",402.0,40,True,143.0,100.0,305.0,1987.0,2023-06-06 07:27:14,2570.0,4435639.0,1.0,0.53.1,3320462.0,2570.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-06-29 15:14:49.174256,393347943.0,,,32.0,,,,,,,,,,,, 12,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-06-29 16:50:40.000000,2023-06-29 16:10:43,7880.0,1829.0,146.0,2960.0,10490.0,Automatically provision and manage TLS certificates in Kubernetes.,401.0,39,True,308.0,100.0,185.0,2848.0,2023-06-20 11:39:00,510.0,1372235.0,1.0,1.11.4,48028256.0,510.0,,,,,,,,,,,,,,,,,,, 13,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,455.0,68.0,481.0,2601.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,39,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,392925.0,80614483.0,1.0,3.2.2,,392925.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,80614483.0,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-06-29 18:06:08.000000,2023-06-29 16:23:52,17599.0,3689.0,820.0,15852.0,27942.0,"A tool for secrets management, encryption as a service, and privileged access management.",1351.0,38,True,600.0,98.0,890.0,4654.0,2023-06-20 22:56:17,6268.0,,2.0,1.14.0,,6268.0,,,,,,,,,,,,,,,,,,, 15,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-06-29 16:03:23.000000,2023-06-27 15:22:02,2330.0,2047.0,96.0,1837.0,17368.0,Authentication for the Web.,536.0,38,True,121.0,100.0,157.0,3045.0,2023-06-27 15:22:08,1534.0,2161551.0,1.0,@auth/typeorm-adapter@1.0.1,,1534.0,,,,,,-3.0,,,,,next-auth,https://www.npmjs.com/package/next-auth,2161551.0,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1170.0,316.0,152.0,21577.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,326.0,420.0,,867198.0,8805323.0,2.0,,,867198.0,,,,,,,,,,,passport,https://www.npmjs.com/package/passport,8805323.0,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-06-29 04:51:17.000000,2023-06-29 04:51:16,3642.0,1292.0,227.0,1676.0,14235.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",286.0,36,True,74.0,100.0,62.0,1377.0,2023-05-24 08:55:23,2.0,4157668.0,2.0,2.1.2,580518.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,402400112.0,,,74.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-06-29 15:11:36.000000,2023-06-29 15:11:34,3824.0,757.0,111.0,1606.0,8902.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",203.0,36,True,103.0,42.0,226.0,890.0,2023-04-18 17:07:18,322.0,1821750.0,1.0,0.13.0,30622.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,111081264.0,,,16.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12677.0,1573.0,217.0,48674.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,True,,2.0,700.0,581.0,2018-04-02 17:18:43,1319.0,65915.0,1.0,1.2.2,1105.0,1319.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6546.0,,5.0,16.0,face_recognition,https://pypi.org/project/face_recognition,65814.0,,,,,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-06-20 16:04:02.000000,2023-06-17 14:31:53,1060.0,1494.0,233.0,458.0,15168.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang.",132.0,35,True,12.0,100.0,19.0,708.0,2023-06-17 14:33:13,2454.0,227625.0,2.0,2.71.1,,2454.0,,,,,,,,casbin,https://pypi.org/project/casbin,69592.0,casbin,https://www.npmjs.com/package/casbin,158033.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-06-28 21:34:44.000000,2023-06-28 21:34:43,8222.0,1086.0,125.0,920.0,6199.0,A PyTorch-based Speech Toolkit.,208.0,35,True,155.0,8.0,114.0,797.0,2023-03-24 17:40:58,797.0,111687.0,1.0,0.5.14,,797.0,,,,,,-1.0,,speechbrain,https://pypi.org/project/speechbrain,111687.0,,,,,,,,, 22,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-06-26 01:11:25.000000,2023-06-20 18:30:40,1477.0,244.0,40.0,317.0,4950.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,41.0,100.0,5.0,413.0,2023-05-05 18:06:03,47042.0,1763228.0,2.0,@casl/mongoose@7.1.3,,47042.0,,,,,,-1.0,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1763228.0,,,,,, 23,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-06-25 15:19:04.000000,2023-06-10 16:42:09,2251.0,4410.0,479.0,142.0,16349.0,State-of-the-art 2D and 3D Face Analysis Project.,54.0,34,True,57.0,1.0,890.0,1316.0,2023-04-02 07:43:27,437.0,56520.0,2.0,0.7,113038.0,437.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,, 24,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-06-28 12:31:30.000000,2023-06-28 08:26:08,4713.0,1526.0,182.0,1665.0,7872.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",124.0,34,True,111.0,15.0,231.0,1285.0,2023-04-14 09:36:52,62.0,125613.0,3.0,r1.4.1,,62.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,125613.0,,,,,,,,, 25,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3432.0,335.0,106.0,15185.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,410.0,387.0,2020-03-22 14:01:55,6732.0,119913.0,2.0,0.22.2,,6732.0,,,,,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,119913.0,,,,,, 26,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-06-28 19:23:07.405098,2023-06-28 18:02:06,2948.0,273.0,35.0,3392.0,3592.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,148.0,100.0,77.0,800.0,2023-05-26 21:06:13,12.0,8296804.0,2.0,0.21.4,44299.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-06-28 19:23:07.405098,439677340.0,,,10.0,,,,,,,,,,,, 27,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-06-29 17:46:11.000000,2023-06-29 15:56:41,5941.0,365.0,59.0,3889.0,3339.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",195.0,32,True,801.0,100.0,181.0,980.0,2023-06-27 03:16:37,179.0,12408.0,2.0,ockam_v0.90.0,235761.0,179.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 28,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-06-29 17:06:47.000000,2023-06-29 16:59:26,23301.0,3780.0,606.0,4354.0,10335.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,31,True,389.0,100.0,,,2023-05-26 05:00:15,,5778.0,2.0,6.6.8,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-06-21 01:30:16.014701,814835.0,,,125.0,,,,,,,,,,,, 29,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-06-29 15:53:03.000000,2023-06-29 15:21:41,3228.0,226.0,75.0,3072.0,3635.0,Boundary enables identity-based access management for dynamic infrastructure.,131.0,31,True,382.0,44.0,68.0,230.0,2023-06-12 23:09:58,8.0,184382.0,2.0,0.13.0,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-06-12 23:15:35.268469,7559675.0,,,10.0,,,,,,,,,,,, 30,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-06-29 17:26:03.000000,2023-06-29 12:24:40,2932.0,186.0,33.0,1050.0,3612.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",28.0,31,True,342.0,39.0,98.0,257.0,2023-06-21 19:49:33,24.0,22696.0,2.0,1.22.2,17006.0,24.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-06-21 19:46:54.665799,481517.0,,,4.0,,,,,,,,,,,, 31,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-06-29 07:38:06.000000,2023-06-29 07:38:05,2397.0,711.0,71.0,219.0,2718.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,64.0,31,True,30.0,100.0,,,2023-05-30 16:30:27,1011.0,132819.0,2.0,8.2.2,,1011.0,,,,,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,132819.0,,,,,, 32,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-06-29 17:35:47.000000,2023-06-29 17:35:39,6049.0,375.0,83.0,3059.0,1439.0,The SPIFFE Runtime Environment.,157.0,31,True,162.0,81.0,170.0,1071.0,2023-06-14 21:09:11,114.0,1990.0,2.0,1.7.0,135321.0,114.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-06-29 04:14:49.000000,2023-06-26 06:18:34,2519.0,1423.0,177.0,1784.0,8223.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,218.0,30,True,142.0,79.0,285.0,775.0,2023-03-20 13:29:42,15.0,3.0,3.0,2.36.0,281.0,15.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 34,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-06-29 08:10:18.000000,2023-06-29 08:10:17,1052.0,1365.0,105.0,78.0,6723.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,30,True,56.0,,8.0,704.0,,1590.0,51014.0,2.0,,,1590.0,,,,,,,,deepface,https://pypi.org/project/deepface,51014.0,,,,,,,,, 35,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-06-28 18:17:57.000000,2023-06-28 18:17:43,1748.0,12291.0,1517.0,506.0,46124.0,Deepfakes Software For All.,97.0,29,True,26.0,4.0,21.0,787.0,2023-06-18 18:08:19,,300.0,3.0,2.2.0,15638.0,,,,,,,,,,,,,,,,,,,, 36,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-06-22 07:30:13.000000,2023-06-22 07:30:12,2361.0,999.0,107.0,812.0,5166.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,9.0,62.0,20.0,825.0,2023-03-29 07:20:04,7887.0,,3.0,5.6.6,,7887.0,,,,,,-1.0,,,,,,,,,,,,doorkeeper, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-06-29 09:52:55.000000,2023-06-26 12:39:03,1322.0,309.0,48.0,703.0,2994.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,29.0,100.0,48.0,268.0,2023-04-26 17:01:50,2.0,1226702.0,3.0,0.40.3,25078.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,84617050.0,,,27.0,,,,,,,,,,,, 38,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-06-29 18:15:29.000000,2023-06-21 15:10:38,4837.0,233.0,39.0,640.0,1069.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,290.0,29,True,199.0,42.0,62.0,214.0,2023-05-31 23:38:47,1128.0,,3.0,6.3.2,,1128.0,,,,,,,,,,,,,,,,,,, 39,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-06-26 23:04:04.000000,2023-06-26 23:04:02,579.0,62.0,39.0,202.0,296.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,17.0,99.0,8.0,75.0,2023-06-26 23:04:51,3517.0,104029.0,1.0,7.2.4,,3517.0,,,,,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,104029.0,,,,,, 40,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-06-29 15:31:31.000000,2023-06-29 15:31:30,4447.0,908.0,156.0,4249.0,16724.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,28,True,372.0,100.0,68.0,1040.0,2022-12-21 09:01:04,2.0,585.0,2.0,4.37.5,23990.0,2.0,,,,,,,,,,,,,,,,,,, 41,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3471.0,763.0,73.0,14792.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1718.0,3.0,0.2.1,,66.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159799.0,,,70.0,,,,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-06-29 18:04:50.000000,2023-06-29 18:04:44,1737.0,754.0,53.0,1101.0,6541.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,133.0,28,True,252.0,100.0,100.0,763.0,2023-06-29 17:01:48,1.0,1852.0,2.0,1.352.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-06-27 20:04:58.408771,59292.0,,,8.0,,,,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-06-29 16:44:47.000000,2023-06-29 06:06:14,4370.0,216.0,34.0,3802.0,5960.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",37.0,28,True,423.0,44.0,52.0,206.0,2023-06-28 14:19:23,6.0,637.0,2.0,1.6.0,2052.0,6.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-06-29 06:24:06.185488,11789.0,,,1.0,,,,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-06-28 21:55:04.000000,2023-06-28 18:58:51,6226.0,527.0,138.0,4132.0,4668.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,106.0,73.0,190.0,2629.0,2023-06-26 22:38:29,,22464.0,2.0,release-2023-06-26,53740.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-06-21 19:03:21.734946,1926007.0,,,12.0,,,,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-06-29 16:44:56.000000,2023-06-29 13:04:14,2266.0,198.0,25.0,4268.0,3867.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,55.0,28,True,210.0,100.0,369.0,1154.0,2023-06-27 20:09:04,1.0,486.0,2.0,2.30.0,1947.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,149.0,31.0,1503.0,3116.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,7.0,100.0,101.0,99.0,2023-04-03 23:25:23,70.0,42447.0,3.0,0.27.0,2440.0,70.0,,,,,,,,oso,https://pypi.org/project/oso,42360.0,,,,,,,,, 47,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,81.0,828.0,1742.0,Solid server on top of the file-system in NodeJS.,85.0,28,True,5.0,51.0,278.0,610.0,2023-03-17 17:09:04,38.0,9283.0,1.0,5.7.7,,38.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,877254.0,,,4.0,,,,solid-server,https://www.npmjs.com/package/solid-server,929.0,,,,,, 48,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-06-29 02:46:36.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,184.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4238.0,134749.0,1.0,4.1.0,,4238.0,,,,,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,134749.0,,,,,, 49,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-06-29 12:18:07.000000,2023-06-29 12:07:23,1417.0,289.0,58.0,994.0,4097.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,27,True,35.0,50.0,45.0,252.0,,2.0,796569.0,3.0,,15628.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50166007.0,,,6.0,,,,,,,,,,,, 50,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-06-29 13:53:09.000000,2023-06-26 08:16:53,1287.0,72.0,22.0,1366.0,1504.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",19.0,27,True,93.0,51.0,41.0,234.0,2023-06-13 09:42:56,11.0,1401.0,3.0,0.28.0,37850.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-06-29 18:14:07.000000,2023-06-29 15:12:24,32512.0,46.0,26.0,2998.0,254.0,"Welcome to the Janssen Project, an open standards-based digital Identity platform introducing Agama, a programming..",107.0,27,True,552.0,100.0,303.0,2007.0,2023-06-12 10:53:43,,302.0,3.0,1.0.14,907.0,,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-06-27 04:43:28.000000,2023-06-27 04:43:25,317.0,38.0,23.0,86.0,152.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,18.0,42.0,5.0,44.0,2023-06-27 04:43:49,634.0,26322.0,1.0,3.2.4,,634.0,,,,,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,26322.0,,,,,, 53,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-06-29 17:40:21.000000,2023-05-05 07:31:35,115.0,4382.0,365.0,159.0,40162.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,13.0,6.0,,,2023-03-15 07:40:02,,149689.0,3.0,20230314,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,149689.0,,,,,,,,, 54,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-06-29 13:03:40.000000,2023-06-28 09:41:24,1322.0,92.0,16.0,1276.0,1516.0,"Kanidm: A simple, secure and fast identity management platform.",44.0,26,True,217.0,14.0,113.0,385.0,2023-05-01 01:14:41,42.0,124.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-06-24 06:24:12.702152,6487.0,,,,,,,,,,,,,,, 55,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-06-29 13:17:07.000000,2023-06-28 16:43:42,3312.0,117.0,45.0,1727.0,681.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,91.0,26,True,51.0,68.0,207.0,901.0,2023-05-17 19:48:54,,81879.0,3.0,1.19.5,341.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-06-28 18:55:23.790489,6877495.0,,,30.0,,,,,,,,,,,, 56,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-06-23 18:26:32.000000,2023-06-23 18:26:31,3180.0,152.0,20.0,2020.0,227.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,39.0,14.0,387.0,1194.0,2023-05-09 10:57:15,301.0,,2.0,0.3.2,,301.0,,,,,,,,,,,,,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8420.0,1070.0,127.0,40982.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,509.0,786.0,2020-04-09 05:48:48,,3902.0,3.0,DF.wf.288res.384.92.72.22,152214.0,,,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-06-29 14:58:22.000000,2023-06-29 14:57:46,11881.0,324.0,19.0,4613.0,4125.0,The authentication glue you need.,170.0,25,True,675.0,100.0,354.0,1010.0,2023-06-22 20:42:06,,61.0,3.0,ersion/2023.4.2,1477.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-30 08:51:55.000000,2023-05-30 08:51:55,324.0,2094.0,223.0,25.0,15160.0,Real-time face swap for PC streaming or video calls.,11.0,24,True,4.0,35.0,1.0,127.0,2023-01-21 09:26:53,,18412.0,3.0,TINA_SHIFT,441898.0,,,,,,,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-06-26 20:31:23.000000,2023-06-26 20:31:22,5558.0,304.0,400.0,3910.0,1642.0,Repository for the Lemur Certificate Manager.,147.0,24,True,176.0,25.0,123.0,392.0,2023-04-04 20:35:03,,0.0,3.0,1.4.0,49.0,,,,,,,,,,,,,,,,,,,, 61,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-06-27 11:45:23.570678,2023-06-27 11:30:04,1638.0,107.0,19.0,317.0,1641.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,180.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2021.0,3.0,0.7.3,462.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,56137.0,,,,,,,,,,,,,,, 62,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-06-29 16:36:31.000000,2023-06-29 16:27:14,7504.0,406.0,32.0,1356.0,353.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,117.0,24,True,218.0,56.0,184.0,744.0,2023-06-29 16:36:31,,,2.0,0.8.2,,,,,,,,,,,,,,,,,,,,, 63,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-06-29 17:26:16.000000,2023-06-29 14:41:35,1357.0,64.0,24.0,915.0,256.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,28.0,18.0,55.0,199.0,2023-03-08 16:34:58,93.0,,2.0,0.6.2,,93.0,,,,,,,,,,,,,,,,,,, 64,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-06-29 18:00:58.000000,2023-06-27 13:21:08,9583.0,40.0,11.0,745.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,59.0,61.0,35.0,104.0,2023-05-23 13:25:58,10.0,309.0,2.0,0.56.0,10511.0,10.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-06-29 11:26:35.000000,2023-06-19 10:37:11,782.0,339.0,64.0,297.0,9585.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,83.0,25.0,94.0,319.0,2023-06-19 17:39:59,,,3.0,6.0.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-06-26 13:33:31.000000,2023-06-24 17:24:15,1580.0,50.0,13.0,446.0,1520.0,Permify is an open-source authorization service inspired by Google Zanzibar.,22.0,23,True,489.0,31.0,22.0,81.0,2023-06-20 17:05:10,,82.0,3.0,0.4.6,826.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-06-29 17:20:29.000000,2023-06-28 15:28:41,15631.0,299.0,51.0,6907.0,960.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,106.0,,,,,,41024.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-06-28 17:47:02.405681,5456225.0,,,149.0,,,,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-06-29 16:06:21.000000,2023-06-29 01:54:51,2698.0,239.0,52.0,1993.0,787.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,71.0,23,True,94.0,100.0,29.0,184.0,2023-06-29 01:51:08,,,3.0,1.11.33,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-06-29 17:07:18.000000,2023-06-28 13:18:12,1621.0,208.0,58.0,270.0,463.0,Universal Resolver implementation and drivers.,95.0,23,True,21.0,6.0,23.0,79.0,2022-01-07 16:42:38,,1557.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-06-28 13:20:00.982536,109053.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-06-27 19:51:54.000000,2023-06-25 10:52:49,510.0,256.0,52.0,130.0,4760.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,170.0,503.0,2020-09-02 15:57:23,,198.0,3.0,2.6.1,12689.0,,,,,,,,,,,,,,,,,,,,howdy 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-06-13 19:47:28.000000,2022-12-15 18:47:15,4019.0,749.0,254.0,322.0,2799.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,,4.0,63.0,209.0,2015-09-29 22:50:55,,949.0,3.0,1.1.0,109223.0,,,,,,,,,,,,,,,,,,,, 72,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-27 21:02:59.000000,2023-05-05 17:28:31,638.0,257.0,63.0,218.0,3467.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 73,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-26 17:39:14.000000,2023-06-26 17:39:09,391.0,630.0,91.0,302.0,1555.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,21,True,6.0,25.0,158.0,301.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 74,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,158.0,94.0,183.0,1199.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,21,True,,17.0,65.0,68.0,2022-06-09 01:42:53,53.0,,2.0,1.0.4,,53.0,,,,,,3.0,,,,,,,,,,,,, 75,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-06-28 02:15:06.000000,2023-06-27 17:39:03,1724.0,99.0,20.0,654.0,324.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,28.0,35.0,56.0,333.0,2023-05-02 15:41:47,3.0,,2.0,5.2.0,,3.0,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-06-26 02:30:37.000000,2023-06-19 00:36:13,247.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,21,False,8.0,35.0,1.0,10.0,2023-05-14 15:40:43,631.0,18745.0,2.0,2.0.24,,631.0,,,,,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,18745.0,,,,,, 77,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4664.0,566.0,121.0,13110.0,Face recognition using Tensorflow.,36.0,20,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 78,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-06-24 11:20:17.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,678.0,424.0,Sidetree Specification and Reference Implementation.,47.0,20,True,1.0,12.0,37.0,441.0,2021-03-09 22:06:35,29.0,,1.0,1.0.2,,29.0,,,,,,,,,,,,,,,,,,, 79,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-06-29 18:06:50.000000,2023-06-28 21:15:52,279.0,72.0,16.0,243.0,292.0,Decentralized Web Node (DWN) Reference implementation.,29.0,20,True,75.0,15.0,34.0,137.0,,46.0,,2.0,,,46.0,,,,,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,, 80,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-06-28 17:27:26.000000,2023-06-15 08:10:58,776.0,129.0,25.0,909.0,192.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,42.0,75.0,164.0,395.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,,2.0,,,,,,,,,,,,,,,,,,, 81,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-06-24 06:35:56.000000,2023-05-21 18:52:03,338.0,773.0,234.0,226.0,2492.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,True,6.0,,162.0,504.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 82,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,260.0,94.0,41.0,2140.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,19,True,3.0,,28.0,22.0,,,1347.0,3.0,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1347.0,,,,,,,,, 83,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-06-29 00:53:04.000000,2023-06-28 19:21:04,2052.0,138.0,168.0,793.0,983.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,21.0,7.0,78.0,990.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 84,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-06-27 16:27:05.000000,2023-06-27 16:23:30,14826.0,642.0,115.0,17.0,660.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,713.0,19,True,21.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 85,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-06-29 11:37:40.000000,2023-06-29 11:37:38,2142.0,205.0,59.0,567.0,304.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,18.0,,51.0,170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 86,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,219.0,64.0,103.0,2224.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-06-29 13:51:13.000000,2023-06-27 21:21:42,1345.0,73.0,81.0,598.0,236.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,57.0,18,True,84.0,,64.0,499.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-06-29 17:07:31.000000,2023-06-27 20:16:21,1478.0,98.0,23.0,648.0,105.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,131.0,,55.0,151.0,,1.0,,3.0,,,1.0,,,,,,,,,,,,,,,,,,, 89,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-05-24 00:56:11.000000,2023-04-15 21:46:00,532.0,11.0,6.0,510.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,4.0,77.0,2022-05-29 21:14:21,455.0,642.0,3.0,1.6.0,16069.0,455.0,,,,,,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-05-19 16:36:58.000000,2023-05-10 21:38:22,528.0,142.0,82.0,196.0,1246.0,The SPIFFE Project.,57.0,17,True,13.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,922.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,30.0,102.0,,1672.0,,3.0,,,1672.0,,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-29 16:43:26.175786,2023-06-29 16:35:53,681.0,24.0,2.0,100.0,31.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,71.0,32.0,3.0,39.0,2023-06-29 16:43:29,,68.0,3.0,1.2306291636.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-29 16:43:26.175786,1447.0,,,,,,,,,,,,,,, 93,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-27 12:24:38.000000,2023-06-27 12:24:36,557.0,8.0,5.0,55.0,29.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,17,False,236.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,,8.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 94,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-06-07 10:54:43.000000,2023-06-07 10:53:19,3552.0,67.0,27.0,5.0,228.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,5.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-06-28 20:00:08.000000,2023-06-28 20:00:07,274.0,46.0,13.0,276.0,176.0,self sovereign identity sdk.,16.0,16,True,62.0,4.0,41.0,101.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-06-29 00:21:14.000000,2023-06-28 13:49:36,522.0,37.0,28.0,337.0,145.0,Core library for decentralized identity.,20.0,16,True,8.0,,70.0,100.0,,105.0,,3.0,,,105.0,,,,,,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-06-29 14:40:32.000000,2023-06-29 10:40:10,882.0,7.0,7.0,98.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,14.0,16,False,21.0,24.0,8.0,14.0,2023-04-30 19:45:02,55.0,2.0,3.0,2.0.0,55.0,55.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-06-29 13:58:04.000000,2023-06-25 22:01:55,888.0,35.0,50.0,163.0,417.0,Solid Technical Reports.,19.0,15,True,26.0,1.0,183.0,127.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,82.0,76.0,487.0,374.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,1.0,,28.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-06-28 15:42:47.000000,2023-06-28 15:42:45,357.0,46.0,12.0,386.0,129.0,The Self Sovereign Identity Service.,19.0,15,True,111.0,3.0,77.0,103.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-06-22 17:01:59.000000,2023-03-30 20:43:43,609.0,30.0,31.0,217.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,15,False,,,45.0,162.0,,,,2.0,,,,,,,,,2.0,,,,,,,,,,,,, 102,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-06-29 10:52:16.000000,2023-06-29 10:42:40,330.0,8.0,4.0,73.0,32.0,SDK to work with Polygon ID.,12.0,15,False,104.0,9.0,4.0,8.0,2023-06-29 10:52:16,15.0,,3.0,1.0.0-beta.10,,15.0,,,,,,,,,,,,,,,,,,, 103,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-06-19 10:35:42.466802,2023-06-19 10:30:56,303.0,6.0,2.0,26.0,18.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,76.0,16.0,2.0,33.0,2023-06-19 10:41:14,,40.0,3.0,1.2306191031.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-06-19 10:35:42.466802,605.0,,,,,,,,,,,,,,, 104,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-06-23 19:01:04.000000,2023-06-20 14:24:49,657.0,50.0,71.0,239.0,277.0,A privacy preserving identity exchange Web API.,30.0,14,False,18.0,,144.0,97.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 105,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-26 09:40:47.000000,2023-05-26 09:40:15,143.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,30.0,14,False,2.0,,40.0,28.0,,40.0,,3.0,,,40.0,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,39.0,12.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-06-29 16:56:55.416195,2023-06-29 16:49:55,367.0,12.0,1.0,77.0,16.0,web-wallet @ walt.id.,15.0,14,False,40.0,9.0,10.0,41.0,2023-01-23 16:08:26,,91.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1830.0,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,230.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,251.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-06-22 09:05:32.000000,2023-06-21 18:28:51,566.0,17.0,7.0,42.0,65.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,27.0,12.0,5.0,11.0,,40.0,1.0,3.0,,24.0,40.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-06-29 00:10:41.000000,2023-06-27 17:25:55,706.0,17.0,14.0,148.0,52.0,The BBS Signature Scheme.,14.0,13,False,67.0,,13.0,110.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,41.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-06-23 17:46:32.000000,2023-05-25 16:04:53,324.0,25.0,17.0,104.0,37.0,The specification for AnonCreds verifiable credential exchange.,20.0,11,False,1.0,,22.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-06-28 14:38:11.000000,2023-06-28 11:26:44,773.0,1.0,5.0,145.0,26.0,Open-Source Mobile SSI Wallet.,7.0,11,False,378.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 116,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,11,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 117,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-06-29 15:56:01.000000,2023-06-29 15:55:59,51.0,1.0,10.0,46.0,9.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,11,False,13.0,2.0,,,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,3.0,,,,,,,,,,,,, 118,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-06-26 18:22:16.000000,2023-06-15 23:08:10,51.0,2.0,10.0,47.0,12.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,13.0,2.0,1.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,2.0,,,,,,,,,,,,, 120,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,10.0,7.0,31.0,16.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,7.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-06-28 21:53:17.599756,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-06-28 21:53:17.599756,3981041.0,,,23.0,,,,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-07-06_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇41 · ⭐ 17K · 📈) - Authentication for the Web. ISC - speechbrain (🥇36 · ⭐ 6.2K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - lemur (🥉25 · ⭐ 1.6K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - web-did-resolver (🥈22 · ⭐ 70 · 📈) - DID resolver for HTTPS domains. Apache-2 dif - sidetree (🥇21 · ⭐ 420 · 📈) - Sidetree Specification and Reference Implementation. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇38 · ⭐ 2.6K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - casbin (🥈34 · ⭐ 15K · 📉) - An authorization library that supports access control models like.. Apache-2 - identity-server (🥉28 · ⭐ 1.1K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - node-solid-server (🥇27 · ⭐ 1.7K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - ion (🥉18 · ⭐ 1.2K · 📉) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 ================================================ FILE: history/2023-07-06_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,trending,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-07-06 18:00:23.000000,2023-07-06 13:38:28,22753.0,942.0,194.0,5890.0,1258.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",443.0,34,True,495.0,206.0,867.0,2621.0,2023-06-29 16:36:31,354.0,630.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-07-06 13:25:31.000000,2023-06-19 12:27:37,1533.0,26.0,13.0,1644.0,49.0,Trinsic SDK repository.,41.0,27,False,56.0,33.0,4.0,370.0,2023-04-24 13:26:38,462.0,1624.0,1.0,1.11.0,7990.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-07-05 08:18:19.000000,2023-07-04 08:42:19,3967.0,38.0,29.0,456.0,175.0,Self Sovereign Identity SDK.,55.0,25,True,823.0,63.0,11.0,41.0,2023-06-24 17:47:53,115.0,6.0,2.0,0.13.0,,11.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-06-29 16:56:55.416195,2023-06-29 16:49:55,2882.0,71.0,12.0,381.0,157.0,Use web3 identity / self-sovereign identity (SSI).,57.0,24,True,269.0,141.0,19.0,268.0,2023-06-29 16:43:29,,693.0,2.0,1.2306281832.0,51.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-28 18:43:04.840338,6696.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-07-06 18:01:20.000000,2023-07-06 15:01:13,1023.0,407.0,620.0,221.0,8596.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,27.0,1.0,315.0,209.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-07-06 10:23:16.000000,2023-06-30 11:34:47,1348.0,35.0,12.0,452.0,78.0,Self Hosted Issuer Node.,24.0,21,False,468.0,14.0,12.0,84.0,2023-06-30 11:35:36,20.0,,2.0,.2.1.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-07-06 00:22:24.000000,2023-06-30 17:24:41,1014.0,110.0,75.0,642.0,398.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,18.0,,125.0,195.0,,145.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-07-05 15:14:46.000000,2023-07-05 15:13:27,7053.0,12.0,7.0,495.0,30.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,285.0,1.0,69.0,1487.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 8,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-06-30 09:23:33.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,198.0,96.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,16,False,2.0,100.0,3.0,,2021-03-22 11:09:10,41.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-07-06 14:44:32.000000,2023-07-06 14:44:31,2333.0,2060.0,97.0,1841.0,17472.0,Authentication for the Web.,538.0,41,True,121.0,100.0,166.0,3065.0,2023-06-27 15:22:08,105375.0,2111737.0,1.0,@auth/typeorm-adapter@1.0.1,,105375.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2111737.0,3.0,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-07-06 17:57:58.000000,2023-07-06 15:55:10,22334.0,5357.0,361.0,11904.0,16679.0,Open Source Identity and Access Management For Modern Applications and Services.,1201.0,41,True,677.0,37.0,1650.0,4985.0,2023-06-28 06:39:51,332.0,60221.0,1.0,21.1.2,1866856.0,332.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-07-06 17:53:06.000000,2023-07-05 17:32:24,3684.0,1834.0,236.0,3913.0,10965.0,CoreDNS is a DNS server that chains plugins.,360.0,41,True,85.0,65.0,89.0,2061.0,2023-02-06 18:30:04,5170.0,2800900.0,1.0,1.10.1,6725297.0,5170.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,239261935.0,,,,,,138.0,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-07-06 18:14:35.949117,2023-07-06 17:34:00,4684.0,1127.0,120.0,3762.0,8210.0,"An open source, general-purpose policy engine.",404.0,40,True,145.0,100.0,303.0,1993.0,2023-06-29 19:58:06,2592.0,4423114.0,1.0,0.54.0,3368049.0,2592.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-07-06 18:14:35.949117,396493796.0,,,,,,34.0,,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-07-05 11:04:32.000000,2023-07-04 09:55:29,7885.0,1830.0,146.0,2961.0,10513.0,Automatically provision and manage TLS certificates in Kubernetes.,401.0,39,True,281.0,100.0,181.0,2856.0,2023-06-20 11:39:00,526.0,1354502.0,1.0,1.11.4,48762091.0,526.0,,,,,,,,,,,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-07-06 18:15:52.000000,2023-07-06 17:17:02,17634.0,3702.0,817.0,15953.0,27978.0,"A tool for secrets management, encryption as a service, and privileged access management.",1353.0,38,True,583.0,98.0,900.0,4658.0,2023-06-20 22:56:17,6286.0,,2.0,1.14.0,,6286.0,,,,,,,,,,,,,,,,,,, 15,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,455.0,68.0,481.0,2607.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,396353.0,79424776.0,1.0,3.2.2,,396353.0,,,,,,,,,-1.0,,oauthlib,https://pypi.org/project/oauthlib,79424776.0,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1170.0,316.0,152.0,21598.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,327.0,420.0,,870920.0,8625816.0,2.0,,,870920.0,,,,,,passport,https://www.npmjs.com/package/passport,8625816.0,,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-07-06 16:03:02.000000,2023-07-06 08:42:22,3652.0,1295.0,227.0,1681.0,14249.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",287.0,36,True,73.0,100.0,61.0,1378.0,2023-05-24 08:55:23,2.0,4133526.0,2.0,2.1.2,584974.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,404189916.0,,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-07-06 15:38:25.000000,2023-07-06 15:38:23,3838.0,758.0,110.0,1616.0,8923.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, TOTP, WebAuthn,..",203.0,36,True,100.0,42.0,212.0,909.0,2023-04-18 17:07:18,322.0,1805263.0,1.0,0.13.0,30715.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-04-18 17:07:17.440071,111881000.0,,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-07-06 17:40:44.000000,2023-07-06 16:30:29,8262.0,1093.0,127.0,923.0,6231.0,A PyTorch-based Speech Toolkit.,208.0,36,True,192.0,8.0,117.0,798.0,2023-03-24 17:40:58,812.0,110586.0,1.0,0.5.14,,812.0,,,,,,,,,1.0,,speechbrain,https://pypi.org/project/speechbrain,110586.0,,,,,, 20,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12686.0,1572.0,217.0,48745.0,The worlds simplest facial recognition api for Python and the command line.,54.0,35,False,,2.0,702.0,582.0,2018-04-02 17:18:43,1347.0,62264.0,1.0,1.2.2,1105.0,1347.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6574.0,,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,62164.0,,,,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-07-03 00:55:14.000000,2023-07-01 04:44:18,1478.0,244.0,40.0,318.0,4966.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,37.0,100.0,8.0,413.0,2023-05-05 18:06:03,47600.0,1748245.0,2.0,@casl/mongoose@7.1.3,,47600.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1748245.0,,,,,,,,,,, 22,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-07-05 03:52:07.000000,2023-06-10 16:42:09,2251.0,4430.0,479.0,143.0,16548.0,State-of-the-art 2D and 3D Face Analysis Project.,54.0,34,True,46.0,1.0,895.0,1317.0,2023-04-02 07:43:27,479.0,46073.0,2.0,0.7,138216.0,479.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,, 23,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-07-05 17:46:09.000000,2023-06-17 14:31:53,1060.0,1495.0,233.0,460.0,15211.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",132.0,34,True,9.0,100.0,20.0,708.0,2023-06-17 14:33:13,2462.0,216561.0,2.0,2.71.1,,2462.0,,,,,,casbin,https://www.npmjs.com/package/casbin,152128.0,-1.0,,casbin,https://pypi.org/project/casbin,64433.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 24,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-07-01 03:46:49.000000,2023-06-28 08:26:08,4713.0,1530.0,182.0,1665.0,7939.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",124.0,34,True,109.0,15.0,241.0,1289.0,2023-04-14 09:36:52,62.0,115075.0,3.0,r1.4.1,,62.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,115075.0,,,,,, 25,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3437.0,335.0,106.0,15220.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,412.0,387.0,2020-03-22 14:01:55,6770.0,124787.0,2.0,0.22.2,,6770.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,124787.0,,,,,,,,,,, 26,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-07-06 18:02:23.000000,2023-06-30 18:54:46,2951.0,273.0,35.0,3415.0,3602.0,Pomerium is an identity and context-aware access proxy.,89.0,33,True,149.0,100.0,78.0,801.0,2023-05-26 21:06:13,12.0,8741806.0,2.0,0.21.4,44708.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-06-30 20:45:26.396245,472003916.0,,,,,,10.0,,,,,,,,, 27,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-07-06 18:12:06.000000,2023-07-06 17:02:37,6007.0,367.0,58.0,3937.0,3351.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",196.0,32,True,846.0,100.0,187.0,981.0,2023-06-27 03:16:37,179.0,12063.0,2.0,ockam_v0.90.0,241275.0,179.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 28,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-07-06 15:46:32.000000,2023-07-06 15:46:32,23352.0,3781.0,606.0,4362.0,10352.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,31,True,405.0,100.0,,,2023-06-30 08:34:42,,5747.0,2.0,6.6.9,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-07-06 01:47:36.852402,816183.0,,,,,,125.0,,,,,,,,, 29,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-07-06 14:36:35.000000,2023-07-03 18:13:05,2956.0,186.0,33.0,1063.0,3640.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",28.0,31,True,350.0,40.0,99.0,257.0,2023-06-21 19:49:33,24.0,23031.0,2.0,1.22.2,17427.0,24.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-07-04 17:06:06.666288,511513.0,,,,,,4.0,,,,,,,,, 30,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-07-06 18:00:49.000000,2023-07-06 18:00:19,3235.0,227.0,74.0,3088.0,3637.0,Boundary enables identity-based access management for dynamic infrastructure.,132.0,31,True,374.0,44.0,69.0,230.0,2023-06-12 23:09:58,8.0,183414.0,2.0,0.13.0,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-06-12 23:15:35.268469,7703408.0,,,,,,10.0,,,,,,,,, 31,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-07-04 21:30:04.000000,2023-06-29 07:38:05,2397.0,712.0,71.0,220.0,2729.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,64.0,31,True,27.0,100.0,,,2023-05-30 16:30:27,1023.0,127756.0,2.0,8.2.2,,1023.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,127756.0,,,,,,,,,,, 32,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-07-06 16:35:15.000000,2023-07-05 17:34:09,6063.0,378.0,83.0,3074.0,1444.0,The SPIFFE Runtime Environment.,158.0,31,True,169.0,81.0,172.0,1073.0,2023-06-14 21:09:11,114.0,1992.0,2.0,1.7.0,137464.0,114.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-07-06 18:11:34.000000,2023-07-06 18:10:01,2527.0,1424.0,177.0,1792.0,8243.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,218.0,30,True,145.0,80.0,286.0,775.0,2023-06-30 14:12:39,16.0,3.0,3.0,2.37.0,291.0,16.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 34,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-06-29 08:10:18.000000,2023-06-29 08:10:17,1052.0,1375.0,105.0,78.0,6767.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",41.0,30,True,56.0,,8.0,707.0,,1611.0,51560.0,2.0,,,1611.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,51560.0,,,,,, 35,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-07-06 12:34:45.000000,2023-07-06 12:33:30,1758.0,12305.0,1518.0,507.0,46201.0,Deepfakes Software For All.,97.0,29,True,36.0,4.0,20.0,789.0,2023-06-18 18:08:19,,462.0,3.0,2.2.0,24534.0,,,,,,,,,,,,,,,,,,,, 36,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-06-22 07:30:13.000000,2023-06-22 07:30:12,2361.0,999.0,107.0,812.0,5165.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,9.0,62.0,20.0,825.0,2023-03-29 07:20:04,7910.0,,3.0,5.6.6,,7910.0,,,,,,,,,,,,,,,,,,doorkeeper, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-07-06 16:01:16.000000,2023-07-05 09:31:47,1326.0,309.0,48.0,705.0,2997.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,30.0,100.0,48.0,268.0,2023-04-26 17:01:50,2.0,1221473.0,3.0,0.40.3,25402.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-04-26 17:01:50.032478,85477417.0,,,,,,27.0,,,,,,,,, 38,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-07-03 03:33:06.000000,2023-06-26 23:04:02,579.0,63.0,39.0,202.0,297.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,14.0,99.0,8.0,75.0,2023-06-26 23:04:51,3534.0,107523.0,1.0,7.2.4,,3534.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,107523.0,,,,,,,,,,, 39,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-07-06 18:02:25.000000,2023-07-06 18:02:24,4469.0,918.0,156.0,4275.0,16801.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,28,True,368.0,100.0,66.0,1042.0,2022-12-21 09:01:04,2.0,573.0,2.0,4.37.5,24103.0,2.0,,,,,,,,,,,,,,,,,,, 40,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3470.0,762.0,73.0,14799.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,66.0,1701.0,3.0,0.2.1,,66.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159901.0,,,,,,70.0,,,,,,,,, 41,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-07-06 16:50:19.000000,2023-07-06 16:13:05,1748.0,767.0,53.0,1108.0,6607.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,133.0,28,True,256.0,100.0,97.0,770.0,2023-07-06 12:48:47,1.0,1825.0,2.0,1.359.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-07-06 16:24:23.424921,60248.0,,,,,,9.0,,,,,,,,, 42,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-07-06 14:36:45.000000,2023-07-06 14:08:01,4402.0,218.0,34.0,3835.0,5984.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",37.0,28,True,412.0,44.0,49.0,211.0,2023-06-28 14:19:23,7.0,627.0,2.0,1.6.0,2115.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-03 04:37:06.744738,12166.0,,,,,,1.0,,,,,,,,, 43,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-07-06 18:10:58.000000,2023-07-06 18:09:44,6231.0,526.0,138.0,4142.0,4679.0,"An ACME-based certificate authority, written in Go.",125.0,28,True,102.0,73.0,191.0,2630.0,2023-06-26 22:38:29,,22093.0,2.0,release-2023-06-26,54051.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-06-21 19:03:21.734946,1927679.0,,,,,,12.0,,,,,,,,, 44,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-07-06 18:15:55.000000,2023-07-06 17:31:08,2273.0,201.0,25.0,4287.0,3926.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,56.0,28,True,199.0,100.0,377.0,1157.0,2023-06-27 20:09:04,1.0,388.0,2.0,2.30.0,1944.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-05-05 21:07:42.000000,2023-05-04 20:09:28,1191.0,150.0,31.0,1503.0,3121.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,4.0,100.0,101.0,99.0,2023-04-03 23:25:23,71.0,41600.0,3.0,0.27.0,2468.0,71.0,,,,,,,,,,,oso,https://pypi.org/project/oso,41515.0,,,,,, 46,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-07-06 18:09:19.000000,2023-07-06 17:29:23,4844.0,237.0,40.0,643.0,1077.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,28,True,161.0,44.0,62.0,215.0,2023-07-06 18:10:47,1146.0,,3.0,6.3.3,,1146.0,,,,,,,,,-1.0,,,,,,,,,, 47,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-07-05 16:07:43.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,184.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4263.0,140412.0,1.0,4.1.0,,4263.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,140412.0,,,,,,,,,,, 48,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-07-06 16:03:35.000000,2023-07-05 09:53:49,1423.0,290.0,57.0,1000.0,4110.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,27,True,36.0,50.0,45.0,252.0,,2.0,792905.0,3.0,,15784.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50727949.0,,,,,,6.0,,,,,,,,, 49,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,81.0,828.0,1741.0,Solid server on top of the file-system in NodeJS.,85.0,27,True,,51.0,278.0,610.0,2023-03-17 17:09:04,38.0,9222.0,1.0,5.7.7,,38.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,881322.0,,solid-server,https://www.npmjs.com/package/solid-server,908.0,-1.0,4.0,,,,,,,,, 50,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-07-06 09:33:23.000000,2023-07-06 09:33:23,1295.0,73.0,22.0,1373.0,1515.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",19.0,27,True,92.0,51.0,40.0,236.0,2023-06-13 09:42:56,11.0,1371.0,3.0,0.28.0,38408.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-07-06 17:55:37.000000,2023-07-06 13:37:12,32535.0,46.0,26.0,3039.0,259.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,480.0,100.0,311.0,2030.0,2023-06-12 10:53:43,,335.0,3.0,1.0.14,1340.0,,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-07-03 03:53:04.000000,2023-07-03 00:42:26,318.0,38.0,23.0,86.0,152.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,17.0,42.0,5.0,44.0,2023-06-27 04:43:49,638.0,28620.0,1.0,3.2.4,,638.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,28620.0,,,,,,,,,,, 53,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-07-06 12:18:47.000000,2023-06-29 23:51:24,116.0,4452.0,365.0,161.0,40590.0,Robust Speech Recognition via Large-Scale Weak Supervision.,54.0,26,True,14.0,6.0,,,2023-03-15 07:40:02,,148733.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,148733.0,,,,,, 54,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-07-06 12:55:58.431098,2023-07-06 09:34:53,1337.0,92.0,15.0,1290.0,1527.0,"Kanidm: A simple, secure and fast identity management platform.",45.0,26,True,215.0,14.0,116.0,390.0,2023-05-01 01:14:41,42.0,126.0,3.0,1.1.0-alpha.12,18.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-07-06 12:55:58.431098,6727.0,,,,,,,,,,,,,,, 55,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-07-06 17:35:00.000000,2023-07-06 16:55:51,3317.0,117.0,45.0,1736.0,683.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,50.0,69.0,207.0,901.0,2023-05-17 19:48:54,,80966.0,3.0,1.19.5,342.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-07-06 17:26:28.340913,6881744.0,,,,,,30.0,,,,,,,,, 56,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-07-04 18:07:07.000000,2023-07-04 18:07:06,3181.0,152.0,20.0,2021.0,227.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,38.0,14.0,387.0,1194.0,2023-05-09 10:57:15,301.0,,2.0,0.3.2,,301.0,,,,,,,,,,,,,,,,,,, 57,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8445.0,1071.0,127.0,41140.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,516.0,786.0,2020-04-09 05:48:48,,3825.0,3.0,DF.wf.288res.384.92.72.22,153018.0,,,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-07-06 18:02:39.000000,2023-07-06 16:47:24,11919.0,329.0,19.0,4660.0,4169.0,The authentication glue you need.,170.0,25,True,673.0,100.0,362.0,1019.0,2023-07-06 16:53:13,,59.0,3.0,ersion/2023.5.5,1486.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-07-05 22:37:33.000000,2023-07-05 22:34:07,5582.0,304.0,400.0,3921.0,1643.0,Repository for the Lemur Certificate Manager.,147.0,25,True,192.0,26.0,122.0,393.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,49.0,,,,,,,,,,1.0,,,,,,,,,, 60,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-07-04 10:16:54.000000,2023-06-27 11:30:04,1638.0,108.0,19.0,318.0,1722.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,173.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2084.0,3.0,0.7.3,466.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,59953.0,,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-07-06 13:47:10.000000,2023-07-05 18:41:58,7547.0,406.0,32.0,1359.0,353.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,118.0,24,True,231.0,56.0,183.0,746.0,2023-06-29 16:36:31,,,2.0,0.8.2,,,,,,,,,,,,,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-07-05 16:08:04.000000,2023-07-05 16:07:57,1363.0,64.0,25.0,919.0,257.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,34.0,18.0,55.0,199.0,2023-03-08 16:34:58,93.0,,2.0,0.6.2,,93.0,,,,,,,,,,,,,,,,,,, 63,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-07-06 08:40:02.000000,2023-07-05 07:22:12,9587.0,40.0,11.0,748.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,59.0,61.0,35.0,104.0,2023-05-23 13:25:58,10.0,315.0,2.0,0.56.0,11043.0,10.0,,,,,,,,,,,,,,,,,,, 64,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-05-30 08:51:55.000000,2023-05-30 08:51:55,324.0,2137.0,223.0,25.0,15310.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,4.0,35.0,1.0,127.0,2023-01-21 09:26:53,,18165.0,3.0,TINA_SHIFT,454136.0,,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-07-06 13:22:52.000000,2023-07-06 09:44:44,798.0,343.0,65.0,305.0,9627.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,88.0,26.0,96.0,320.0,2023-07-02 05:28:35,,,3.0,6.0.1,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-07-06 14:56:19.000000,2023-07-06 06:58:07,1617.0,51.0,13.0,464.0,1532.0,Permify is an open-source authorization service inspired by Google Zanzibar.,22.0,23,True,453.0,32.0,21.0,82.0,2023-07-04 12:41:12,,77.0,3.0,0.4.7,850.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-07-06 17:54:39.000000,2023-07-05 18:48:52,15633.0,299.0,51.0,6912.0,965.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,95.0,,,,,,40775.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-06-30 05:29:13.386987,5463860.0,,,,,,149.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-07-06 13:45:46.000000,2023-07-05 17:09:31,2703.0,240.0,52.0,1998.0,789.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,72.0,23,True,90.0,100.0,27.0,187.0,2023-06-29 01:51:08,,,3.0,1.11.33,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-07-06 12:15:31.000000,2023-07-03 07:15:03,1622.0,208.0,58.0,270.0,466.0,Universal Resolver implementation and drivers.,95.0,23,True,22.0,6.0,24.0,79.0,2022-01-07 16:42:38,,1539.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-07-03 07:17:03.049207,109336.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-07-05 21:26:05.000000,2023-06-25 10:52:49,510.0,257.0,52.0,131.0,4766.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,175.0,504.0,2020-09-02 15:57:23,,196.0,3.0,2.6.1,12750.0,,,,,,,,,,,,,,,,,,,,howdy 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-06-13 19:47:28.000000,2022-12-15 18:47:15,4019.0,748.0,254.0,322.0,2801.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,,4.0,63.0,209.0,2015-09-29 22:50:55,,941.0,3.0,1.1.0,109236.0,,,,,,,,,,,,,,,,,,,, 72,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-07-03 18:24:56.000000,2023-07-03 18:24:54,254.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,11.0,38.0,1.0,10.0,2023-07-03 18:25:08,637.0,19010.0,2.0,2.0.27,,637.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19010.0,1.0,,,,,,,,,, 73,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-05-27 21:02:59.000000,2023-05-05 17:28:31,638.0,257.0,63.0,218.0,3475.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 74,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,631.0,91.0,303.0,1557.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,21,True,4.0,25.0,157.0,303.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 75,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-06-24 11:20:17.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,678.0,425.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,29.0,,1.0,1.0.2,,29.0,,,,,,,,,1.0,,,,,,,,,, 76,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-07-05 07:22:24.000000,2023-07-05 07:09:21,1727.0,98.0,20.0,658.0,326.0,A JavaScript Framework for Verifiable Data.,48.0,21,True,27.0,35.0,56.0,333.0,2023-05-02 15:41:47,3.0,,2.0,5.2.0,,3.0,,,,,,,,,,,,,,,,,,, 77,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4663.0,566.0,121.0,13122.0,Face recognition using Tensorflow.,36.0,20,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-07-06 18:18:25.000000,2023-07-05 21:19:14,284.0,73.0,16.0,250.0,294.0,Decentralized Web Node (DWN) Reference implementation.,29.0,20,True,75.0,16.0,34.0,138.0,,50.0,,2.0,,,50.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,, 79,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-07-06 15:43:31.000000,2023-07-06 13:38:28,778.0,130.0,25.0,913.0,194.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,35.0,75.0,165.0,397.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,,2.0,,,,,,,,,,,,,,,,,,, 80,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-06-24 06:35:56.000000,2023-05-21 18:52:03,338.0,774.0,234.0,226.0,2498.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,46.0,19,True,6.0,,164.0,504.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 81,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-07-05 01:39:02.000000,2023-06-28 19:21:04,2052.0,138.0,167.0,793.0,990.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,21.0,7.0,82.0,990.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 82,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-07-06 14:14:55.000000,2023-07-06 14:14:19,14842.0,644.0,115.0,17.0,661.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,713.0,19,True,34.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-06 00:11:05.000000,2023-07-05 17:36:40,2149.0,204.0,59.0,569.0,307.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,19.0,,51.0,170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 84,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,219.0,64.0,103.0,2230.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 85,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,263.0,95.0,41.0,2158.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,18,True,2.0,,28.0,22.0,,,1429.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1429.0,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,158.0,92.0,183.0,1201.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,18,True,,17.0,65.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,-3.0,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-07-06 06:45:39.000000,2023-07-04 08:10:32,1359.0,73.0,80.0,605.0,238.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,58.0,18,True,87.0,,53.0,512.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-07-06 18:00:23.000000,2023-07-05 17:29:09,1488.0,98.0,23.0,658.0,105.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,131.0,,56.0,152.0,,1.0,,3.0,,,1.0,,,,,,,,,,,,,,,,,,, 89,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-05-24 00:56:11.000000,2023-04-15 21:46:00,532.0,11.0,6.0,510.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,4.0,77.0,2022-05-29 21:14:21,462.0,622.0,3.0,1.6.0,16177.0,462.0,,,,,,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-07-05 18:09:53.000000,2023-07-05 18:09:51,529.0,142.0,82.0,196.0,1249.0,The SPIFFE Project.,57.0,17,True,14.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,925.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,30.0,102.0,,1679.0,,3.0,,,1679.0,,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-29 16:43:26.175786,2023-06-29 16:35:53,681.0,24.0,2.0,100.0,32.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,60.0,32.0,3.0,39.0,2023-06-29 16:43:29,,75.0,3.0,1.2306291636.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-29 16:43:26.175786,1668.0,,,,,,,,,,,,,,, 93,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-04 12:44:46.000000,2023-07-04 12:44:09,3554.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,6.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 94,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-06-29 21:14:09.000000,2023-06-29 21:14:08,275.0,47.0,13.0,277.0,177.0,self sovereign identity sdk.,16.0,16,True,59.0,4.0,41.0,101.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 95,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-07-06 00:22:24.000000,2023-06-28 13:49:36,522.0,37.0,28.0,337.0,147.0,Core library for decentralized identity.,20.0,16,True,6.0,,71.0,100.0,,105.0,,3.0,,,105.0,,,,,,,,,,,,,,,,,,, 96,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-27 12:24:38.000000,2023-06-27 12:24:36,557.0,8.0,5.0,55.0,29.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,161.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,,8.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 97,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-07-04 08:42:23.000000,2023-07-04 08:42:19,902.0,7.0,7.0,100.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,14.0,16,False,41.0,24.0,6.0,16.0,2023-04-30 19:45:02,56.0,2.0,3.0,2.0.0,57.0,56.0,,,,,,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-07-06 18:01:20.000000,2023-07-06 15:01:13,891.0,35.0,50.0,165.0,421.0,Solid Technical Reports.,19.0,15,True,27.0,1.0,183.0,127.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-07-06 17:04:01.000000,2023-07-06 16:22:25,361.0,47.0,12.0,392.0,130.0,The Self Sovereign Identity Service.,19.0,15,True,113.0,3.0,78.0,103.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-06-22 17:01:59.000000,2023-03-30 20:43:43,609.0,30.0,30.0,217.0,71.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,34.0,15,False,,,46.0,162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 101,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-07-03 12:48:29.000000,2023-06-30 11:34:47,337.0,8.0,4.0,76.0,32.0,SDK to work with Polygon ID.,12.0,15,False,102.0,10.0,3.0,9.0,2023-06-30 11:35:36,20.0,,3.0,1.0.0-beta.11,,20.0,,,,,,,,,,,,,,,,,,, 102,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-06-19 10:35:42.466802,2023-06-19 10:30:56,303.0,6.0,2.0,26.0,19.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,76.0,16.0,,35.0,2023-06-19 10:41:14,,38.0,3.0,1.2306191031.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-06-19 10:35:42.466802,613.0,,,,,,,,,,,,,,, 103,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,82.0,75.0,487.0,373.0,W3C Decentralized Identifier Specification v1.0.,62.0,14,True,1.0,,28.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-07-06 15:40:42.000000,2023-07-06 15:38:56,658.0,50.0,71.0,240.0,278.0,A privacy preserving identity exchange Web API.,30.0,14,False,19.0,,145.0,97.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 105,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-26 09:40:47.000000,2023-05-26 09:40:15,143.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,30.0,14,False,1.0,,41.0,28.0,,40.0,,3.0,,,40.0,,,,,,,,,,,,,,,,,,, 106,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,230.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,248.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 107,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-06-22 09:05:32.000000,2023-06-21 18:28:51,566.0,17.0,7.0,42.0,65.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,27.0,12.0,5.0,11.0,,40.0,1.0,3.0,,24.0,40.0,,,,,,,,,,,,,,,,,,, 108,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-07-06 16:22:01.000000,2023-06-27 17:25:55,706.0,17.0,14.0,153.0,52.0,The BBS Signature Scheme.,14.0,13,False,67.0,,13.0,110.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 109,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,12.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,13,False,2.0,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 110,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-06-29 16:56:55.416195,2023-06-29 16:49:55,367.0,12.0,1.0,77.0,17.0,web-wallet @ walt.id.,15.0,13,False,36.0,9.0,10.0,41.0,2023-01-23 16:08:26,,87.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1846.0,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,42.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-07-06 06:00:11.000000,2023-05-25 16:04:53,324.0,25.0,16.0,105.0,38.0,The specification for AnonCreds verifiable credential exchange.,20.0,11,False,1.0,,23.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-07-05 00:09:23.000000,2023-07-02 16:48:10,789.0,1.0,5.0,146.0,27.0,Open-Source Mobile SSI Wallet.,7.0,11,False,367.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 116,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-07-03 17:24:38.000000,2023-06-30 16:42:07,52.0,1.0,10.0,47.0,9.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,11,False,10.0,2.0,,,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-06-26 18:22:16.000000,2023-06-15 23:08:10,51.0,2.0,10.0,47.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,11.0,2.0,1.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 119,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 120,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-05-18 17:06:06.000000,2023-05-18 17:06:05,84.0,10.0,7.0,31.0,16.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-06-28 21:53:17.599756,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-06-28 21:53:17.599756,3984112.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-07-13_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - polygon-id (🥈22 · ⭐ 80 · 📈) - Self Hosted Issuer Node. - faceswap (🥈30 · ⭐ 46K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - keystone (🥉22 · ⭐ 660 · 📈) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - veramo (🥈22 · ⭐ 330 · 📈) - A JavaScript Framework for Verifiable Data. Apache-2 - ion (🥈21 · ⭐ 1.2K · 📈) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇35 · ⭐ 6.3K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - insightface (🥇33 · ⭐ 17K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. MIT - ageitgey-face-recognition (🥉29 · ⭐ 49K · 💀) - The worlds simplest facial recognition api for Python.. MIT - passport (🥉28 · ⭐ 22K · 📉) - Simple, unobtrusive authentication for Node.js. MIT - whisper (🥉25 · ⭐ 41K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT ================================================ FILE: history/2023-07-13_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,trending,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-07-13 18:15:31.000000,2023-07-13 18:02:46,22811.0,947.0,194.0,5918.0,1269.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",444.0,34,True,530.0,207.0,862.0,2638.0,2023-06-29 16:36:31,358.0,632.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-07-13 14:39:18.000000,2023-07-11 18:42:05,1536.0,26.0,13.0,1652.0,49.0,Trinsic SDK repository.,41.0,27,False,51.0,33.0,4.0,370.0,2023-04-24 13:26:38,469.0,1633.0,1.0,1.11.0,8046.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-07-12 22:15:49.000000,2023-07-12 22:15:41,3983.0,41.0,31.0,459.0,179.0,Self Sovereign Identity SDK.,56.0,25,True,777.0,64.0,9.0,44.0,2023-07-10 15:34:14,115.0,6.0,2.0,0.13.0,,11.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-07-11 23:25:40.736253,2023-07-11 23:20:17,2885.0,71.0,12.0,382.0,158.0,Use web3 identity / self-sovereign identity (SSI).,57.0,24,True,235.0,143.0,17.0,270.0,2023-07-11 23:30:54,,724.0,2.0,1.2306281832.0,54.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-28 18:43:04.840338,6913.0,,,,,,,,,,,,,,, 4,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-07-13 17:18:51.000000,2023-07-13 09:34:43,1529.0,37.0,12.0,463.0,80.0,Self Hosted Issuer Node.,27.0,22,False,568.0,21.0,14.0,86.0,2023-07-13 09:36:20,24.0,,2.0,2.2.0,,,,,,,0xPolygonID/issuer-node,1.0,,,,,,,,,,,,, 5,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-07-13 17:12:19.000000,2023-07-13 17:12:18,1024.0,407.0,619.0,222.0,8595.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,26.0,1.0,315.0,209.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-07-13 17:32:14.000000,2023-06-30 17:24:41,1014.0,110.0,75.0,644.0,399.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,17.0,,125.0,195.0,,146.0,,2.0,,,40.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-06-30 09:23:33.000000,2023-04-11 16:19:31,6279.0,55.0,96.0,198.0,96.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-07-10 08:29:28.000000,2023-07-07 04:40:45,7054.0,12.0,7.0,495.0,30.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,254.0,1.0,71.0,1491.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-07-13 16:50:34.000000,2023-07-13 16:43:10,2342.0,2073.0,97.0,1855.0,17584.0,Authentication for the Web.,541.0,41,True,128.0,100.0,173.0,3092.0,2023-07-10 16:21:23,108582.0,2154339.0,1.0,@auth/mikro-orm-adapter@1.0.1,,108582.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2154339.0,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-07-13 17:51:26.000000,2023-07-13 16:23:44,22403.0,5369.0,360.0,11981.0,16766.0,Open Source Identity and Access Management For Modern Applications and Services.,1205.0,41,True,712.0,38.0,1651.0,5049.0,2023-07-11 14:55:57,335.0,60805.0,1.0,22.0.0,1884961.0,335.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-07-12 19:12:35.000000,2023-07-12 19:12:35,3693.0,1839.0,236.0,3919.0,10984.0,CoreDNS is a DNS server that chains plugins.,362.0,41,True,93.0,65.0,85.0,2067.0,2023-02-06 18:30:04,5207.0,2808616.0,1.0,1.10.1,6731489.0,5207.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,239934216.0,,,,,,138.0,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-07-13 13:58:27.000000,2023-07-12 08:46:46,4687.0,1129.0,120.0,3771.0,8245.0,"An open source, general-purpose policy engine.",404.0,40,True,144.0,100.0,305.0,1994.0,2023-06-29 19:58:06,2608.0,4457791.0,1.0,0.54.0,3423538.0,2608.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-07-12 09:46:22.363867,399550368.0,,,,,,34.0,,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-07-11 15:31:37.000000,2023-07-11 15:31:37,7894.0,1834.0,145.0,2966.0,10529.0,Automatically provision and manage TLS certificates in Kubernetes.,401.0,39,True,266.0,100.0,184.0,2858.0,2023-06-20 11:39:00,527.0,1375372.0,1.0,1.11.4,49513399.0,527.0,,,,,,,,,,,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-07-13 18:17:59.000000,2023-07-13 17:36:52,17690.0,3708.0,814.0,16140.0,28006.0,"A tool for secrets management, encryption as a service, and privileged access management.",1353.0,38,True,573.0,98.0,898.0,4667.0,2023-06-20 22:56:17,6319.0,,2.0,1.14.0,,6319.0,,,,,,,,,,,,,,,,,,, 15,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,455.0,68.0,481.0,2609.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,400390.0,79349178.0,1.0,3.2.2,,400390.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79349178.0,,,,,, 16,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-07-12 09:33:32.000000,2023-07-12 09:33:31,3661.0,1298.0,226.0,1686.0,14268.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",287.0,36,True,75.0,100.0,61.0,1378.0,2023-05-24 08:55:23,2.0,4137194.0,2.0,2.1.2,589816.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,404542021.0,,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 17,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-07-13 15:42:47.000000,2023-07-13 09:49:19,3850.0,760.0,111.0,1618.0,9032.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",204.0,36,True,108.0,43.0,208.0,913.0,2023-07-12 20:24:48,322.0,1805748.0,1.0,1.0.0,31238.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,111910352.0,,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-07-13 15:50:18.000000,2023-07-06 16:30:29,8262.0,1096.0,126.0,925.0,6264.0,A PyTorch-based Speech Toolkit.,208.0,35,True,190.0,8.0,118.0,800.0,2023-03-24 17:40:58,826.0,173933.0,1.0,0.5.14,,826.0,,,,,,-1.0,,,,,speechbrain,https://pypi.org/project/speechbrain,173933.0,,,,,, 19,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-07-12 19:28:18.000000,2023-07-10 05:19:14,1479.0,246.0,40.0,323.0,4987.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,37.0,100.0,8.0,416.0,2023-05-05 18:06:03,48227.0,1787799.0,2.0,@casl/mongoose@7.1.3,,48227.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1787799.0,,,,,,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-07-08 15:22:34.000000,2023-07-08 15:17:39,1061.0,1495.0,233.0,460.0,15262.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",133.0,34,True,9.0,100.0,22.0,708.0,2023-06-17 14:33:13,2469.0,218113.0,2.0,2.71.1,,2469.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,149682.0,,casbin,https://pypi.org/project/casbin,68431.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-07-13 01:24:01.000000,2023-06-28 08:26:08,4713.0,1539.0,183.0,1666.0,8005.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",124.0,34,True,102.0,15.0,249.0,1292.0,2023-04-14 09:36:52,64.0,108841.0,3.0,r1.4.1,,64.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,108841.0,,,,,, 22,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51,2023-07-13 13:24:04.000000,2023-06-10 16:42:09,2251.0,4452.0,481.0,144.0,16671.0,State-of-the-art 2D and 3D Face Analysis Project.,54.0,33,True,38.0,1.0,901.0,1317.0,2023-04-02 07:43:27,500.0,53965.0,1.0,0.7,161892.0,500.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,-1.0,,,,,,,,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3444.0,335.0,106.0,15249.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,415.0,387.0,2020-03-22 14:01:55,6828.0,125256.0,1.0,0.22.2,,6828.0,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,125256.0,,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-07-13 18:16:22.000000,2023-07-13 17:04:34,2968.0,274.0,35.0,3423.0,3616.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,159.0,100.0,84.0,803.0,2023-05-26 21:06:13,12.0,9405672.0,2.0,0.21.4,45065.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-07-13 18:08:41.230723,507852241.0,,,,,,10.0,,,,,,,,, 25,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-07-13 17:37:47.000000,2023-07-13 10:24:54,6071.0,370.0,57.0,4003.0,3375.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",197.0,32,True,759.0,100.0,201.0,985.0,2023-06-27 03:16:37,179.0,12440.0,2.0,ockam_v0.90.0,248819.0,179.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 26,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-07-13 00:45:13.347242,2023-07-12 13:29:21,23383.0,3785.0,607.0,4370.0,10362.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,31,True,413.0,100.0,,,2023-06-30 08:34:42,,5757.0,2.0,6.6.9,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-07-13 00:45:13.347242,817504.0,,,,,,126.0,,,,,,,,, 27,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-07-13 17:53:32.000000,2023-07-13 15:11:52,2968.0,188.0,33.0,1068.0,3662.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",28.0,31,True,333.0,44.0,100.0,258.0,2023-07-12 17:20:36,24.0,24582.0,2.0,1.23.0,17815.0,24.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-07-12 17:41:26.266992,546795.0,,,,,,4.0,,,,,,,,, 28,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-07-13 18:18:56.000000,2023-07-13 18:08:29,3252.0,232.0,73.0,3127.0,3647.0,Boundary enables identity-based access management for dynamic infrastructure.,132.0,31,True,387.0,44.0,69.0,230.0,2023-06-12 23:09:58,8.0,186659.0,2.0,0.13.0,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-06-12 23:15:35.268469,7839684.0,,,,,,10.0,,,,,,,,, 29,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-07-04 21:30:04.000000,2023-06-29 07:38:05,2397.0,713.0,71.0,220.0,2735.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,64.0,31,True,27.0,100.0,,,2023-05-30 16:30:27,1026.0,126607.0,2.0,8.2.2,,1026.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,126607.0,,,,,,,,,, 30,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-07-13 16:56:26.000000,2023-07-09 19:23:47,6071.0,382.0,82.0,3088.0,1449.0,The SPIFFE Runtime Environment.,159.0,31,True,162.0,81.0,160.0,1087.0,2023-06-14 21:09:11,114.0,2012.0,2.0,1.7.0,138849.0,114.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 31,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-07-12 07:24:07.000000,2023-07-12 07:23:48,1765.0,12308.0,1518.0,508.0,46259.0,Deepfakes Software For All.,97.0,30,True,43.0,4.0,21.0,789.0,2023-06-18 18:08:19,,616.0,2.0,2.2.0,32687.0,,,,,,,1.0,,,,,,,,,,,,, 32,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-07-13 09:13:02.000000,2023-07-12 09:33:21,2528.0,1428.0,176.0,1799.0,8252.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,218.0,30,True,137.0,80.0,286.0,775.0,2023-06-30 14:12:39,16.0,3.0,2.0,2.37.0,294.0,16.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 33,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-07-13 12:13:44.000000,2023-07-09 21:35:27,1064.0,1387.0,105.0,80.0,6827.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",42.0,30,True,67.0,,8.0,713.0,,1642.0,46213.0,2.0,,,1642.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,46213.0,,,,,, 34,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12697.0,1573.0,217.0,48789.0,The worlds simplest facial recognition api for Python and the command line.,54.0,29,False,,2.0,703.0,582.0,2018-04-02 17:18:43,,56579.0,3.0,1.2.2,1106.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6580.0,,-6.0,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,56479.0,,,,,, 35,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-06-22 07:30:13.000000,2023-06-22 07:30:12,2361.0,998.0,107.0,812.0,5166.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,8.0,62.0,21.0,825.0,2023-03-29 07:20:04,7924.0,,3.0,5.6.6,,7924.0,,,,,,,,,,,,,,,,,,doorkeeper, 36,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-07-13 09:46:15.000000,2023-07-13 09:46:14,1335.0,309.0,49.0,707.0,3000.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,36.0,100.0,48.0,268.0,2023-07-13 09:44:59,2.0,1224457.0,3.0,0.40.4,26022.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-13 09:44:58.607533,85685600.0,,,,,,27.0,,,,,,,,, 37,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-07-10 02:06:21.000000,2023-06-26 23:04:02,579.0,62.0,39.0,202.0,298.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,14.0,99.0,8.0,75.0,2023-06-26 23:04:51,3647.0,113938.0,1.0,7.2.4,,3647.0,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,113938.0,,,,,,,,,, 38,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1170.0,316.0,152.0,21615.0,"Simple, unobtrusive authentication for Node.js.",38.0,28,True,,,327.0,420.0,,,8749491.0,3.0,,,,,,,,,-9.0,passport,https://www.npmjs.com/package/passport,8749491.0,,,,,,,,,, 39,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-07-13 17:12:29.000000,2023-07-12 10:58:27,4482.0,921.0,155.0,4294.0,16860.0,The Single Sign-On Multi-Factor portal for web apps.,126.0,28,True,334.0,100.0,66.0,1045.0,2022-12-21 09:01:04,2.0,583.0,2.0,4.37.5,24520.0,2.0,,,,,,,,,,,,,,,,,,, 40,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3473.0,761.0,73.0,14798.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1701.0,3.0,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,159975.0,,,,,,70.0,,,,,,,,, 41,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-07-13 03:04:20.000000,2023-07-12 16:14:18,1760.0,777.0,52.0,1119.0,6653.0,An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway..,134.0,28,True,256.0,100.0,106.0,780.0,2023-07-12 13:24:10,1.0,1848.0,2.0,1.362.0,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-07-12 16:52:53.967852,60988.0,,,,,,9.0,,,,,,,,, 42,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-07-13 09:37:27.000000,2023-07-13 09:09:05,4427.0,220.0,34.0,3867.0,5993.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",37.0,28,True,414.0,44.0,49.0,213.0,2023-06-28 14:19:23,7.0,646.0,2.0,1.6.0,2163.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-03 04:37:06.744738,12551.0,,,,,,1.0,,,,,,,,, 43,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-07-13 17:53:41.000000,2023-07-13 17:37:05,6241.0,527.0,138.0,4153.0,4686.0,"An ACME-based certificate authority, written in Go.",126.0,28,True,106.0,74.0,191.0,2634.0,2023-07-11 19:07:30,,22126.0,2.0,release-2023-07-11,54312.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-07-12 17:46:53.834653,1929439.0,,,,,,12.0,,,,,,,,, 44,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-07-13 17:10:41.000000,2023-07-12 17:46:50,2299.0,206.0,27.0,4325.0,3994.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,57.0,28,True,208.0,100.0,367.0,1172.0,2023-06-27 20:09:04,1.0,424.0,2.0,2.30.0,2123.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-07-09 14:46:59.000000,2023-05-04 20:09:28,1191.0,151.0,31.0,1504.0,3132.0,Oso is a batteries-included framework for building authorization in your application.,62.0,28,True,4.0,100.0,101.0,99.0,2023-04-03 23:25:23,74.0,42460.0,3.0,0.27.0,2536.0,74.0,,,,,,,,,,,oso,https://pypi.org/project/oso,42373.0,,,,,, 46,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-07-12 11:18:35.000000,2023-07-07 16:31:37,4864.0,238.0,38.0,648.0,1084.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,28,True,169.0,44.0,55.0,223.0,2023-07-06 18:10:47,1161.0,,3.0,6.3.3,,1161.0,,,,,,,,,,,,,,,,,,, 47,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-07-11 11:53:06.000000,2023-03-08 14:05:28,373.0,42.0,24.0,123.0,184.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4372.0,148438.0,1.0,4.1.0,,4372.0,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,148438.0,,,,,,,,,, 48,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-07-11 03:17:19.000000,2023-07-10 13:20:59,1427.0,290.0,57.0,1006.0,4121.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,27,True,36.0,50.0,45.0,252.0,,2.0,792989.0,3.0,,16010.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50733070.0,,,,,,6.0,,,,,,,,, 49,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-04-17 21:26:30.000000,2023-04-06 13:30:49,2951.0,284.0,81.0,828.0,1742.0,Solid server on top of the file-system in NodeJS.,85.0,27,True,,51.0,279.0,610.0,2023-03-17 17:09:04,38.0,8665.0,1.0,5.7.7,,38.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,885433.0,,,solid-server,https://www.npmjs.com/package/solid-server,312.0,4.0,,,,,,,,, 50,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-07-13 16:48:55.000000,2023-07-12 12:53:02,1298.0,75.0,22.0,1378.0,1528.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",20.0,27,True,88.0,51.0,43.0,238.0,2023-06-13 09:42:56,11.0,1399.0,3.0,0.28.0,39177.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-07-13 17:49:52.000000,2023-07-13 12:34:27,32611.0,46.0,26.0,3104.0,259.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,524.0,100.0,318.0,2067.0,2023-07-12 16:44:57,,431.0,3.0,1.0.15,1293.0,,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-07-10 00:50:06.000000,2023-07-03 00:42:26,318.0,38.0,23.0,86.0,152.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,17.0,42.0,5.0,44.0,2023-06-27 04:43:49,656.0,30889.0,1.0,3.2.4,,656.0,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,30889.0,,,,,,,,,, 53,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-07-13 05:30:43.000000,2023-07-13 05:30:43,1362.0,94.0,15.0,1317.0,1537.0,"Kanidm: A simple, secure and fast identity management platform.",47.0,26,True,225.0,14.0,118.0,393.0,2023-05-01 01:14:41,42.0,133.0,3.0,1.1.0-alpha.12,20.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-07-10 07:08:53.944743,7056.0,,,,,,,,,,,,,,, 54,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-07-13 17:49:51.000000,2023-07-11 19:03:48,3321.0,117.0,45.0,1746.0,684.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,48.0,69.0,207.0,901.0,2023-05-17 19:48:54,,81037.0,3.0,1.19.5,346.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-07-13 16:15:49.735788,6887782.0,,,,,,30.0,,,,,,,,, 55,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-07-04 18:07:07.000000,2023-07-04 18:07:06,3181.0,153.0,20.0,2021.0,227.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,37.0,14.0,387.0,1194.0,2023-05-09 10:57:15,305.0,,2.0,0.3.2,,305.0,,,,,,,,,,,,,,,,,,, 56,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8473.0,1069.0,127.0,41282.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,25,True,1.0,2.0,519.0,787.0,2020-04-09 05:48:48,,3843.0,3.0,DF.wf.288res.384.92.72.22,153742.0,,,,,,,,,,,,,,,,,,,, 57,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-07-10 18:46:18.000000,2023-07-06 19:48:08,117.0,4511.0,369.0,162.0,41027.0,Robust Speech Recognition via Large-Scale Weak Supervision.,55.0,25,True,9.0,6.0,,,2023-03-15 07:40:02,,150873.0,3.0,20230314,,,,,,,,-1.0,,,,,openai-whisper,https://pypi.org/project/openai-whisper,150873.0,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-07-13 15:02:15.000000,2023-07-13 15:01:52,11980.0,332.0,20.0,4713.0,4210.0,The authentication glue you need.,172.0,25,True,694.0,100.0,369.0,1035.0,2023-07-10 11:46:48,,64.0,3.0,ersion/2023.6.1,1610.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-07-12 20:12:44.000000,2023-07-12 20:12:44,5606.0,305.0,400.0,3928.0,1643.0,Repository for the Lemur Certificate Manager.,147.0,25,True,201.0,26.0,122.0,393.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,51.0,,,,,,,,,,,,,,,,,,,, 60,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-07-12 15:23:13.000000,2023-07-12 15:23:12,1643.0,109.0,19.0,319.0,1729.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,178.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2210.0,3.0,0.7.3,485.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,63612.0,,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-07-12 22:04:36.000000,2023-07-12 14:32:44,7596.0,408.0,32.0,1369.0,355.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,119.0,24,True,277.0,57.0,183.0,752.0,2023-06-29 16:36:31,,,2.0,0.8.2,,,,,,,,,,,,,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-07-13 13:25:22.000000,2023-07-12 06:35:56,1366.0,65.0,24.0,925.0,257.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,37.0,18.0,55.0,199.0,2023-03-08 16:34:58,95.0,,2.0,0.6.2,,95.0,,,,,,,,,,,,,,,,,,, 63,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-07-13 15:02:19.000000,2023-07-13 12:56:35,9589.0,40.0,11.0,753.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,54.0,61.0,35.0,105.0,2023-05-23 13:25:58,10.0,316.0,2.0,0.56.0,11087.0,10.0,,,,,,,,,,,,,,,,,,, 64,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-09 18:06:58.000000,2023-07-09 18:01:38,325.0,2195.0,226.0,25.0,15644.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,5.0,35.0,1.0,127.0,2023-01-21 09:26:53,,18635.0,3.0,TINA_SHIFT,465893.0,,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-07-13 11:27:58.000000,2023-07-11 11:08:04,802.0,345.0,63.0,310.0,9655.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,92.0,27.0,96.0,321.0,2023-07-12 09:25:19,,,3.0,6.0.3,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-07-12 16:31:07.000000,2023-07-06 23:02:05,1624.0,51.0,13.0,468.0,1541.0,Permify is an open-source authorization service inspired by Google Zanzibar.,22.0,23,True,408.0,32.0,23.0,82.0,2023-07-04 12:41:12,,84.0,3.0,0.4.7,924.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-07-12 21:33:49.000000,2023-07-05 18:48:52,15633.0,299.0,51.0,6913.0,967.0,"Mirror of FreeIPA, an integrated security information management solution.",216.0,23,True,94.0,,,,,,40832.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-07-12 05:26:53.723569,5471564.0,,,,,,150.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-07-13 09:58:47.000000,2023-07-12 16:35:07,2713.0,241.0,52.0,2007.0,789.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,72.0,23,True,97.0,100.0,27.0,188.0,2023-07-07 18:12:32,,,3.0,1.11.34,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-07-13 18:11:02.000000,2023-07-03 07:15:03,1622.0,208.0,58.0,270.0,468.0,Universal Resolver implementation and drivers.,95.0,23,True,22.0,6.0,24.0,79.0,2022-01-07 16:42:38,,1544.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-07-03 07:17:03.049207,109634.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-07-05 21:26:05.000000,2023-06-25 10:52:49,510.0,257.0,52.0,131.0,4775.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,174.0,505.0,2020-09-02 15:57:23,,197.0,3.0,2.6.1,12822.0,,,,,,,,,,,,,,,,,,,,howdy 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-06-13 19:47:28.000000,2022-12-15 18:47:15,4019.0,747.0,254.0,322.0,2801.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,,4.0,63.0,209.0,2015-09-29 22:50:55,,941.0,3.0,1.1.0,109257.0,,,,,,,,,,,,,,,,,,,, 72,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-07-13 11:44:29.000000,2023-07-11 18:35:55,14848.0,644.0,115.0,17.0,662.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,713.0,22,True,38.0,,,,,111.0,,3.0,,,111.0,,,,,,3.0,,,,,,,,,,,,, 73,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-07-10 00:11:11.000000,2023-07-07 14:55:33,1730.0,97.0,21.0,659.0,330.0,A JavaScript Framework for Verifiable Data.,48.0,22,True,27.0,35.0,56.0,333.0,2023-05-02 15:41:47,3.0,,2.0,5.2.0,,3.0,,,,,,1.0,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-07-10 00:47:38.000000,2023-07-03 18:24:54,254.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,11.0,38.0,1.0,10.0,2023-07-03 18:25:08,648.0,19617.0,2.0,2.0.27,,648.0,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19617.0,,,,,,,,,, 75,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-07-10 22:46:24.000000,2023-05-05 17:28:31,638.0,256.0,63.0,219.0,3477.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,3.0,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 76,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,633.0,91.0,303.0,1557.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,21,True,4.0,25.0,150.0,311.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 77,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,158.0,92.0,183.0,1201.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,21,True,,17.0,66.0,68.0,2022-06-09 01:42:53,53.0,,2.0,1.0.4,,53.0,,,,,,3.0,,,,,,,,,,,,, 78,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-06-24 11:20:17.000000,2023-04-04 19:14:54,1149.0,100.0,42.0,678.0,425.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,29.0,,1.0,1.0.2,,29.0,,,,,,,,,,,,,,,,,,, 79,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-03-25 00:05:44.000000,2018-04-16 17:32:11,566.0,4667.0,566.0,121.0,13124.0,Face recognition using Tensorflow.,36.0,20,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 80,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-07-13 06:58:39.000000,2023-07-12 17:55:51,292.0,75.0,16.0,258.0,294.0,Decentralized Web Node (DWN) Reference implementation.,29.0,20,True,79.0,16.0,36.0,139.0,,58.0,,2.0,,,58.0,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 81,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-07-12 23:22:37.000000,2023-07-06 13:38:28,778.0,132.0,25.0,915.0,198.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,29.0,75.0,161.0,406.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,,2.0,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-07-12 07:05:14.000000,2023-07-12 07:05:13,339.0,769.0,235.0,226.0,2499.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,7.0,,156.0,512.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-07-13 08:08:13.000000,2023-07-12 19:33:54,2060.0,139.0,167.0,795.0,995.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,29.0,7.0,81.0,991.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 84,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-12 00:42:43.000000,2023-07-05 17:36:40,2149.0,204.0,59.0,571.0,307.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,19.0,,50.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,219.0,64.0,103.0,2230.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,264.0,96.0,41.0,2173.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,18,True,2.0,,27.0,23.0,,,1440.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1440.0,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-07-13 18:15:59.000000,2023-07-12 02:12:11,1373.0,72.0,81.0,611.0,242.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,59.0,18,True,96.0,,55.0,517.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-07-13 18:15:31.000000,2023-07-13 18:02:46,1495.0,98.0,23.0,669.0,110.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,132.0,,55.0,153.0,,1.0,,3.0,,,1.0,,,,,,,,,,,,,,,,,,, 89,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-07-08 01:56:19.000000,2023-04-15 21:46:00,532.0,11.0,6.0,512.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,4.0,77.0,2022-05-29 21:14:21,469.0,625.0,3.0,1.6.0,16264.0,469.0,,,,,,,,,,,,,,,,,,, 90,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-07-05 18:09:53.000000,2023-07-05 18:09:51,529.0,143.0,82.0,196.0,1252.0,The SPIFFE Project.,57.0,17,True,13.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,148.0,37.0,93.0,926.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,17,True,,,30.0,102.0,,1709.0,,3.0,,,1709.0,,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-29 16:43:26.175786,2023-06-29 16:35:53,681.0,24.0,2.0,100.0,32.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,60.0,32.0,3.0,39.0,2023-06-29 16:43:29,,84.0,3.0,1.2306291636.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-29 16:43:26.175786,1848.0,,,,,,,,,,,,,,, 93,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-07-10 15:35:16.000000,2023-07-10 15:35:10,912.0,8.0,7.0,102.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,17,False,50.0,25.0,3.0,19.0,2023-07-10 15:34:14,56.0,2.0,3.0,2.1.0,57.0,56.0,,,,,,,,,,,,,,,,,,, 94,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-04 12:44:46.000000,2023-07-04 12:44:09,3554.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,6.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-07-11 19:00:56.000000,2023-07-11 19:00:54,280.0,47.0,13.0,282.0,177.0,self sovereign identity sdk.,16.0,16,True,56.0,4.0,41.0,102.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 96,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-07-13 17:32:14.000000,2023-06-28 13:49:36,522.0,37.0,28.0,339.0,147.0,Core library for decentralized identity.,20.0,16,True,5.0,,71.0,100.0,,106.0,,3.0,,,106.0,,,,,,,,,,,,,,,,,,, 97,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-27 12:24:38.000000,2023-06-27 12:24:36,557.0,8.0,6.0,55.0,30.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,156.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,,8.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 98,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-07-13 17:12:19.000000,2023-07-13 17:12:18,892.0,35.0,49.0,166.0,422.0,Solid Technical Reports.,19.0,15,True,26.0,1.0,183.0,127.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,82.0,76.0,487.0,376.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,28.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-07-13 16:01:38.000000,2023-07-13 15:19:49,373.0,47.0,12.0,407.0,130.0,The Self Sovereign Identity Service.,19.0,15,True,121.0,3.0,70.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-07-13 16:32:03.000000,2023-03-30 20:43:43,609.0,30.0,30.0,219.0,72.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,,,48.0,162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 102,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-07-13 17:18:51.000000,2023-07-13 09:34:43,358.0,10.0,4.0,84.0,33.0,SDK to work with Polygon ID.,13.0,15,False,107.0,16.0,4.0,11.0,2023-07-13 09:36:20,24.0,,3.0,1.0.0-beta.18,,24.0,,,,,,,,,,,,,,,,,,, 103,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-07-11 23:25:40.736253,2023-07-11 23:20:17,306.0,6.0,2.0,27.0,19.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,53.0,18.0,,35.0,2023-07-11 23:30:54,,38.0,3.0,1.2307112321.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-07-11 23:25:40.736253,618.0,,,,,,,,,,,,,,, 104,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-07-10 14:25:14.000000,2023-07-10 14:23:52,659.0,50.0,71.0,241.0,278.0,A privacy preserving identity exchange Web API.,30.0,14,False,20.0,,147.0,97.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 105,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-05-26 09:40:47.000000,2023-05-26 09:40:15,143.0,69.0,27.0,172.0,79.0,Aries Framework .NET for building multiplatform SSI services.,30.0,14,False,1.0,,41.0,28.0,,40.0,,3.0,,,40.0,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,12.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,230.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,248.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17621.0,,,,,,,,,,,,,,, 108,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-07-07 11:39:06.000000,2023-06-21 18:28:51,566.0,17.0,7.0,42.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,23.0,12.0,5.0,11.0,,40.0,1.0,3.0,,24.0,40.0,,,,,,,,,,,,,,,,,,, 109,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-07-11 00:11:38.000000,2023-07-10 21:10:47,766.0,17.0,14.0,154.0,52.0,The BBS Signature Scheme.,14.0,13,False,122.0,,11.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 110,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,Apache-2.0,2021-10-26 18:13:46,2023-06-29 16:56:55.416195,2023-06-29 16:49:55,367.0,12.0,1.0,77.0,17.0,web-wallet @ walt.id.,15.0,13,False,33.0,9.0,10.0,41.0,2023-01-23 16:08:26,,89.0,3.0,0.6.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1872.0,,,,,,,,,,,,,,, 111,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-07-13 05:07:58.000000,2023-07-12 18:27:55,326.0,25.0,15.0,107.0,39.0,The specification for AnonCreds verifiable credential exchange.,20.0,12,False,3.0,,23.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-07-12 12:38:31.000000,2023-07-12 12:38:21,790.0,3.0,5.0,147.0,27.0,Open-Source Mobile SSI Wallet.,7.0,12,False,351.0,,1.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-03-29 23:11:17.000000,2023-03-29 23:11:14,598.0,5.0,62.0,81.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 114,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,42.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,10.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 116,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-07-03 17:24:38.000000,2023-06-30 16:42:07,52.0,1.0,10.0,47.0,10.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,11,False,10.0,2.0,1.0,,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-07-12 15:18:13.000000,2023-06-15 23:08:10,51.0,2.0,10.0,47.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,11.0,2.0,1.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 119,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 120,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-07-13 14:04:44.000000,2023-05-18 17:06:05,84.0,10.0,8.0,31.0,16.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-06-28 21:53:17.599756,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-06-28 21:53:17.599756,3988005.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-07-27_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - passport (🥈37 · ⭐ 22K · 📈) - Simple, unobtrusive authentication for Node.js. MIT - speechbrain (🥇36 · ⭐ 6.3K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - casbin (🥈35 · ⭐ 15K · 📈) - An authorization library that supports access control models like.. Apache-2 - identity-server (🥉30 · ⭐ 1.1K · 📈) - The most flexible and standards-compliant OpenID.. ❗️Custom - anoncreds (🥉14 · ⭐ 38 · 📈) - The specification for AnonCreds verifiable credential.. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - trinsic-id (🥈24 · ⭐ 50 · 📉) - Trinsic SDK repository. - waltid-ssikit (🥈22 · ⭐ 140 · 📉) - Use web3 identity / self-sovereign identity (SSI). - insightface (🥈32 · ⭐ 17K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - trinsic-okapi (🥉16 · ⭐ 23 · 📉) - Collection of tools that support workflows for authentic.. Apache-2 - waltid-web-wallet (🥉1 · 📉) - ❗Unlicensed ================================================ FILE: history/2023-07-27_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_dependent_project_count,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-07-27 15:10:49.000000,2023-07-27 13:46:33,22972.0,952.0,192.0,6000.0,1282.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",446.0,34,True,629.0,210.0,863.0,2675.0,2023-07-24 22:28:58,364.0,648.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-07-25 01:43:54.000000,2023-07-25 01:43:48,4003.0,41.0,33.0,460.0,183.0,Self Sovereign Identity SDK.,56.0,25,True,568.0,64.0,9.0,44.0,2023-07-10 15:34:14,116.0,6.0,2.0,0.13.0,11.0,,,,,,,,,,,,,,,,,,,, 2,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-07-22 16:09:03.000000,2023-07-20 17:57:14,1544.0,26.0,14.0,1659.0,50.0,Trinsic SDK repository.,41.0,24,False,45.0,33.0,4.0,370.0,2023-04-24 13:26:38,9.0,1652.0,2.0,1.11.0,,8156.0,-3.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-07-11 23:25:40.736253,2023-07-11 23:20:17,2518.0,59.0,11.0,305.0,142.0,Use web3 identity / self-sovereign identity (SSI).,42.0,22,True,161.0,134.0,7.0,229.0,2023-07-11 23:30:54,,603.0,2.0,1.2306281832.0,,55.0,-2.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-06-28 18:43:04.840338,7351.0,,,,,,,,,,,,,, 4,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-07-26 12:34:38.000000,2023-07-20 12:35:15,1535.0,40.0,12.0,472.0,80.0,Self Hosted Issuer Node.,27.0,22,False,344.0,21.0,20.0,88.0,2023-07-13 09:36:20,29.0,,2.0,2.2.0,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 5,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-07-27 11:30:06.000000,2023-07-27 11:30:00,1039.0,407.0,617.0,227.0,8598.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,36.0,1.0,315.0,210.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-07-27 13:05:11.000000,2023-07-14 13:35:29,1015.0,110.0,75.0,645.0,399.0,A cross-platform toolkit for decentralized identity.,51.0,20,True,10.0,,124.0,196.0,,146.0,,2.0,,40.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,200.0,97.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-07-27 11:20:08.000000,2023-07-27 11:20:01,7082.0,12.0,8.0,497.0,31.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,212.0,1.0,74.0,1510.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-07-27 16:17:02.000000,2023-07-26 13:04:12,2362.0,2090.0,96.0,1878.0,17756.0,Authentication for the Web.,545.0,41,True,111.0,100.0,187.0,3136.0,2023-07-18 20:55:12,114243.0,2242930.0,1.0,next-auth@4.22.3,114243.0,,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2242930.0,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-07-27 16:45:31.000000,2023-07-27 16:45:31,22519.0,5416.0,360.0,12127.0,16897.0,Open Source Identity and Access Management For Modern Applications and Services.,1217.0,41,True,663.0,39.0,1666.0,5175.0,2023-07-18 09:57:40,348.0,61962.0,1.0,22.0.1,348.0,1920842.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-07-26 17:16:25.000000,2023-07-24 18:44:19,3701.0,1845.0,236.0,3940.0,11035.0,CoreDNS is a DNS server that chains plugins.,362.0,41,True,79.0,65.0,88.0,2068.0,2023-02-06 18:30:04,5375.0,2823025.0,1.0,1.10.1,5375.0,6744169.0,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,241188678.0,,,,,138.0,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-07-27 17:59:19.739999,2023-07-27 17:42:51,4707.0,1133.0,120.0,3790.0,8292.0,"An open source, general-purpose policy engine.",408.0,40,True,142.0,100.0,304.0,2005.0,2023-07-27 18:10:47,2643.0,4546545.0,1.0,0.55.0,2643.0,3511059.0,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-07-27 17:59:19.739999,407345484.0,,,,,36.0,,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-07-27 15:54:51.000000,2023-07-27 15:54:51,7927.0,1838.0,145.0,2979.0,10568.0,Automatically provision and manage TLS certificates in Kubernetes.,406.0,39,True,241.0,100.0,168.0,2885.0,2023-07-26 12:33:55,540.0,1416034.0,1.0,1.12.3,540.0,50977259.0,,,,,,,,,,,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-07-27 17:42:40.000000,2023-07-27 17:41:14,17783.0,3720.0,815.0,16380.0,28096.0,"A tool for secrets management, encryption as a service, and privileged access management.",1360.0,38,True,566.0,100.0,891.0,4698.0,2023-07-25 18:08:48,6488.0,,2.0,1.14.1,6488.0,,,,,,,,,,,,,,,,,,,, 15,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,456.0,68.0,481.0,2617.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,407130.0,79714621.0,1.0,3.2.2,407130.0,,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,79714621.0,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1172.0,315.0,152.0,21648.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,328.0,420.0,,883527.0,8822165.0,2.0,,883527.0,,9.0,,,,,,passport,https://www.npmjs.com/package/passport,8822165.0,,,,,,,,,, 17,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-07-25 10:56:21.000000,2023-07-25 08:17:55,3663.0,1302.0,226.0,1688.0,14320.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",287.0,36,True,69.0,100.0,64.0,1378.0,2023-05-24 08:55:23,2.0,4144287.0,2.0,2.1.2,2.0,597570.0,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,405225100.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-07-27 13:57:59.000000,2023-07-24 09:22:08,3857.0,764.0,110.0,1623.0,9137.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",204.0,36,True,99.0,43.0,196.0,931.0,2023-07-12 20:24:48,322.0,1806727.0,1.0,1.0.0,322.0,31608.0,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,111970496.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-07-27 17:21:15.000000,2023-07-27 17:21:15,8722.0,1094.0,124.0,938.0,6339.0,A PyTorch-based Speech Toolkit.,213.0,36,True,495.0,9.0,119.0,803.0,2023-07-22 18:07:47,844.0,241533.0,1.0,0.5.15,844.0,,1.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,241533.0,,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-07-27 11:21:32.000000,2023-07-17 15:02:53,1063.0,1501.0,234.0,464.0,15339.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",133.0,35,True,10.0,100.0,17.0,717.0,2023-07-17 15:04:17,2486.0,213089.0,2.0,2.72.1,2486.0,,1.0,,,,,,casbin,https://www.npmjs.com/package/casbin,140028.0,,casbin,https://pypi.org/project/casbin,73061.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-07-26 01:55:52.000000,2023-07-26 01:55:52,4725.0,1547.0,183.0,1668.0,8145.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",125.0,35,True,75.0,15.0,281.0,1295.0,2023-04-14 09:36:52,65.0,118710.0,3.0,r1.4.1,65.0,,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,118710.0,,,,,, 22,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-07-24 00:33:27.000000,2023-07-22 12:21:40,1486.0,246.0,40.0,324.0,5017.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,41.0,100.0,7.0,419.0,2023-07-22 12:21:46,49344.0,1827539.0,2.0,@casl/mongoose@7.2.0,49344.0,,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1827539.0,,,,,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3459.0,334.0,106.0,15287.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,419.0,387.0,2020-03-22 14:01:55,6913.0,125708.0,1.0,0.22.2,6913.0,,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,125708.0,,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-07-26 19:06:10.965530,2023-07-26 17:45:10,2987.0,273.0,34.0,3446.0,3627.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,153.0,100.0,86.0,812.0,2023-05-26 21:06:13,12.0,10732484.0,2.0,0.21.4,12.0,45565.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-07-26 19:06:10.965530,579499506.0,,,,,10.0,,,,,,,,, 25,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-07-27 17:16:28.000000,2023-07-27 17:16:27,2256.0,4488.0,483.0,146.0,16923.0,State-of-the-art 2D and 3D Face Analysis Project.,55.0,32,False,24.0,1.0,910.0,1322.0,2023-04-02 07:43:27,552.0,71878.0,2.0,0.7,552.0,215631.0,-1.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,, 26,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-07-27 16:29:07.000000,2023-07-27 16:25:01,3288.0,236.0,208.0,3201.0,3659.0,Boundary enables identity-based access management for dynamic infrastructure.,133.0,32,True,402.0,45.0,70.0,231.0,2023-07-18 12:06:27,8.0,193515.0,2.0,0.13.1,8.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-07-18 12:12:01.655444,8127671.0,,,,,10.0,,,,,,,,, 27,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-07-27 17:43:57.000000,2023-07-27 17:13:21,6187.0,373.0,56.0,4084.0,3403.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",204.0,32,True,771.0,100.0,199.0,1008.0,2023-06-27 03:16:37,180.0,13086.0,2.0,ockam_v0.90.0,180.0,261726.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 28,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-07-27 10:54:19.000000,2023-07-26 16:50:45,23469.0,3784.0,608.0,4388.0,10382.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,31,True,458.0,100.0,,,2023-06-30 08:34:42,,5783.0,2.0,6.6.9,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-07-27 02:43:53.935283,821304.0,,,,,126.0,,,,,,,,, 29,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-07-27 17:32:33.000000,2023-07-27 16:23:55,3003.0,191.0,34.0,1086.0,3700.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",30.0,31,True,328.0,46.0,101.0,265.0,2023-07-18 10:47:20,25.0,27410.0,2.0,1.23.1,25.0,18660.0,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-07-18 11:02:16.917153,610930.0,,,,,4.0,,,,,,,,, 30,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-07-19 19:54:06.000000,2023-07-19 19:54:04,2398.0,711.0,71.0,221.0,2747.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,65.0,31,True,16.0,100.0,,,2023-05-30 16:30:27,1038.0,140036.0,2.0,8.2.2,1038.0,,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,140036.0,,,,,,,,,, 31,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-07-27 18:08:11.000000,2023-07-27 15:38:40,6082.0,387.0,82.0,3113.0,1466.0,The SPIFFE Runtime Environment.,161.0,31,True,141.0,81.0,158.0,1096.0,2023-06-14 21:09:11,116.0,2057.0,3.0,1.7.0,116.0,141967.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 32,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-07-14 13:03:06.000000,2023-07-14 13:00:44,1767.0,12338.0,1520.0,509.0,46462.0,Deepfakes Software For All.,97.0,30,True,44.0,4.0,18.0,793.0,2023-06-18 18:08:19,,922.0,2.0,2.2.0,,48915.0,,,,,,,,,,,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-07-27 10:10:04.000000,2023-07-22 00:14:41,2532.0,1442.0,176.0,1809.0,8297.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,30,True,116.0,80.0,285.0,776.0,2023-06-30 14:12:39,16.0,3.0,3.0,2.37.0,16.0,304.0,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 34,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-07-27 09:02:56.000000,2023-07-27 09:02:56,1073.0,1405.0,105.0,82.0,6960.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",43.0,30,True,66.0,,8.0,718.0,,1684.0,35825.0,2.0,,1684.0,,,,,,,,,,,,deepface,https://pypi.org/project/deepface,35825.0,,,,,, 35,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-07-21 13:09:39.000000,2023-07-21 13:09:34,4940.0,240.0,38.0,664.0,1097.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,30,True,226.0,44.0,50.0,230.0,2023-07-06 18:10:47,1177.0,,3.0,6.3.3,1177.0,,2.0,,,,,,,,,,,,,,,,,, 36,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12719.0,1571.0,217.0,48902.0,The worlds simplest facial recognition api for Python and the command line.,54.0,29,False,,2.0,703.0,583.0,2018-04-02 17:18:43,,51539.0,3.0,1.2.2,,1107.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6596.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,51439.0,,,,,, 37,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-07-20 14:16:51.000000,2023-06-22 07:30:12,2361.0,998.0,107.0,812.0,5174.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,7.0,62.0,22.0,825.0,2023-03-29 07:20:04,7971.0,,3.0,5.6.6,7971.0,,,,,,,,,,,,,,,,,,,doorkeeper, 38,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-07-24 16:02:04.000000,2023-07-24 15:50:06,1200.0,151.0,31.0,1518.0,3145.0,Oso is a batteries-included framework for building authorization in your application.,63.0,29,True,13.0,100.0,101.0,99.0,2023-04-03 23:25:23,74.0,39054.0,3.0,0.27.0,74.0,2545.0,,,,,,,,,,,oso,https://pypi.org/project/oso,38967.0,,,,,, 39,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-07-26 16:25:52.000000,2023-07-26 16:25:51,1346.0,310.0,49.0,711.0,3013.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,36.0,100.0,47.0,269.0,2023-07-18 10:23:06,2.0,1231075.0,3.0,0.40.6,2.0,26896.0,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,86147647.0,,,,,27.0,,,,,,,,, 40,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-07-24 01:04:56.000000,2023-06-26 23:04:02,579.0,62.0,39.0,202.0,299.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,12.0,99.0,8.0,76.0,2023-06-26 23:04:51,3692.0,108397.0,1.0,7.2.4,3692.0,,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,108397.0,,,,,,,,,, 41,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-07-27 17:25:07.000000,2023-07-26 01:53:38,4507.0,924.0,155.0,4322.0,16958.0,The Single Sign-On Multi-Factor portal for web apps.,128.0,28,True,292.0,100.0,66.0,1052.0,2022-12-21 09:01:04,2.0,590.0,2.0,4.37.5,2.0,24783.0,,,,,,,,,,,,,,,,,,, 42,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3473.0,761.0,73.0,14807.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1703.0,3.0,0.2.1,67.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160095.0,,,,,70.0,,,,,,,,, 43,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-07-27 16:07:22.000000,2023-07-27 15:55:35,1803.0,782.0,52.0,1158.0,6748.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",135.0,28,True,248.0,100.0,107.0,813.0,2023-07-27 16:07:22,1.0,1915.0,2.0,1.376.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-07-26 07:48:23.840877,63211.0,,,,,9.0,,,,,,,,, 44,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-07-27 11:33:33.000000,2023-07-27 08:12:59,4517.0,224.0,34.0,3955.0,6056.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",38.0,28,True,438.0,44.0,49.0,215.0,2023-06-28 14:19:23,7.0,677.0,2.0,1.6.0,7.0,2215.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-03 04:37:06.744738,13254.0,,,,,1.0,,,,,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-07-27 17:35:41.000000,2023-07-27 15:14:24,6255.0,528.0,138.0,4166.0,4704.0,"An ACME-based certificate authority, written in Go.",126.0,28,True,99.0,76.0,190.0,2640.0,2023-07-24 22:45:53,,22204.0,2.0,release-2023-07-24,,55083.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-07-20 00:19:38.672544,1932583.0,,,,,12.0,,,,,,,,, 46,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-07-27 07:27:08.000000,2023-07-27 07:27:07,1443.0,290.0,57.0,1018.0,4146.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,28,True,48.0,50.0,43.0,254.0,,2.0,793157.0,3.0,,2.0,16188.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50743554.0,,,,,6.0,,,,,,,,, 47,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-07-27 16:36:32.000000,2023-07-27 12:10:19,2334.0,213.0,27.0,4377.0,4100.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,59.0,28,True,197.0,100.0,376.0,1185.0,2023-07-27 13:17:26,1.0,445.0,2.0,2.31.2,1.0,2228.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-07-23 09:53:03.000000,2023-04-06 13:30:49,2951.0,285.0,80.0,829.0,1741.0,Solid server on top of the file-system in NodeJS.,85.0,28,True,,51.0,279.0,610.0,2023-03-17 17:09:04,38.0,8782.0,1.0,5.7.7,38.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,893604.0,,solid-server,https://www.npmjs.com/package/solid-server,352.0,4.0,,,,,,,,, 49,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-07-27 06:38:32.000000,2023-07-27 06:38:31,1318.0,76.0,22.0,1394.0,1554.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",22.0,28,True,93.0,52.0,43.0,243.0,2023-07-18 06:50:17,11.0,1462.0,3.0,0.29.0,11.0,40943.0,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-07-27 11:06:16.000000,2023-03-08 14:05:28,373.0,42.0,24.0,124.0,185.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4428.0,152266.0,1.0,4.1.0,4428.0,,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,152266.0,,,,,,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-07-27 17:10:24.000000,2023-07-27 12:56:46,32665.0,47.0,26.0,3164.0,266.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,486.0,100.0,318.0,2119.0,2023-07-12 16:44:57,,562.0,3.0,1.0.15,,1688.0,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-07-24 03:49:52.000000,2023-07-24 00:40:06,320.0,38.0,23.0,86.0,151.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,19.0,42.0,5.0,44.0,2023-06-27 04:43:49,663.0,27143.0,1.0,3.2.4,663.0,,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,27143.0,,,,,,,,,, 53,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8547.0,1075.0,127.0,41600.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,26,True,,2.0,522.0,788.0,2020-04-09 05:48:48,,3885.0,3.0,DF.wf.288res.384.92.72.22,,155407.0,,,,,,,,,,,,,,,,,,, 54,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-07-27 17:17:51.000000,2023-07-27 16:51:08,12093.0,343.0,21.0,4836.0,4282.0,The authentication glue you need.,176.0,26,True,708.0,100.0,372.0,1058.0,2023-07-10 11:46:48,,77.0,3.0,ersion/2023.6.1,,1940.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 55,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-07-27 10:48:49.000000,2023-07-27 02:30:22,1408.0,96.0,16.0,1367.0,1560.0,"Kanidm: A simple, secure and fast identity management platform.",47.0,26,True,239.0,14.0,118.0,398.0,2023-05-01 01:14:41,42.0,144.0,3.0,1.1.0-alpha.12,42.0,25.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-07-24 10:09:25.351202,7638.0,,,,,,,,,,,,,, 56,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-07-27 17:52:09.000000,2023-07-27 14:53:23,3327.0,117.0,45.0,1759.0,684.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,47.0,71.0,207.0,901.0,2023-05-17 19:48:54,,81188.0,3.0,1.19.5,,347.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-07-26 18:47:09.162067,6900573.0,,,,,30.0,,,,,,,,, 57,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-07-27 13:46:33.000000,2023-07-27 13:46:33,3184.0,154.0,20.0,2027.0,230.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,27.0,14.0,386.0,1195.0,2023-05-09 10:57:15,309.0,,2.0,0.3.2,309.0,,,,,,,,,,,,,,,,,,,, 58,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-07-17 06:38:34.000000,2023-07-06 19:48:08,117.0,4629.0,368.0,164.0,41897.0,Robust Speech Recognition via Large-Scale Weak Supervision.,55.0,25,True,9.0,6.0,,,2023-03-15 07:40:02,,159562.0,3.0,20230314,,,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,159562.0,,,,,, 59,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-07-24 17:55:09.000000,2023-07-24 17:55:07,5626.0,306.0,401.0,3948.0,1642.0,Repository for the Lemur Certificate Manager.,147.0,25,True,201.0,26.0,124.0,393.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,,51.0,,,,,,,,,,,,,,,,,,, 60,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-07-27 16:03:43.000000,2023-07-27 16:03:42,1649.0,111.0,19.0,321.0,1757.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,120.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2492.0,3.0,0.7.3,,491.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,71756.0,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-07-27 14:33:07.000000,2023-07-26 18:56:57,7702.0,412.0,30.0,1396.0,360.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,120.0,24,True,367.0,59.0,194.0,769.0,2023-07-24 22:28:58,,,2.0,0.9.0,,,,,,,,,,,,,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-07-27 06:48:35.000000,2023-07-27 06:36:03,1371.0,64.0,24.0,929.0,256.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,41.0,18.0,55.0,199.0,2023-03-08 16:34:58,95.0,,2.0,0.6.2,95.0,,,,,,,,,,,,,,,,,,,, 63,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-07-27 15:10:49.000000,2023-07-26 10:45:08,9602.0,40.0,11.0,770.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,62.0,62.0,36.0,105.0,2023-07-19 10:44:17,10.0,324.0,2.0,0.57.0,10.0,11359.0,,,,,,,,,,,,,,,,,,, 64,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-09 18:06:58.000000,2023-07-09 18:01:38,325.0,2289.0,231.0,25.0,16104.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,4.0,35.0,1.0,132.0,2023-01-21 09:26:53,,19710.0,3.0,TINA_SHIFT,,492765.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-07-27 17:04:27.000000,2023-07-25 11:53:02,823.0,350.0,62.0,319.0,9724.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,107.0,30.0,95.0,325.0,2023-07-24 11:29:20,,,3.0,6.0.6,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-07-27 18:00:23.000000,2023-07-27 17:56:47,1641.0,53.0,13.0,478.0,1556.0,Permify is an open-source authorization service inspired by Google Zanzibar.,22.0,23,True,350.0,32.0,25.0,82.0,2023-07-04 12:41:12,,85.0,3.0,0.4.7,,945.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-07-27 16:47:21.000000,2023-07-26 13:01:37,15638.0,299.0,51.0,6926.0,976.0,"Mirror of FreeIPA, an integrated security information management solution.",217.0,23,True,87.0,,,,,,40938.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-07-26 05:26:56.463882,5485744.0,,,,,151.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-07-26 18:18:39.000000,2023-07-26 18:18:35,2735.0,241.0,52.0,2020.0,791.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,72.0,23,True,94.0,100.0,29.0,189.0,2023-07-21 15:18:27,,,3.0,1.11.36,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-07-27 12:21:12.000000,2023-07-03 07:15:03,1622.0,208.0,59.0,271.0,470.0,Universal Resolver implementation and drivers.,95.0,23,True,18.0,6.0,24.0,79.0,2022-01-07 16:42:38,,1551.0,2.0,0.5.0,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-07-03 07:17:03.049207,110173.0,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-07-22 16:05:49.000000,2023-06-25 10:52:49,510.0,257.0,52.0,132.0,4807.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,176.0,505.0,2020-09-02 15:57:23,,199.0,3.0,2.6.1,,12967.0,,,,,,,,,,,,,,,,,,,howdy 71,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-07-26 19:17:51.000000,2023-07-20 04:46:01,14851.0,644.0,114.0,17.0,662.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,713.0,22,True,38.0,,,,,112.0,,3.0,,112.0,,,,,,,,,,,,,,,,,,,, 72,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-07-27 14:12:39.000000,2023-07-27 14:11:02,1744.0,99.0,21.0,664.0,335.0,A JavaScript Framework for Verifiable Data.,49.0,22,True,41.0,36.0,58.0,333.0,2023-07-27 14:08:33,3.0,,2.0,5.3.0,3.0,,,,,,,,,,,,,,,,,,,, 73,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-07-24 01:49:07.000000,2023-07-17 02:28:31,255.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,12.0,38.0,1.0,10.0,2023-07-03 18:25:08,669.0,21081.0,2.0,2.0.27,669.0,,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,21081.0,,,,,,,,,, 74,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4667.0,567.0,122.0,13135.0,Face recognition using Tensorflow.,36.0,21,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 75,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-07-19 18:00:19.000000,2023-07-18 20:33:57,4021.0,747.0,254.0,324.0,2803.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,2.0,4.0,63.0,209.0,2015-09-29 22:50:55,,942.0,3.0,1.1.0,,109279.0,,,,,,,,,,,,,,,,,,, 76,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,158.0,92.0,183.0,1203.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,21,True,,17.0,67.0,68.0,2022-06-09 01:42:53,53.0,,2.0,1.0.4,53.0,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-07-18 23:13:06.000000,2023-04-04 19:14:54,1149.0,101.0,42.0,679.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,30.0,,,,,,,,,,,,,,,,,,,, 78,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-07-10 22:46:24.000000,2023-05-05 17:28:31,638.0,256.0,64.0,219.0,3488.0,An SWT based API for managing users and issuing SWT tokens.,38.0,20,True,1.0,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,10.0,,,,,,,,,,,,,,,,,,,, 79,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,632.0,90.0,303.0,1560.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,20,True,1.0,25.0,151.0,310.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 80,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-07-27 17:47:43.000000,2023-07-27 02:26:58,303.0,74.0,17.0,270.0,299.0,Decentralized Web Node (DWN) Reference implementation.,29.0,20,True,77.0,17.0,40.0,141.0,,66.0,,2.0,,66.0,,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 81,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-07-26 16:25:16.000000,2023-07-26 16:22:42,792.0,131.0,25.0,925.0,200.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,37.0,75.0,159.0,415.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,2.0,,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-07-23 00:18:58.000000,2023-07-12 07:05:13,339.0,770.0,235.0,227.0,2507.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,7.0,,160.0,514.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-07-26 21:52:01.000000,2023-07-12 19:33:54,2060.0,140.0,168.0,800.0,999.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,26.0,7.0,87.0,992.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 84,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-26 13:53:14.000000,2023-07-24 21:30:11,2151.0,204.0,59.0,571.0,309.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,21.0,,50.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,220.0,64.0,103.0,2238.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,264.0,96.0,41.0,2200.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,18,True,2.0,,27.0,23.0,,,1339.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1339.0,,,,,, 87,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,149.0,37.0,93.0,928.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,True,,,30.0,102.0,,1720.0,,3.0,,1720.0,,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-07-27 08:12:00.000000,2023-07-25 17:55:07,1406.0,75.0,81.0,621.0,243.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,59.0,18,True,107.0,,51.0,529.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-07-25 17:56:40.000000,2023-07-25 14:53:06,1517.0,99.0,23.0,689.0,111.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,132.0,,46.0,163.0,,1.0,,3.0,,1.0,,,,,,,,,,,,,,,,,,,, 90,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-06-29 16:43:26.175786,2023-06-29 16:35:53,681.0,24.0,2.0,100.0,32.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,43.0,32.0,3.0,39.0,2023-06-29 16:43:29,,100.0,3.0,1.2306291636.0,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-06-29 16:43:26.175786,2202.0,,,,,,,,,,,,,, 91,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-07-10 15:35:16.000000,2023-07-10 15:35:10,912.0,8.0,7.0,102.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,17,False,45.0,25.0,3.0,19.0,2023-07-10 15:34:14,57.0,2.0,3.0,2.1.0,57.0,57.0,,,,,,,,,,,,,,,,,,, 92,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-07-05 18:09:53.000000,2023-07-05 18:09:51,529.0,143.0,82.0,196.0,1264.0,The SPIFFE Project.,57.0,16,True,4.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-25 12:11:47.000000,2023-07-22 03:20:11,3556.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,7.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 94,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-07-26 17:23:27.000000,2023-07-26 17:23:26,283.0,48.0,12.0,286.0,181.0,self sovereign identity sdk.,16.0,16,True,52.0,4.0,42.0,102.0,,2.0,,3.0,,2.0,,,,,,,,,,,,,,,,,,,, 95,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-27 12:24:38.000000,2023-06-27 12:24:36,557.0,8.0,6.0,55.0,31.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,100.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,8.0,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 96,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-07-08 01:56:19.000000,2023-04-15 21:46:00,532.0,11.0,6.0,512.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,16,False,,19.0,4.0,77.0,2022-05-29 21:14:21,9.0,632.0,3.0,1.6.0,9.0,16451.0,-2.0,,,,,,,,,,,,,,,,,, 97,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-07-27 11:30:06.000000,2023-07-27 11:30:00,907.0,35.0,49.0,171.0,426.0,Solid Technical Reports.,19.0,15,True,36.0,1.0,183.0,128.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,376.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 99,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-07-27 13:05:11.000000,2023-07-14 13:35:29,523.0,37.0,28.0,340.0,147.0,Core library for decentralized identity.,20.0,15,True,2.0,,70.0,101.0,,106.0,,3.0,,106.0,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-07-27 16:05:06.000000,2023-07-27 16:05:06,382.0,48.0,11.0,414.0,133.0,The Self Sovereign Identity Service.,20.0,15,True,121.0,3.0,75.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-07-21 12:27:42.000000,2023-07-21 12:27:41,146.0,69.0,27.0,174.0,79.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,4.0,,42.0,28.0,,42.0,,3.0,,42.0,,,,,,,,,,,,,,,,,,,, 102,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-07-27 16:26:04.000000,2023-03-30 20:43:43,609.0,30.0,31.0,221.0,72.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,,,48.0,162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 103,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-07-26 12:34:38.000000,2023-07-20 12:35:15,364.0,12.0,4.0,92.0,33.0,SDK to work with Polygon ID.,13.0,15,False,108.0,16.0,6.0,11.0,2023-07-13 09:36:20,29.0,,3.0,1.0.0-beta.18,29.0,,,,,,,,,,,,,,,,,,,, 104,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-07-11 23:25:40.736253,2023-07-11 23:20:17,306.0,6.0,2.0,27.0,19.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,43.0,18.0,,35.0,2023-07-11 23:30:54,,41.0,3.0,1.2307112321.0,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-07-11 23:25:40.736253,664.0,,,,,,,,,,,,,, 105,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-07-10 14:25:14.000000,2023-07-10 14:23:52,659.0,50.0,71.0,241.0,280.0,A privacy preserving identity exchange Web API.,30.0,14,False,15.0,,149.0,98.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,14.0,,,,,,,,,,,,,,,,,,,, 107,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-07-26 16:56:08.000000,2023-07-17 14:28:53,336.0,25.0,15.0,109.0,38.0,The specification for AnonCreds verifiable credential exchange.,23.0,14,False,10.0,,23.0,25.0,,,,3.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,232.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,248.0,3.0,1.8.10,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-07-07 11:39:06.000000,2023-06-21 18:28:51,566.0,17.0,8.0,42.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,13.0,12.0,5.0,11.0,,40.0,1.0,3.0,,40.0,24.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-07-18 00:17:40.000000,2023-07-10 21:10:47,766.0,17.0,14.0,154.0,52.0,The BBS Signature Scheme.,14.0,13,False,120.0,,13.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,,100.0,,,2021-03-22 11:09:10,,5.0,3.0,1.4.1,,198.0,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-07-14 21:48:33.000000,2023-07-14 15:09:48,793.0,3.0,5.0,147.0,28.0,Open-Source Mobile SSI Wallet.,7.0,12,False,217.0,,1.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,11,False,,,42.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 114,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,27.0,,,,,,,,,,,,,,,,,,,, 115,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-07-25 04:11:47.000000,2023-07-25 03:07:21,53.0,1.0,10.0,50.0,10.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,11,False,10.0,2.0,1.0,,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 116,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 118,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-07-27 17:55:18.000000,2023-07-18 21:05:09,54.0,2.0,10.0,50.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,9,False,9.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 119,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-07-13 14:04:44.000000,2023-05-18 17:06:05,84.0,11.0,8.0,31.0,16.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,8,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 121,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 122,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-06-28 21:53:17.599756,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-06-28 21:53:17.599756,3996486.0,,,,,23.0,,,,,,,,, 123,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,,{},,,2023-06-29 16:56:55.416195,,,,,,,,,1,False,,,,,,,,3.0,,,,-12.0,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1908.0,,,,,,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-08-03_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇37 · ⭐ 6.4K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - spire (🥈32 · ⭐ 1.5K · 📈) - The SPIFFE Runtime Environment. Apache-2 cncf linux-foundation - iota-identity (🥈25 · ⭐ 260 · 📈) - Implementation of the Decentralized Identity standards.. Apache-2 - vc-data-model (🥇22 · ⭐ 240 · 📈) - W3C Verifiable Credentials Working Group VC Data Model.. ❗️W3C w3c - waltid-web-wallet (🥉6 · 🐣) - Custodian wallet white-label solution, with which you can.. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - spruceid (🥉19 · ⭐ 400 · 📉) - A cross-platform toolkit for decentralized identity. - coredns (🥇40 · ⭐ 11K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - ageitgey-face-recognition (🥉28 · ⭐ 49K · 💀) - The worlds simplest facial recognition api for Python.. MIT - oso (🥉28 · ⭐ 3.2K · 📉) - Oso is a batteries-included framework for building authorization in.. Apache-2 - whisper (🥉24 · ⭐ 42K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT ================================================ FILE: history/2023-08-03_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_dependent_project_count,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,trending,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-08-03 18:12:53.000000,2023-08-03 18:12:53,23028.0,949.0,191.0,6022.0,1283.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",447.0,34,True,653.0,211.0,893.0,2681.0,2023-07-31 12:40:39,364.0,630.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-08-03 08:58:57.000000,2023-08-02 00:37:42,4031.0,42.0,33.0,463.0,184.0,Self Sovereign Identity SDK.,56.0,25,True,426.0,66.0,10.0,44.0,2023-07-31 01:48:25,119.0,6.0,2.0,0.14.1,11.0,,,,,,,,,,,,,,,,,,,, 2,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-08-01 18:07:13.000000,2023-08-01 17:49:57,1546.0,26.0,14.0,1662.0,50.0,Trinsic SDK repository.,41.0,24,False,45.0,33.0,4.0,370.0,2023-04-24 13:26:38,9.0,1597.0,2.0,1.11.0,,8221.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-08-03 17:40:11.000000,2023-08-03 17:39:51,2539.0,59.0,12.0,317.0,142.0,Use web3 identity / self-sovereign identity (SSI).,46.0,23,True,168.0,139.0,9.0,229.0,2023-08-02 18:20:03,,4425.0,2.0,1.2308021811.0,,55.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-08-02 18:20:02.399015,7582.0,,,,,,,,,,,,,,, 4,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-08-03 16:13:28.000000,2023-08-02 08:13:34,1538.0,40.0,12.0,477.0,80.0,Self Hosted Issuer Node.,27.0,22,False,280.0,23.0,20.0,92.0,2023-08-02 08:22:33,34.0,,2.0,2.2.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 5,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-08-02 15:03:21.000000,2023-07-28 06:24:34,1042.0,407.0,616.0,228.0,8600.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,36.0,1.0,316.0,210.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-08-03 00:18:54.000000,2023-07-14 13:35:29,1015.0,111.0,77.0,649.0,400.0,A cross-platform toolkit for decentralized identity.,51.0,19,True,9.0,,125.0,197.0,,146.0,,3.0,,40.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,-1.0,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,200.0,97.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-08-03 11:07:39.000000,2023-08-03 11:07:34,7096.0,12.0,8.0,498.0,31.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,210.0,1.0,71.0,1522.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-08-03 15:51:08.000000,2023-08-03 14:14:39,2367.0,2107.0,95.0,1890.0,17880.0,Authentication for the Web.,548.0,41,True,115.0,100.0,181.0,3171.0,2023-07-18 20:55:12,117060.0,2321121.0,1.0,next-auth@4.22.3,117060.0,,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2321121.0,,,,,,,,,, 10,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-08-03 17:14:09.000000,2023-08-03 17:14:08,22570.0,5440.0,360.0,12205.0,16964.0,Open Source Identity and Access Management For Modern Applications and Services.,1219.0,41,True,654.0,39.0,1699.0,5222.0,2023-07-18 09:57:40,352.0,60574.0,1.0,22.0.1,352.0,1938392.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 11,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-08-01 21:31:39.000000,2023-07-31 19:34:31,3707.0,1845.0,236.0,3945.0,11055.0,CoreDNS is a DNS server that chains plugins.,365.0,40,True,77.0,65.0,88.0,2069.0,2023-02-06 18:30:04,5387.0,2812722.0,1.0,1.10.1,5387.0,6749988.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-02-06 18:31:58.105381,243094408.0,,-1.0,,,,138.0,,,,,,,,, 12,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-08-03 17:58:52.517106,2023-08-03 17:07:36,4720.0,1139.0,120.0,3800.0,8322.0,"An open source, general-purpose policy engine.",411.0,40,True,148.0,100.0,308.0,2010.0,2023-07-27 18:10:47,2665.0,4534668.0,1.0,0.55.0,2665.0,3572248.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-08-03 17:58:52.517106,410745438.0,,,,,,38.0,,,,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-08-01 17:12:29.000000,2023-08-01 17:12:29,7937.0,1840.0,145.0,2985.0,10588.0,Automatically provision and manage TLS certificates in Kubernetes.,406.0,39,True,209.0,100.0,168.0,2889.0,2023-07-26 12:33:55,546.0,1397947.0,1.0,1.12.3,546.0,51724074.0,,,,,,,,,,,,,,,,,,, 14,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-08-03 18:01:16.000000,2023-08-03 17:42:20,17811.0,3725.0,814.0,16472.0,28146.0,"A tool for secrets management, encryption as a service, and privileged access management.",1363.0,38,True,549.0,100.0,893.0,4707.0,2023-07-25 18:08:48,6506.0,,2.0,1.14.1,6506.0,,,,,,,,,,,,,,,,,,,, 15,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,457.0,69.0,481.0,2620.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,75.0,289.0,2023-01-10 13:13:43,410598.0,80386529.0,1.0,3.2.2,410598.0,,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,80386529.0,,,,,, 16,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1173.0,315.0,152.0,21662.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,329.0,420.0,,887558.0,8994567.0,2.0,,887558.0,,,,,,,,passport,https://www.npmjs.com/package/passport,8994567.0,,,,,,,,,, 17,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-08-03 17:18:10.000000,2023-08-02 14:28:27,8768.0,1096.0,126.0,939.0,6366.0,A PyTorch-based Speech Toolkit.,213.0,37,True,534.0,9.0,120.0,803.0,2023-07-22 18:07:47,860.0,246147.0,1.0,0.5.15,860.0,,,,,,,1.0,,,,,speechbrain,https://pypi.org/project/speechbrain,246147.0,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-08-03 15:35:54.000000,2023-08-03 15:35:53,3668.0,1302.0,227.0,1692.0,14345.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",288.0,36,True,68.0,100.0,67.0,1378.0,2023-05-24 08:55:23,2.0,4105258.0,2.0,2.1.2,2.0,599736.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,405507222.0,,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-08-03 15:37:04.000000,2023-08-03 15:37:02,3867.0,766.0,109.0,1630.0,9158.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",204.0,36,True,105.0,43.0,191.0,940.0,2023-07-12 20:24:48,322.0,1778532.0,1.0,1.0.0,322.0,31775.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112001045.0,,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-07-28 10:04:14.000000,2023-07-28 09:58:58,1064.0,1506.0,234.0,465.0,15392.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",134.0,35,True,11.0,100.0,18.0,719.0,2023-07-28 10:00:20,2495.0,210233.0,2.0,2.73.0,2495.0,,,,,,,,casbin,https://www.npmjs.com/package/casbin,137753.0,,casbin,https://pypi.org/project/casbin,72480.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-07-28 07:24:12.000000,2023-07-26 01:55:52,4725.0,1554.0,185.0,1669.0,8212.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",125.0,35,True,69.0,15.0,291.0,1301.0,2023-04-14 09:36:52,66.0,141672.0,3.0,r1.4.1,66.0,,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,141672.0,,,,,, 22,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-07-31 00:38:12.000000,2023-07-28 06:28:45,1489.0,246.0,40.0,324.0,5028.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,18.0,100.0,8.0,419.0,2023-07-28 06:28:52,49879.0,1860767.0,2.0,@casl/mongoose@7.2.1,49879.0,,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1860767.0,,,,,,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3466.0,334.0,106.0,15309.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,420.0,387.0,2020-03-22 14:01:55,6950.0,131104.0,1.0,0.22.2,6950.0,,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,131104.0,,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-08-03 18:02:42.000000,2023-08-03 17:45:55,3009.0,273.0,34.0,3488.0,3630.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,164.0,100.0,86.0,814.0,2023-05-26 21:06:13,12.0,11198581.0,2.0,0.21.4,12.0,45802.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-08-02 17:53:43.257281,615867240.0,,,,,,10.0,,,,,,,,, 25,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-08-02 02:25:41.000000,2023-08-02 02:25:41,2260.0,4507.0,483.0,147.0,17050.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,25.0,1.0,918.0,1323.0,2023-04-02 07:43:27,582.0,61773.0,2.0,0.7,582.0,247090.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,,, 26,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-08-03 18:08:29.000000,2023-08-03 18:08:28,3300.0,239.0,206.0,3229.0,3667.0,Boundary enables identity-based access management for dynamic infrastructure.,134.0,32,True,397.0,45.0,70.0,231.0,2023-07-18 12:06:27,8.0,192430.0,2.0,0.13.1,8.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-07-18 12:12:01.655444,8274522.0,,,,,,10.0,,,,,,,,, 27,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-08-03 18:13:56.000000,2023-08-03 12:45:41,6255.0,379.0,57.0,4133.0,3412.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",205.0,32,True,760.0,100.0,197.0,1016.0,2023-06-27 03:16:37,180.0,12798.0,2.0,ockam_v0.90.0,180.0,268762.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 28,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-08-03 14:46:07.000000,2023-08-03 14:45:35,6105.0,389.0,82.0,3143.0,1472.0,The SPIFFE Runtime Environment.,162.0,32,True,153.0,83.0,160.0,1101.0,2023-07-27 23:06:32,116.0,2041.0,2.0,1.7.1,116.0,142890.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,1.0,,,,,,,,,,,,, 29,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-08-03 14:07:41.000000,2023-08-03 14:04:42,23476.0,3786.0,609.0,4392.0,10389.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,31,True,429.0,100.0,,,2023-06-30 08:34:42,,5754.0,2.0,6.6.9,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-08-03 10:48:34.890157,822885.0,,,,,,126.0,,,,,,,,, 30,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-08-03 17:02:06.000000,2023-08-01 20:14:50,3016.0,193.0,34.0,1099.0,3708.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",31.0,31,True,320.0,46.0,104.0,266.0,2023-07-18 10:47:20,25.0,27617.0,2.0,1.23.1,25.0,19010.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-07-18 11:02:16.917153,643001.0,,,,,,4.0,,,,,,,,, 31,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-07-19 19:54:06.000000,2023-07-19 19:54:04,2398.0,710.0,71.0,221.0,2755.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,65.0,31,True,14.0,100.0,,,2023-05-30 16:30:27,1045.0,158239.0,2.0,8.2.2,1045.0,,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,158239.0,,,,,,,,,, 32,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-07-14 13:03:06.000000,2023-07-14 13:00:44,1767.0,12353.0,1521.0,509.0,46535.0,Deepfakes Software For All.,97.0,30,True,44.0,4.0,18.0,798.0,2023-06-18 18:08:19,,1063.0,2.0,2.2.0,,57417.0,,,,,,,,,,,,,,,,,,, 33,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-08-02 04:08:14.000000,2023-08-01 19:39:29,2539.0,1445.0,176.0,1811.0,8313.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,30,True,111.0,80.0,272.0,792.0,2023-06-30 14:12:39,16.0,3.0,3.0,2.37.0,16.0,304.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 34,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-08-03 12:44:06.000000,2023-08-03 12:44:06,1074.0,1413.0,108.0,82.0,7028.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",43.0,30,True,64.0,,7.0,724.0,,1706.0,28919.0,2.0,,1706.0,,,,,,,,,,,,deepface,https://pypi.org/project/deepface,28919.0,,,,,, 35,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-07-28 14:27:20.000000,2023-07-28 14:27:17,4946.0,241.0,38.0,666.0,1102.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,30,True,220.0,44.0,51.0,230.0,2023-07-06 18:10:47,1188.0,,3.0,6.3.3,1188.0,,,,,,,,,,,,,,,,,,,, 36,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-07-20 14:16:51.000000,2023-06-22 07:30:12,2361.0,1000.0,107.0,812.0,5175.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,7.0,62.0,23.0,825.0,2023-03-29 07:20:04,7996.0,,3.0,5.6.6,7996.0,,,,,,,,,,,,,,,,,,,doorkeeper, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-08-03 16:02:11.000000,2023-08-03 16:02:10,1348.0,310.0,49.0,711.0,3021.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,38.0,100.0,47.0,270.0,2023-07-18 10:23:06,2.0,1217437.0,3.0,0.40.6,2.0,27345.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,86409971.0,,,,,,27.0,,,,,,,,, 38,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-07-31 01:51:40.000000,2023-06-26 23:04:02,579.0,62.0,39.0,202.0,299.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,10.0,99.0,8.0,76.0,2023-06-26 23:04:51,3719.0,114967.0,1.0,7.2.4,3719.0,,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,114967.0,,,,,,,,,, 39,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12734.0,1572.0,217.0,48977.0,The worlds simplest facial recognition api for Python and the command line.,54.0,28,False,,2.0,703.0,583.0,2018-04-02 17:18:43,,51689.0,3.0,1.2.2,,1109.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6616.0,,-1.0,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,51590.0,,,,,, 40,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-08-03 16:55:17.000000,2023-08-03 16:55:16,4557.0,929.0,155.0,4370.0,17032.0,The Single Sign-On Multi-Factor portal for web apps.,128.0,28,True,289.0,100.0,63.0,1056.0,2022-12-21 09:01:04,2.0,579.0,2.0,4.37.5,2.0,24903.0,,,,,,,,,,,,,,,,,,, 41,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3472.0,761.0,73.0,14819.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1685.0,3.0,0.2.1,67.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160168.0,,,,,,70.0,,,,,,,,, 42,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-08-03 17:24:22.000000,2023-08-03 17:22:57,1829.0,784.0,52.0,1168.0,6783.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",136.0,28,True,256.0,100.0,102.0,830.0,2023-08-03 11:00:58,1.0,1883.0,2.0,1.381.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-08-03 13:56:54.637882,64027.0,,,,,,9.0,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-08-03 09:57:26.000000,2023-08-03 09:23:27,4543.0,226.0,34.0,3983.0,6073.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",39.0,28,True,447.0,45.0,52.0,216.0,2023-07-31 12:48:16,7.0,660.0,2.0,1.7.0,7.0,2247.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-31 12:46:08.698387,13541.0,,,,,,1.0,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-08-03 16:05:39.000000,2023-08-02 23:04:28,6266.0,528.0,138.0,4179.0,4706.0,"An ACME-based certificate authority, written in Go.",126.0,28,True,103.0,77.0,186.0,2647.0,2023-08-01 16:58:12,,21864.0,2.0,release-2023-08-01,,55383.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-08-02 16:29:24.061124,1935187.0,,,,,,12.0,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-08-03 15:48:07.000000,2023-08-03 04:42:59,2346.0,221.0,27.0,4394.0,4193.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,61.0,28,True,192.0,100.0,383.0,1192.0,2023-07-31 14:47:56,1.0,368.0,2.0,2.31.4,1.0,2208.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-08-03 15:44:38.000000,2023-08-03 15:44:37,1452.0,288.0,58.0,1021.0,4156.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,28,True,57.0,50.0,42.0,255.0,,2.0,781043.0,3.0,,2.0,16291.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50749287.0,,,,,,6.0,,,,,,,,, 47,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-07-24 16:02:04.000000,2023-07-24 15:50:06,1200.0,152.0,31.0,1518.0,3152.0,Oso is a batteries-included framework for building authorization in your application.,63.0,28,True,9.0,100.0,101.0,99.0,2023-04-03 23:25:23,74.0,36843.0,3.0,0.27.0,74.0,2551.0,,,,,,-1.0,,,,,oso,https://pypi.org/project/oso,36758.0,,,,,, 48,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-07-23 09:53:03.000000,2023-04-06 13:30:49,2951.0,285.0,80.0,829.0,1742.0,Solid server on top of the file-system in NodeJS.,85.0,28,True,,51.0,279.0,610.0,2023-03-17 17:09:04,38.0,8680.0,1.0,5.7.7,38.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,897685.0,,,solid-server,https://www.npmjs.com/package/solid-server,291.0,4.0,,,,,,,,, 49,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-08-03 15:48:17.000000,2023-08-03 15:48:16,1322.0,78.0,24.0,1398.0,1576.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",22.0,28,True,93.0,52.0,44.0,244.0,2023-07-18 06:50:17,11.0,1449.0,3.0,0.29.0,11.0,42042.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-08-03 11:25:19.000000,2023-03-08 14:05:28,373.0,42.0,24.0,124.0,185.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4463.0,159158.0,1.0,4.1.0,4463.0,,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,159158.0,,,,,,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-08-03 18:13:01.000000,2023-08-03 18:13:01,32747.0,48.0,28.0,3240.0,267.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,538.0,100.0,315.0,2155.0,2023-08-02 13:55:07,,385.0,3.0,1.0.16,,1541.0,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-07-31 01:14:58.000000,2023-07-24 00:40:06,320.0,37.0,23.0,86.0,151.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,16.0,42.0,4.0,45.0,2023-06-27 04:43:49,668.0,28236.0,1.0,3.2.4,668.0,,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,28236.0,,,,,,,,,, 53,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8583.0,1079.0,127.0,41755.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,26,True,,2.0,525.0,789.0,2020-04-09 05:48:48,,3807.0,3.0,DF.wf.288res.384.92.72.22,,156121.0,,,,,,,,,,,,,,,,,,, 54,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-08-03 18:11:17.000000,2023-08-03 17:22:17,12148.0,347.0,21.0,4891.0,4324.0,The authentication glue you need.,178.0,26,True,709.0,100.0,369.0,1069.0,2023-07-10 11:46:48,,74.0,3.0,ersion/2023.6.1,,1943.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 55,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-08-03 10:23:44.000000,2023-08-03 06:09:48,1433.0,97.0,16.0,1392.0,1570.0,"Kanidm: A simple, secure and fast identity management platform.",47.0,26,True,254.0,15.0,118.0,402.0,2023-08-01 05:15:57,42.0,147.0,3.0,1.1.0-beta.13,42.0,29.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-08-02 00:36:32.237678,7950.0,,,,,,,,,,,,,,, 56,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-08-03 17:49:34.000000,2023-07-27 21:27:58,3329.0,117.0,45.0,1771.0,684.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,47.0,71.0,207.0,901.0,2023-05-17 19:48:54,,80328.0,3.0,1.19.5,,347.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-08-02 18:49:20.726557,6907825.0,,,,,,30.0,,,,,,,,, 57,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-08-03 11:08:24.000000,2023-08-02 16:44:16,3185.0,153.0,20.0,2028.0,230.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,26.0,14.0,388.0,1195.0,2023-05-09 10:57:15,309.0,,2.0,0.3.2,309.0,,,,,,,,,,,,,,,,,,,, 58,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-08-03 16:52:25.000000,2023-08-02 13:07:14,5632.0,305.0,402.0,3957.0,1643.0,Repository for the Lemur Certificate Manager.,147.0,25,True,192.0,26.0,130.0,393.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,,51.0,,,,,,,,,,,,,,,,,,, 59,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-08-03 15:47:49.000000,2023-08-03 11:03:58,1375.0,64.0,24.0,934.0,256.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,25,True,45.0,19.0,55.0,199.0,2023-08-03 12:40:02,95.0,,2.0,0.6.3,95.0,,,,,,,1.0,,,,,,,,,,,,, 60,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-08-03 05:39:04.000000,2023-07-06 19:48:08,117.0,4681.0,373.0,167.0,42282.0,Robust Speech Recognition via Large-Scale Weak Supervision.,55.0,24,True,2.0,6.0,,,2023-03-15 07:40:02,,170416.0,3.0,20230314,,,,,,,,-1.0,,,,,openai-whisper,https://pypi.org/project/openai-whisper,170416.0,,,,,, 61,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-07-27 16:03:43.000000,2023-07-27 16:03:42,1649.0,110.0,19.0,321.0,1755.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,111.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2561.0,3.0,0.7.3,,495.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,76349.0,,,,,,,,,,,,,,, 62,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-08-03 18:12:53.000000,2023-08-03 18:12:53,7752.0,412.0,29.0,1404.0,360.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,121.0,24,True,405.0,59.0,218.0,773.0,2023-07-24 22:28:58,,,2.0,0.9.0,,,,,,,,,,,,,,,,,,,,, 63,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-08-03 14:34:55.000000,2023-07-31 22:43:45,9605.0,40.0,11.0,774.0,53.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",138.0,24,False,60.0,63.0,36.0,105.0,2023-07-31 12:40:39,10.0,315.0,2.0,0.57.1,10.0,11359.0,,,,,,,,,,,,,,,,,,, 64,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2352.0,237.0,25.0,16621.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,4.0,35.0,1.0,132.0,2023-01-21 09:26:53,,19420.0,3.0,TINA_SHIFT,,504930.0,,,,,,,,,,,,,,,,,,, 65,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-08-03 17:59:29.000000,2023-08-01 13:58:39,832.0,355.0,62.0,321.0,9762.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,104.0,32.0,97.0,324.0,2023-08-01 16:27:20,,,3.0,6.0.8,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-08-01 17:59:53.000000,2023-08-01 17:59:49,1701.0,53.0,13.0,488.0,1561.0,Permify is an open-source authorization service inspired by Google Zanzibar.,23.0,23,True,343.0,33.0,26.0,82.0,2023-07-27 18:16:37,,79.0,3.0,0.4.8,,949.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-08-03 04:08:45.000000,2023-08-01 11:47:56,15643.0,300.0,51.0,6938.0,977.0,"Mirror of FreeIPA, an integrated security information management solution.",217.0,23,True,86.0,,,,,,40685.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-08-02 06:31:57.301073,5492568.0,,,,,,151.0,,,,,,,,, 68,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-08-02 22:07:20.000000,2023-08-02 22:07:17,2742.0,241.0,52.0,2026.0,792.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,72.0,23,True,88.0,100.0,29.0,189.0,2023-07-29 16:33:05,,,3.0,1.11.37,,,,,,,,,,,,,,,,,,,,, 69,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-08-03 12:25:53.000000,2023-07-03 07:15:03,1622.0,210.0,59.0,272.0,471.0,Universal Resolver implementation and drivers.,95.0,23,True,17.0,6.0,24.0,79.0,2022-01-07 16:42:38,,1535.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-07-03 07:17:03.049207,110526.0,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-07-22 16:05:49.000000,2023-06-25 10:52:49,510.0,258.0,54.0,132.0,4815.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,178.0,508.0,2020-09-02 15:57:23,,198.0,3.0,2.6.1,,13071.0,,,,,,,,,,,,,,,,,,,howdy 71,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-07-28 16:00:24.000000,2023-07-20 04:46:01,14851.0,646.0,114.0,17.0,664.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,713.0,22,True,36.0,,,,,113.0,,3.0,,113.0,,,,,,,,,,,,,,,,,,,, 72,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-08-03 13:16:10.000000,2023-08-01 18:20:01,1752.0,99.0,21.0,669.0,335.0,A JavaScript Framework for Verifiable Data.,49.0,22,True,42.0,37.0,56.0,335.0,2023-08-01 15:01:45,3.0,,2.0,5.4.0,3.0,,,,,,,,,,,,,,,,,,,, 73,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-08-03 15:55:55.000000,2023-08-02 22:27:16,1417.0,74.0,84.0,629.0,243.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,60.0,22,True,111.0,,50.0,532.0,,542.0,,1.0,,542.0,,,,,,,4.0,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-07-31 03:07:15.000000,2023-07-31 00:33:27,256.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,13.0,38.0,1.0,10.0,2023-07-03 18:25:08,678.0,22340.0,2.0,2.0.27,678.0,,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,22340.0,,,,,,,,,, 75,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4662.0,567.0,122.0,13147.0,Face recognition using Tensorflow.,36.0,21,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 76,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-07-10 22:46:24.000000,2023-05-05 17:28:31,638.0,257.0,64.0,219.0,3498.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,,2.0,13.0,116.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,10.0,,,,,,,,,,,,,,,,,,,, 77,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-07-19 18:00:19.000000,2023-07-18 20:33:57,4021.0,748.0,254.0,324.0,2806.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,2.0,4.0,63.0,209.0,2015-09-29 22:50:55,,934.0,3.0,1.1.0,,109282.0,,,,,,,,,,,,,,,,,,, 78,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,160.0,91.0,183.0,1205.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,21,True,,17.0,68.0,68.0,2022-06-09 01:42:53,53.0,,2.0,1.0.4,53.0,,,,,,,,,,,,,,,,,,,, 79,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-07-18 23:13:06.000000,2023-04-04 19:14:54,1149.0,101.0,42.0,679.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,30.0,,,,,,,,,,,,,,,,,,,, 80,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,632.0,90.0,303.0,1559.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,20,True,1.0,25.0,151.0,311.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 81,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-08-03 01:03:14.000000,2023-08-03 01:01:57,310.0,75.0,18.0,278.0,300.0,Decentralized Web Node (DWN) Reference implementation.,30.0,20,True,80.0,18.0,42.0,141.0,,69.0,,2.0,,69.0,,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 82,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-08-03 16:58:37.000000,2023-08-02 05:40:03,793.0,130.0,25.0,932.0,200.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,35.0,75.0,162.0,417.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,2.0,,,,,,,,,,,,,,,,,,,, 83,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-07-23 00:18:58.000000,2023-07-12 07:05:13,339.0,774.0,235.0,227.0,2510.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,7.0,,162.0,514.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 84,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-08-02 21:43:03.000000,2023-07-12 19:33:54,2060.0,141.0,169.0,801.0,1004.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,22.0,7.0,88.0,994.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 85,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-26 13:53:14.000000,2023-07-24 21:30:11,2151.0,204.0,59.0,571.0,309.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,21.0,,50.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 86,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,220.0,64.0,103.0,2239.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 87,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,150.0,37.0,93.0,928.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,18,False,,,30.0,102.0,,1725.0,,3.0,,1725.0,,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-08-02 12:41:58.000000,2023-08-02 01:37:42,1518.0,98.0,23.0,691.0,111.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,123.0,,47.0,163.0,,1.0,,3.0,,1.0,,,,,,,,,,,,,,,,,,,, 89,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,264.0,96.0,41.0,2208.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,17,True,2.0,,27.0,23.0,,,1301.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1301.0,,,,,, 90,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-08-02 10:55:09.685073,2023-08-02 10:50:02,684.0,24.0,2.0,103.0,32.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,46.0,35.0,3.0,39.0,2023-08-02 10:55:11,,103.0,3.0,1.2308021050.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-08-02 10:55:09.685073,2390.0,,,,,,,,,,,,,,, 91,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-07-05 18:09:53.000000,2023-07-05 18:09:51,529.0,143.0,82.0,196.0,1270.0,The SPIFFE Project.,57.0,16,True,3.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-31 20:22:44.000000,2023-07-29 03:29:41,3557.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,8.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-07-31 17:52:54.000000,2023-07-31 17:52:53,285.0,48.0,12.0,288.0,182.0,self sovereign identity sdk.,16.0,16,True,49.0,4.0,43.0,103.0,,2.0,,3.0,,2.0,,,,,,,,,,,,,,,,,,,, 94,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-06-27 12:24:38.000000,2023-06-27 12:24:36,557.0,8.0,6.0,55.0,32.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,75.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,8.0,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 95,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-07-10 15:35:16.000000,2023-07-10 15:35:10,912.0,8.0,7.0,102.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,16,False,32.0,25.0,3.0,19.0,2023-07-10 15:34:14,60.0,2.0,3.0,2.1.0,60.0,57.0,,,,,,,,,,,,,,,,,,, 96,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-07-08 01:56:19.000000,2023-04-15 21:46:00,532.0,11.0,6.0,512.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,16,False,,19.0,4.0,77.0,2022-05-29 21:14:21,9.0,612.0,3.0,1.6.0,9.0,16530.0,,,,,,,,,,,,,,,,,,, 97,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-08-02 15:03:21.000000,2023-07-28 06:24:34,910.0,35.0,49.0,172.0,430.0,Solid Technical Reports.,19.0,15,True,36.0,1.0,184.0,128.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,81.0,76.0,487.0,376.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 99,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-08-03 00:18:54.000000,2023-07-14 13:35:29,523.0,38.0,29.0,344.0,147.0,Core library for decentralized identity.,20.0,15,True,2.0,,71.0,102.0,,106.0,,3.0,,106.0,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-08-03 17:55:29.000000,2023-08-03 16:18:14,396.0,49.0,11.0,428.0,135.0,The Self Sovereign Identity Service.,20.0,15,True,131.0,3.0,84.0,117.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-07-21 12:27:42.000000,2023-07-21 12:27:41,146.0,69.0,27.0,174.0,80.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,4.0,,42.0,28.0,,42.0,,3.0,,42.0,,,,,,,,,,,,,,,,,,,, 102,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-08-03 17:19:39.000000,2023-08-03 17:17:19,612.0,30.0,31.0,223.0,72.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,3.0,,49.0,162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 103,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-08-03 16:13:28.000000,2023-08-02 08:13:34,367.0,12.0,4.0,96.0,34.0,SDK to work with Polygon ID.,13.0,15,False,109.0,18.0,5.0,15.0,2023-08-02 08:22:33,34.0,,3.0,1.0.1,34.0,,,,,,,,,,,,,,,,,,,, 104,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-07-11 23:25:40.736253,2023-07-11 23:20:17,306.0,6.0,2.0,27.0,19.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,43.0,18.0,,35.0,2023-07-11 23:30:54,,39.0,3.0,1.2307112321.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-07-11 23:25:40.736253,672.0,,,,,,,,,,,,,,, 105,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-07-10 14:25:14.000000,2023-07-10 14:23:52,659.0,50.0,71.0,241.0,279.0,A privacy preserving identity exchange Web API.,30.0,14,False,13.0,,149.0,98.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,14.0,,,,,,,,,,,,,,,,,,,, 107,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-08-03 18:07:41.000000,2023-07-17 14:28:53,336.0,25.0,15.0,110.0,38.0,The specification for AnonCreds verifiable credential exchange.,23.0,14,False,10.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,232.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,244.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,,, 109,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-08-01 00:10:54.000000,2023-07-10 21:10:47,766.0,17.0,14.0,154.0,52.0,The BBS Signature Scheme.,14.0,13,False,120.0,,13.0,113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 110,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,,198.0,,,,,,,,,,,,,,,,,,, 111,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-07-07 11:39:06.000000,2023-06-21 18:28:51,566.0,17.0,8.0,42.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,12,False,6.0,12.0,5.0,11.0,,40.0,1.0,3.0,,40.0,24.0,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-07-14 21:48:33.000000,2023-07-14 15:09:48,793.0,4.0,5.0,147.0,28.0,Open-Source Mobile SSI Wallet.,7.0,11,False,125.0,,2.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-07-27 20:00:09.000000,2023-07-27 18:47:10,54.0,1.0,10.0,51.0,12.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,11,False,11.0,2.0,1.0,,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 114,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,27.0,,,,,,,,,,,,,,,,,,,, 115,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,16.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 118,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-08-01 22:53:06.000000,2023-07-18 21:05:09,54.0,2.0,10.0,51.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,9,False,9.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 119,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,11.0,8.0,32.0,18.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 121,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 122,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-08-03 17:40:11.000000,2023-08-03 17:39:51,14.0,,1.0,7.0,,"Custodian wallet white-label solution, with which you can enable users to receive, share and store Verifiable..",4.0,6,False,14.0,,,,,,1912.0,3.0,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1912.0,,5.0,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-08-01 17:13:42.779006,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-08-01 17:13:42.779006,3999974.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-08-10_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - trinsic-id (🥇27 · ⭐ 50 · 📈) - Trinsic SDK repository. - coredns (🥇41 · ⭐ 11K · 📈) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - whisper (🥉26 · ⭐ 43K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - trinsic-okapi (🥉19 · ⭐ 23 · 📈) - Collection of tools that support workflows for authentic.. Apache-2 - waltid-web-wallet (🥉10 · 🐣) - Custodian wallet white-label solution, with which you can.. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - keycloak (🥇38 · ⭐ 17K · 📉) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - casl (🥈32 · ⭐ 5.1K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - node-oidc-provider (🥉26 · ⭐ 2.8K · 📉) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - vc-data-model (🥈18 · ⭐ 250 · 📉) - W3C Verifiable Credentials Working Group VC Data Model.. ❗️W3C w3c - appauth-js (🥉13 · ⭐ 930 · 💀) - JavaScript client SDK for communicating with OAuth 2.0.. Apache-2 openid ================================================ FILE: history/2023-08-10_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,trending,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-08-10 17:36:19.000000,2023-08-10 16:32:05,23101.0,955.0,191.0,6046.0,1288.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",448.0,34,True,675.0,211.0,906.0,2691.0,2023-07-31 12:40:39,359.0,630.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-08-10 16:46:38.000000,2023-08-10 16:44:26,1563.0,26.0,14.0,1676.0,50.0,Trinsic SDK repository.,41.0,27,False,54.0,33.0,4.0,370.0,2023-04-24 13:26:38,494.0,1608.0,1.0,1.11.0,8276.0,3.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-08-10 02:53:57.000000,2023-08-10 02:53:57,4100.0,44.0,33.0,466.0,184.0,Self Sovereign Identity SDK.,56.0,25,True,441.0,68.0,10.0,44.0,2023-08-10 02:52:57,66.0,6.0,2.0,0.15.1,,,2.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-08-10 16:53:19.000000,2023-08-10 16:53:02,2563.0,61.0,13.0,326.0,147.0,Use web3 identity / self-sovereign identity (SSI).,47.0,23,True,173.0,144.0,9.0,229.0,2023-08-10 16:58:44,,4493.0,2.0,1.2308021811.0,56.0,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-08-02 18:20:02.399015,7773.0,,,,,,,,,,,,,, 4,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-08-10 14:23:26.000000,2023-08-03 19:44:55,1539.0,43.0,12.0,483.0,82.0,Self Hosted Issuer Node.,27.0,22,False,219.0,24.0,19.0,94.0,2023-08-03 19:46:10,35.0,,2.0,2.2.0,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 5,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-08-10 15:23:18.000000,2023-08-10 15:23:17,1046.0,407.0,616.0,229.0,8601.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,39.0,1.0,317.0,210.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-08-10 00:19:23.000000,2023-07-14 13:35:29,1015.0,112.0,77.0,649.0,400.0,A cross-platform toolkit for decentralized identity.,51.0,19,True,9.0,,125.0,197.0,,110.0,,3.0,,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,97.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-08-10 13:14:51.000000,2023-08-10 13:14:43,7107.0,12.0,8.0,498.0,31.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,196.0,1.0,70.0,1539.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-08-10 11:18:21.000000,2023-08-10 11:18:21,2399.0,2127.0,95.0,1905.0,17986.0,Authentication for the Web.,553.0,41,True,147.0,100.0,190.0,3194.0,2023-08-09 09:39:31,119596.0,2390190.0,1.0,@auth/kysely-adapter@0.1.1,,,119596.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2390190.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-08-10 15:06:48.000000,2023-08-10 15:06:48,3717.0,1852.0,236.0,3958.0,11087.0,CoreDNS is a DNS server that chains plugins.,366.0,41,True,80.0,66.0,90.0,2073.0,2023-08-08 14:15:16,5403.0,2820406.0,1.0,1.11.0,6755443.0,1.0,5403.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-09 01:16:05.153092,243772437.0,,,,,138.0,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-08-10 11:09:02.000000,2023-08-10 09:33:11,4725.0,1142.0,121.0,3810.0,8347.0,"An open source, general-purpose policy engine.",412.0,40,True,150.0,100.0,305.0,2015.0,2023-07-27 18:10:47,2686.0,4570515.0,1.0,0.55.0,3633466.0,,2686.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-08-10 10:20:45.834061,413932969.0,,,,,38.0,,,,,,,,, 12,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,MPL-2.0,2015-02-25 00:15:59,2023-08-10 17:37:58.000000,2023-08-10 14:28:13,17843.0,3731.0,816.0,16539.0,28190.0,"A tool for secrets management, encryption as a service, and privileged access management.",1369.0,38,True,572.0,100.0,892.0,4719.0,2023-07-25 18:08:48,6516.0,,1.0,1.14.1,,,6516.0,,,,,,,,,,,,,,,,,, 13,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-08-10 17:37:50.000000,2023-08-10 16:01:57,22603.0,5451.0,361.0,12267.0,17034.0,Open Source Identity and Access Management For Modern Applications and Services.,1221.0,38,True,671.0,39.0,1704.0,5269.0,2023-07-18 09:57:40,3.0,61135.0,1.0,22.0.1,1956349.0,-3.0,3.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 14,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-08-10 15:36:45.000000,2023-08-10 13:37:09,7947.0,1842.0,147.0,2996.0,10609.0,Automatically provision and manage TLS certificates in Kubernetes.,406.0,38,True,180.0,100.0,168.0,2892.0,2023-07-26 12:33:55,558.0,1417679.0,1.0,1.12.3,52454130.0,,558.0,,,,,,,,,,,,,,,,,, 15,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-08-10 16:53:42.000000,2023-08-10 16:22:47,8789.0,1101.0,126.0,948.0,6397.0,A PyTorch-based Speech Toolkit.,214.0,38,True,548.0,9.0,125.0,807.0,2023-07-22 18:07:47,875.0,184240.0,1.0,0.5.15,,,875.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,184240.0,,,,,, 16,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-06-13 03:01:15.000000,2023-06-13 03:01:14,1646.0,457.0,69.0,481.0,2622.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,76.0,289.0,2023-01-10 13:13:43,413815.0,81505022.0,1.0,3.2.2,,,413815.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,81505022.0,,,,,, 17,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1174.0,315.0,152.0,21682.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,330.0,420.0,,891369.0,9059349.0,2.0,,,,891369.0,,,,,,passport,https://www.npmjs.com/package/passport,9059349.0,,,,,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-08-10 14:28:14.000000,2023-08-10 12:57:47,3679.0,1301.0,230.0,1698.0,14374.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",288.0,36,True,79.0,100.0,67.0,1379.0,2023-05-24 08:55:23,2.0,4107436.0,2.0,2.1.2,603460.0,,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-06-22 12:03:24.362033,405717099.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-08-10 11:15:07.000000,2023-08-09 11:52:53,3873.0,767.0,110.0,1636.0,9171.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",204.0,36,True,109.0,43.0,185.0,949.0,2023-07-12 20:24:48,322.0,1778965.0,1.0,1.0.0,31935.0,,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112028100.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-08-10 16:54:30.000000,2023-08-10 16:50:02,1067.0,1514.0,233.0,467.0,15503.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",134.0,35,True,13.0,100.0,18.0,720.0,2023-08-08 05:16:00,2508.0,211873.0,2.0,2.73.1,,,2508.0,,,,,,casbin,https://www.npmjs.com/package/casbin,140916.0,,casbin,https://pypi.org/project/casbin,70957.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-08-10 09:51:48.000000,2023-07-26 01:55:52,4725.0,1563.0,185.0,1671.0,8291.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",125.0,35,True,69.0,15.0,304.0,1303.0,2023-04-14 09:36:52,66.0,158713.0,3.0,r1.4.1,,,66.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,158713.0,,,,,, 22,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3468.0,333.0,106.0,15326.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,420.0,387.0,2020-03-22 14:01:55,6996.0,133497.0,1.0,0.22.2,,,6996.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,133497.0,,,,,,,,,, 23,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-08-10 17:57:20.527073,2023-08-10 17:05:48,3019.0,274.0,34.0,3497.0,3634.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,159.0,100.0,84.0,820.0,2023-05-26 21:06:13,12.0,11876816.0,2.0,0.21.4,46027.0,,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-08-10 17:57:20.527073,653169929.0,,,,,10.0,,,,,,,,, 24,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-08-08 11:15:43.000000,2023-08-08 11:15:43,2271.0,4527.0,484.0,147.0,17150.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,35.0,1.0,921.0,1324.0,2023-04-02 07:43:27,614.0,69694.0,2.0,0.7,278774.0,,614.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,, 25,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-08-10 11:52:06.836135,2023-08-04 06:11:06,23509.0,3784.0,609.0,4394.0,10395.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,32,True,423.0,100.0,,,2023-06-30 08:34:42,4.0,5764.0,2.0,6.6.9,,,4.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-08-10 11:52:06.836135,824336.0,,,,,126.0,,,,,,,,, 26,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-08-07 04:48:26.000000,2023-08-07 04:46:51,1490.0,246.0,40.0,325.0,5051.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,32,True,17.0,100.0,8.0,419.0,2023-07-28 06:28:52,250.0,1864842.0,2.0,@casl/mongoose@7.2.1,,-3.0,250.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1864842.0,,,,,,,,,, 27,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,MPL-2.0,2020-01-08 18:24:07,2023-08-10 13:01:57.000000,2023-08-10 13:01:55,3307.0,242.0,204.0,3256.0,3669.0,Boundary enables identity-based access management for dynamic infrastructure.,134.0,32,True,397.0,45.0,71.0,231.0,2023-07-18 12:06:27,8.0,196197.0,2.0,0.13.1,,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-07-18 12:12:01.655444,8436500.0,,,,,11.0,,,,,,,,, 28,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-08-10 15:03:29.000000,2023-08-10 14:16:51,6329.0,381.0,58.0,4174.0,3489.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",208.0,32,True,801.0,100.0,234.0,1019.0,2023-06-27 03:16:37,181.0,13133.0,2.0,ockam_v0.90.0,275807.0,,181.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 29,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-08-10 17:02:35.000000,2023-08-10 17:02:27,6119.0,390.0,82.0,3156.0,1476.0,The SPIFFE Runtime Environment.,164.0,32,True,161.0,83.0,164.0,1102.0,2023-07-27 23:06:32,116.0,2065.0,2.0,1.7.1,144576.0,,116.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 30,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-08-09 18:37:41.000000,2023-08-09 18:37:24,1769.0,12368.0,1523.0,509.0,46631.0,Deepfakes Software For All.,97.0,31,True,46.0,4.0,18.0,799.0,2023-06-18 18:08:19,,1208.0,2.0,2.2.0,65250.0,,,,,,,,,,,,,,,,,,,, 31,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-08-10 18:12:16.000000,2023-08-10 01:50:32,3057.0,194.0,35.0,1109.0,3733.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",32.0,31,True,325.0,49.0,99.0,273.0,2023-07-18 10:47:20,28.0,29249.0,2.0,1.23.1,19397.0,,28.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-08-10 02:27:08.379471,681758.0,,,,,4.0,,,,,,,,, 32,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-08-10 04:23:44.000000,2023-08-04 18:40:36,2541.0,1450.0,177.0,1822.0,8331.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,30,True,80.0,80.0,273.0,792.0,2023-06-30 14:12:39,16.0,3.0,2.0,2.37.0,304.0,,16.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 33,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-08-07 09:03:21.000000,2023-08-07 09:03:21,1077.0,1421.0,107.0,82.0,7083.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",43.0,30,True,65.0,,8.0,730.0,,1727.0,28151.0,2.0,,,,1727.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,28151.0,,,,,, 34,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-08-10 15:19:01.000000,2023-08-08 14:47:08,4950.0,242.0,38.0,669.0,1115.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,30,True,205.0,44.0,52.0,230.0,2023-07-06 18:10:47,1201.0,,2.0,6.3.3,,,1201.0,,,,,,,,,,,,,,,,,, 35,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-05-23 09:52:12.000000,2022-06-10 09:12:18,238.0,12736.0,1569.0,217.0,49016.0,The worlds simplest facial recognition api for Python and the command line.,54.0,29,False,,2.0,705.0,583.0,2018-04-02 17:18:43,4.0,51013.0,3.0,1.2.2,1110.0,,4.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6645.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,50913.0,,,,,, 36,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-07-20 14:16:51.000000,2023-06-22 07:30:12,2361.0,1000.0,107.0,812.0,5174.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,6.0,62.0,23.0,825.0,2023-03-29 07:20:04,8011.0,,3.0,5.6.6,,,8011.0,,,,,,,,,,,,,,,,,doorkeeper, 37,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-08-07 14:38:51.000000,2023-08-07 14:38:50,1350.0,310.0,50.0,711.0,3029.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,40.0,100.0,47.0,271.0,2023-07-18 10:23:06,2.0,1221087.0,3.0,0.40.6,27737.0,,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,86668774.0,,,,,27.0,,,,,,,,, 38,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-08-10 15:05:03.000000,2023-08-07 01:17:19,582.0,61.0,40.0,202.0,299.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,13.0,100.0,8.0,76.0,2023-08-04 00:19:57,3747.0,133928.0,1.0,7.2.5,,,3747.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,133928.0,,,,,,,,,, 39,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-08-10 18:09:40.000000,2023-08-10 17:42:47,4608.0,930.0,156.0,4419.0,17089.0,The Single Sign-On Multi-Factor portal for web apps.,129.0,28,True,309.0,100.0,65.0,1059.0,2022-12-21 09:01:04,2.0,583.0,2.0,4.37.5,25085.0,,2.0,,,,,,,,,,,,,,,,,, 40,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3473.0,761.0,73.0,14821.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1686.0,3.0,0.2.1,,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160251.0,,,,,70.0,,,,,,,,, 41,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-08-10 15:27:10.000000,2023-08-08 16:33:04,1843.0,795.0,55.0,1177.0,6847.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",136.0,28,True,257.0,100.0,97.0,842.0,2023-08-08 16:22:54,1.0,1923.0,2.0,1.384.0,,,1.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-08-08 19:42:22.637227,65392.0,,,,,9.0,,,,,,,,, 42,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-08-10 10:43:55.000000,2023-08-10 09:46:34,4560.0,226.0,34.0,4004.0,6093.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",39.0,28,True,450.0,45.0,52.0,218.0,2023-07-31 12:48:16,7.0,673.0,2.0,1.7.0,2288.0,,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-31 12:46:08.698387,13790.0,,,,,1.0,,,,,,,,, 43,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-08-10 17:24:39.000000,2023-08-10 17:24:37,6273.0,529.0,138.0,4183.0,4713.0,"An ACME-based certificate authority, written in Go.",126.0,28,True,98.0,78.0,187.0,2648.0,2023-08-09 00:07:45,,21890.0,2.0,release-2023-08-08,55695.0,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-08-02 16:29:24.061124,1935899.0,,,,,12.0,,,,,,,,, 44,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-08-10 17:56:45.000000,2023-08-10 17:35:52,2363.0,224.0,28.0,4414.0,4255.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,61.0,28,True,193.0,100.0,381.0,1198.0,2023-08-08 09:58:50,1.0,370.0,2.0,2.31.6,1853.0,,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-08-10 03:30:46.000000,2023-08-07 14:27:06,1453.0,290.0,59.0,1028.0,4162.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,28,True,58.0,50.0,42.0,255.0,,2.0,781124.0,3.0,,16369.0,,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50754415.0,,,,,6.0,,,,,,,,, 46,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-07-24 16:02:04.000000,2023-07-24 15:50:06,1200.0,152.0,31.0,1518.0,3157.0,Oso is a batteries-included framework for building authorization in your application.,63.0,28,True,9.0,100.0,101.0,99.0,2023-04-03 23:25:23,75.0,36923.0,3.0,0.27.0,2556.0,,75.0,,,,,,,,,,oso,https://pypi.org/project/oso,36838.0,,,,,, 47,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-08-09 18:07:41.000000,2023-08-09 18:07:40,1331.0,79.0,24.0,1411.0,1591.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,91.0,52.0,46.0,247.0,2023-07-18 06:50:17,11.0,1477.0,3.0,0.29.0,42846.0,,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 48,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-08-09 17:59:27.000000,2023-03-08 14:05:28,373.0,42.0,24.0,125.0,186.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4493.0,173099.0,1.0,4.1.0,,,4493.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,173099.0,,,,,,,,,, 49,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8613.0,1080.0,127.0,41875.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,27,True,,2.0,527.0,791.0,2020-04-09 05:48:48,4.0,3824.0,3.0,DF.wf.288res.384.92.72.22,156784.0,,4.0,,,,,,,,,,,,,,,,,, 50,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-08-10 13:35:24.000000,2023-08-09 22:09:18,1447.0,99.0,16.0,1411.0,1582.0,"Kanidm: A simple, secure and fast identity management platform.",48.0,27,True,248.0,15.0,124.0,404.0,2023-08-01 05:15:57,42.0,151.0,3.0,1.1.0-beta.13,43.0,,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-08-02 00:36:32.237678,8169.0,,,,,,,,,,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-08-10 18:12:58.000000,2023-08-10 16:35:46,32780.0,48.0,28.0,3264.0,268.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,490.0,100.0,312.0,2182.0,2023-08-02 13:55:07,,433.0,3.0,1.0.16,1733.0,,,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-08-09 18:35:50.000000,2023-08-07 00:42:16,323.0,37.0,23.0,87.0,152.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,17.0,43.0,4.0,45.0,2023-08-04 05:15:04,676.0,34212.0,1.0,3.2.5,,,676.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,34212.0,,,,,,,,,, 53,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-08-10 10:33:50.000000,2023-08-07 21:48:56,118.0,4718.0,370.0,169.0,42638.0,Robust Speech Recognition via Large-Scale Weak Supervision.,56.0,26,True,3.0,6.0,,,2023-03-15 07:40:02,4.0,170977.0,3.0,20230314,,2.0,4.0,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,170977.0,,,,,, 54,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-08-10 12:26:13.000000,2023-08-10 12:26:13,2399.0,711.0,71.0,222.0,2761.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,66.0,26,True,11.0,100.0,,,2023-05-30 16:30:27,2.0,170452.0,3.0,8.2.2,,-5.0,2.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,170452.0,,,,,,,,,, 55,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-07-23 09:53:03.000000,2023-04-06 13:30:49,2951.0,285.0,80.0,829.0,1743.0,Solid server on top of the file-system in NodeJS.,85.0,26,True,,51.0,279.0,610.0,2023-03-17 17:09:04,2.0,8927.0,2.0,5.7.7,,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,901712.0,,solid-server,https://www.npmjs.com/package/solid-server,500.0,4.0,,,,,,,,, 56,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-08-10 17:50:24.000000,2023-08-10 12:40:46,3359.0,117.0,46.0,1788.0,685.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,75.0,72.0,207.0,901.0,2023-05-17 19:48:54,,80426.0,3.0,1.19.5,354.0,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-08-10 13:29:42.871765,6916269.0,,,,,30.0,,,,,,,,, 57,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-08-10 15:05:37.000000,2023-08-10 15:05:37,3187.0,154.0,20.0,2031.0,231.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,26,True,24.0,14.0,388.0,1195.0,2023-05-09 10:57:15,309.0,,2.0,0.3.2,,,309.0,,,,,,,,,,,,,,,,,, 58,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-08-10 15:21:56.000000,2023-08-10 15:21:53,12187.0,351.0,20.0,4934.0,4362.0,The authentication glue you need.,179.0,25,True,666.0,100.0,373.0,1076.0,2023-07-10 11:46:48,,75.0,3.0,ersion/2023.6.1,1960.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 59,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-08-09 19:14:32.000000,2023-08-08 21:51:49,5643.0,305.0,401.0,3964.0,1646.0,Repository for the Lemur Certificate Manager.,147.0,25,True,195.0,26.0,129.0,394.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,51.0,,,,,,,,,,,,,,,,,,,, 60,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-08-10 07:21:03.000000,2023-08-08 12:00:44,1652.0,110.0,19.0,322.0,1760.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,74.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2708.0,3.0,0.7.3,501.0,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,80757.0,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-08-10 16:43:39.000000,2023-08-09 17:55:04,7810.0,413.0,29.0,1409.0,360.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,121.0,24,True,448.0,59.0,221.0,780.0,2023-07-24 22:28:58,,,2.0,0.9.0,,,,,,,,,,,,,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-08-07 19:18:32.000000,2023-08-07 15:20:21,1376.0,65.0,24.0,936.0,257.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,24,True,41.0,18.0,56.0,199.0,2023-03-08 16:34:58,96.0,,2.0,0.6.2,,,96.0,,,,,,,,,,,,,,,,,, 63,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2384.0,243.0,25.0,16825.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,4.0,35.0,1.0,133.0,2023-01-21 09:26:53,,19873.0,3.0,TINA_SHIFT,516702.0,,,,,,,,,,,,,,,,,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-08-10 12:07:52.000000,2023-08-01 13:58:39,832.0,357.0,62.0,322.0,9790.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,102.0,32.0,97.0,325.0,2023-08-01 16:27:20,,,3.0,6.0.8,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 65,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-08-09 09:46:59.000000,2023-08-09 09:46:59,1729.0,53.0,13.0,498.0,1569.0,Permify is an open-source authorization service inspired by Google Zanzibar.,23.0,23,True,337.0,33.0,28.0,83.0,2023-08-05 13:40:56,,81.0,3.0,0.4.8,979.0,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 66,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-08-10 17:46:25.000000,2023-08-09 16:31:03,15647.0,300.0,51.0,6948.0,982.0,"Mirror of FreeIPA, an integrated security information management solution.",218.0,23,True,89.0,,,,,,40736.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-08-10 13:22:05.053663,5499428.0,,,,,151.0,,,,,,,,, 67,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-08-10 16:33:10.000000,2023-08-08 19:42:27,2749.0,242.0,52.0,2032.0,793.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,73.0,23,True,92.0,100.0,30.0,189.0,2023-08-08 19:40:10,,,3.0,1.11.38,,,,,,,,,,,,,,,,,,,,, 68,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-08-10 12:22:16.000000,2023-08-09 16:20:00,1628.0,210.0,59.0,273.0,471.0,Universal Resolver implementation and drivers.,96.0,23,True,21.0,6.0,23.0,80.0,2022-01-07 16:42:38,,1540.0,2.0,0.5.0,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-08-09 16:21:48.712299,110919.0,,,,,,,,,,,,,, 69,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-08-10 01:44:05.000000,2023-08-09 19:54:27,1763.0,99.0,21.0,677.0,337.0,A JavaScript Framework for Verifiable Data.,49.0,23,True,53.0,38.0,58.0,335.0,2023-08-04 11:08:10,3.0,,2.0,5.4.1,,,3.0,,,,,,,,,,,,,,,,,, 70,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-08-10 17:36:19.000000,2023-08-10 16:04:15,9609.0,41.0,11.0,782.0,54.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",139.0,23,False,56.0,63.0,37.0,108.0,2023-07-31 12:40:39,5.0,315.0,2.0,0.57.1,11363.0,,5.0,,,,,,,,,,,,,,,,,, 71,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-08-08 11:54:20.000000,2023-06-25 10:52:49,510.0,259.0,54.0,133.0,4826.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,179.0,508.0,2020-09-02 15:57:23,,199.0,3.0,2.6.1,13143.0,,,,,,,,,,,,,,,,,,,,howdy 72,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-08-10 16:14:11.000000,2023-08-10 16:13:31,14859.0,648.0,114.0,17.0,664.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,717.0,22,True,42.0,,,,,113.0,,3.0,,,,113.0,,,,,,,,,,,,,,,,,, 73,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-08-09 21:54:04.000000,2023-08-09 19:36:54,258.0,14.0,14.0,112.0,70.0,DID resolver for HTTPS domains.,12.0,22,False,15.0,38.0,1.0,10.0,2023-07-03 18:25:08,686.0,22994.0,2.0,2.0.27,,,686.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,22994.0,,,,,,,,,, 74,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4662.0,568.0,122.0,13149.0,Face recognition using Tensorflow.,36.0,21,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 75,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-07-10 22:46:24.000000,2023-05-05 17:28:31,638.0,261.0,64.0,219.0,3506.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,,2.0,12.0,117.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,,10.0,,,,,,,,,,,,,,,,,, 76,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-07-19 18:00:19.000000,2023-07-18 20:33:57,4021.0,748.0,254.0,324.0,2806.0,"Open Source Biometrics, Face Recognition.",55.0,21,False,2.0,4.0,63.0,209.0,2015-09-29 22:50:55,,934.0,3.0,1.1.0,109289.0,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-07-18 23:13:06.000000,2023-04-04 19:14:54,1149.0,101.0,42.0,679.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,,30.0,,,,,,,,,,,,,,,,,, 78,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,632.0,90.0,303.0,1561.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,20,True,1.0,25.0,151.0,311.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 79,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-08-10 02:26:24.000000,2023-08-04 18:37:54,313.0,75.0,18.0,281.0,301.0,Decentralized Web Node (DWN) Reference implementation.,30.0,20,True,71.0,19.0,44.0,141.0,,76.0,,2.0,,,,76.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 80,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-08-09 19:04:16.000000,2023-08-09 19:00:25,796.0,132.0,25.0,935.0,203.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,35.0,75.0,162.0,417.0,2023-06-03 17:51:03,2.0,,2.0,0.4.0,,,2.0,,,,,,,,,,,,,,,,,, 81,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-07-23 00:18:58.000000,2023-07-12 07:05:13,339.0,772.0,236.0,227.0,2521.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,7.0,,160.0,516.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 82,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-08-09 20:19:37.000000,2023-08-09 20:01:48,2069.0,142.0,169.0,802.0,1005.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,30.0,7.0,87.0,997.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-26 13:53:14.000000,2023-07-24 21:30:11,2151.0,205.0,59.0,571.0,310.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,21.0,,50.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-08-04 01:49:10.000000,2023-08-04 01:49:08,540.0,11.0,6.0,518.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,19.0,4.0,77.0,2022-05-29 21:14:21,494.0,616.0,3.0,1.6.0,16638.0,3.0,494.0,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,220.0,64.0,103.0,2239.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,160.0,92.0,183.0,1204.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,18,True,,17.0,68.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-08-10 18:15:10.000000,2023-08-09 23:56:58,1458.0,74.0,82.0,633.0,246.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,60.0,18,True,147.0,,52.0,534.0,,,,2.0,,,-4.0,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-08-10 16:33:20.000000,2023-08-10 16:32:05,1524.0,98.0,23.0,696.0,112.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,37.0,18,True,108.0,,56.0,163.0,,1.0,,3.0,,,,1.0,,,,,,,,,,,,,,,,,, 89,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,264.0,96.0,41.0,2221.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,17,True,2.0,,27.0,23.0,,,1172.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1172.0,,,,,, 90,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-08-07 12:03:33.899086,2023-08-07 11:57:49,685.0,25.0,2.0,104.0,33.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,17,False,43.0,36.0,3.0,39.0,2023-08-07 12:03:36,,112.0,3.0,1.2308071158.0,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-08-07 12:03:33.899086,2598.0,,,,,,,,,,,,,, 91,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-31 20:22:44.000000,2023-07-29 03:29:41,3557.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,7.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-08-08 18:31:17.000000,2023-08-08 18:31:15,290.0,48.0,12.0,293.0,184.0,self sovereign identity sdk.,16.0,16,True,44.0,4.0,44.0,103.0,,2.0,,3.0,,,,2.0,,,,,,,,,,,,,,,,,, 93,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-08-08 02:38:49.000000,2023-08-08 02:38:45,560.0,8.0,6.0,55.0,32.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,77.0,9.0,,5.0,2023-06-24 17:03:38,8.0,,3.0,0.6.0,,,8.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 94,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-08-09 20:27:07.000000,2023-07-05 18:09:51,529.0,143.0,82.0,197.0,1275.0,The SPIFFE Project.,57.0,15,True,1.0,,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-08-10 15:23:18.000000,2023-08-10 15:23:17,914.0,35.0,49.0,173.0,430.0,Solid Technical Reports.,19.0,15,True,39.0,1.0,185.0,128.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 96,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,82.0,76.0,487.0,377.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 97,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-08-10 00:19:23.000000,2023-07-14 13:35:29,523.0,38.0,29.0,344.0,147.0,Core library for decentralized identity.,20.0,15,True,2.0,,71.0,102.0,,106.0,,3.0,,,,106.0,,,,,,,,,,,,,,,,,, 98,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-08-10 17:04:42.000000,2023-08-08 20:41:42,405.0,49.0,11.0,436.0,136.0,The Self Sovereign Identity Service.,20.0,15,True,126.0,3.0,89.0,119.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 99,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-07-21 12:27:42.000000,2023-07-21 12:27:41,146.0,69.0,27.0,174.0,80.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,4.0,,42.0,28.0,,42.0,,3.0,,,,42.0,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-08-03 17:19:39.000000,2023-08-03 17:17:19,612.0,30.0,31.0,223.0,72.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,3.0,,50.0,162.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 101,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-08-07 07:37:41.000000,2023-08-03 19:44:55,368.0,13.0,4.0,96.0,35.0,SDK to work with Polygon ID.,13.0,15,False,110.0,19.0,5.0,16.0,2023-08-03 19:46:10,35.0,,3.0,1.0.2,,,35.0,,,,,,,,,,,,,,,,,, 102,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-08-10 01:16:24.000000,2023-07-10 15:35:10,912.0,8.0,7.0,102.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,32.0,25.0,3.0,19.0,2023-07-10 15:34:14,16.0,2.0,3.0,2.1.0,57.0,,16.0,,,,,,,,,,,,,,,,,, 103,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-08-10 16:47:28.000000,2023-07-11 23:20:17,306.0,6.0,2.0,27.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,43.0,18.0,,35.0,2023-07-11 23:30:54,,39.0,3.0,1.2307112321.0,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-07-11 23:25:40.736253,673.0,,,,,,,,,,,,,, 104,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,,14.0,,,,,,,,,,,,,,,,,, 105,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-08-10 11:12:29.000000,2023-07-17 14:28:53,336.0,25.0,14.0,112.0,38.0,The specification for AnonCreds verifiable credential exchange.,22.0,14,False,10.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 106,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,151.0,37.0,93.0,929.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,2.0,,3.0,,,-5.0,2.0,,,,,,,,,,,,,,,,,, 107,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-07-10 14:25:14.000000,2023-07-10 14:23:52,659.0,50.0,71.0,241.0,279.0,A privacy preserving identity exchange Web API.,30.0,13,False,9.0,,149.0,98.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,232.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,244.0,3.0,1.8.10,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-08-09 20:50:28.000000,2023-08-03 22:31:32,579.0,18.0,8.0,42.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,19.0,12.0,5.0,11.0,,40.0,1.0,3.0,,24.0,,40.0,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-08-10 00:09:39.000000,2023-07-10 21:10:47,766.0,17.0,14.0,155.0,52.0,The BBS Signature Scheme.,14.0,13,False,120.0,,13.0,113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-07-14 21:48:33.000000,2023-07-14 15:09:48,793.0,5.0,5.0,147.0,28.0,Open-Source Mobile SSI Wallet.,7.0,11,False,89.0,,2.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,,27.0,,,,,,,,,,,,,,,,,, 114,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,17.0,17.0,71.0,36.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-08-10 18:12:21.000000,2023-08-08 16:34:21,56.0,1.0,10.0,54.0,14.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,10,False,13.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 117,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-08-09 19:09:51.000000,2023-08-09 17:23:50,55.0,2.0,10.0,51.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,10.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 118,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 119,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-08-10 16:53:19.000000,2023-08-10 16:53:02,37.0,,1.0,15.0,,"Custodian wallet white-label solution, with which you can enable users to receive, share and store Verifiable..",5.0,10,False,37.0,4.0,,,2023-08-10 16:58:44,,1933.0,3.0,1.2308101653.0,,4.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1933.0,,,,,,,,,,,,,, 120,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,11.0,8.0,32.0,18.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,8,False,2.0,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,9.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-08-07 18:51:07.975844,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-08-07 18:51:07.975844,4003659.0,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-08-17_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇39 · ⭐ 11K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - cas (🥈33 · ⭐ 10K · 📈) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - ageitgey-face-recognition (🥈31 · ⭐ 49K · 💀) - The worlds simplest facial recognition api for Python.. MIT - casdoor (🥈29 · ⭐ 6.9K · 📈) - An open-source Identity and Access Management (IAM) / Single-.. Apache-2 - deepfacelab (🥉28 · ⭐ 42K · 📈) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - aries (🥇33 · ⭐ 1.3K · 📉) - Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer.. hyperledger - keycloak (🥇37 · ⭐ 17K · 📉) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - vault (🥈36 · ⭐ 28K · 📉) - A tool for secrets management, encryption as a service,.. ❗Unlicensed hashicorp - boundary (🥉30 · ⭐ 3.7K · 📉) - Boundary enables identity-based access management for.. ❗Unlicensed hashicorp - aries-framework-go (🥈22 · ⭐ 230 · 📉) - Hyperledger Aries Framework Go provides packages for.. Apache-2 hyperledger ================================================ FILE: history/2023-08-17_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,trending,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-08-17 18:06:05.000000,2023-08-17 18:06:03,23160.0,963.0,190.0,6077.0,1294.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",450.0,33,True,699.0,212.0,906.0,2701.0,2023-07-31 12:40:39,51.0,630.0,1.0,-1.0,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-08-17 18:13:14.000000,2023-08-16 11:31:09,1568.0,26.0,14.0,1680.0,50.0,Trinsic SDK repository.,41.0,27,False,55.0,33.0,4.0,370.0,2023-04-24 13:26:38,496.0,1614.0,1.0,,1.11.0,8324.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-08-17 14:52:09.000000,2023-08-17 14:52:08,4109.0,45.0,33.0,467.0,189.0,Self Sovereign Identity SDK.,57.0,25,True,405.0,68.0,12.0,44.0,2023-08-10 02:52:57,65.0,6.0,2.0,,0.15.1,,1.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-08-13 23:38:18.424366,2023-08-13 23:33:42,2588.0,62.0,13.0,331.0,147.0,Use web3 identity / self-sovereign identity (SSI).,47.0,23,True,183.0,149.0,10.0,230.0,2023-08-13 23:43:03,,4590.0,2.0,,1.2308021811.0,56.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-08-02 18:20:02.399015,7978.0,,,,,,,,,,,,,, 4,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-08-17 13:23:38.000000,2023-08-14 14:35:10,1540.0,48.0,12.0,485.0,83.0,Self Hosted Issuer Node.,28.0,22,False,196.0,24.0,19.0,95.0,2023-08-03 19:46:10,36.0,,2.0,,2.2.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 5,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-08-17 13:57:06.000000,2023-08-14 08:16:36,1050.0,407.0,615.0,230.0,8604.0,Solid - Re-decentralizing the web (project directory).,41.0,21,True,38.0,1.0,317.0,210.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-08-17 00:15:50.000000,2023-07-14 13:35:29,1015.0,113.0,77.0,650.0,403.0,A cross-platform toolkit for decentralized identity.,51.0,19,True,8.0,,126.0,197.0,,111.0,,3.0,,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,56.0,99.0,201.0,97.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-08-17 16:34:26.000000,2023-08-17 16:34:21,7143.0,12.0,8.0,498.0,31.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,205.0,1.0,68.0,1581.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-08-17 17:00:00.000000,2023-08-14 14:46:10,2413.0,2145.0,96.0,1917.0,18193.0,Authentication for the Web.,553.0,41,True,161.0,100.0,195.0,3217.0,2023-08-16 07:48:21,122252.0,2418414.0,1.0,,next-auth@4.23.1,,122252.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2418414.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-08-17 13:40:16.000000,2023-08-15 19:30:32,3728.0,1855.0,236.0,3969.0,11108.0,CoreDNS is a DNS server that chains plugins.,367.0,41,True,91.0,67.0,92.0,2079.0,2023-08-15 20:00:30,5433.0,2828085.0,1.0,,1.11.1,6760950.0,5433.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,244449961.0,,,,,138.0,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-08-17 17:49:48.761065,2023-08-17 17:01:03,4732.0,1149.0,121.0,3821.0,8373.0,"An open source, general-purpose policy engine.",412.0,40,True,147.0,100.0,309.0,2017.0,2023-07-27 18:10:47,2730.0,4608282.0,1.0,,0.55.0,3693582.0,2730.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-08-17 17:49:48.761065,417299048.0,,,,,38.0,,,,,,,,, 12,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-08-17 17:01:31.000000,2023-08-17 17:01:31,7965.0,1846.0,147.0,3003.0,10627.0,Automatically provision and manage TLS certificates in Kubernetes.,410.0,39,True,191.0,100.0,174.0,2896.0,2023-07-26 12:33:55,574.0,1437419.0,1.0,1.0,1.12.3,53184514.0,574.0,,,,,,,,,,,,,,,,,, 13,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-08-17 15:25:06.000000,2023-08-16 11:48:11,9109.0,1104.0,126.0,963.0,6427.0,A PyTorch-based Speech Toolkit.,219.0,38,True,704.0,9.0,127.0,809.0,2023-07-22 18:07:47,893.0,201330.0,1.0,,0.5.15,,893.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,201330.0,,,,,, 14,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-08-13 05:43:18.000000,2023-06-13 03:01:14,1646.0,457.0,69.0,482.0,2627.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",192.0,38,True,1.0,48.0,76.0,289.0,2023-01-10 13:13:43,416999.0,81379709.0,1.0,,3.2.2,,416999.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,81379709.0,,,,,, 15,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-06-15 06:35:28.000000,2023-03-10 17:27:55,617.0,1176.0,315.0,152.0,21701.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,330.0,420.0,,895166.0,8864756.0,2.0,,,,895166.0,,,,,,passport,https://www.npmjs.com/package/passport,8864756.0,,,,,,,,,, 16,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-08-17 17:51:15.000000,2023-08-17 16:35:57,22632.0,5459.0,363.0,12337.0,17107.0,Open Source Identity and Access Management For Modern Applications and Services.,1225.0,37,True,639.0,39.0,1729.0,5304.0,2023-07-18 09:57:40,2.0,61639.0,1.0,-1.0,22.0.1,1972452.0,2.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-08-17 18:07:39.000000,2023-08-17 17:03:05,17901.0,3753.0,818.0,16658.0,28231.0,"A tool for secrets management, encryption as a service, and privileged access management.",1388.0,36,False,579.0,100.0,887.0,4734.0,2023-07-25 18:08:48,6525.0,,2.0,-2.0,1.14.1,,6525.0,,,,,,,,,,,,,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-08-16 21:10:58.000000,2023-08-16 21:10:57,3698.0,1301.0,230.0,1702.0,14391.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",289.0,36,True,96.0,100.0,68.0,1380.0,2023-05-24 08:55:23,2.0,4109872.0,2.0,,2.1.2,607297.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,405952462.0,,,,,74.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-08-17 16:02:39.000000,2023-08-17 12:31:20,3889.0,772.0,110.0,1646.0,9205.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",204.0,36,True,125.0,43.0,187.0,950.0,2023-07-12 20:24:48,322.0,1779451.0,1.0,,1.0.0,32160.0,322.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112058411.0,,,,,16.0,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-08-16 08:19:23.000000,2023-08-16 08:14:41,1070.0,1516.0,233.0,468.0,15557.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",134.0,35,True,16.0,100.0,19.0,721.0,2023-08-16 08:16:15,2517.0,213750.0,2.0,,2.75.0,,2517.0,,,,,,casbin,https://www.npmjs.com/package/casbin,136103.0,,casbin,https://pypi.org/project/casbin,77647.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-08-14 02:11:45.000000,2023-08-14 02:11:45,4727.0,1571.0,184.0,1671.0,8352.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",126.0,35,True,68.0,15.0,312.0,1309.0,2023-04-14 09:36:52,67.0,169269.0,3.0,,r1.4.1,,67.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,169269.0,,,,,, 22,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-01-05 16:14:12.000000,2020-04-22 16:40:10,488.0,3471.0,333.0,106.0,15342.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,33,False,,38.0,420.0,387.0,2020-03-22 14:01:55,7053.0,131195.0,1.0,,0.22.2,,7053.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,131195.0,,,,,,,,,, 23,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-08-17 17:29:34.480912,2023-08-16 03:28:00,23516.0,3783.0,609.0,4398.0,10407.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,338.0,33,True,388.0,100.0,,,2023-08-17 14:18:32,10.0,5773.0,2.0,1.0,6.6.10,,10.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-08-17 17:29:34.480912,825645.0,,,,,128.0,,,,,,,,, 24,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-08-17 17:27:47.000000,2023-08-17 15:13:57,3027.0,272.0,34.0,3508.0,3639.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,157.0,100.0,83.0,829.0,2023-05-26 21:06:13,12.0,12571211.0,2.0,,0.21.4,46271.0,12.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-08-17 16:32:50.831722,691361363.0,,,,,10.0,,,,,,,,, 25,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-08-13 14:04:46.000000,2023-08-13 14:04:45,2275.0,4544.0,485.0,147.0,17274.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,30.0,1.0,927.0,1325.0,2023-04-02 07:43:27,635.0,77700.0,2.0,,0.7,310799.0,635.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,137.0,,,,,,,,,,,,,, 26,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-08-15 06:28:03.000000,2023-08-15 06:25:59,1491.0,247.0,40.0,328.0,5066.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,32,True,17.0,100.0,8.0,419.0,2023-07-28 06:28:52,251.0,1864445.0,2.0,,@casl/mongoose@7.2.1,,251.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1864445.0,,,,,,,,,, 27,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-08-17 17:31:55.000000,2023-08-17 14:07:50,6434.0,382.0,58.0,4224.0,3507.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",208.0,32,True,841.0,100.0,247.0,1030.0,2023-06-27 03:16:37,181.0,13505.0,2.0,,ockam_v0.90.0,283611.0,181.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 28,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-08-17 16:26:46.000000,2023-08-17 15:45:16,6126.0,392.0,82.0,3170.0,1479.0,The SPIFFE Runtime Environment.,164.0,32,True,162.0,84.0,156.0,1112.0,2023-08-16 22:31:30,117.0,2080.0,2.0,,1.7.2,145650.0,117.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-08-11 10:58:35.000000,2022-06-10 09:12:18,238.0,12749.0,1570.0,218.0,49067.0,The worlds simplest facial recognition api for Python and the command line.,54.0,31,False,,2.0,707.0,583.0,2018-04-02 17:18:43,10.0,49800.0,2.0,2.0,1.2.2,1113.0,10.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6654.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,49700.0,,,,,, 30,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-08-09 18:37:41.000000,2023-08-09 18:37:24,1769.0,12383.0,1525.0,509.0,46702.0,Deepfakes Software For All.,97.0,31,True,46.0,4.0,18.0,800.0,2023-06-18 18:08:19,,1353.0,2.0,,2.2.0,73115.0,,,,,,,,,,,,,,,,,,, 31,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-08-17 17:56:53.000000,2023-08-15 20:40:44,3071.0,195.0,35.0,1112.0,3764.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",32.0,31,True,307.0,50.0,97.0,275.0,2023-08-11 13:19:01,29.0,30861.0,2.0,,1.24.0,19811.0,29.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-08-11 13:37:13.055434,720001.0,,,,,4.0,,,,,,,,, 32,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-08-16 14:46:24.000000,2023-08-04 18:40:36,2541.0,1449.0,177.0,1825.0,8344.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,30,True,76.0,80.0,273.0,792.0,2023-06-30 14:12:39,16.0,3.0,2.0,,2.37.0,305.0,16.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 33,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-08-07 09:03:21.000000,2023-08-07 09:03:21,1077.0,1427.0,106.0,82.0,7136.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",43.0,30,True,65.0,,9.0,734.0,,1750.0,27682.0,3.0,,,,1750.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,27682.0,,,,,, 34,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-08-17 18:15:24.000000,2023-08-17 12:59:17,3319.0,245.0,203.0,3294.0,3673.0,Boundary enables identity-based access management for dynamic infrastructure.,134.0,30,False,400.0,45.0,72.0,231.0,2023-07-18 12:06:27,8.0,199934.0,3.0,-2.0,0.13.1,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-07-18 12:12:01.655444,8597199.0,,,,,11.0,,,,,,,,, 35,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-08-17 15:11:36.000000,2023-08-17 15:11:32,4952.0,244.0,38.0,670.0,1121.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,291.0,30,True,198.0,44.0,53.0,230.0,2023-07-06 18:10:47,1223.0,,2.0,,6.3.3,,1223.0,,,,,,,,,,,,,,,,,, 36,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-08-17 14:51:44.324561,2023-08-17 09:19:24,1866.0,798.0,55.0,1189.0,6892.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",136.0,29,True,248.0,100.0,94.0,858.0,2023-08-17 09:34:45,3.0,2010.0,2.0,1.0,1.392.0,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-08-17 14:51:44.324561,68352.0,,,,,9.0,,,,,,,,, 37,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-07-20 14:16:51.000000,2023-06-22 07:30:12,2361.0,1000.0,107.0,812.0,5178.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,309.0,29,True,5.0,62.0,23.0,825.0,2023-03-29 07:20:04,8029.0,,3.0,,5.6.6,,8029.0,,,,,,,,,,,,,,,,,doorkeeper, 38,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-08-07 14:38:51.000000,2023-08-07 14:38:50,1350.0,311.0,50.0,711.0,3039.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,40.0,100.0,47.0,271.0,2023-07-18 10:23:06,2.0,1224484.0,3.0,,0.40.6,28278.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,86909325.0,,,,,30.0,,,,,,,,, 39,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-08-17 16:41:16.000000,2023-08-07 01:17:19,582.0,61.0,40.0,202.0,300.0,Create and verify DID verifiable JWTs in Javascript.,40.0,29,True,11.0,100.0,8.0,76.0,2023-08-04 00:19:57,3780.0,141318.0,1.0,,7.2.5,,3780.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,141318.0,,,,,,,,,, 40,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-06-24 17:40:40.000000,2023-04-27 06:45:45,1313.0,8643.0,1082.0,127.0,42000.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,28,True,,2.0,529.0,792.0,2020-04-09 05:48:48,10.0,3842.0,3.0,1.0,DF.wf.288res.384.92.72.22,157544.0,10.0,,,,,,,,,,,,,,,,,, 41,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-08-17 12:09:03.000000,2023-08-17 12:07:10,4636.0,930.0,156.0,4447.0,17134.0,The Single Sign-On Multi-Factor portal for web apps.,130.0,28,True,306.0,100.0,66.0,1061.0,2022-12-21 09:01:04,2.0,586.0,2.0,,4.37.5,25227.0,2.0,,,,,,,,,,,,,,,,,, 42,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3475.0,760.0,73.0,14827.0,Face recognition with deep neural networks.,30.0,28,True,1.0,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1688.0,3.0,,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160367.0,,,,,70.0,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-08-17 15:28:12.000000,2023-08-17 09:11:39,4621.0,226.0,34.0,4063.0,6125.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",39.0,28,True,481.0,45.0,54.0,218.0,2023-07-31 12:48:16,7.0,700.0,2.0,,1.7.0,2343.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-07-31 12:46:08.698387,14427.0,,,,,1.0,,,,,,,,, 44,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-08-17 18:15:39.000000,2023-08-10 17:24:37,6273.0,530.0,138.0,4184.0,4709.0,"An ACME-based certificate authority, written in Go.",126.0,28,True,84.0,79.0,190.0,2648.0,2023-08-14 19:54:10,,21917.0,2.0,,release-2023-08-14,56072.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-08-02 16:29:24.061124,1936414.0,,,,,12.0,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-08-17 11:40:50.000000,2023-08-16 11:29:57,2384.0,230.0,28.0,4438.0,4333.0,ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.,64.0,28,True,198.0,100.0,377.0,1207.0,2023-08-15 15:19:43,1.0,414.0,2.0,,2.31.7,2073.0,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-08-17 09:59:17.000000,2023-08-17 09:58:35,1455.0,290.0,58.0,1032.0,4168.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",68.0,28,True,60.0,50.0,42.0,255.0,,2.0,781198.0,3.0,,,16501.0,2.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50759107.0,,,,,6.0,,,,,,,,, 47,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-07-24 16:02:04.000000,2023-07-24 15:50:06,1200.0,152.0,31.0,1518.0,3175.0,Oso is a batteries-included framework for building authorization in your application.,63.0,28,True,9.0,100.0,101.0,99.0,2023-04-03 23:25:23,76.0,35884.0,3.0,,0.27.0,2562.0,76.0,,,,,,,,,,oso,https://pypi.org/project/oso,35799.0,,,,,, 48,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-08-17 12:03:52.000000,2023-08-17 07:24:26,1339.0,79.0,24.0,1423.0,1606.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,93.0,52.0,46.0,250.0,2023-07-18 06:50:17,11.0,1497.0,3.0,,0.29.0,43433.0,11.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 49,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-08-15 17:42:50.000000,2023-03-08 14:05:28,373.0,42.0,24.0,125.0,188.0,Universal did-resolver for javascript environments.,24.0,28,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4530.0,174262.0,1.0,,4.1.0,,4530.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,174262.0,,,,,,,,,, 50,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-08-16 21:48:17.000000,2023-08-07 21:48:56,118.0,4759.0,372.0,170.0,43001.0,Robust Speech Recognition via Large-Scale Weak Supervision.,56.0,27,True,3.0,6.0,,,2023-03-15 07:40:02,10.0,173064.0,3.0,,20230314,,10.0,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,173064.0,,,,,, 51,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-08-17 16:18:04.000000,2023-08-17 07:02:24,1468.0,99.0,16.0,1432.0,1591.0,"Kanidm: A simple, secure and fast identity management platform.",49.0,27,True,255.0,15.0,116.0,419.0,2023-08-01 05:15:57,42.0,157.0,3.0,,1.1.0-beta.13,76.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-08-17 06:39:20.782605,8462.0,,,,,,,,,,,,,, 52,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-08-17 18:07:35.000000,2023-08-17 15:20:51,32809.0,48.0,29.0,3300.0,267.0,"Welcome to the Janssen Project, a collaboration hub for digital identity infrastructure software... and introducing..",107.0,27,True,498.0,100.0,306.0,2206.0,2023-08-02 13:55:07,,469.0,3.0,,1.0.16,1877.0,,,,,,,,,,,,,,,,,,, 53,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-08-15 16:58:36.000000,2023-08-14 02:01:15,324.0,37.0,23.0,87.0,153.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,15.0,43.0,4.0,45.0,2023-08-04 05:15:04,683.0,35467.0,1.0,,3.2.5,,683.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,35467.0,,,,,,,,,, 54,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-08-17 09:07:22.000000,2023-08-17 09:07:22,2400.0,713.0,72.0,223.0,2768.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,10.0,100.0,,,2023-05-30 16:30:27,2.0,183882.0,3.0,,8.2.2,,2.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,183882.0,,,,,,,,,, 55,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-07-23 09:53:03.000000,2023-04-06 13:30:49,2951.0,285.0,80.0,829.0,1746.0,Solid server on top of the file-system in NodeJS.,85.0,26,True,,51.0,280.0,610.0,2023-03-17 17:09:04,2.0,8772.0,2.0,,5.7.7,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-04-06 13:43:13.183129,905788.0,,solid-server,https://www.npmjs.com/package/solid-server,307.0,4.0,,,,,,,,, 56,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-08-17 15:59:14.000000,2023-08-16 13:38:43,3372.0,118.0,47.0,1793.0,688.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,93.0,26,True,83.0,72.0,207.0,901.0,2023-05-17 19:48:54,,80526.0,3.0,,1.19.5,357.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-08-16 19:10:15.652052,6924890.0,,,,,30.0,,,,,,,,, 57,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-08-17 17:39:48.000000,2023-08-17 17:38:39,12221.0,350.0,20.0,4971.0,4386.0,The authentication glue you need.,179.0,25,True,639.0,100.0,371.0,1082.0,2023-07-10 11:46:48,,78.0,3.0,,ersion/2023.6.1,2044.0,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 58,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-08-17 15:08:54.000000,2023-08-16 09:17:44,1381.0,65.0,24.0,941.0,256.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,32.0,25,True,44.0,20.0,56.0,199.0,2023-08-17 15:09:36,96.0,,2.0,,0.6.3,,96.0,,,,,,,,,,,,,,,,,, 59,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-08-17 06:43:10.000000,2023-08-08 12:00:44,1652.0,110.0,19.0,323.0,1762.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",41.0,24,True,71.0,31.0,29.0,74.0,2023-06-27 11:40:41,,2852.0,3.0,,0.7.3,509.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-06-27 11:45:23.570678,85020.0,,,,,,,,,,,,,, 60,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-08-14 20:12:24.000000,2023-08-14 20:12:24,5651.0,307.0,402.0,3970.0,1645.0,Repository for the Lemur Certificate Manager.,148.0,24,True,189.0,26.0,129.0,394.0,2023-07-05 22:37:33,,0.0,3.0,,1.5.0,51.0,,,,,,,,,,,,,,,,,,, 61,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-08-17 17:15:58.000000,2023-08-17 14:50:33,7849.0,416.0,29.0,1421.0,361.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,122.0,24,True,474.0,60.0,220.0,786.0,2023-07-24 22:28:58,,,2.0,,0.9.0,,,,,,,,,,,,,,,,,,,, 62,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2440.0,249.0,25.0,17115.0,Real-time face swap for PC streaming or video calls.,11.0,23,True,4.0,35.0,1.0,135.0,2023-01-21 09:26:53,,20314.0,3.0,,TINA_SHIFT,528174.0,,,,,,,,,,,,,,,,,,, 63,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-08-16 14:00:27.000000,2023-08-16 11:59:15,836.0,359.0,62.0,325.0,9839.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,24.0,23,True,105.0,34.0,97.0,325.0,2023-08-16 14:01:18,,,3.0,,6.0.10,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 64,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-08-16 20:17:41.000000,2023-08-11 09:04:02,1738.0,52.0,13.0,501.0,1579.0,Permify is an open-source authorization service inspired by Google Zanzibar.,23.0,23,True,324.0,33.0,28.0,83.0,2023-08-05 13:40:56,,82.0,3.0,,0.4.8,986.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 65,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-08-17 12:33:58.000000,2023-08-17 12:28:26,15658.0,300.0,51.0,6961.0,985.0,"Mirror of FreeIPA, an integrated security information management solution.",218.0,23,True,94.0,,,,,,40788.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-08-17 11:06:13.826500,5506486.0,,,,,151.0,,,,,,,,, 66,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-08-17 17:38:21.000000,2023-08-14 23:30:53,2754.0,243.0,52.0,2036.0,794.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,73.0,23,True,87.0,100.0,30.0,189.0,2023-08-11 03:48:22,,,3.0,,1.10.56,,,,,,,,,,,,,,,,,,,, 67,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-08-17 12:40:12.000000,2023-08-15 13:04:42,1639.0,209.0,59.0,273.0,474.0,Universal Resolver implementation and drivers.,96.0,23,True,29.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1547.0,2.0,,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-08-15 13:06:31.352672,111393.0,,,,,,,,,,,,,, 68,veramo,uport-project/veramo,,,decentralized,,https://github.com/uport-project/veramo,https://github.com/uport-project/veramo,Apache-2.0,2019-11-12 14:18:17,2023-08-17 01:29:58.000000,2023-08-17 01:29:54,1772.0,99.0,21.0,684.0,339.0,A JavaScript Framework for Verifiable Data.,49.0,23,True,58.0,38.0,56.0,337.0,2023-08-04 11:08:10,3.0,,2.0,,5.4.1,,3.0,,,,,,,,,,,,,,,,,, 69,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-08-17 18:06:05.000000,2023-08-17 18:06:03,9620.0,41.0,11.0,789.0,54.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",139.0,23,False,59.0,63.0,36.0,110.0,2023-07-31 12:40:39,5.0,315.0,2.0,,0.57.1,11372.0,5.0,,,,,,,,,,,,,,,,,, 70,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-08-11 07:32:41.000000,2023-06-25 10:52:49,510.0,259.0,55.0,133.0,4835.0,Windows Hello style facial authentication for Linux.,55.0,22,True,4.0,11.0,180.0,509.0,2020-09-02 15:57:23,,200.0,3.0,,2.6.1,13255.0,,,,,,,,,,,,,,,,,,,howdy 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-08-15 19:42:48.000000,2023-08-15 19:42:44,4022.0,748.0,254.0,325.0,2806.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,3.0,4.0,63.0,209.0,2015-09-29 22:50:55,,934.0,3.0,,1.1.0,109308.0,,,,,,,,,,,,,,,,,,, 72,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-08-16 17:45:15.000000,2023-08-12 03:57:53,14861.0,648.0,114.0,17.0,664.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,718.0,22,True,42.0,,,,,113.0,,3.0,,,,113.0,,,,,,,,,,,,,,,,,, 73,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-08-17 04:49:52.000000,2023-08-15 19:57:33,3188.0,154.0,20.0,2034.0,233.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,22,True,21.0,14.0,388.0,1195.0,2023-05-09 10:57:15,2.0,,2.0,-4.0,0.3.2,,2.0,,,,,,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-08-14 03:35:40.000000,2023-08-14 01:54:03,259.0,15.0,14.0,112.0,71.0,DID resolver for HTTPS domains.,12.0,22,False,14.0,38.0,1.0,10.0,2023-07-03 18:25:08,692.0,21888.0,2.0,,2.0.27,,692.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,21888.0,,,,,,,,,, 75,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4660.0,568.0,122.0,13154.0,Face recognition using Tensorflow.,36.0,21,False,,,495.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 76,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-07-10 22:46:24.000000,2023-05-05 17:28:31,638.0,260.0,64.0,219.0,3512.0,An SWT based API for managing users and issuing SWT tokens.,38.0,21,True,,2.0,12.0,117.0,2022-02-09 12:50:28,10.0,,3.0,,1.0.1,,10.0,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-07-18 23:13:06.000000,2023-04-04 19:14:54,1149.0,101.0,41.0,679.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,,1.0.2,,30.0,,,,,,,,,,,,,,,,,, 78,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-06-29 18:54:02.000000,2023-06-26 17:39:09,391.0,635.0,90.0,303.0,1566.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,20,True,1.0,25.0,151.0,312.0,2023-05-01 17:52:41,,,3.0,,1.6.2,,,,,,,,,,,,,,,,,,,, 79,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-08-17 17:02:38.000000,2023-08-17 02:59:12,317.0,74.0,18.0,284.0,301.0,Decentralized Web Node (DWN) Reference implementation.,31.0,20,True,67.0,19.0,47.0,141.0,,78.0,,2.0,,,,78.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 80,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-08-17 14:06:14.000000,2023-08-16 07:48:40,800.0,136.0,25.0,939.0,203.0,Aries Framework JavaScript (Built using TypeScript).,53.0,20,True,35.0,75.0,161.0,418.0,2023-06-03 17:51:03,2.0,,2.0,,0.4.0,,2.0,,,,,,,,,,,,,,,,,, 81,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-08-15 11:57:57.000000,2023-07-12 07:05:13,339.0,773.0,236.0,228.0,2531.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,7.0,,160.0,517.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 82,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-08-16 18:25:20.000000,2023-08-16 18:23:56,2085.0,144.0,172.0,802.0,1008.0,Web Authentication: An API for accessing Public Key Credentials.,70.0,19,True,40.0,7.0,80.0,1004.0,2018-03-20 13:11:25,,,2.0,,CR-00-20180320,,,,,,,,,,,,,,,,,,,, 83,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-07-26 13:53:14.000000,2023-07-24 21:30:11,2151.0,205.0,59.0,571.0,311.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,19,True,21.0,,50.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-08-04 01:49:10.000000,2023-08-04 01:49:08,540.0,11.0,6.0,518.0,23.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,8.0,19.0,4.0,77.0,2022-05-29 21:14:21,496.0,618.0,3.0,,1.6.0,16709.0,496.0,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,220.0,64.0,103.0,2242.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,1.0,40.0,5.0,53.0,2020-04-30 07:36:33,,,3.0,,1.2.0,,,,,,,,,,,,,,,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-03-23 03:45:28.000000,2023-03-20 08:32:40,214.0,160.0,92.0,183.0,1204.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,30.0,18,True,,17.0,68.0,68.0,2022-06-09 01:42:53,,,3.0,,1.0.4,,,,,,,,,,,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-08-17 10:17:09.000000,2023-08-15 20:57:02,1461.0,74.0,82.0,637.0,248.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,60.0,18,True,134.0,,55.0,538.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-08-16 19:52:24.000000,2023-08-16 19:27:52,1528.0,99.0,22.0,701.0,114.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,38.0,18,True,106.0,,59.0,164.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 89,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-05-25 18:52:34.000000,2023-05-25 18:52:34,148.0,265.0,96.0,41.0,2226.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,25.0,17,True,2.0,,27.0,23.0,,,1132.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1132.0,,,,,, 90,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-07-31 20:22:44.000000,2023-07-29 03:29:41,3557.0,67.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",295.0,16,True,7.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-08-17 00:15:50.000000,2023-07-14 13:35:29,523.0,39.0,29.0,345.0,149.0,Core library for decentralized identity.,20.0,16,True,2.0,,72.0,102.0,,107.0,,3.0,,,,107.0,,,,,,,,,,,,,,,,,, 92,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-08-11 10:41:37.354822,2023-08-11 10:34:50,686.0,25.0,2.0,105.0,33.0,"Supercharge your app with SSI, NFTs or fungible tokens.",12.0,16,False,36.0,37.0,3.0,39.0,2023-08-11 10:41:39,,123.0,3.0,,1.2308111035.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-08-11 10:41:37.354822,2831.0,,,,,,,,,,,,,, 93,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-08-11 02:01:55.000000,2023-08-11 02:01:46,562.0,8.0,6.0,55.0,33.0,OpenID for Verifiable Credential Issuance - client and issuer library.,11.0,16,False,75.0,9.0,2.0,5.0,2023-06-24 17:03:38,8.0,,3.0,,0.6.0,,8.0,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 94,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-08-16 18:23:03.000000,2023-08-16 18:07:14,530.0,144.0,82.0,199.0,1279.0,The SPIFFE Project.,57.0,15,True,2.0,,17.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-08-17 13:57:06.000000,2023-08-14 08:16:36,918.0,35.0,48.0,174.0,432.0,Solid Technical Reports.,19.0,15,True,38.0,1.0,185.0,128.0,2021-12-21 13:00:06,,,2.0,,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,, 96,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,83.0,76.0,487.0,377.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 97,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-08-17 18:11:06.000000,2023-08-17 18:11:05,291.0,48.0,12.0,294.0,184.0,self sovereign identity sdk.,16.0,15,True,41.0,4.0,44.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 98,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-08-17 16:58:39.000000,2023-08-15 15:03:40,410.0,49.0,11.0,446.0,136.0,The Self Sovereign Identity Service.,20.0,15,True,118.0,3.0,90.0,121.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 99,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-07-21 12:27:42.000000,2023-07-21 12:27:41,146.0,69.0,27.0,174.0,81.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,4.0,,42.0,28.0,,42.0,,3.0,,,,42.0,,,,,,,,,,,,,,,,,, 100,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-08-17 17:11:01.000000,2023-08-17 17:10:32,614.0,30.0,31.0,223.0,72.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,5.0,,49.0,163.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 101,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-08-16 19:04:30.000000,2023-08-14 14:12:05,369.0,25.0,13.0,113.0,38.0,The specification for AnonCreds verifiable credential exchange.,22.0,15,False,43.0,,23.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 102,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-08-17 13:23:38.000000,2023-08-14 14:35:10,369.0,15.0,4.0,98.0,36.0,SDK to work with Polygon ID.,14.0,15,False,109.0,19.0,4.0,17.0,2023-08-03 19:46:10,36.0,,3.0,,1.0.2,,36.0,,,,,,,,,,,,,,,,,, 103,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-08-10 01:16:24.000000,2023-07-10 15:35:10,912.0,8.0,7.0,102.0,24.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,32.0,25.0,3.0,19.0,2023-07-10 15:34:14,16.0,2.0,3.0,,2.1.0,57.0,16.0,,,,,,,,,,,,,,,,,, 104,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-08-13 23:38:18.424366,2023-08-13 23:33:42,329.0,6.0,2.0,30.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,60.0,21.0,,36.0,2023-08-13 23:43:03,,39.0,3.0,,1.2308132334.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-08-13 23:38:18.424366,676.0,,,,,,,,,,,,,, 105,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,,14.0,,,,,,,,,,,,,,,,,, 106,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,151.0,37.0,93.0,930.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 107,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-08-16 15:09:45.000000,2023-08-11 20:14:23,660.0,50.0,72.0,243.0,282.0,A privacy preserving identity exchange Web API.,30.0,13,False,9.0,,150.0,98.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,233.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,244.0,3.0,,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-08-09 20:50:28.000000,2023-08-03 22:31:32,579.0,18.0,8.0,42.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,10.0,13,False,16.0,12.0,5.0,11.0,,40.0,1.0,3.0,,,24.0,40.0,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-08-10 00:09:39.000000,2023-07-10 21:10:47,766.0,17.0,14.0,155.0,52.0,The BBS Signature Scheme.,14.0,13,False,120.0,,13.0,113.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,13,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,,1.4.1,198.0,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-08-17 14:52:09.000000,2023-08-17 14:52:08,795.0,6.0,5.0,148.0,30.0,Open-Source Mobile SSI Wallet.,8.0,11,False,58.0,,2.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,,27.0,,,,,,,,,,,,,,,,,, 114,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,52.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-03-07 17:08:52.000000,2022-05-09 17:48:40,193.0,17.0,17.0,71.0,37.0,A reference credential wallet built on Flutter and DIDKit.,11.0,10,False,,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-08-15 17:00:26.000000,2023-08-10 19:04:03,57.0,1.0,10.0,56.0,14.0,A library to manage your Decentralized Identities and Verified IDs on Android.,4.0,10,False,14.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,,1.0.0,,,,,,,,,,,,,,,,,,,, 117,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-08-14 21:14:42.000000,2023-08-09 17:23:50,55.0,2.0,10.0,51.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,10.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,,1.0.0,,,,,,,,,,,,,,,,,,,, 118,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,,old_talao,,,,,,,,,,,,,,,,,,,, 119,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-08-11 10:35:45.000000,2023-08-11 10:35:21,38.0,,1.0,16.0,,"Custodian wallet white-label solution, with which you can enable users to receive, share and store Verifiable..",5.0,10,False,38.0,5.0,,,2023-08-11 10:42:52,,1966.0,3.0,,1.2308111035.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,1966.0,,,,,,,,,,,,,, 120,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,11.0,8.0,32.0,18.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,9,False,,,20.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 121,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,3.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,8,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 122,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,9.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,,1.2302061536.0,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-08-07 18:51:07.975844,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-08-07 18:51:07.975844,4007369.0,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-10-12_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇40 · ⭐ 2.7K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - casl (🥈35 · ⭐ 5.2K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - ockam (🥈34 · ⭐ 3.7K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - veramo (🥈26 · ⭐ 350 · 📈) - A JavaScript Framework for Verifiable Data. Apache-2 - dwn-sdk-js (🥈23 · ⭐ 300 · 📈) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cert-manager (🥇38 · ⭐ 11K · 📉) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - paddlespeech (🥉33 · ⭐ 8.8K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - node-solid-server (🥈24 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - deepfacelive (🥉21 · ⭐ 19K · 📉) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - aries-rfcs (🥈17 · ⭐ 310 · 📉) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger ================================================ FILE: history/2023-10-12_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-10-12 17:50:59.000000,2023-10-12 15:04:12,23580.0,980.0,189.0,6308.0,1317.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",457.0,33,True,746.0,226.0,921.0,2776.0,2023-10-12 15:21:21,52.0,598.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-10-12 16:40:12.000000,2023-10-11 20:14:36,1610.0,26.0,23.0,1746.0,53.0,Trinsic SDK repository.,41.0,27,False,73.0,33.0,41.0,374.0,2023-04-24 13:26:38,530.0,1568.0,1.0,1.11.0,8756.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-10-12 07:28:00.000000,2023-10-12 07:27:57,4392.0,48.0,34.0,494.0,197.0,Self Sovereign Identity SDK.,59.0,25,True,367.0,81.0,22.0,49.0,2023-10-01 02:16:26,57.0,4.0,2.0,0.17.5,,1.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-10-12 14:47:24.000000,2023-10-03 09:04:58,3326.0,63.0,13.0,359.0,149.0,All-In-One SSI infrastructure toolkit.,49.0,24,True,144.0,185.0,6.0,244.0,2023-09-28 11:55:26,,2113.0,2.0,1.2309221938.0,57.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-09-27 13:07:08.529648,9561.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-10-12 16:18:12.000000,2023-10-12 16:18:10,1078.0,408.0,612.0,245.0,8602.0,Solid - Re-decentralizing the web (project directory).,42.0,22,True,52.0,1.0,316.0,215.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-10-12 17:01:21.000000,2023-10-10 12:42:40,1555.0,61.0,13.0,529.0,89.0,Self Hosted Issuer Node.,30.0,21,False,26.0,30.0,20.0,97.0,2023-10-10 12:43:37,50.0,,2.0,2.2.1,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-10-12 00:15:30.000000,2023-10-02 22:37:32,1020.0,123.0,79.0,665.0,411.0,A cross-platform toolkit for decentralized identity.,53.0,19,True,5.0,,128.0,197.0,,116.0,,3.0,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,97.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-10-12 14:03:43.000000,2023-10-12 13:38:00,7336.0,14.0,9.0,507.0,35.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,280.0,1.0,74.0,1766.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-10-12 15:37:56.000000,2023-10-08 17:19:45,2526.0,2291.0,97.0,2009.0,19112.0,Authentication for the Web.,575.0,41,True,184.0,100.0,224.0,3385.0,2023-10-02 12:01:51,143147.0,2696203.0,1.0,next-auth@4.23.2,,143147.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2696203.0,,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-10-12 09:48:26.000000,2023-09-19 19:06:20,3754.0,1869.0,238.0,4023.0,11262.0,CoreDNS is a DNS server that chains plugins.,370.0,41,True,61.0,67.0,92.0,2101.0,2023-08-15 20:00:30,5562.0,2824803.0,1.0,1.11.1,6813007.0,5562.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,249763207.0,,,,,142.0,,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-10-12 17:35:01.000000,2023-10-12 17:35:01,4810.0,1169.0,123.0,3910.0,8587.0,"An open source, general-purpose policy engine.",425.0,40,True,120.0,100.0,309.0,2069.0,2023-09-28 14:54:02,2960.0,4742829.0,1.0,0.57.0,4195796.0,2960.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-10-12 05:37:50.575529,438092565.0,,,,,38.0,,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-05 08:17:22.000000,2023-09-03 20:08:57,1676.0,457.0,69.0,491.0,2656.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",194.0,40,True,28.0,48.0,75.0,293.0,2023-01-10 13:13:43,442098.0,83048035.0,1.0,3.2.2,,442098.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,83048035.0,2.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-10-12 12:58:54.000000,2023-10-12 10:28:51,8078.0,1868.0,147.0,3081.0,10786.0,Automatically provision and manage TLS certificates in Kubernetes.,412.0,38,True,171.0,100.0,162.0,2955.0,2023-09-27 08:23:14,661.0,1586949.0,1.0,1.12.5,58717137.0,661.0,,,,,,,,,,,,,-1.0,,,,,, 14,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-10-12 14:49:54.000000,2023-10-11 22:52:37,9529.0,1123.0,123.0,1003.0,6666.0,A PyTorch-based Speech Toolkit.,223.0,38,True,720.0,9.0,90.0,858.0,2023-07-22 18:07:47,990.0,183444.0,1.0,0.5.15,,990.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,183444.0,,,,,,, 15,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-12 12:51:04.000000,2023-03-10 17:27:55,617.0,1184.0,313.0,155.0,21847.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,334.0,423.0,,926158.0,9126946.0,2.0,,,926158.0,,,,,,passport,https://www.npmjs.com/package/passport,9126946.0,,,,,,,,,,, 16,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-10-12 16:15:43.000000,2023-10-12 15:10:53,23033.0,5580.0,364.0,12956.0,17659.0,Open Source Identity and Access Management For Modern Applications and Services.,1271.0,37,True,622.0,42.0,1845.0,5730.0,2023-10-04 09:03:46,,62327.0,1.0,22.0.4,2119127.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-10-12 18:14:33.000000,2023-10-12 17:34:38,18358.0,3811.0,814.0,17793.0,28501.0,"A tool for secrets management, encryption as a service, and privileged access management.",1416.0,36,False,651.0,100.0,917.0,4782.0,2023-09-26 19:00:10,6642.0,,2.0,1.15.0,,6642.0,,,,,,,,,,,,,,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-12 15:12:58.000000,2023-10-05 09:35:39,3718.0,1308.0,234.0,1717.0,14561.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",289.0,36,True,57.0,100.0,73.0,1387.0,2023-05-24 08:55:23,2.0,4048401.0,2.0,2.1.2,645486.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,407915491.0,,,,,75.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-10-12 16:47:48.000000,2023-10-12 16:12:15,3987.0,796.0,109.0,1730.0,9436.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",212.0,36,True,137.0,43.0,176.0,991.0,2023-07-12 20:24:48,325.0,1728129.0,1.0,1.0.0,33790.0,325.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112279678.0,,,,,17.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-08 10:25:31.000000,2023-09-25 11:23:35,1077.0,1535.0,232.0,478.0,15840.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",135.0,35,True,16.0,100.0,28.0,732.0,2023-09-02 15:37:12,2565.0,266855.0,2.0,2.77.2,,2565.0,,,,,,casbin,https://www.npmjs.com/package/casbin,156440.0,,casbin,https://pypi.org/project/casbin,110415.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-10-06 19:28:56.000000,2023-09-26 03:18:50,1497.0,246.0,41.0,336.0,5197.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,18.0,100.0,9.0,424.0,2023-07-28 06:28:52,55350.0,2154675.0,2.0,@casl/mongoose@7.2.1,,55350.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,2154675.0,,,,,3.0,,,,,, 22,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,3495.0,334.0,107.0,15509.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,34,False,,38.0,421.0,389.0,2020-03-22 14:01:55,7446.0,162063.0,1.0,0.22.2,,7446.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,162063.0,,,,,,,,,,, 23,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-10-12 16:57:19.000000,2023-10-12 16:01:11,7044.0,465.0,57.0,4750.0,3698.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",260.0,34,True,958.0,100.0,290.0,1265.0,2023-10-07 03:41:34,182.0,14266.0,2.0,ockam_v0.97.0,328126.0,182.0,,,,,,,,,,,,,2.0,,,,build-trust/ockam/ockam,, 24,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-10-12 06:09:51.000000,2023-10-10 14:09:18,23885.0,3803.0,609.0,4477.0,10481.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,339.0,33,True,487.0,100.0,,,2023-10-09 06:15:20,18.0,5797.0,2.0,6.6.12,,18.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-10-12 00:48:14.768134,840672.0,,,,,128.0,,,,,,,,,, 25,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-11 09:41:58.000000,2023-09-19 06:25:53,4731.0,1618.0,181.0,1682.0,8806.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",128.0,33,True,12.0,15.0,352.0,1321.0,2023-04-14 09:36:52,78.0,167957.0,3.0,r1.4.1,,78.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,167957.0,-2.0,,,,,, 26,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-10-12 17:37:29.698044,2023-10-12 15:55:18,3113.0,272.0,36.0,3643.0,3687.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,145.0,100.0,82.0,848.0,2023-08-28 14:49:52,13.0,16002204.0,2.0,0.23.0,47902.0,13.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-10-12 17:37:29.698044,912068830.0,,,,,10.0,,,,,,,,,, 27,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,4709.0,487.0,149.0,18432.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,30.0,1.0,958.0,1336.0,2023-04-02 07:43:27,1054.0,116488.0,2.0,0.7,698926.0,1054.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,138.0,,,,,,,,,,,,,,, 28,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-10-12 16:36:45.000000,2023-10-12 15:45:20,6212.0,404.0,82.0,3259.0,1519.0,The SPIFFE Runtime Environment.,173.0,32,True,140.0,87.0,148.0,1144.0,2023-10-10 23:21:08,118.0,2213.0,2.0,1.8.1,159361.0,118.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 29,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-10-11 18:02:59.000000,2022-06-10 09:12:18,238.0,12796.0,1567.0,222.0,49550.0,The worlds simplest facial recognition api for Python and the command line.,54.0,31,False,,2.0,713.0,584.0,2018-04-02 17:18:43,18.0,54073.0,2.0,1.2.2,1167.0,18.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6917.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,53972.0,,,,,,, 30,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-10-11 22:05:10.671765,2023-10-11 21:19:05,3173.0,205.0,37.0,1160.0,3904.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",37.0,31,True,199.0,56.0,109.0,289.0,2023-09-05 15:07:35,35.0,44925.0,2.0,1.25.0,26313.0,35.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-10-11 22:05:10.671765,1140715.0,,,,,4.0,,,,,,,,,, 31,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-04 09:48:17.000000,2023-10-04 09:47:59,1781.0,12457.0,1530.0,513.0,47232.0,Deepfakes Software For All.,97.0,30,True,14.0,4.0,21.0,805.0,2023-06-18 18:08:19,,2266.0,2.0,2.2.0,126898.0,,,,,,,,,,,,,,,,,,,, 32,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-10-11 23:23:50.000000,2023-10-01 09:36:48,2569.0,1462.0,177.0,1881.0,8473.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,30,True,38.0,80.0,279.0,792.0,2023-06-30 14:12:39,143.0,3.0,2.0,2.37.0,305.0,143.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 33,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-10-12 03:18:22.000000,2023-09-26 08:30:38,1473.0,301.0,58.0,1071.0,4263.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",70.0,30,True,46.0,50.0,44.0,256.0,,18.0,758495.0,3.0,,17425.0,18.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50799439.0,,,,,6.0,,,,,,,,,, 34,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-10-12 15:17:55.000000,2023-10-03 07:28:00,600.0,64.0,39.0,210.0,304.0,Create and verify DID verifiable JWTs in Javascript.,41.0,30,True,21.0,100.0,5.0,81.0,2023-10-03 07:28:44,3999.0,167531.0,1.0,7.4.2,,3999.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,167531.0,,,,,,,,,,, 35,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-10-10 03:26:40.000000,2023-10-01 09:54:19,1083.0,1475.0,107.0,84.0,7601.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",44.0,29,True,14.0,,8.0,767.0,,1971.0,42620.0,3.0,,,1971.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,42620.0,,,,,,, 36,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-10-12 07:01:26.000000,2023-10-11 17:53:31,2017.0,839.0,55.0,1258.0,7184.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",141.0,29,True,253.0,100.0,104.0,939.0,2023-10-11 18:13:52,3.0,2121.0,2.0,1.431.0,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-10-11 18:21:56.526581,76377.0,,,,,9.0,,,,,,,,,, 37,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-10-10 07:23:07.000000,2023-10-10 07:23:07,2372.0,1006.0,107.0,817.0,5194.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,312.0,29,True,11.0,62.0,23.0,828.0,2023-03-29 07:20:04,8161.0,,3.0,5.6.6,,8161.0,,,,,,,,,,,,,,,,,,doorkeeper, 38,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-10-12 17:26:58.000000,2023-10-12 16:17:25,3445.0,249.0,202.0,3526.0,3695.0,Boundary enables identity-based access management for dynamic infrastructure.,142.0,29,False,185.0,46.0,73.0,232.0,2023-10-10 20:02:26,8.0,220117.0,3.0,0.14.0,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-10-10 20:32:02.164383,9905277.0,,,,,11.0,,,,,,,,,, 39,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-09-08 14:28:23.000000,2023-09-08 08:05:44,1354.0,318.0,49.0,714.0,3084.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,19.0,100.0,48.0,275.0,2023-07-18 10:23:06,2.0,1198903.0,3.0,0.40.6,30594.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,87488562.0,,,,,30.0,,,,,,,,,, 40,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-10-11 13:12:09.000000,2023-09-28 20:32:45,5001.0,258.0,38.0,706.0,1167.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,292.0,29,True,118.0,47.0,60.0,231.0,2023-09-20 14:53:26,1348.0,,3.0,6.3.5,,1348.0,,,,,,,,,,,,,,,,,,, 41,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-02 12:52:44.000000,2023-04-27 06:45:45,1313.0,8822.0,1093.0,130.0,42814.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,28,True,,2.0,536.0,800.0,2020-04-09 05:48:48,18.0,3786.0,3.0,DF.wf.288res.384.92.72.22,162838.0,18.0,,,,,,,,,,,,,,,,,,, 42,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-10-12 17:24:47.000000,2023-10-12 17:24:46,4843.0,945.0,157.0,4663.0,17555.0,The Single Sign-On Multi-Factor portal for web apps.,131.0,28,True,358.0,100.0,72.0,1072.0,2022-12-21 09:01:04,,600.0,2.0,4.37.5,27024.0,,,,,,,,,,,,,,,,,,,, 43,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3481.0,760.0,73.0,14875.0,Face recognition with deep neural networks.,30.0,28,True,,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1658.0,3.0,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160901.0,,,,,70.0,,,,,,,,,, 44,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-10-12 13:56:53.000000,2023-10-12 07:10:13,4890.0,248.0,35.0,4300.0,6330.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",41.0,28,True,460.0,49.0,78.0,224.0,2023-10-08 06:03:10,7.0,801.0,2.0,1.10.0,2547.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-10-08 05:55:33.959001,18500.0,,,,,1.0,,,,,,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-10-12 17:50:58.000000,2023-10-11 16:12:12,6320.0,534.0,139.0,4240.0,4793.0,"An ACME-based certificate authority, written in Go.",127.0,28,True,74.0,87.0,191.0,2666.0,2023-10-04 22:51:33,,21425.0,2.0,release-2023-10-04,58637.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-10-12 16:38:19.369768,1944003.0,,,,,13.0,,,,,,,,,, 46,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-10-12 16:51:51.000000,2023-10-12 16:51:50,2515.0,267.0,29.0,4613.0,4778.0,"ZITADEL - Identity infrastructure, simplified foryou. We combine the best of Auth0 and Keycloak for you.",75.0,28,True,212.0,100.0,405.0,1303.0,2023-10-10 06:07:47,,318.0,2.0,2.38.1,1590.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 47,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-10-12 18:04:49.000000,2023-10-12 09:57:32,1398.0,83.0,26.0,1486.0,1780.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,98.0,53.0,47.0,264.0,2023-09-13 08:04:00,17.0,1533.0,3.0,0.30.0,47552.0,17.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 48,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-10-11 18:03:57.000000,2023-10-10 17:01:01,124.0,5090.0,403.0,175.0,46032.0,Robust Speech Recognition via Large-Scale Weak Supervision.,60.0,27,True,7.0,7.0,,,2023-09-19 00:13:44,18.0,246514.0,3.0,20230918,,18.0,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,246514.0,,,,,,, 49,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-10-12 18:13:48.000000,2023-10-12 17:44:15,12696.0,375.0,27.0,5439.0,4772.0,The authentication glue you need.,188.0,27,True,711.0,100.0,396.0,1170.0,2023-09-11 17:46:45,,87.0,3.0,ersion/2023.8.3,2274.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 50,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-10-03 18:24:42.000000,2023-07-24 15:50:06,1200.0,157.0,31.0,1519.0,3236.0,Oso is a batteries-included framework for building authorization in your application.,63.0,27,True,9.0,100.0,105.0,100.0,2023-04-03 23:25:23,78.0,37523.0,3.0,0.27.0,2617.0,78.0,,,,,,,,,,oso,https://pypi.org/project/oso,37442.0,,,,,,, 51,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-10-12 13:24:22.000000,2023-10-12 02:09:54,1621.0,107.0,16.0,1590.0,1674.0,"Kanidm: A simple, secure and fast identity management platform.",54.0,27,True,259.0,15.0,139.0,456.0,2023-08-01 05:15:57,42.0,193.0,3.0,1.1.0-beta.13,125.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-10-11 07:29:51.412493,10708.0,,,,,,,,,,,,,,, 52,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-10-12 17:40:01.000000,2023-10-12 14:22:41,33056.0,48.0,30.0,3551.0,289.0,"Welcome to the Janssen Project, a digital identity platform... and introducing Agama, a domain specific language for..",108.0,27,True,439.0,100.0,329.0,2325.0,2023-10-11 14:07:21,,369.0,3.0,1.0.19,1107.0,,,,,,,,,,,,,,,,,,,, 53,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-10-12 01:18:22.000000,2023-03-08 14:05:28,373.0,40.0,23.0,126.0,192.0,Universal did-resolver for javascript environments.,24.0,27,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4809.0,188237.0,1.0,4.1.0,,4809.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,188237.0,,,,,,,,,,, 54,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-10-11 03:27:31.000000,2023-10-09 01:07:49,344.0,38.0,23.0,90.0,155.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,26.0,49.0,4.0,45.0,2023-10-03 13:27:11,753.0,28473.0,1.0,3.2.11,,753.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,28473.0,,,,,,,,,,, 55,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-05 07:55:14.000000,2023-10-05 07:54:48,2412.0,722.0,72.0,224.0,2819.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,15.0,100.0,,,2023-09-08 06:46:10,2.0,189897.0,3.0,8.4.0,,2.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,189897.0,,,,,,,,,,, 56,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-10-09 23:10:32.000000,2023-10-09 23:10:31,5840.0,307.0,409.0,4055.0,1657.0,Repository for the Lemur Certificate Manager.,151.0,26,True,230.0,26.0,112.0,415.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,51.0,,,,,,,,,,,,,,,,,,,, 57,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-12 15:19:45.000000,2023-10-11 16:06:13,3441.0,120.0,48.0,1875.0,705.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,95.0,26,True,118.0,73.0,207.0,901.0,2023-08-04 21:07:07,,79378.0,3.0,1.20.0,366.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-11 22:04:13.481370,6984831.0,,,,,30.0,,,,,,,,,, 58,veramo,uport-project/veramo,,,decentralized,,https://github.com/decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-10-11 19:26:11.000000,2023-10-09 12:09:31,1812.0,101.0,22.0,718.0,353.0,A JavaScript Framework for Verifiable Data.,49.0,26,True,82.0,42.0,57.0,346.0,2023-10-09 11:46:16,501.0,,2.0,5.5.3,,501.0,,,,,decentralized-identity/veramo,,,,,,,,3.0,,,,,, 59,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-10-12 00:57:47.000000,2023-10-10 21:03:05,2825.0,251.0,53.0,2102.0,804.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,76.0,25,True,108.0,100.0,31.0,193.0,2023-10-10 20:57:49,26.0,,3.0,1.11.43,,26.0,,,,,,,,,,,,,,,,,,, 60,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-10-11 15:57:58.000000,2023-10-05 20:29:51,8131.0,421.0,29.0,1487.0,368.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,124.0,25,True,515.0,68.0,227.0,829.0,2023-10-09 18:00:40,,,2.0,0.10.4,,,,,,,,,,,,,,,,,,,,, 61,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-09-04 14:25:48.000000,2023-09-03 08:06:59,2952.0,289.0,80.0,831.0,1750.0,Solid server on top of the file-system in NodeJS.,85.0,24,True,1.0,51.0,283.0,610.0,2023-03-17 17:09:04,2.0,13320.0,2.0,5.7.7,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,938205.0,,solid-server,https://www.npmjs.com/package/solid-server,4713.0,4.0,,,,-2.0,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-10-09 17:02:04.000000,2023-10-09 17:02:00,1408.0,68.0,26.0,974.0,266.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,33.0,24,True,42.0,22.0,57.0,201.0,2023-08-17 15:09:36,99.0,,2.0,0.6.3,,99.0,,,,,,,,,,,,,,,,,,, 63,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-10-12 17:41:38.000000,2023-10-12 14:32:57,882.0,377.0,63.0,387.0,10216.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,25.0,23,True,75.0,43.0,96.0,337.0,2023-10-12 17:42:45,,,3.0,7.0.4,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 64,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-09-24 10:25:45.000000,2023-09-24 10:25:45,558.0,266.0,57.0,138.0,4933.0,Windows Hello style facial authentication for Linux.,60.0,23,True,21.0,11.0,178.0,522.0,2020-09-02 15:57:23,,205.0,3.0,2.6.1,13965.0,,,,,,,,,,,,,,,,,,,,howdy 65,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-09 09:18:13.000000,2023-10-09 09:18:09,1677.0,114.0,20.0,336.0,1837.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",45.0,23,True,33.0,32.0,31.0,76.0,2023-09-14 19:06:35,,3577.0,3.0,0.7.4,515.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,113940.0,,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-10-12 17:29:01.000000,2023-10-12 17:26:07,1989.0,58.0,14.0,632.0,1689.0,Permify is an open-source authorization service inspired by Google Zanzibar.,26.0,23,True,363.0,38.0,27.0,90.0,2023-10-05 18:22:37,,74.0,3.0,0.5.4,1048.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-10-12 17:14:55.000000,2023-10-05 05:38:05,15692.0,300.0,51.0,7046.0,1004.0,"Mirror of FreeIPA, an integrated security information management solution.",219.0,23,True,59.0,,,,,,40608.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-10-11 05:21:23.557760,5563341.0,,,,,153.0,,,,,,,,,, 68,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-10-12 12:28:26.000000,2023-10-09 20:39:33,1650.0,214.0,59.0,275.0,487.0,Universal Resolver implementation and drivers.,97.0,23,True,28.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1545.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-10-09 20:41:16.193451,114380.0,,,,,,,,,,,,,,, 69,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-10-11 23:47:46.000000,2023-10-11 21:26:12,363.0,85.0,17.0,337.0,305.0,Decentralized Web Node (DWN) Reference implementation.,36.0,23,True,68.0,22.0,49.0,166.0,2023-10-05 22:31:42,100.0,,2.0,0.2.4,,100.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,3.0,,,,,, 70,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-10-12 15:25:06.000000,2023-10-12 15:04:12,9675.0,41.0,11.0,852.0,56.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",140.0,23,False,86.0,67.0,41.0,117.0,2023-10-12 15:21:21,4.0,299.0,2.0,0.60.0,11394.0,4.0,,,,,,,,,,,,,,,,,,, 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-10-12 16:37:07.000000,2023-08-24 19:41:37,4024.0,750.0,254.0,326.0,2809.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,5.0,4.0,63.0,209.0,2015-09-29 22:50:55,,919.0,3.0,1.1.0,109436.0,,,,,,,,,,,,,,,,,,,, 72,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-10-09 06:25:26.000000,2023-10-06 17:10:29,14874.0,649.0,114.0,17.0,667.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,719.0,22,True,20.0,,,,,114.0,,3.0,,,114.0,,,,,,,,,,,,,,,,,,, 73,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-09-01 12:06:39.000000,2023-09-01 12:06:39,3196.0,156.0,20.0,2044.0,232.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,22,True,15.0,14.0,387.0,1196.0,2023-05-09 10:57:15,2.0,,2.0,0.3.2,,2.0,,,,,,,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-10-09 04:35:31.000000,2023-10-09 00:12:52,269.0,15.0,14.0,113.0,75.0,DID resolver for HTTPS domains.,12.0,22,False,15.0,38.0,1.0,10.0,2023-07-03 18:25:08,736.0,20514.0,2.0,2.0.27,,736.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,20514.0,,,,,,,,,,, 75,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2690.0,269.0,25.0,18557.0,Real-time face swap for PC streaming or video calls.,11.0,21,True,1.0,35.0,1.0,141.0,2023-01-21 09:26:53,,21596.0,3.0,TINA_SHIFT,604700.0,,,,,,,,,,,,,,-2.0,,,,,, 76,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-10-11 18:58:28.000000,2023-10-11 18:56:38,2154.0,149.0,172.0,825.0,1031.0,Web Authentication: An API for accessing Public Key Credentials.,72.0,21,True,70.0,7.0,81.0,1024.0,2018-03-20 13:11:25,,,1.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,102.0,41.0,680.0,429.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,30.0,,,,,,,,,,,,,,,,,,, 78,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-10-12 09:38:54.000000,2023-10-12 09:29:36,827.0,142.0,26.0,977.0,206.0,Aries Framework JavaScript (Built using TypeScript).,56.0,21,True,49.0,77.0,164.0,433.0,2023-10-05 13:35:35,2.0,,2.0,0.4.2,,2.0,,,,,,,,,,,,,,,,,,, 79,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4659.0,567.0,122.0,13222.0,Face recognition using Tensorflow.,36.0,20,False,,,497.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 80,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-09-08 01:18:12.000000,2023-08-31 21:53:17,639.0,267.0,66.0,220.0,3572.0,An SWT based API for managing users and issuing SWT tokens.,39.0,20,True,1.0,2.0,9.0,120.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 81,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-08 15:30:15.000000,2023-10-04 15:46:23,392.0,647.0,92.0,305.0,1593.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,48.0,20,True,1.0,25.0,152.0,319.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-09-30 08:20:34.000000,2023-07-12 07:05:13,339.0,785.0,238.0,230.0,2563.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,,,167.0,525.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-09-10 20:26:13.000000,2023-08-17 18:37:54,150.0,271.0,96.0,42.0,2303.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,26.0,19,True,1.0,,28.0,23.0,,,1841.0,3.0,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1841.0,,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-09-11 22:26:14.000000,2023-09-11 22:25:57,541.0,11.0,11.0,530.0,26.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,9.0,19.0,21.0,80.0,2022-05-29 21:14:21,530.0,602.0,3.0,1.6.0,17479.0,530.0,,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,222.0,64.0,103.0,2273.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,,40.0,4.0,54.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,159.0,92.0,184.0,1213.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,31.0,18,True,1.0,17.0,69.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-10-12 16:42:43.000000,2023-10-12 16:42:37,1558.0,77.0,82.0,672.0,254.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,61.0,18,True,168.0,,63.0,560.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-10-12 00:15:30.000000,2023-09-28 13:26:57,527.0,45.0,29.0,351.0,155.0,Core library for decentralized identity.,21.0,18,True,4.0,,72.0,102.0,,112.0,,3.0,,,112.0,,,,,,,,,,,,,,,,,,, 89,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-10-12 17:50:59.000000,2023-10-06 18:45:19,1575.0,103.0,21.0,754.0,117.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,39.0,18,True,77.0,,60.0,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 90,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-09-20 13:47:49.000000,2023-07-24 21:30:11,2151.0,206.0,60.0,573.0,309.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,17,True,1.0,,51.0,171.0,,,,2.0,,,,,,,,,,,,,,,,-2.0,,,,,, 91,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-10-04 10:59:19.000000,2023-10-02 12:17:09,3587.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",296.0,17,True,19.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 92,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-10-12 17:17:24.000000,2023-10-12 17:16:34,305.0,51.0,12.0,314.0,185.0,self sovereign identity sdk.,16.0,17,True,25.0,4.0,47.0,106.0,,32.0,,3.0,,,32.0,,,,,,,,,,,,,,,,,,, 93,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-09-28 10:19:59.142653,2023-09-28 10:14:37,1369.0,25.0,2.0,109.0,31.0,Toolkit for SSI and NFT/SBT wallets.,12.0,17,False,24.0,42.0,4.0,40.0,2023-09-28 10:20:00,,146.0,3.0,1.2309281014.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-09-28 10:19:59.142653,3662.0,,,,,,,,,,,,,,, 94,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-10-10 22:45:24.000000,2023-09-29 22:06:47,534.0,146.0,84.0,203.0,1305.0,The SPIFFE Project.,57.0,16,True,5.0,,15.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-10-12 16:18:12.000000,2023-10-12 16:18:10,946.0,36.0,49.0,189.0,437.0,Solid Technical Reports.,20.0,16,True,52.0,1.0,185.0,132.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 96,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-10-09 17:38:49.000000,2023-10-09 17:38:48,147.0,69.0,27.0,175.0,82.0,Aries Framework .NET for building multiplatform SSI services.,31.0,16,False,4.0,,42.0,28.0,,44.0,,3.0,,,44.0,,,,,,,,,,,,,,,,,,, 97,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-05 20:29:08.000000,2023-10-05 20:28:43,621.0,30.0,31.0,224.0,73.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,16,False,11.0,,45.0,170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,84.0,75.0,487.0,386.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 99,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-10-12 17:33:53.000000,2023-10-12 17:33:51,431.0,52.0,11.0,480.0,138.0,The Self Sovereign Identity Service.,20.0,15,True,56.0,3.0,87.0,126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-10-12 10:50:47.000000,2023-10-10 12:42:40,383.0,18.0,4.0,118.0,38.0,SDK to work with Polygon ID.,15.0,15,False,25.0,24.0,5.0,18.0,2023-10-10 12:43:37,50.0,,3.0,1.2.2,,50.0,,,,,,,,,,,,,,,,,,, 101,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-10-08 05:27:51.000000,2023-10-02 13:10:15,423.0,24.0,13.0,123.0,38.0,The specification for AnonCreds verifiable credential exchange.,23.0,15,False,76.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 102,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-10-07 21:14:32.000000,2023-10-03 09:46:51,606.0,9.0,6.0,61.0,37.0,OpenID for Verifiable Credential Issuance - client and issuer library.,12.0,15,False,49.0,13.0,3.0,6.0,2023-09-30 21:20:00,,,3.0,0.7.3,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 103,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-04 09:53:35.000000,2023-10-04 09:53:30,930.0,9.0,7.0,104.0,25.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,18.0,26.0,5.0,20.0,2023-09-28 01:02:52,16.0,2.0,3.0,2.1.2,58.0,16.0,,,,,,,,,,,,,,,,,,, 104,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,46.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 105,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-09-07 16:00:28.758485,2023-09-07 15:55:12,338.0,6.0,2.0,32.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,14,False,32.0,28.0,,36.0,2023-09-07 16:06:04,,37.0,3.0,1.2309071555.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-09-07 16:00:28.758485,706.0,,,,,,,,,,,,,,, 106,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,152.0,37.0,93.0,931.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 107,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-10-12 18:08:46.000000,2023-09-29 17:07:47,664.0,51.0,74.0,249.0,290.0,A privacy preserving identity exchange Web API.,31.0,13,False,5.0,,154.0,100.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,238.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,238.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-10-04 12:21:15.000000,2023-10-01 02:04:32,596.0,18.0,8.0,45.0,65.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,11.0,13,False,19.0,13.0,5.0,12.0,,40.0,0.0,3.0,,24.0,40.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-10-09 11:13:56.000000,2023-09-26 07:33:01,777.0,17.0,14.0,157.0,56.0,The BBS Signature Scheme.,14.0,12,False,11.0,,16.0,114.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 113,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,53.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 114,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-10-05 21:59:23.000000,2023-10-02 22:37:32,194.0,18.0,19.0,72.0,37.0,A reference credential wallet built on Flutter and DIDKit.,12.0,10,False,1.0,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-10-12 07:28:00.000000,2023-10-12 07:27:57,841.0,6.0,6.0,152.0,35.0,Open-Source Mobile SSI Wallet.,8.0,10,False,35.0,,5.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,10.0,8.0,32.0,22.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,10,False,,,21.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 118,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-10-12 14:47:24.000000,2023-09-28 11:48:00,64.0,,1.0,28.0,,Custodian identity wallet white-label solution.,7.0,10,False,64.0,22.0,1.0,,2023-09-28 11:55:26,,689.0,3.0,1.2309281149.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,2069.0,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-06 18:01:32.000000,2023-10-06 18:01:30,61.0,1.0,10.0,59.0,14.0,A library to manage your Decentralized Identities and Verified IDs on Android.,5.0,9,False,9.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-10-11 19:30:43.000000,2023-10-06 14:24:02,60.0,2.0,10.0,56.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,9,False,8.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-10-09 16:25:49.757185,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-10-09 16:25:49.757185,4039975.0,,,,,23.0,,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-10-19_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - trinsic-id (🥇28 · ⭐ 53 · 📈) - Trinsic SDK repository. - waltid-ssikit (🥈25 · ⭐ 150 · 📈) - All-In-One SSI infrastructure toolkit. - dex (🥈31 · ⭐ 8.5K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - waltid-walletkit (🥉18 · ⭐ 32 · 📈) - Toolkit for SSI and NFT/SBT wallets. Apache-2 - tbd-ssi-service (🥉16 · ⭐ 140 · 📈) - The Self Sovereign Identity Service. Apache-2 web5 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - paddlespeech (🥉32 · ⭐ 8.9K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - oso (🥉26 · ⭐ 3.2K · 📉) - Oso is a batteries-included framework for building authorization in.. Apache-2 - aries-framework-dotnet (🥉15 · ⭐ 82 · 📉) - Aries Framework .NET for building multiplatform SSI.. Apache-2 hyperledger ================================================ FILE: history/2023-10-19_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,trending,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-10-19 17:57:58.000000,2023-10-19 17:38:53,23621.0,983.0,189.0,6333.0,1321.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",459.0,33,True,694.0,226.0,922.0,2781.0,2023-10-12 15:21:21,52.0,600.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-10-19 00:59:57.000000,2023-10-16 12:00:02,1618.0,27.0,23.0,1755.0,53.0,Trinsic SDK repository.,41.0,28,False,74.0,34.0,24.0,394.0,2023-10-13 17:40:05,534.0,1580.0,1.0,1.12.0,8800.0,1.0,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-10-15 02:11:38.000000,2023-10-14 23:14:56,4411.0,48.0,34.0,496.0,198.0,Self Sovereign Identity SDK.,60.0,25,True,383.0,82.0,22.0,52.0,2023-10-14 23:03:15,57.0,4.0,2.0,0.17.5,,,1.0,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-10-19 17:41:53.000000,2023-10-19 00:24:58,3420.0,64.0,13.0,368.0,150.0,All-In-One SSI infrastructure toolkit.,50.0,25,True,238.0,186.0,8.0,244.0,2023-10-18 13:34:39,,2139.0,2.0,1.2310181323.0,57.0,1.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-10-18 13:36:09.505112,9716.0,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-10-18 15:30:22.000000,2023-10-12 16:18:10,1078.0,409.0,612.0,247.0,8605.0,Solid - Re-decentralizing the web (project directory).,42.0,22,True,48.0,1.0,317.0,216.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-10-17 13:25:03.000000,2023-10-10 12:42:40,1555.0,63.0,13.0,530.0,94.0,Self Hosted Issuer Node.,30.0,21,False,20.0,30.0,20.0,97.0,2023-10-10 12:43:37,54.0,,2.0,2.2.1,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-10-19 00:16:56.000000,2023-10-02 22:37:32,1020.0,123.0,79.0,666.0,411.0,A cross-platform toolkit for decentralized identity.,53.0,19,True,5.0,,128.0,197.0,,117.0,,3.0,,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,98.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-10-19 15:09:08.000000,2023-10-19 15:06:56,7371.0,14.0,9.0,510.0,35.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,292.0,1.0,72.0,1783.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-10-19 13:10:33.000000,2023-10-19 12:40:26,2533.0,2312.0,97.0,2022.0,19255.0,Authentication for the Web.,575.0,41,True,185.0,100.0,223.0,3401.0,2023-10-18 15:07:14,145951.0,2747868.0,1.0,next-auth@4.24.3,,,145951.0,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2747868.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-10-17 16:13:01.000000,2023-09-19 19:06:20,3754.0,1874.0,238.0,4025.0,11289.0,CoreDNS is a DNS server that chains plugins.,370.0,41,True,57.0,67.0,92.0,2101.0,2023-08-15 20:00:30,5574.0,2831230.0,1.0,1.11.1,6819891.0,,5574.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,250340721.0,,,,,143.0,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-10-19 11:26:25.000000,2023-10-19 08:23:54,4822.0,1172.0,123.0,3921.0,8610.0,"An open source, general-purpose policy engine.",426.0,40,True,118.0,100.0,311.0,2076.0,2023-10-18 12:27:40,2985.0,4788396.0,1.0,0.57.1,4262589.0,,2985.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-10-19 09:20:27.045597,442252713.0,,,,,38.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-05 08:17:22.000000,2023-09-03 20:08:57,1676.0,457.0,69.0,491.0,2657.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",194.0,40,True,28.0,48.0,75.0,293.0,2023-01-10 13:13:43,445358.0,83486891.0,1.0,3.2.2,,,445358.0,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,83486891.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-10-19 16:35:56.000000,2023-10-19 09:31:56,8093.0,1875.0,148.0,3094.0,10803.0,Automatically provision and manage TLS certificates in Kubernetes.,414.0,38,True,178.0,100.0,165.0,2960.0,2023-09-27 08:23:14,665.0,1609011.0,1.0,1.12.5,59533437.0,,665.0,,,,,,,,,,,,,,,,,, 14,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-10-19 10:07:15.000000,2023-10-17 19:41:58,9538.0,1126.0,123.0,1006.0,6702.0,A PyTorch-based Speech Toolkit.,223.0,38,True,540.0,9.0,92.0,859.0,2023-07-22 18:07:47,1017.0,221274.0,1.0,0.5.15,,,1017.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,221274.0,,,,,, 15,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,1184.0,313.0,156.0,21855.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,333.0,424.0,,930053.0,9203272.0,2.0,,,,930053.0,,,,,,passport,https://www.npmjs.com/package/passport,9203272.0,,,,,,,,,, 16,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-10-19 18:15:38.000000,2023-10-19 17:23:50,23102.0,5587.0,364.0,13052.0,17736.0,Open Source Identity and Access Management For Modern Applications and Services.,1277.0,37,True,633.0,42.0,1854.0,5808.0,2023-10-04 09:03:46,,62903.0,1.0,22.0.4,2138703.0,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-10-19 18:16:44.000000,2023-10-19 15:07:41,18401.0,3819.0,816.0,17892.0,28527.0,"A tool for secrets management, encryption as a service, and privileged access management.",1418.0,36,False,650.0,100.0,910.0,4792.0,2023-09-26 19:00:10,6654.0,,2.0,1.15.0,,,6654.0,,,,,,,,,,,,,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-19 11:14:14.000000,2023-10-19 11:14:13,3728.0,1312.0,235.0,1718.0,14586.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",290.0,36,True,67.0,100.0,73.0,1388.0,2023-05-24 08:55:23,2.0,4051010.0,2.0,2.1.2,648859.0,,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,408173944.0,,,,,75.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-10-19 15:50:25.000000,2023-10-19 11:49:41,3999.0,802.0,108.0,1736.0,9469.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",212.0,36,True,144.0,43.0,173.0,996.0,2023-07-12 20:24:48,325.0,1728538.0,1.0,1.0.0,33992.0,,325.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112305897.0,,,,,17.0,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-08 10:25:31.000000,2023-09-25 11:23:35,1077.0,1538.0,231.0,478.0,15882.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",135.0,35,True,14.0,100.0,31.0,732.0,2023-09-02 15:37:12,2571.0,273812.0,2.0,2.77.2,,,2571.0,,,,,,casbin,https://www.npmjs.com/package/casbin,166752.0,,casbin,https://pypi.org/project/casbin,107060.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-10-17 06:29:48.000000,2023-10-17 06:26:58,1498.0,247.0,41.0,338.0,5208.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,35,True,14.0,100.0,10.0,424.0,2023-07-28 06:28:52,55930.0,2134085.0,2.0,@casl/mongoose@7.2.1,,,55930.0,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,2134085.0,,,,,,,,,, 22,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,3497.0,334.0,107.0,15532.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,34,False,,38.0,421.0,389.0,2020-03-22 14:01:55,7493.0,159109.0,1.0,0.22.2,,,7493.0,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,159109.0,,,,,,,,,, 23,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-10-19 14:34:33.000000,2023-10-19 13:10:03,7158.0,488.0,57.0,4884.0,3739.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",277.0,34,True,1017.0,100.0,296.0,1327.0,2023-10-19 14:32:32,183.0,14335.0,2.0,ockam_v0.98.0,329714.0,,183.0,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 24,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-10-19 16:48:27.000000,2023-10-18 04:13:38,23892.0,3804.0,609.0,4490.0,10495.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,339.0,33,True,439.0,100.0,,,2023-10-16 07:04:06,19.0,5813.0,2.0,6.6.13,,,19.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-10-19 00:49:09.006212,842930.0,,,,,128.0,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-10-19 17:57:38.000000,2023-10-18 20:55:48,3114.0,273.0,36.0,3646.0,3696.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,137.0,100.0,84.0,848.0,2023-08-28 14:49:52,13.0,16316930.0,2.0,0.23.0,48135.0,,13.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-10-18 22:38:47.794107,930007940.0,,,,,10.0,,,,,,,,, 26,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,4729.0,486.0,149.0,18548.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,26.0,1.0,964.0,1336.0,2023-04-02 07:43:27,1074.0,126119.0,2.0,0.7,756708.0,,1074.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,138.0,,,,,,,,,,,,,, 27,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-11 09:41:58.000000,2023-09-19 06:25:53,4731.0,1622.0,180.0,1682.0,8860.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",128.0,32,True,8.0,15.0,359.0,1322.0,2023-04-14 09:36:52,78.0,171841.0,3.0,r1.4.1,,-1.0,78.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,171841.0,,,,,, 28,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-10-19 18:16:39.000000,2023-10-19 17:01:05,6228.0,407.0,82.0,3280.0,1525.0,The SPIFFE Runtime Environment.,173.0,32,True,150.0,89.0,149.0,1146.0,2023-10-12 22:25:43,119.0,2246.0,2.0,1.8.2,161727.0,,119.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-10-18 08:51:11.000000,2022-06-10 09:12:18,238.0,12801.0,1567.0,222.0,49613.0,The worlds simplest facial recognition api for Python and the command line.,54.0,31,False,,2.0,713.0,584.0,2018-04-02 17:18:43,19.0,56241.0,2.0,1.2.2,1173.0,,19.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6956.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,56138.0,,,,,, 30,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-10-19 13:09:36.000000,2023-10-17 09:11:42,2591.0,1465.0,178.0,1890.0,8491.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,219.0,31,True,59.0,80.0,281.0,792.0,2023-06-30 14:12:39,143.0,3.0,2.0,2.37.0,305.0,1.0,143.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 31,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-10-19 15:07:25.000000,2023-10-19 14:20:38,3212.0,208.0,37.0,1175.0,3923.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",37.0,31,True,226.0,57.0,108.0,290.0,2023-09-05 15:07:35,36.0,47218.0,2.0,1.25.0,27603.0,,36.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-10-18 10:25:11.694424,1198974.0,,,,,4.0,,,,,,,,, 32,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-04 09:48:17.000000,2023-10-04 09:47:59,1781.0,12460.0,1531.0,513.0,47285.0,Deepfakes Software For All.,97.0,30,True,14.0,4.0,22.0,805.0,2023-06-18 18:08:19,,2380.0,2.0,2.2.0,133316.0,,,,,,,,,,,,,,,,,,,, 33,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-10-19 03:19:47.000000,2023-10-18 14:17:30,1482.0,303.0,58.0,1077.0,4275.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",71.0,30,True,53.0,50.0,45.0,256.0,,19.0,758555.0,3.0,,17467.0,,19.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50803371.0,,,,,6.0,,,,,,,,, 34,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-10-19 13:44:08.000000,2023-10-19 10:44:13,601.0,63.0,39.0,210.0,303.0,Create and verify DID verifiable JWTs in Javascript.,41.0,30,True,22.0,100.0,5.0,81.0,2023-10-03 07:28:44,4029.0,164657.0,1.0,7.4.2,,,4029.0,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,164657.0,,,,,,,,,, 35,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-10-19 11:58:35.000000,2023-10-19 11:58:35,1091.0,1490.0,108.0,87.0,7693.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",46.0,29,True,22.0,,8.0,770.0,,1997.0,56965.0,3.0,,,,1997.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,56965.0,,,,,, 36,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-10-19 11:23:36.488908,2023-10-19 10:57:12,2042.0,842.0,56.0,1267.0,7221.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",143.0,29,True,265.0,100.0,105.0,958.0,2023-10-19 11:15:49,3.0,2190.0,2.0,1.440.0,,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-10-19 11:23:36.488908,78862.0,,,,,9.0,,,,,,,,, 37,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-10-10 07:23:07.000000,2023-10-10 07:23:07,2372.0,1004.0,106.0,817.0,5195.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,312.0,29,True,11.0,62.0,23.0,828.0,2023-03-29 07:20:04,8175.0,,3.0,5.6.6,,,8175.0,,,,,,,,,,,,,,,,,doorkeeper, 38,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-10-19 18:13:37.000000,2023-10-19 15:09:09,3455.0,250.0,203.0,3553.0,3700.0,Boundary enables identity-based access management for dynamic infrastructure.,142.0,29,False,178.0,47.0,74.0,233.0,2023-10-17 19:10:26,8.0,223681.0,3.0,0.14.1,,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-10-17 19:23:39.616384,10065684.0,,,,,11.0,,,,,,,,, 39,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,320.0,49.0,715.0,3088.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,29,True,11.0,100.0,48.0,275.0,2023-07-18 10:23:06,2.0,1199249.0,3.0,0.40.6,30820.0,,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,87513531.0,,,,,32.0,,,,,,,,, 40,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-10-19 17:36:46.000000,2023-10-19 17:34:10,5005.0,260.0,38.0,712.0,1171.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,292.0,29,True,63.0,47.0,60.0,231.0,2023-09-20 14:53:26,1361.0,,3.0,6.3.5,,,1361.0,,,,,,,,,,,,,,,,,, 41,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-02 12:52:44.000000,2023-04-27 06:45:45,1313.0,8834.0,1094.0,130.0,42912.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,28,True,,2.0,539.0,801.0,2020-04-09 05:48:48,19.0,3799.0,3.0,DF.wf.288res.384.92.72.22,163358.0,,19.0,,,,,,,,,,,,,,,,,, 42,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-10-19 14:38:28.000000,2023-10-19 14:38:27,4865.0,942.0,157.0,4686.0,17619.0,The Single Sign-On Multi-Factor portal for web apps.,131.0,28,True,365.0,100.0,71.0,1076.0,2022-12-21 09:01:04,,609.0,2.0,4.37.5,27426.0,,,,,,,,,,,,,,,,,,,, 43,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-06-14 17:20:44.000000,2023-06-14 17:20:41,735.0,3483.0,760.0,73.0,14882.0,Face recognition with deep neural networks.,30.0,28,True,,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1658.0,3.0,0.2.1,,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160909.0,,,,,70.0,,,,,,,,, 44,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-10-19 15:04:42.000000,2023-10-19 09:52:32,4952.0,257.0,36.0,4351.0,6383.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",42.0,28,True,486.0,49.0,80.0,225.0,2023-10-08 06:03:10,7.0,811.0,2.0,1.10.0,2569.0,,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-10-08 05:55:33.959001,18733.0,,,,,1.0,,,,,,,,, 45,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-10-19 18:02:04.000000,2023-10-19 15:21:31,2635.0,274.0,29.0,4642.0,4924.0,"ZITADEL - Identity infrastructure, simplified foryou.",77.0,28,True,269.0,100.0,405.0,1314.0,2023-10-10 06:07:47,,384.0,2.0,2.38.1,1536.0,,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-10-19 15:53:00.000000,2023-10-19 15:52:58,6322.0,535.0,139.0,4240.0,4805.0,"An ACME-based certificate authority, written in Go.",127.0,28,True,69.0,87.0,191.0,2666.0,2023-10-04 22:51:33,,21440.0,2.0,release-2023-10-04,58814.0,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-10-12 16:38:19.369768,1944570.0,,,,,13.0,,,,,,,,, 47,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-10-19 08:23:26.000000,2023-10-19 08:23:25,1402.0,83.0,26.0,1491.0,1798.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,91.0,53.0,49.0,264.0,2023-09-13 08:04:00,17.0,1551.0,3.0,0.30.0,48098.0,,17.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 48,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-10-11 18:03:57.000000,2023-10-10 17:01:01,124.0,5135.0,401.0,175.0,46419.0,Robust Speech Recognition via Large-Scale Weak Supervision.,60.0,27,True,7.0,7.0,,,2023-09-19 00:13:44,19.0,241249.0,3.0,20230918,,,19.0,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,241249.0,,,,,, 49,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-10-19 17:52:51.000000,2023-10-19 15:59:08,12755.0,377.0,27.0,5492.0,4822.0,The authentication glue you need.,191.0,27,True,710.0,100.0,402.0,1175.0,2023-09-11 17:46:45,,87.0,3.0,ersion/2023.8.3,2284.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 50,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-10-19 17:26:21.000000,2023-10-19 04:11:33,1643.0,108.0,16.0,1613.0,1682.0,"Kanidm: A simple, secure and fast identity management platform.",55.0,27,True,257.0,15.0,142.0,460.0,2023-08-01 05:15:57,42.0,206.0,3.0,1.1.0-beta.13,127.0,,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-10-11 07:29:51.412493,11457.0,,,,,,,,,,,,,, 51,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-10-19 17:11:00.000000,2023-10-19 15:01:14,33089.0,48.0,29.0,3584.0,294.0,"Welcome to the Janssen Project, a digital identity platform... and introducing Agama, a domain specific language for..",109.0,27,True,451.0,100.0,329.0,2351.0,2023-10-11 14:07:21,,404.0,3.0,1.0.19,1214.0,,,,,,,,,,,,,,,,,,,, 52,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-10-19 11:03:37.000000,2023-03-08 14:05:28,373.0,40.0,23.0,126.0,194.0,Universal did-resolver for javascript environments.,24.0,27,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4846.0,187134.0,1.0,4.1.0,,,4846.0,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,187134.0,,,,,,,,,, 53,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-10-16 20:00:44.000000,2023-10-16 01:18:32,345.0,38.0,23.0,90.0,155.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,26.0,49.0,4.0,45.0,2023-10-03 13:27:11,760.0,28477.0,1.0,3.2.11,,,760.0,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,28477.0,,,,,,,,,, 54,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-10-03 18:24:42.000000,2023-07-24 15:50:06,1200.0,157.0,31.0,1519.0,3248.0,Oso is a batteries-included framework for building authorization in your application.,63.0,26,True,1.0,100.0,105.0,100.0,2023-04-03 23:25:23,78.0,38935.0,3.0,0.27.0,2617.0,-1.0,78.0,,,,,,,,,,oso,https://pypi.org/project/oso,38854.0,,,,,, 55,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-05 07:55:14.000000,2023-10-05 07:54:48,2412.0,722.0,72.0,224.0,2828.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,14.0,100.0,,,2023-09-08 06:46:10,2.0,188613.0,3.0,8.4.0,,,2.0,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,188613.0,,,,,,,,,, 56,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-10-19 18:05:20.000000,2023-10-19 01:51:55,5873.0,307.0,408.0,4066.0,1662.0,Repository for the Lemur Certificate Manager.,151.0,26,True,255.0,26.0,119.0,415.0,2023-07-05 22:37:33,,0.0,3.0,1.5.0,51.0,,,,,,,,,,,,,,,,,,,, 57,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-19 15:13:31.000000,2023-10-13 18:18:58,3449.0,120.0,48.0,1884.0,707.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,95.0,26,True,126.0,73.0,207.0,901.0,2023-08-04 21:07:07,,79429.0,3.0,1.20.0,361.0,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-18 18:58:03.342846,6989383.0,,,,,30.0,,,,,,,,, 58,veramo,uport-project/veramo,,,decentralized,,https://github.com/decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-10-18 22:11:13.000000,2023-10-13 15:00:11,1814.0,101.0,23.0,720.0,353.0,A JavaScript Framework for Verifiable Data.,49.0,26,True,82.0,42.0,58.0,347.0,2023-10-09 11:46:16,503.0,,2.0,5.5.3,,,503.0,,,,,decentralized-identity/veramo,,,,,,,,,,,,, 59,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-10-19 16:51:50.000000,2023-10-19 16:51:50,2844.0,252.0,53.0,2117.0,805.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,78.0,25,True,117.0,100.0,31.0,194.0,2023-10-10 20:57:49,26.0,,3.0,1.11.43,,,26.0,,,,,,,,,,,,,,,,,, 60,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-10-19 17:57:58.000000,2023-10-19 17:38:53,8162.0,423.0,29.0,1498.0,369.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,126.0,25,True,485.0,68.0,226.0,834.0,2023-10-09 18:00:40,,,2.0,0.10.4,,,,,,,,,,,,,,,,,,,,, 61,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-09-04 14:25:48.000000,2023-09-03 08:06:59,2952.0,288.0,80.0,831.0,1750.0,Solid server on top of the file-system in NodeJS.,85.0,24,True,1.0,51.0,283.0,610.0,2023-03-17 17:09:04,2.0,12425.0,2.0,5.7.7,,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,942211.0,,solid-server,https://www.npmjs.com/package/solid-server,3781.0,4.0,,,,,,,,, 62,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-10-18 20:12:36.000000,2023-10-09 17:02:00,1408.0,68.0,26.0,975.0,266.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,33.0,24,True,38.0,22.0,57.0,201.0,2023-08-17 15:09:36,100.0,,2.0,0.6.3,,,100.0,,,,,,,,,,,,,,,,,, 63,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-10-19 16:13:34.000000,2023-10-19 12:07:54,904.0,383.0,64.0,407.0,10292.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,25.0,23,True,88.0,47.0,97.0,338.0,2023-10-19 10:02:26,,,3.0,7.0.7,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 64,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-09-24 10:25:45.000000,2023-09-24 10:25:45,558.0,268.0,57.0,138.0,4953.0,Windows Hello style facial authentication for Linux.,60.0,23,True,21.0,11.0,174.0,527.0,2020-09-02 15:57:23,,206.0,3.0,2.6.1,14074.0,,,,,,,,,,,,,,,,,,,,howdy 65,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,115.0,20.0,337.0,1846.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",45.0,23,True,31.0,32.0,31.0,76.0,2023-09-14 19:06:35,,3696.0,3.0,0.7.4,528.0,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,117733.0,,,,,,,,,,,,,, 66,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-10-19 08:33:53.000000,2023-10-19 08:33:53,2006.0,58.0,14.0,637.0,1702.0,Permify is an open-source authorization service inspired by Google Zanzibar.,27.0,23,True,380.0,38.0,27.0,90.0,2023-10-05 18:22:37,,79.0,3.0,0.5.4,1115.0,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 67,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-10-19 17:58:24.000000,2023-10-19 17:57:40,15700.0,301.0,51.0,7063.0,1008.0,"Mirror of FreeIPA, an integrated security information management solution.",219.0,23,True,64.0,,,,,,40657.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-10-18 05:25:06.757982,5570096.0,,,,,154.0,,,,,,,,, 68,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-10-19 18:10:14.000000,2023-10-17 14:06:24,1653.0,213.0,59.0,275.0,488.0,Universal Resolver implementation and drivers.,98.0,23,True,31.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1550.0,2.0,0.5.0,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-10-17 14:11:33.044922,114727.0,,,,,,,,,,,,,, 69,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-10-19 03:19:23.000000,2023-10-18 22:24:16,369.0,86.0,17.0,345.0,305.0,Decentralized Web Node (DWN) Reference implementation.,36.0,23,True,67.0,22.0,50.0,169.0,2023-10-05 22:31:42,103.0,,2.0,0.2.4,,,103.0,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 70,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-10-19 17:46:13.000000,2023-10-19 16:30:33,9678.0,41.0,11.0,856.0,56.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",140.0,23,False,81.0,67.0,41.0,117.0,2023-10-12 15:21:21,4.0,300.0,2.0,0.60.0,11401.0,,4.0,,,,,,,,,,,,,,,,,, 71,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-10-12 18:24:15.000000,2023-08-24 19:41:37,4024.0,751.0,254.0,326.0,2810.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,3.0,4.0,63.0,209.0,2015-09-29 22:50:55,,919.0,3.0,1.1.0,109445.0,,,,,,,,,,,,,,,,,,,, 72,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-10-09 06:25:26.000000,2023-10-06 17:10:29,14874.0,649.0,114.0,17.0,667.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,719.0,22,True,18.0,,,,,116.0,,3.0,,,,116.0,,,,,,,,,,,,,,,,,, 73,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-09-01 12:06:39.000000,2023-09-01 12:06:39,3196.0,155.0,20.0,2044.0,232.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,58.0,22,True,13.0,14.0,387.0,1196.0,2023-05-09 10:57:15,2.0,,2.0,0.3.2,,,2.0,,,,,,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-10-16 03:13:34.000000,2023-10-16 01:56:21,270.0,15.0,14.0,113.0,75.0,DID resolver for HTTPS domains.,12.0,22,False,15.0,38.0,1.0,10.0,2023-07-03 18:25:08,740.0,21573.0,2.0,2.0.27,,,740.0,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,21573.0,,,,,,,,,, 75,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2711.0,270.0,25.0,18641.0,Real-time face swap for PC streaming or video calls.,11.0,21,True,1.0,35.0,1.0,142.0,2023-01-21 09:26:53,,21938.0,3.0,TINA_SHIFT,614271.0,,,,,,,,,,,,,,,,,,,, 76,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-10-12 22:36:42.000000,2023-10-11 18:56:38,2154.0,149.0,172.0,826.0,1033.0,Web Authentication: An API for accessing Public Key Credentials.,72.0,21,True,70.0,7.0,83.0,1022.0,2018-03-20 13:11:25,,,1.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,102.0,41.0,680.0,429.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,,30.0,,,,,,,,,,,,,,,,,, 78,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-10-19 12:59:45.000000,2023-10-19 12:56:58,828.0,142.0,26.0,981.0,207.0,Aries Framework JavaScript (Built using TypeScript).,56.0,21,True,44.0,77.0,165.0,433.0,2023-10-05 13:35:35,2.0,,2.0,0.4.2,,,2.0,,,,,,,,,,,,,,,,,, 79,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4660.0,567.0,122.0,13235.0,Face recognition using Tensorflow.,36.0,20,False,,,497.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 80,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-09-08 01:18:12.000000,2023-08-31 21:53:17,639.0,267.0,66.0,220.0,3577.0,An SWT based API for managing users and issuing SWT tokens.,39.0,20,True,1.0,2.0,9.0,120.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,,10.0,,,,,,,,,,,,,,,,,, 81,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-18 18:12:05.000000,2023-10-18 18:11:59,393.0,649.0,93.0,306.0,1597.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,49.0,20,True,2.0,25.0,151.0,321.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-09-30 08:20:34.000000,2023-07-12 07:05:13,339.0,787.0,238.0,230.0,2566.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,,,172.0,526.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-09-10 20:26:13.000000,2023-08-17 18:37:54,150.0,271.0,96.0,42.0,2315.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,26.0,19,True,1.0,,28.0,23.0,,,1840.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1840.0,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-10-18 15:28:36.000000,2023-09-11 22:25:57,541.0,11.0,11.0,531.0,26.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,9.0,19.0,22.0,80.0,2022-05-29 21:14:21,534.0,607.0,3.0,1.6.0,17622.0,,534.0,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,222.0,64.0,103.0,2274.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,,40.0,4.0,54.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,158.0,92.0,184.0,1213.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,31.0,18,True,1.0,17.0,69.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 87,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-10-19 15:27:44.000000,2023-10-18 13:45:05,1562.0,77.0,82.0,675.0,255.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,61.0,18,True,167.0,,64.0,562.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-10-19 00:16:56.000000,2023-09-28 13:26:57,527.0,45.0,29.0,351.0,155.0,Core library for decentralized identity.,21.0,18,True,4.0,,72.0,102.0,,113.0,,3.0,,,,113.0,,,,,,,,,,,,,,,,,, 89,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-10-19 17:34:45.000000,2023-10-19 16:38:26,1581.0,104.0,21.0,760.0,119.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,39.0,18,True,70.0,,61.0,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 90,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-09-28 10:19:59.142653,2023-09-28 10:14:37,1369.0,25.0,2.0,109.0,32.0,Toolkit for SSI and NFT/SBT wallets.,12.0,18,False,24.0,42.0,5.0,40.0,2023-09-28 10:20:00,,149.0,3.0,1.2309281014.0,,1.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-09-28 10:19:59.142653,3733.0,,,,,,,,,,,,,, 91,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-09-20 13:47:49.000000,2023-07-24 21:30:11,2151.0,206.0,60.0,573.0,310.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,17,True,1.0,,52.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-10-14 20:52:49.000000,2023-10-14 20:52:15,3589.0,66.0,27.0,5.0,227.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",296.0,17,True,20.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-10-16 23:28:14.000000,2023-10-16 22:30:42,306.0,51.0,12.0,317.0,185.0,self sovereign identity sdk.,16.0,17,True,25.0,4.0,47.0,107.0,,33.0,,3.0,,,,33.0,,,,,,,,,,,,,,,,,, 94,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-10-13 16:11:53.000000,2023-09-29 22:06:47,534.0,146.0,84.0,203.0,1311.0,The SPIFFE Project.,57.0,16,True,5.0,,15.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-10-18 15:30:22.000000,2023-10-12 16:18:10,946.0,36.0,49.0,191.0,438.0,Solid Technical Reports.,20.0,16,True,48.0,1.0,186.0,133.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 96,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-10-16 22:28:17.000000,2023-10-16 22:28:15,436.0,52.0,11.0,484.0,138.0,The Self Sovereign Identity Service.,21.0,16,True,58.0,3.0,87.0,126.0,,,,3.0,,,1.0,,,,,,,,,,,,,,,,,,, 97,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-18 17:44:52.000000,2023-10-05 20:28:43,621.0,30.0,31.0,225.0,74.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,16,False,11.0,,45.0,170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,84.0,75.0,487.0,386.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 99,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-10-09 17:38:49.000000,2023-10-09 17:38:48,147.0,69.0,27.0,175.0,82.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,1.0,,42.0,28.0,,44.0,,3.0,,,-1.0,44.0,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-10-17 12:04:47.000000,2023-10-10 12:42:40,383.0,19.0,4.0,119.0,39.0,SDK to work with Polygon ID.,15.0,15,False,19.0,24.0,5.0,18.0,2023-10-10 12:43:37,54.0,,3.0,1.2.2,,,54.0,,,,,,,,,,,,,,,,,, 101,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-10-19 16:35:06.000000,2023-10-02 13:10:15,423.0,24.0,13.0,125.0,39.0,The specification for AnonCreds verifiable credential exchange.,23.0,15,False,64.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 102,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-10-14 23:14:56.000000,2023-10-14 23:14:56,617.0,9.0,6.0,63.0,37.0,OpenID for Verifiable Credential Issuance - client and issuer library.,13.0,15,False,60.0,14.0,2.0,7.0,2023-10-14 23:03:15,,,3.0,0.8.1,,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 103,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,9.0,7.0,104.0,25.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,21.0,26.0,5.0,20.0,2023-09-28 01:02:52,16.0,2.0,3.0,2.1.2,58.0,,16.0,,,,,,,,,,,,,,,,,, 104,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,47.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,,14.0,,,,,,,,,,,,,,,,,, 105,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-09-07 16:00:28.758485,2023-09-07 15:55:12,338.0,6.0,2.0,32.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,14,False,32.0,28.0,,36.0,2023-09-07 16:06:04,,37.0,3.0,1.2309071555.0,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-09-07 16:00:28.758485,707.0,,,,,,,,,,,,,, 106,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,151.0,37.0,93.0,932.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 107,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-10-19 18:02:48.000000,2023-10-18 19:09:29,666.0,51.0,74.0,249.0,290.0,A privacy preserving identity exchange Web API.,31.0,13,False,7.0,,153.0,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,238.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,238.0,3.0,1.8.10,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-10-13 21:30:20.000000,2023-10-01 02:04:32,596.0,18.0,8.0,45.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,11.0,13,False,19.0,13.0,5.0,12.0,,40.0,0.0,3.0,,24.0,,40.0,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-10-17 00:09:08.000000,2023-09-26 07:33:01,777.0,17.0,14.0,158.0,57.0,The BBS Signature Scheme.,14.0,12,False,11.0,,16.0,114.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,,27.0,,,,,,,,,,,,,,,,,, 113,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-10-19 17:41:53.000000,2023-10-19 00:24:58,154.0,,1.0,35.0,,Custodian identity wallet white-label solution.,8.0,11,False,154.0,22.0,1.0,,2023-09-28 11:55:26,,696.0,3.0,1.2309281149.0,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,2089.0,,,,,,,,,,,,,, 114,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,53.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/credible,https://github.com/spruceid/credible,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,18.0,19.0,73.0,37.0,A reference credential wallet built on Flutter and DIDKit.,12.0,10,False,1.0,,10.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 116,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-10-12 07:28:00.000000,2023-10-12 07:27:57,841.0,6.0,6.0,152.0,35.0,Open-Source Mobile SSI Wallet.,8.0,10,False,35.0,,7.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 117,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,10.0,8.0,32.0,22.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,10,False,,,21.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 118,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-06 18:01:32.000000,2023-10-06 18:01:30,61.0,1.0,10.0,59.0,15.0,A library to manage your Decentralized Identities and Verified IDs on Android.,5.0,9,False,9.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-10-16 17:48:14.000000,2023-10-06 14:24:02,60.0,2.0,10.0,56.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,9,False,6.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-10-09 16:25:49.757185,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-10-09 16:25:49.757185,4043834.0,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-10-26_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 19K · 📈) - Authentication for the Web. ISC - cert-manager (🥇39 · ⭐ 11K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - deepface (🥈30 · ⭐ 7.7K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - deepfacelab (🥉29 · ⭐ 43K · 📈) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - openface (🥉29 · ⭐ 15K · 📈) - Face recognition with deep neural networks. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - solid-project (🥇21 · ⭐ 8.6K · 📉) - Solid - Re-decentralizing the web (project directory). solid - casl (🥈34 · ⭐ 5.2K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - keto (🥉29 · ⭐ 4.3K · 📉) - Open Source (Go) implementation of Zanzibar: Googles.. Apache-2 ory - oathkeeper (🥉28 · ⭐ 3.1K · 📉) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - webauthn (🥈20 · ⭐ 1K · 📉) - Web Authentication: An API for accessing Public Key Credentials. ❗️W3C w3c ================================================ FILE: history/2023-10-26_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,trending,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-10-26 16:32:41.000000,2023-10-26 16:20:34,23684.0,986.0,189.0,6357.0,1327.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",460.0,33,True,692.0,227.0,923.0,2788.0,2023-10-25 15:52:57,52.0,600.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-10-26 13:25:24.000000,2023-10-26 13:23:15,1621.0,27.0,23.0,1765.0,53.0,Trinsic SDK repository.,41.0,28,False,77.0,34.0,32.0,394.0,2023-10-13 17:40:05,539.0,1586.0,1.0,1.12.0,8844.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-10-26 10:56:49.000000,2023-10-26 10:56:49,4423.0,49.0,34.0,501.0,198.0,Self Sovereign Identity SDK.,60.0,25,True,386.0,82.0,23.0,53.0,2023-10-14 23:03:15,57.0,4.0,2.0,0.17.5,,1.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-10-26 13:38:16.000000,2023-10-26 13:37:56,3430.0,64.0,13.0,380.0,150.0,All-In-One SSI infrastructure toolkit.,50.0,25,True,245.0,194.0,10.0,244.0,2023-10-26 13:44:53,,2153.0,2.0,1.2310181323.0,57.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-10-18 13:36:09.505112,9817.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-10-25 15:04:20.000000,2023-10-22 20:51:23,1082.0,409.0,612.0,249.0,8605.0,Solid - Re-decentralizing the web (project directory).,42.0,21,True,40.0,1.0,317.0,216.0,2021-12-21 13:00:06,,,1.0,,,,,,,,-1.0,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-10-26 13:40:50.000000,2023-10-25 14:33:02,1557.0,63.0,13.0,531.0,95.0,Self Hosted Issuer Node.,30.0,21,False,21.0,31.0,21.0,98.0,2023-10-25 14:37:34,60.0,,2.0,2.2.1,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-10-26 00:16:37.000000,2023-10-25 21:52:03,1027.0,123.0,80.0,672.0,419.0,A cross-platform toolkit for decentralized identity.,55.0,20,True,12.0,,129.0,197.0,,117.0,,2.0,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,98.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,17,False,,100.0,3.0,,2021-03-22 11:09:10,41.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 8,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-10-26 15:48:45.000000,2023-10-26 15:48:41,7389.0,15.0,10.0,512.0,36.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,302.0,1.0,68.0,1802.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-10-26 18:08:32.000000,2023-10-26 17:27:44,2557.0,2333.0,98.0,2033.0,19471.0,Authentication for the Web.,577.0,42,True,195.0,100.0,222.0,3413.0,2023-10-18 15:07:14,148818.0,2809891.0,1.0,next-auth@4.24.3,,148818.0,,,,,1.0,,next-auth,https://www.npmjs.com/package/next-auth,2809891.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-10-26 06:55:05.000000,2023-10-20 12:06:31,3760.0,1873.0,238.0,4033.0,11309.0,CoreDNS is a DNS server that chains plugins.,370.0,41,True,59.0,67.0,93.0,2104.0,2023-08-15 20:00:30,5585.0,2837946.0,1.0,1.11.1,6826416.0,5585.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,250944876.0,,,,,,145.0,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-10-26 17:53:16.000000,2023-10-26 17:53:15,4833.0,1170.0,125.0,3933.0,8631.0,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",426.0,40,True,120.0,100.0,312.0,2081.0,2023-10-18 12:27:40,3004.0,4816148.0,1.0,0.57.1,4329005.0,3004.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-10-26 17:07:39.216668,444739039.0,,,,,,39.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-25 05:42:37.000000,2023-10-25 05:42:36,1677.0,458.0,69.0,492.0,2659.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",195.0,40,True,29.0,48.0,75.0,293.0,2023-01-10 13:13:43,449001.0,83325414.0,1.0,3.2.2,,449001.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,83325414.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-10-26 15:46:03.000000,2023-10-26 15:46:03,8106.0,1877.0,148.0,3104.0,10823.0,Automatically provision and manage TLS certificates in Kubernetes.,414.0,39,True,174.0,100.0,158.0,2968.0,2023-09-27 08:23:14,673.0,1631171.0,1.0,1.12.5,60353327.0,673.0,,,,,1.0,,,,,,,,,,,,,, 14,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-10-26 18:16:43.000000,2023-10-23 12:40:43,9578.0,1134.0,123.0,1010.0,6734.0,A PyTorch-based Speech Toolkit.,223.0,38,True,485.0,9.0,92.0,859.0,2023-07-22 18:07:47,1040.0,217182.0,1.0,0.5.15,,1040.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,217182.0,,,,,, 15,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,1184.0,313.0,156.0,21873.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,333.0,424.0,,933987.0,9250485.0,2.0,,,933987.0,,,,,,,passport,https://www.npmjs.com/package/passport,9250485.0,,,,,,,,,, 16,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-10-26 16:51:20.000000,2023-10-26 14:50:45,23165.0,5601.0,365.0,13118.0,17805.0,Open Source Identity and Access Management For Modern Applications and Services.,1281.0,37,True,636.0,43.0,1857.0,5876.0,2023-10-24 10:22:23,,63452.0,1.0,22.0.5,2157372.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-10-26 18:03:27.000000,2023-10-26 17:45:15,18449.0,3824.0,814.0,18010.0,28586.0,"A tool for secrets management, encryption as a service, and privileged access management.",1418.0,36,False,659.0,100.0,910.0,4800.0,2023-10-25 00:27:02,6668.0,,2.0,1.15.1,,6668.0,,,,,,,,,,,,,,,,,,, 18,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-25 21:22:10.000000,2023-10-24 08:44:35,3731.0,1314.0,235.0,1719.0,14608.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",290.0,36,True,68.0,100.0,75.0,1388.0,2023-05-24 08:55:23,2.0,4053646.0,2.0,2.1.2,652360.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,408434948.0,,,,,,75.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-10-26 14:05:59.000000,2023-10-23 15:24:57,4005.0,803.0,108.0,1742.0,9490.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",212.0,36,True,148.0,43.0,175.0,997.0,2023-07-12 20:24:48,325.0,1728936.0,1.0,1.0.0,34221.0,325.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112331454.0,,,,,,17.0,,,,https://k8s.ory.sh/helm/charts,,,,, 20,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-20 06:12:54.000000,2023-09-25 11:23:35,1077.0,1538.0,231.0,479.0,15913.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",135.0,35,True,13.0,100.0,34.0,733.0,2023-09-02 15:37:12,2576.0,286263.0,2.0,2.77.2,,2576.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,171550.0,,casbin,https://pypi.org/project/casbin,114713.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 21,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,3498.0,334.0,107.0,15551.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,34,False,,38.0,421.0,389.0,2020-03-22 14:01:55,7558.0,162817.0,1.0,0.22.2,,7558.0,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,162817.0,,,,,,,,,, 22,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-10-25 04:23:16.000000,2023-10-17 06:26:58,1498.0,247.0,41.0,340.0,5223.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,34,True,9.0,100.0,12.0,424.0,2023-07-28 06:28:52,56520.0,2101519.0,2.0,@casl/mongoose@7.2.1,,56520.0,,,,,-1.0,,@casl/ability,https://www.npmjs.com/package/@casl/ability,2101519.0,,,,,,,,,, 23,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-10-26 16:48:25.000000,2023-10-26 06:32:51,7217.0,503.0,57.0,4951.0,3771.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",287.0,34,True,1020.0,100.0,321.0,1342.0,2023-10-25 22:37:38,183.0,14389.0,2.0,ockam_v0.99.0,330954.0,183.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 24,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-10-26 04:11:44.568884,2023-10-26 02:51:55,23968.0,3805.0,609.0,4499.0,10501.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,339.0,33,True,485.0,100.0,,,2023-10-16 07:04:06,21.0,5828.0,2.0,6.6.13,,21.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-10-26 04:11:44.568884,845149.0,,,,,,128.0,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-10-26 17:59:47.000000,2023-10-26 17:38:54,3120.0,273.0,36.0,3658.0,3700.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,133.0,100.0,83.0,850.0,2023-08-28 14:49:52,13.0,16613733.0,2.0,0.23.0,48367.0,13.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-10-26 16:59:46.319632,946925423.0,,,,,,10.0,,,,,,,,, 26,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,4746.0,487.0,149.0,18638.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,24.0,1.0,968.0,1337.0,2023-04-02 07:43:27,1101.0,135574.0,2.0,0.7,813442.0,1101.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,138.0,,,,,,,,,,,,,,, 27,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-11 09:41:58.000000,2023-09-19 06:25:53,4731.0,1634.0,180.0,1682.0,8908.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",128.0,32,True,5.0,15.0,365.0,1323.0,2023-04-14 09:36:52,79.0,176599.0,3.0,r1.4.1,,79.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,176599.0,,,,,, 28,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-10-26 17:26:15.000000,2023-10-26 17:26:15,6246.0,408.0,82.0,3309.0,1528.0,The SPIFFE Runtime Environment.,178.0,32,True,159.0,90.0,149.0,1151.0,2023-10-25 21:26:30,120.0,2259.0,2.0,1.8.3,162715.0,120.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 29,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-10-18 08:51:11.000000,2022-06-10 09:12:18,238.0,12806.0,1568.0,222.0,49676.0,The worlds simplest facial recognition api for Python and the command line.,54.0,31,False,,2.0,714.0,584.0,2018-04-02 17:18:43,21.0,58826.0,2.0,1.2.2,1180.0,21.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,6989.0,,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,58723.0,,,,,, 30,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-10-26 05:22:42.000000,2023-10-25 14:03:03,2625.0,1467.0,178.0,1898.0,8507.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,223.0,31,True,93.0,80.0,278.0,796.0,2023-06-30 14:12:39,143.0,3.0,2.0,2.37.0,305.0,143.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 31,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-10-26 17:34:43.000000,2023-10-26 17:08:00,3244.0,208.0,37.0,1194.0,3942.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",37.0,31,True,238.0,58.0,107.0,292.0,2023-10-20 08:12:01,36.0,49266.0,2.0,1.26.0,28999.0,36.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-10-20 08:12:00.299523,1250790.0,,,,,,4.0,,,,,,,,, 32,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-24 22:47:28.000000,2023-10-24 22:47:08,1782.0,12472.0,1531.0,513.0,47339.0,Deepfakes Software For All.,97.0,30,True,15.0,4.0,15.0,815.0,2023-06-18 18:08:19,,2501.0,2.0,2.2.0,140078.0,,,,,,,,,,,,,,,,,,,, 33,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-10-25 14:29:03.000000,2023-10-25 14:29:02,1095.0,1494.0,108.0,88.0,7748.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",47.0,30,True,22.0,,8.0,775.0,,2021.0,82725.0,2.0,,,2021.0,,,,,1.0,,,,,,deepface,https://pypi.org/project/deepface,82725.0,,,,,, 34,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-10-26 16:10:22.000000,2023-10-25 03:14:53,606.0,63.0,39.0,210.0,303.0,Create and verify DID verifiable JWTs in Javascript.,41.0,30,True,27.0,100.0,4.0,82.0,2023-10-25 03:15:45,4056.0,160143.0,1.0,7.4.4,,4056.0,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,160143.0,,,,,,,,,, 35,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,8862.0,1101.0,131.0,43019.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,29,True,,2.0,540.0,801.0,2020-04-09 05:48:48,21.0,3811.0,3.0,DF.wf.288res.384.92.72.22,163907.0,21.0,,,,,1.0,,,,,,,,,,,,,, 36,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,3483.0,760.0,74.0,14892.0,Face recognition with deep neural networks.,30.0,29,True,,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1659.0,3.0,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160928.0,1.0,,,,,70.0,,,,,,,,, 37,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-10-26 18:14:55.000000,2023-10-26 18:13:23,2056.0,848.0,56.0,1271.0,7267.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",143.0,29,True,251.0,100.0,105.0,971.0,2023-10-24 06:30:20,3.0,2253.0,2.0,1.442.0,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-10-24 06:39:36.202751,81117.0,,,,,,9.0,,,,,,,,, 38,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-10-10 07:23:07.000000,2023-10-10 07:23:07,2372.0,1003.0,106.0,817.0,5205.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,312.0,29,True,11.0,62.0,25.0,828.0,2023-03-29 07:20:04,8187.0,,3.0,5.6.6,,8187.0,,,,,,,,,,,,,,,,,,doorkeeper, 39,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-10-26 13:45:41.000000,2023-10-18 14:17:30,1482.0,304.0,58.0,1080.0,4293.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",71.0,29,True,39.0,50.0,45.0,256.0,,19.0,758615.0,3.0,,17542.0,19.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50807337.0,-1.0,,,,,6.0,,,,,,,,, 40,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-10-26 18:18:42.000000,2023-10-26 18:18:41,3471.0,251.0,203.0,3622.0,3707.0,Boundary enables identity-based access management for dynamic infrastructure.,142.0,29,False,180.0,47.0,77.0,234.0,2023-10-17 19:10:26,8.0,227174.0,3.0,0.14.1,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-10-17 19:23:39.616384,10222845.0,,,,,,11.0,,,,,,,,, 41,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-10-25 17:21:22.000000,2023-10-25 17:21:16,5079.0,262.0,38.0,713.0,1176.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,292.0,29,True,132.0,47.0,65.0,231.0,2023-09-20 14:53:26,1370.0,,3.0,6.3.5,,1370.0,,,,,,,,,,,,,,,,,,, 42,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-10-26 18:18:21.000000,2023-10-26 18:15:53,4890.0,945.0,158.0,4715.0,17670.0,The Single Sign-On Multi-Factor portal for web apps.,132.0,28,True,383.0,100.0,71.0,1079.0,2022-12-21 09:01:04,,615.0,2.0,4.37.5,27703.0,,,,,,,,,,,,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-10-26 12:32:18.000000,2023-10-26 10:17:03,5037.0,259.0,36.0,4419.0,6411.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",42.0,28,True,520.0,49.0,81.0,224.0,2023-10-08 06:03:10,7.0,825.0,2.0,1.10.0,2583.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-10-08 05:55:33.959001,19113.0,,,,,,1.0,,,,,,,,, 44,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-10-26 15:08:14.000000,2023-10-26 15:07:56,2658.0,285.0,29.0,4675.0,4976.0,"ZITADEL - Identity infrastructure, simplified foryou.",79.0,28,True,259.0,100.0,411.0,1338.0,2023-10-25 09:46:32,,425.0,2.0,2.38.2,1703.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-10-26 18:02:23.000000,2023-10-26 14:46:03,6323.0,536.0,140.0,4244.0,4809.0,"An ACME-based certificate authority, written in Go.",127.0,28,True,66.0,88.0,193.0,2666.0,2023-10-23 20:09:27,,21459.0,2.0,release-2023-10-23,59005.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-10-12 16:38:19.369768,1945572.0,,,,,,13.0,,,,,,,,, 46,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,321.0,49.0,715.0,3091.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,28,True,8.0,100.0,48.0,275.0,2023-07-18 10:23:06,2.0,1199595.0,3.0,0.40.6,31014.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,87538622.0,-1.0,,,,,32.0,,,,,,,,, 47,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-10-26 06:38:46.000000,2023-10-26 06:38:42,1408.0,85.0,26.0,1495.0,1819.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,90.0,53.0,49.0,265.0,2023-09-13 08:04:00,19.0,1567.0,3.0,0.30.0,48598.0,19.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 48,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-10-23 10:52:35.000000,2023-10-10 17:01:01,124.0,5176.0,405.0,176.0,46738.0,Robust Speech Recognition via Large-Scale Weak Supervision.,60.0,27,True,7.0,7.0,,,2023-09-19 00:13:44,21.0,233953.0,3.0,20230918,,21.0,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,233953.0,,,,,, 49,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-10-26 18:16:09.000000,2023-10-26 18:16:07,12833.0,384.0,27.0,5569.0,4881.0,The authentication glue you need.,191.0,27,True,727.0,100.0,399.0,1188.0,2023-10-26 15:21:16,,88.0,3.0,ersion/2023.10.0,2302.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 50,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-10-03 18:24:42.000000,2023-07-24 15:50:06,1200.0,157.0,31.0,1519.0,3250.0,Oso is a batteries-included framework for building authorization in your application.,63.0,27,True,,100.0,106.0,100.0,2023-04-03 23:25:23,78.0,42997.0,3.0,0.27.0,2618.0,78.0,,,,,,,,,,,oso,https://pypi.org/project/oso,42916.0,,,,,, 51,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-10-26 13:11:38.000000,2023-10-26 03:40:45,1650.0,108.0,16.0,1622.0,1701.0,"Kanidm: A simple, secure and fast identity management platform.",55.0,27,True,240.0,16.0,143.0,463.0,2023-08-01 05:15:57,42.0,215.0,3.0,1.1.0-beta.13,129.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-10-21 05:19:31.995678,11968.0,,,,,,,,,,,,,,, 52,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-10-26 16:25:28.000000,2023-10-26 12:01:15,33120.0,49.0,30.0,3618.0,297.0,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",109.0,27,True,441.0,100.0,335.0,2376.0,2023-10-11 14:07:21,,414.0,3.0,1.0.19,1244.0,,,,,,,,,,,,,,,,,,,, 53,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-10-24 19:36:38.000000,2023-03-08 14:05:28,373.0,40.0,23.0,127.0,194.0,Universal did-resolver for javascript environments.,24.0,27,True,,24.0,3.0,18.0,2023-03-08 14:05:37,4876.0,181890.0,1.0,4.1.0,,4876.0,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,181890.0,,,,,,,,,, 54,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-10-25 11:12:01.000000,2023-10-25 07:36:03,351.0,38.0,23.0,91.0,155.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,31.0,51.0,4.0,45.0,2023-10-25 07:36:23,765.0,26085.0,1.0,3.2.13,,765.0,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,26085.0,,,,,,,,,, 55,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-25 21:01:21.000000,2023-10-25 20:56:59,2423.0,723.0,72.0,226.0,2836.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,25.0,100.0,,,2023-10-25 21:01:30,2.0,192805.0,3.0,8.4.1,,2.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,192805.0,,,,,,,,,, 56,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-10-25 20:35:24.000000,2023-10-25 20:35:22,5906.0,307.0,408.0,4077.0,1665.0,Repository for the Lemur Certificate Manager.,151.0,26,True,277.0,27.0,119.0,415.0,2023-10-23 21:10:51,,0.0,3.0,1.6.0,51.0,,,,,,,,,,,,,,,,,,,, 57,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-26 15:41:39.000000,2023-10-13 18:18:58,3449.0,120.0,48.0,1886.0,709.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,96.0,26,True,120.0,73.0,207.0,901.0,2023-08-04 21:07:07,,79470.0,3.0,1.20.0,361.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-25 19:00:54.708623,6992953.0,,,,,,30.0,,,,,,,,, 58,veramo,uport-project/veramo,,,decentralized,,https://github.com/decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-10-26 06:38:54.000000,2023-10-13 15:00:11,1814.0,101.0,23.0,726.0,356.0,A JavaScript Framework for Verifiable Data.,49.0,26,True,70.0,42.0,60.0,347.0,2023-10-09 11:46:16,506.0,,2.0,5.5.3,,506.0,,,,,,decentralized-identity/veramo,,,,,,,,,,,,, 59,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-10-25 19:16:49.000000,2023-10-25 19:16:49,2852.0,252.0,53.0,2125.0,808.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,78.0,25,True,117.0,100.0,35.0,194.0,2023-10-21 21:16:21,26.0,,3.0,1.11.44,,26.0,,,,,,,,,,,,,,,,,,, 60,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-10-25 22:11:21.000000,2023-10-25 20:50:45,8211.0,425.0,29.0,1505.0,372.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,126.0,25,True,489.0,68.0,223.0,838.0,2023-10-09 18:00:40,,,2.0,0.10.4,,,,,,,,,,,,,,,,,,,,, 61,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,288.0,80.0,832.0,1752.0,Solid server on top of the file-system in NodeJS.,85.0,24,True,1.0,51.0,284.0,610.0,2023-03-17 17:09:04,2.0,11551.0,2.0,5.7.7,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,944714.0,,,solid-server,https://www.npmjs.com/package/solid-server,2884.0,4.0,,,,,,,,, 62,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-10-26 12:23:36.000000,2023-10-23 23:13:20,1667.0,213.0,60.0,275.0,490.0,Universal Resolver implementation and drivers.,98.0,24,True,44.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1554.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-10-23 23:15:18.422171,115036.0,,,,,,,,,,,,,,, 63,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-10-26 15:29:21.000000,2023-10-09 17:02:00,1408.0,68.0,26.0,975.0,266.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,33.0,24,True,37.0,22.0,57.0,201.0,2023-08-17 15:09:36,101.0,,2.0,0.6.3,,101.0,,,,,,,,,,,,,,,,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-10-26 10:48:46.000000,2023-10-19 12:07:54,904.0,384.0,62.0,408.0,10394.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,25.0,23,True,76.0,47.0,100.0,339.0,2023-10-19 10:02:26,,,3.0,7.0.7,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 65,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-10-24 13:34:43.000000,2023-09-24 10:25:45,558.0,268.0,57.0,139.0,4967.0,Windows Hello style facial authentication for Linux.,60.0,23,True,21.0,11.0,174.0,531.0,2020-09-02 15:57:23,,208.0,3.0,2.6.1,14158.0,,,,,,,,,,,,,,,,,,,,howdy 66,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,116.0,20.0,337.0,1856.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",45.0,23,True,27.0,32.0,31.0,76.0,2023-09-14 19:06:35,,3829.0,3.0,0.7.4,535.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,122003.0,,,,,,,,,,,,,,, 67,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-10-26 10:32:56.000000,2023-10-26 10:32:53,2037.0,59.0,14.0,648.0,1715.0,Permify is an open-source authorization service inspired by Google Zanzibar.,27.0,23,True,363.0,39.0,28.0,93.0,2023-10-25 14:48:00,,81.0,3.0,0.5.5,1136.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 68,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-10-26 18:00:12.000000,2023-10-23 11:35:01,15701.0,301.0,51.0,7066.0,1009.0,"Mirror of FreeIPA, an integrated security information management solution.",219.0,23,True,62.0,,,,,,40703.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-10-25 06:05:38.342922,5576344.0,,,,,,154.0,,,,,,,,, 69,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-10-26 17:36:45.000000,2023-10-26 16:50:48,377.0,85.0,17.0,354.0,306.0,Decentralized Web Node (DWN) Reference implementation.,38.0,23,True,74.0,22.0,45.0,175.0,2023-10-05 22:31:42,106.0,,2.0,0.2.4,,106.0,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 70,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-10-26 16:20:36.000000,2023-10-26 16:20:34,9687.0,41.0,11.0,866.0,58.0,"AriesVCX is a Rust library for building web and mobile applications issuing, holding, presenting and verifying..",140.0,23,False,85.0,68.0,41.0,117.0,2023-10-25 15:52:57,4.0,300.0,2.0,0.61.0,11401.0,4.0,,,,,,,,,,,,,,,,,,, 71,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2725.0,271.0,25.0,18708.0,Real-time face swap for PC streaming or video calls.,11.0,22,True,,35.0,1.0,142.0,2023-01-21 09:26:53,,22232.0,3.0,TINA_SHIFT,622520.0,,,,,,,,,,,,,,,,,,,, 72,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-10-12 18:24:15.000000,2023-08-24 19:41:37,4024.0,752.0,254.0,326.0,2810.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,3.0,4.0,63.0,209.0,2015-09-29 22:50:55,,919.0,3.0,1.1.0,109478.0,,,,,,,,,,,,,,,,,,,, 73,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-10-09 06:25:26.000000,2023-10-06 17:10:29,14874.0,649.0,114.0,17.0,668.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,719.0,22,True,18.0,,,,,117.0,,3.0,,,117.0,,,,,,,,,,,,,,,,,,, 74,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-22 18:07:01.000000,2023-09-01 12:06:39,3196.0,155.0,19.0,2045.0,232.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,59.0,22,True,12.0,14.0,387.0,1196.0,2023-05-09 10:57:15,2.0,,2.0,0.3.2,,2.0,,,,,,,,,,,,,,,,,,, 75,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-10-23 19:42:19.000000,2023-10-23 01:45:41,271.0,15.0,14.0,114.0,76.0,DID resolver for HTTPS domains.,12.0,22,False,16.0,38.0,1.0,10.0,2023-07-03 18:25:08,746.0,20764.0,2.0,2.0.27,,746.0,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,20764.0,,,,,,,,,, 76,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-25 17:45:55.000000,2023-10-25 17:45:50,394.0,649.0,93.0,307.0,1600.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,50.0,21,True,3.0,25.0,150.0,318.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 77,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,102.0,41.0,680.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,30.0,,,,,,,,,,,,,,,,,,, 78,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4662.0,567.0,122.0,13245.0,Face recognition using Tensorflow.,36.0,20,False,,,497.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 79,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,269.0,66.0,221.0,3583.0,An SWT based API for managing users and issuing SWT tokens.,39.0,20,True,1.0,2.0,10.0,120.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 80,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-10-25 19:25:25.000000,2023-10-11 18:56:38,2154.0,148.0,172.0,827.0,1037.0,Web Authentication: An API for accessing Public Key Credentials.,72.0,20,True,64.0,7.0,82.0,1024.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,-1.0,,,,,,,,,,,,,, 81,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-10-26 14:40:30.000000,2023-10-19 12:56:58,828.0,143.0,26.0,982.0,207.0,Aries Framework JavaScript (Built using TypeScript).,56.0,20,True,36.0,77.0,166.0,436.0,2023-10-05 13:35:35,2.0,,2.0,0.4.2,,2.0,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-09-30 08:20:34.000000,2023-07-12 07:05:13,339.0,790.0,238.0,230.0,2575.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,,,171.0,525.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,270.0,96.0,42.0,2324.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,26.0,19,True,2.0,,28.0,23.0,,,1875.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1875.0,,,,,, 84,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-10-18 15:28:36.000000,2023-09-11 22:25:57,541.0,11.0,11.0,531.0,26.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,19,False,9.0,19.0,26.0,80.0,2022-05-29 21:14:21,539.0,609.0,3.0,1.6.0,17688.0,539.0,,,,,,,,,,,,,,,,,,, 85,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,221.0,64.0,103.0,2276.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,,40.0,4.0,54.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 86,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,158.0,91.0,184.0,1213.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,31.0,18,True,1.0,17.0,69.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 87,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-10-24 17:38:12.000000,2023-07-24 21:30:11,2151.0,206.0,58.0,573.0,310.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,18,True,,,52.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-10-26 00:43:31.000000,2023-10-21 19:54:11,1563.0,77.0,82.0,681.0,257.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,61.0,18,True,153.0,,65.0,563.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-10-26 00:16:37.000000,2023-10-24 15:35:41,529.0,45.0,29.0,352.0,157.0,Core library for decentralized identity.,22.0,18,True,6.0,,73.0,102.0,,113.0,,3.0,,,113.0,,,,,,,,,,,,,,,,,,, 90,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-10-26 16:32:41.000000,2023-10-25 20:53:20,1586.0,104.0,21.0,765.0,119.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,39.0,18,True,69.0,,64.0,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-09-28 10:19:59.142653,2023-09-28 10:14:37,1369.0,25.0,2.0,109.0,32.0,Toolkit for SSI and NFT/SBT wallets.,12.0,18,False,24.0,42.0,5.0,40.0,2023-09-28 10:20:00,,151.0,3.0,1.2309281014.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-09-28 10:19:59.142653,3783.0,,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-10-14 20:52:49.000000,2023-10-14 20:52:15,3589.0,66.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",296.0,17,True,19.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-10-23 23:25:40.000000,2023-10-16 22:30:42,306.0,52.0,12.0,319.0,186.0,self sovereign identity sdk.,16.0,17,True,22.0,4.0,47.0,107.0,,33.0,,3.0,,,33.0,,,,,,,,,,,,,,,,,,, 94,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-10-13 16:11:53.000000,2023-09-29 22:06:47,534.0,146.0,84.0,203.0,1312.0,The SPIFFE Project.,57.0,16,True,5.0,,15.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-10-25 21:38:07.000000,2023-10-16 22:28:15,436.0,52.0,11.0,489.0,138.0,The Self Sovereign Identity Service.,21.0,16,True,51.0,3.0,87.0,126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 96,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,31.0,31.0,226.0,75.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,16,False,11.0,,45.0,170.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 97,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-10-25 15:04:20.000000,2023-10-22 20:51:23,950.0,36.0,49.0,193.0,439.0,Solid Technical Reports.,20.0,15,True,40.0,1.0,186.0,133.0,2021-12-21 13:00:06,,,3.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 98,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,84.0,74.0,487.0,388.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,30.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 99,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-10-09 17:38:49.000000,2023-10-09 17:38:48,147.0,69.0,27.0,175.0,82.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,1.0,,42.0,28.0,,44.0,,3.0,,,44.0,,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-10-25 14:37:34.000000,2023-10-25 14:33:02,385.0,19.0,4.0,119.0,39.0,SDK to work with Polygon ID.,15.0,15,False,20.0,25.0,6.0,19.0,2023-10-25 14:37:34,60.0,,3.0,1.3.0,,60.0,,,,,,,,,,,,,,,,,,, 101,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-10-19 16:35:06.000000,2023-10-02 13:10:15,423.0,24.0,13.0,125.0,39.0,The specification for AnonCreds verifiable credential exchange.,23.0,15,False,62.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 102,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-10-23 04:07:16.000000,2023-10-14 23:14:56,617.0,10.0,6.0,64.0,37.0,OpenID for Verifiable Credential Issuance - client and issuer library.,13.0,15,False,60.0,14.0,2.0,8.0,2023-10-14 23:03:15,,,3.0,0.8.1,,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 103,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,9.0,7.0,104.0,25.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,21.0,26.0,6.0,20.0,2023-09-28 01:02:52,16.0,2.0,3.0,2.1.2,58.0,16.0,,,,,,,,,,,,,,,,,,, 104,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-10-24 15:11:55.000000,2023-10-24 15:10:21,669.0,51.0,75.0,252.0,292.0,A privacy preserving identity exchange Web API.,31.0,14,False,10.0,,153.0,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 105,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,47.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 106,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-23 20:26:44.000000,2023-09-07 15:55:12,338.0,6.0,2.0,33.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,14,False,32.0,28.0,,36.0,2023-09-07 16:06:04,,37.0,3.0,1.2309071555.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-09-07 16:00:28.758485,707.0,,,,,,,,,,,,,,, 107,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,151.0,37.0,93.0,931.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,240.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,238.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-10-13 21:30:20.000000,2023-10-01 02:04:32,596.0,18.0,8.0,45.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,11.0,13,False,19.0,13.0,5.0,12.0,,40.0,0.0,3.0,,24.0,40.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-10-26 00:08:44.000000,2023-10-23 20:42:55,790.0,18.0,14.0,160.0,57.0,The BBS Signature Scheme.,15.0,12,False,24.0,,12.0,118.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-10-26 10:56:49.000000,2023-10-26 10:56:49,853.0,6.0,6.0,155.0,35.0,Open-Source Mobile SSI Wallet.,8.0,11,False,47.0,,7.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,27.0,,3.0,,,27.0,,,,,,,,,,,,,,,,,,, 114,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,3.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,11,False,,1.0,18.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 115,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-10-26 13:38:16.000000,2023-10-26 13:37:56,164.0,,1.0,46.0,,Custodian identity wallet white-label solution.,8.0,11,False,162.0,30.0,1.0,,2023-10-26 13:44:53,,699.0,3.0,1.2310261338.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,2097.0,,,,,,,,,,,,,,, 116,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,53.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/wallet,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,17.0,19.0,73.0,39.0,A reference credential wallet built on Flutter and DIDKit.,12.0,10,False,1.0,,10.0,24.0,,,,3.0,,,,,,,,,spruceid/wallet,,,,,,,,,,,,, 118,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,10.0,8.0,32.0,22.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,10,False,,,21.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-24 00:04:12.000000,2023-10-06 18:01:30,61.0,1.0,10.0,59.0,15.0,A library to manage your Decentralized Identities and Verified IDs on Android.,5.0,9,False,7.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-10-23 20:02:26.000000,2023-10-06 14:24:02,60.0,2.0,10.0,57.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,9,False,6.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,3.0,4.0,8.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-10-23 16:41:14.448255,,,,,,23.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-10-23 16:41:14.448255,4047857.0,,,,,,23.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-02_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - solid-project (🥇22 · ⭐ 8.6K · 📈) - Solid - Re-decentralizing the web (project directory). solid - ageitgey-face-recognition (🥈32 · ⭐ 50K · 💀) - The worlds simplest facial recognition api for Python.. MIT - boundary (🥉30 · ⭐ 3.7K · 📈) - Boundary enables identity-based access management for.. ❗Unlicensed hashicorp - solid-specification (🥈17 · ⭐ 440 · 📈) - Solid Technical Reports. MIT solid - waltid-idpkit (🥉15 · ⭐ 20 · 📈) - OIDC identity provider for SSI & NFTs. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ory-hydra (🥈35 · ⭐ 15K · 📉) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - aries-framework-go (🥈21 · ⭐ 240 · 📉) - Hyperledger Aries Framework Go provides packages for.. Apache-2 hyperledger - appauth-ios (🥉20 · ⭐ 1.6K · 📉) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid - trinsic-okapi (🥉18 · ⭐ 26 · 📉) - Collection of tools that support workflows for authentic.. Apache-2 - ion (🥉17 · ⭐ 1.2K · 📉) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 ================================================ FILE: history/2023-11-02_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,trending,updated_github_id,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-11-02 16:57:48.000000,2023-11-02 15:48:16,23750.0,984.0,188.0,6394.0,1333.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",461.0,33,True,716.0,228.0,933.0,2799.0,2023-10-25 15:52:57,52.0,584.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-11-02 16:20:06.000000,2023-11-02 16:18:23,1622.0,27.0,23.0,1769.0,53.0,Trinsic SDK repository.,41.0,28,False,68.0,34.0,32.0,394.0,2023-10-13 17:40:05,542.0,1537.0,1.0,1.12.0,8878.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-11-02 17:05:27.000000,2023-10-26 10:56:49,4423.0,49.0,34.0,502.0,201.0,Self Sovereign Identity SDK.,60.0,25,True,352.0,82.0,22.0,54.0,2023-10-14 23:03:15,59.0,4.0,2.0,0.17.5,,1.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-02 13:05:05.000000,2023-11-02 12:58:50,3455.0,64.0,15.0,402.0,152.0,All-In-One SSI infrastructure toolkit.,50.0,25,True,243.0,210.0,7.0,247.0,2023-11-02 13:12:13,,1787.0,2.0,1.2310181323.0,57.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-10-18 13:36:09.505112,9911.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-11-02 18:08:55.000000,2023-11-02 18:08:16,1088.0,409.0,612.0,251.0,8605.0,Solid - Re-decentralizing the web (project directory).,43.0,22,True,43.0,1.0,317.0,217.0,2021-12-21 13:00:06,,,1.0,,,,,,,,1.0,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-11-02 15:47:39.000000,2023-11-01 07:54:57,1558.0,65.0,13.0,536.0,95.0,Self Hosted Issuer Node.,30.0,21,False,19.0,32.0,22.0,98.0,2023-11-01 07:56:14,64.0,,2.0,2.2.1,,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-11-02 00:17:03.000000,2023-11-01 15:51:52,1029.0,124.0,80.0,673.0,417.0,A cross-platform toolkit for decentralized identity.,56.0,20,True,14.0,,129.0,198.0,,117.0,,2.0,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-11-02 15:04:38.000000,2023-11-02 15:04:33,7392.0,15.0,10.0,512.0,36.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,293.0,1.0,74.0,1816.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 8,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,98.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,16,False,,100.0,3.0,,2021-03-22 11:09:10,42.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 9,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-02 15:21:31.000000,2023-11-02 13:55:53,2566.0,2351.0,98.0,2051.0,19578.0,Authentication for the Web.,580.0,42,True,196.0,100.0,223.0,3441.0,2023-10-18 15:07:14,151732.0,2877838.0,1.0,next-auth@4.24.3,,151732.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2877838.0,,,,,,,,,, 10,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-10-30 21:18:34.000000,2023-10-30 21:18:33,3771.0,1874.0,237.0,4041.0,11339.0,CoreDNS is a DNS server that chains plugins.,370.0,41,True,64.0,67.0,90.0,2109.0,2023-08-15 20:00:30,5601.0,2813861.0,1.0,1.11.1,6832740.0,5601.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,251565902.0,,,,,,145.0,,,,,,,,, 11,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-02 16:34:45.470259,2023-11-02 15:55:09,4851.0,1170.0,125.0,3949.0,8646.0,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",426.0,40,True,131.0,100.0,322.0,2084.0,2023-10-26 22:37:54,3023.0,4810778.0,1.0,0.58.0,4391941.0,3023.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-11-02 16:34:45.470259,448842912.0,,,,,,39.0,,,,,,,,, 12,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-25 05:42:37.000000,2023-10-25 05:42:36,1677.0,458.0,69.0,492.0,2660.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",195.0,40,True,29.0,48.0,75.0,293.0,2023-01-10 13:13:43,452675.0,84262978.0,1.0,3.2.2,,452675.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,84262978.0,,,,,, 13,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-02 12:33:41.000000,2023-10-31 16:01:21,8122.0,1876.0,148.0,3117.0,10842.0,Automatically provision and manage TLS certificates in Kubernetes.,414.0,39,True,183.0,100.0,169.0,2963.0,2023-10-30 12:58:49,675.0,1598404.0,1.0,1.13.2,60739370.0,675.0,,,,,,,,,,,,,,,,,,, 14,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-02 17:48:58.000000,2023-10-30 10:16:51,9583.0,1135.0,123.0,1016.0,6767.0,A PyTorch-based Speech Toolkit.,223.0,38,True,409.0,9.0,94.0,860.0,2023-07-22 18:07:47,1063.0,206565.0,1.0,0.5.15,,1063.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,206565.0,,,,,, 15,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,1184.0,312.0,156.0,21903.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,334.0,424.0,,937791.0,9277617.0,2.0,,,937791.0,,,,,,,passport,https://www.npmjs.com/package/passport,9277617.0,,,,,,,,,, 16,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-02 18:06:50.000000,2023-11-02 16:12:28,23223.0,5613.0,368.0,13188.0,17889.0,Open Source Identity and Access Management For Modern Applications and Services.,1286.0,37,True,641.0,43.0,1886.0,5932.0,2023-10-24 10:22:23,,62160.0,1.0,22.0.5,2175615.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 17,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-02 18:07:37.000000,2023-11-02 17:55:09,18479.0,3830.0,813.0,18106.0,28806.0,"A tool for secrets management, encryption as a service, and privileged access management.",1419.0,36,False,667.0,100.0,916.0,4803.0,2023-10-25 00:27:02,6688.0,,2.0,1.15.1,,6688.0,,,,,,,,,,,,,,,,,,, 18,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-02 12:40:55.000000,2023-10-31 09:23:18,4014.0,804.0,107.0,1747.0,9520.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",213.0,36,True,147.0,43.0,176.0,998.0,2023-07-12 20:24:48,326.0,1703185.0,1.0,1.0.0,34427.0,326.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112360894.0,,,,,,17.0,,,,https://k8s.ory.sh/helm/charts,,,,, 19,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-30 06:10:48.000000,2023-10-30 06:05:45,1078.0,1538.0,231.0,479.0,15948.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",135.0,35,True,14.0,100.0,35.0,734.0,2023-09-02 15:37:12,2580.0,295369.0,2.0,2.77.2,,2580.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,174821.0,,casbin,https://pypi.org/project/casbin,120548.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 20,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-31 10:44:39.000000,2023-10-24 08:44:35,3731.0,1316.0,234.0,1722.0,14627.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",290.0,35,True,61.0,100.0,75.0,1389.0,2023-05-24 08:55:23,2.0,4016460.0,2.0,2.1.2,655755.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,408695347.0,-1.0,,,,,75.0,,,,https://k8s.ory.sh/helm/charts,,,,, 21,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,3501.0,334.0,107.0,15571.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,34,False,,38.0,422.0,389.0,2020-03-22 14:01:55,7595.0,158799.0,1.0,0.22.2,,7595.0,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,158799.0,,,,,,,,,, 22,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-01 15:28:47.000000,2023-10-17 06:26:58,1498.0,248.0,42.0,341.0,5236.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,34,True,9.0,100.0,12.0,424.0,2023-07-28 06:28:52,57067.0,2092182.0,2.0,@casl/mongoose@7.2.1,,57067.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,2092182.0,,,,,,,,,, 23,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-02 18:13:45.000000,2023-11-02 16:12:48,7262.0,515.0,57.0,5000.0,3857.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",289.0,34,True,982.0,100.0,310.0,1359.0,2023-11-02 17:57:35,183.0,13843.0,2.0,ockam_v0.101.0,332246.0,183.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 24,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-02 00:46:58.423957,2023-11-01 22:26:57,23972.0,3808.0,610.0,4504.0,10512.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,339.0,33,True,448.0,100.0,,,2023-10-16 07:04:06,21.0,5803.0,2.0,6.6.13,,21.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-11-02 00:46:58.423957,847258.0,,,,,,128.0,,,,,,,,, 25,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-02 18:16:36.508784,2023-11-02 18:03:00,3132.0,273.0,36.0,3713.0,3701.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,121.0,100.0,84.0,851.0,2023-08-28 14:49:52,13.0,16675236.0,2.0,0.23.0,48583.0,13.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-11-02 18:16:36.508784,967106241.0,,,,,,10.0,,,,,,,,, 26,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-10-18 08:51:11.000000,2022-06-10 09:12:18,238.0,12828.0,1573.0,222.0,50003.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,,2.0,714.0,584.0,2018-04-02 17:18:43,21.0,62018.0,2.0,1.2.2,1186.0,21.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,7009.0,1.0,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,61916.0,,,,,, 27,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,4756.0,489.0,149.0,18712.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,21.0,1.0,971.0,1337.0,2023-04-02 07:43:27,1130.0,124578.0,2.0,0.7,872044.0,1130.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,138.0,,,,,,,,,,,,,,, 28,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-31 07:51:11.000000,2023-09-19 06:25:53,4731.0,1641.0,180.0,1683.0,8971.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",128.0,32,True,5.0,15.0,373.0,1325.0,2023-04-14 09:36:52,80.0,181250.0,3.0,r1.4.1,,80.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,181250.0,,,,,, 29,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-02 16:48:08.000000,2023-11-01 17:09:19,6258.0,407.0,82.0,3323.0,1536.0,The SPIFFE Runtime Environment.,178.0,32,True,150.0,90.0,151.0,1153.0,2023-10-25 21:26:30,121.0,2254.0,2.0,1.8.3,164589.0,121.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 30,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-01 04:14:32.000000,2023-10-25 14:03:03,2625.0,1468.0,178.0,1903.0,8521.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,223.0,31,True,84.0,80.0,278.0,796.0,2023-06-30 14:12:39,143.0,3.0,2.0,2.37.0,305.0,143.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 31,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-02 00:22:44.000000,2023-10-31 15:12:33,3280.0,208.0,37.0,1211.0,3960.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",37.0,31,True,244.0,59.0,103.0,298.0,2023-10-20 08:12:01,38.0,49270.0,2.0,1.26.0,30140.0,38.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-10-31 15:43:03.531627,1299010.0,,,,,,4.0,,,,,,,,, 32,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-24 22:47:28.000000,2023-10-24 22:47:08,1782.0,12487.0,1534.0,513.0,47417.0,Deepfakes Software For All.,97.0,30,True,15.0,4.0,15.0,815.0,2023-06-18 18:08:19,,2569.0,2.0,2.2.0,146473.0,,,,,,,,,,,,,,,,,,,, 33,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-10-30 08:51:50.000000,2023-10-25 14:29:02,1095.0,1515.0,109.0,89.0,7947.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",47.0,30,True,19.0,,9.0,783.0,,2066.0,113597.0,2.0,,,2066.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,113597.0,,,,,, 34,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-02 18:17:58.000000,2023-11-02 18:17:57,3499.0,250.0,202.0,3665.0,3713.0,Boundary enables identity-based access management for dynamic infrastructure.,145.0,30,False,197.0,48.0,78.0,236.0,2023-11-02 16:41:46,8.0,225796.0,3.0,0.14.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,10386646.0,1.0,,,,,11.0,,,,,,,,, 35,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-02 17:30:07.000000,2023-11-01 11:36:39,608.0,63.0,39.0,211.0,303.0,Create and verify DID verifiable JWTs in Javascript.,41.0,30,True,27.0,100.0,4.0,83.0,2023-11-01 11:37:20,4078.0,151749.0,1.0,7.4.5,,4078.0,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,151749.0,,,,,,,,,, 36,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,8881.0,1104.0,131.0,43136.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,29,True,,2.0,541.0,801.0,2020-04-09 05:48:48,21.0,3737.0,3.0,DF.wf.288res.384.92.72.22,164433.0,21.0,,,,,,,,,,,,,,,,,,, 37,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,3483.0,759.0,74.0,14898.0,Face recognition with deep neural networks.,30.0,29,True,,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1642.0,3.0,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,160975.0,,,,,,70.0,,,,,,,,, 38,casdoor,casdoor/casdoor,,,idp,,https://github.com/casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-01 15:25:32.000000,2023-11-01 15:07:24,2079.0,852.0,55.0,1282.0,7293.0,"An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0,..",145.0,29,True,250.0,100.0,106.0,983.0,2023-11-01 15:25:32,3.0,2269.0,2.0,1.446.1,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-11-01 11:02:36.598818,83961.0,,,,,,9.0,,,,,,,,, 39,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-10-10 07:23:07.000000,2023-10-10 07:23:07,2372.0,1003.0,106.0,817.0,5207.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,312.0,29,True,11.0,62.0,25.0,828.0,2023-03-29 07:20:04,8197.0,,3.0,5.6.6,,8197.0,,,,,,,,,,,,,,,,,,doorkeeper, 40,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-10-31 03:14:33.000000,2023-10-18 14:17:30,1482.0,304.0,59.0,1083.0,4304.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",71.0,29,True,30.0,50.0,45.0,256.0,,19.0,747532.0,3.0,,17600.0,19.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50812297.0,,,,,,6.0,,,,,,,,, 41,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-02 18:14:33.000000,2023-11-01 20:02:43,5098.0,264.0,38.0,722.0,1178.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,293.0,29,True,151.0,47.0,61.0,235.0,2023-09-20 14:53:26,1390.0,,3.0,6.3.5,,1390.0,,,,,,,,,,,,,,,,,,, 42,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-02 12:38:47.000000,2023-11-02 10:20:51,4907.0,948.0,158.0,4733.0,17726.0,The Single Sign-On Multi-Factor portal for web apps.,132.0,28,True,335.0,100.0,71.0,1079.0,2022-12-21 09:01:04,,608.0,2.0,4.37.5,28000.0,,,,,,,,,,,,,,,,,,,, 43,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-02 18:00:02.000000,2023-11-02 08:16:21,5086.0,261.0,35.0,4463.0,6432.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",43.0,28,True,542.0,49.0,75.0,230.0,2023-10-08 06:03:10,7.0,809.0,2.0,1.10.0,2616.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-10-08 05:55:33.959001,19511.0,,,,,,1.0,,,,,,,,, 44,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-02 16:55:54.000000,2023-11-02 15:18:14,2668.0,293.0,29.0,4694.0,5053.0,"ZITADEL - Identity infrastructure, simplified foryou.",79.0,28,True,253.0,100.0,412.0,1344.0,2023-11-02 08:10:01,,347.0,2.0,2.40.2,1738.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-02 18:12:31.000000,2023-11-02 16:45:56,6334.0,537.0,140.0,4255.0,4815.0,"An ACME-based certificate authority, written in Go.",127.0,28,True,68.0,89.0,191.0,2668.0,2023-10-30 22:45:46,,21160.0,2.0,release-2023-10-30,59249.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-10-12 16:38:19.369768,1947237.0,,,,,,13.0,,,,,,,,, 46,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,319.0,49.0,715.0,3096.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,28,True,6.0,100.0,48.0,275.0,2023-07-18 10:23:06,2.0,1183749.0,3.0,0.40.6,31236.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,87565395.0,,,,,,33.0,,,,,,,,, 47,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-01 18:46:59.000000,2023-11-01 18:46:59,1420.0,91.0,27.0,1507.0,1977.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,97.0,54.0,49.0,266.0,2023-10-31 08:08:33,19.0,1537.0,3.0,0.31.0,49194.0,19.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 48,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-01 22:23:16.000000,2023-10-10 17:01:01,124.0,5220.0,408.0,177.0,47154.0,Robust Speech Recognition via Large-Scale Weak Supervision.,60.0,27,True,7.0,7.0,,,2023-09-19 00:13:44,21.0,230041.0,3.0,20230918,,21.0,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,230041.0,,,,,, 49,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-02 16:55:58.000000,2023-11-02 16:55:56,12889.0,389.0,28.0,5635.0,4963.0,The authentication glue you need.,192.0,27,True,736.0,100.0,406.0,1210.0,2023-10-28 20:19:45,,87.0,3.0,ersion/2023.10.2,2365.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 50,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-10-03 18:24:42.000000,2023-07-24 15:50:06,1200.0,159.0,31.0,1519.0,3260.0,Oso is a batteries-included framework for building authorization in your application.,63.0,27,True,,100.0,106.0,100.0,2023-04-03 23:25:23,78.0,42417.0,3.0,0.27.0,2618.0,78.0,,,,,,,,,,,oso,https://pypi.org/project/oso,42338.0,,,,,, 51,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-02 06:02:04.000000,2023-11-02 02:07:53,1671.0,110.0,16.0,1637.0,1711.0,"Kanidm: A simple, secure and fast identity management platform.",57.0,27,True,238.0,17.0,139.0,476.0,2023-10-31 12:08:26,42.0,221.0,3.0,1.1.0-rc.15,133.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-10-31 11:50:28.869580,12508.0,,,,,,,,,,,,,,, 52,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-02 17:51:00.000000,2023-11-02 14:51:26,33138.0,50.0,30.0,3642.0,300.0,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",109.0,27,True,371.0,100.0,339.0,2393.0,2023-10-11 14:07:21,,310.0,3.0,1.0.19,1241.0,,,,,,,,,,,,,,,,,,,, 53,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-01 02:08:52.000000,2023-11-01 02:08:28,377.0,40.0,24.0,127.0,194.0,Universal did-resolver for javascript environments.,24.0,27,True,4.0,24.0,3.0,18.0,2023-03-08 14:05:37,4904.0,174617.0,1.0,4.1.0,,4904.0,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,174617.0,,,,,,,,,, 54,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-01 14:52:47.000000,2023-11-01 14:52:45,354.0,38.0,24.0,92.0,156.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,32.0,52.0,3.0,46.0,2023-11-01 14:53:16,777.0,21072.0,1.0,3.2.14,,777.0,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,21072.0,,,,,,,,,, 55,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-25 21:01:21.000000,2023-10-25 20:56:59,2423.0,723.0,72.0,226.0,2844.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,25.0,100.0,,,2023-10-25 21:01:30,2.0,189529.0,3.0,8.4.1,,2.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,189529.0,,,,,,,,,, 56,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-02 18:17:04.000000,2023-11-02 16:22:20,5916.0,308.0,407.0,4084.0,1666.0,Repository for the Lemur Certificate Manager.,151.0,26,True,273.0,27.0,119.0,415.0,2023-10-23 21:10:51,,0.0,3.0,1.6.0,51.0,,,,,,,,,,,,,,,,,,,, 57,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-30 21:55:26.000000,2023-10-13 18:18:58,3449.0,120.0,48.0,1886.0,713.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,96.0,26,True,97.0,73.0,207.0,901.0,2023-08-04 21:07:07,,78620.0,3.0,1.20.0,364.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,6996781.0,,,,,,30.0,,,,,,,,, 58,veramo,uport-project/veramo,,,decentralized,,https://github.com/decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-02 16:11:29.000000,2023-11-01 20:07:09,1816.0,102.0,23.0,728.0,358.0,A JavaScript Framework for Verifiable Data.,49.0,26,True,56.0,42.0,60.0,348.0,2023-10-09 11:46:16,514.0,,2.0,5.5.3,,514.0,,,,,,decentralized-identity/veramo,,,,,,,,,,,,, 59,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-02 14:47:19.000000,2023-10-30 23:22:13,2864.0,253.0,53.0,2136.0,811.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,78.0,25,True,122.0,100.0,38.0,195.0,2023-10-30 23:17:55,26.0,,3.0,1.11.45,,26.0,,,,,,,,,,,,,,,,,,, 60,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-02 16:56:30.000000,2023-11-01 21:10:45,8255.0,425.0,29.0,1517.0,373.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,126.0,25,True,503.0,69.0,228.0,842.0,2023-10-09 18:00:40,,,2.0,0.10.4,,,,,,,,,,,,,,,,,,,,, 61,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,288.0,80.0,832.0,1755.0,Solid server on top of the file-system in NodeJS.,85.0,24,True,1.0,51.0,285.0,610.0,2023-03-17 17:09:04,2.0,11834.0,2.0,5.7.7,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,947216.0,,,solid-server,https://www.npmjs.com/package/solid-server,3223.0,4.0,,,,,,,,, 62,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-02 12:32:19.000000,2023-10-31 12:34:13,1670.0,213.0,61.0,275.0,492.0,Universal Resolver implementation and drivers.,98.0,24,True,47.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1537.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-10-31 12:38:45.757756,115335.0,,,,,,,,,,,,,,, 63,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-02 10:17:06.000000,2023-11-02 10:17:03,1412.0,68.0,25.0,978.0,266.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,33.0,24,True,37.0,23.0,57.0,201.0,2023-11-02 09:48:53,101.0,,2.0,1.0.0,,101.0,,,,,,,,,,,,,,,,,,, 64,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-01 12:24:12.000000,2023-11-01 07:09:34,906.0,391.0,63.0,413.0,10556.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,25.0,23,True,74.0,49.0,99.0,341.0,2023-11-01 12:21:41,,,3.0,7.0.9,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 65,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-10-24 13:34:43.000000,2023-09-24 10:25:45,558.0,269.0,57.0,139.0,4978.0,Windows Hello style facial authentication for Linux.,60.0,23,True,21.0,11.0,175.0,533.0,2020-09-02 15:57:23,,206.0,3.0,2.6.1,14267.0,,,,,,,,,,,,,,,,,,,,howdy 66,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,116.0,20.0,337.0,1872.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",45.0,23,True,27.0,32.0,32.0,76.0,2023-09-14 19:06:35,,3760.0,3.0,0.7.4,536.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,123519.0,,,,,,,,,,,,,,, 67,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-02 07:08:23.000000,2023-11-01 21:09:50,2066.0,59.0,15.0,665.0,1738.0,Permify is an open-source authorization service inspired by Google Zanzibar.,27.0,23,True,358.0,40.0,21.0,104.0,2023-11-02 07:39:49,,75.0,3.0,0.5.6,1137.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 68,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-02 17:10:24.000000,2023-11-02 13:47:50,15703.0,302.0,51.0,7068.0,1013.0,"Mirror of FreeIPA, an integrated security information management solution.",219.0,23,True,60.0,,,,,,40453.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-01 05:55:03.634217,5582596.0,,,,,,156.0,,,,,,,,, 69,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-02 18:08:02.000000,2023-11-02 18:06:43,393.0,87.0,17.0,368.0,309.0,Decentralized Web Node (DWN) Reference implementation.,40.0,23,True,80.0,22.0,44.0,177.0,2023-10-05 22:31:42,108.0,,2.0,0.2.4,,108.0,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 70,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-11-02 15:48:18.000000,2023-11-02 15:48:16,9698.0,40.0,11.0,879.0,59.0,"aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.",140.0,23,False,93.0,68.0,44.0,117.0,2023-10-25 15:52:57,4.0,292.0,2.0,0.61.0,11401.0,4.0,,,,,,,,,,,,,,,,,,, 71,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2736.0,274.0,25.0,18784.0,Real-time face swap for PC streaming or video calls.,11.0,22,True,,35.0,1.0,142.0,2023-01-21 09:26:53,,21753.0,3.0,TINA_SHIFT,630839.0,,,,,,,,,,,,,,,,,,,, 72,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-10-12 18:24:15.000000,2023-08-24 19:41:37,4024.0,752.0,254.0,326.0,2810.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,3.0,4.0,63.0,209.0,2015-09-29 22:50:55,,912.0,3.0,1.1.0,109497.0,,,,,,,,,,,,,,,,,,,, 73,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-10-09 06:25:26.000000,2023-10-06 17:10:29,14874.0,650.0,114.0,17.0,669.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,719.0,22,True,14.0,,,,,117.0,,3.0,,,117.0,,,,,,,,,,,,,,,,,,, 74,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-10-30 04:42:04.000000,2023-10-30 01:38:24,272.0,15.0,14.0,114.0,76.0,DID resolver for HTTPS domains.,12.0,22,False,16.0,38.0,1.0,10.0,2023-07-03 18:25:08,759.0,19744.0,2.0,2.0.27,,759.0,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19744.0,,,,,,,,,, 75,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,102.0,40.0,680.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,30.0,,,,,,,,,,,,,,,,,,, 76,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,155.0,19.0,2046.0,235.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,59.0,21,True,10.0,14.0,387.0,1196.0,2023-05-09 10:57:15,2.0,,2.0,0.3.2,,2.0,,,,,-1.0,,,,,,,,,,,,,, 77,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4661.0,567.0,122.0,13252.0,Face recognition using Tensorflow.,36.0,20,False,,,498.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 78,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,268.0,66.0,221.0,3587.0,An SWT based API for managing users and issuing SWT tokens.,39.0,20,True,1.0,2.0,10.0,120.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 79,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,650.0,93.0,307.0,1603.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,50.0,20,True,3.0,25.0,151.0,319.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,-1.0,,,,,,,,,,,,,, 80,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-01 05:15:43.000000,2023-10-11 18:56:38,2154.0,148.0,172.0,828.0,1042.0,Web Authentication: An API for accessing Public Key Credentials.,72.0,20,True,60.0,7.0,82.0,1024.0,2018-03-20 13:11:25,,,2.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 81,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-02 16:57:48.000000,2023-10-31 20:17:34,830.0,143.0,26.0,986.0,207.0,Aries Framework JavaScript (Built using TypeScript).,56.0,20,True,36.0,77.0,165.0,443.0,2023-10-05 13:35:35,2.0,,2.0,0.4.2,,2.0,,,,,,,,,,,,,,,,,,, 82,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-01 18:36:13.000000,2023-07-12 07:05:13,339.0,792.0,238.0,233.0,2577.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,,,171.0,525.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 83,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,270.0,96.0,42.0,2335.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,26.0,19,True,2.0,,28.0,23.0,,,1866.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1866.0,,,,,, 84,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,221.0,64.0,103.0,2279.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,,40.0,4.0,54.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 85,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-10-24 17:38:12.000000,2023-07-24 21:30:11,2151.0,206.0,58.0,573.0,311.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,18,True,,,52.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 86,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-01 16:21:18.000000,2023-11-01 11:20:01,1587.0,78.0,82.0,683.0,258.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,62.0,18,True,161.0,,64.0,566.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 87,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-02 00:17:03.000000,2023-11-01 15:51:52,531.0,46.0,29.0,353.0,156.0,Core library for decentralized identity.,23.0,18,True,8.0,,73.0,103.0,,113.0,,3.0,,,113.0,,,,,,,,,,,,,,,,,,, 88,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-01 23:55:20.000000,2023-11-01 23:55:20,1595.0,103.0,21.0,772.0,120.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,40.0,18,True,73.0,,67.0,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 89,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-10-27 23:00:14.000000,2023-09-11 22:25:57,541.0,11.0,11.0,532.0,26.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,26.0,80.0,2022-05-29 21:14:21,542.0,591.0,3.0,1.6.0,17756.0,542.0,,,,,-1.0,,,,,,,,,,,,,, 90,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,159.0,90.0,184.0,1216.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,31.0,17,True,1.0,17.0,70.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,-1.0,,,,,,,,,,,,,, 91,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-02 18:08:55.000000,2023-11-02 18:08:16,956.0,36.0,49.0,195.0,439.0,Solid Technical Reports.,21.0,17,True,43.0,1.0,186.0,134.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,2.0,,,,,,,,,,,,,, 92,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-10-14 20:52:49.000000,2023-10-14 20:52:15,3589.0,66.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",297.0,17,True,18.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 93,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-01 15:46:55.000000,2023-11-01 15:45:58,312.0,52.0,12.0,322.0,186.0,self sovereign identity sdk.,16.0,17,True,26.0,4.0,47.0,107.0,,33.0,,3.0,,,33.0,,,,,,,,,,,,,,,,,,, 94,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-10-31 12:37:38.854547,2023-10-31 12:31:18,1371.0,25.0,2.0,111.0,32.0,Toolkit for SSI and NFT/SBT wallets.,12.0,17,False,20.0,44.0,2.0,43.0,2023-10-31 12:37:40,,147.0,3.0,1.2310311231.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-10-31 12:37:38.854547,3822.0,,,,,,,,,,,,,,, 95,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-10-30 01:40:44.000000,2023-09-29 22:06:47,534.0,146.0,84.0,203.0,1315.0,The SPIFFE Project.,57.0,16,True,5.0,,15.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 96,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,84.0,74.0,487.0,387.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,31.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 97,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-02 01:52:19.000000,2023-10-30 14:36:57,437.0,52.0,11.0,491.0,138.0,The Self Sovereign Identity Service.,21.0,15,True,37.0,3.0,87.0,126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 98,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-10-09 17:38:49.000000,2023-10-09 17:38:48,147.0,69.0,27.0,175.0,82.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,1.0,,42.0,28.0,,44.0,,3.0,,,44.0,,,,,,,,,,,,,,,,,,, 99,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,31.0,31.0,226.0,75.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,8.0,,51.0,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-01 10:24:16.000000,2023-11-01 07:54:57,386.0,20.0,4.0,121.0,39.0,SDK to work with Polygon ID.,15.0,15,False,18.0,26.0,7.0,19.0,2023-11-01 07:56:14,64.0,,3.0,1.4.0,,64.0,,,,,,,,,,,,,,,,,,, 101,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-01 17:59:04.000000,2023-11-01 17:58:41,444.0,25.0,13.0,126.0,39.0,The specification for AnonCreds verifiable credential exchange.,24.0,15,False,80.0,,23.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 102,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-10-23 04:07:16.000000,2023-10-14 23:14:56,617.0,10.0,6.0,64.0,38.0,OpenID for Verifiable Credential Issuance - client and issuer library.,13.0,15,False,60.0,14.0,2.0,8.0,2023-10-14 23:03:15,,,3.0,0.8.1,,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,, 103,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,9.0,7.0,104.0,26.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,21.0,26.0,6.0,20.0,2023-09-28 01:02:52,16.0,2.0,3.0,2.1.2,58.0,16.0,,,,,,,,,,,,,,,,,,, 104,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,6.0,2.0,36.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,15,False,43.0,28.0,,36.0,2023-09-07 16:06:04,,35.0,3.0,1.2309071555.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,708.0,1.0,,,,,,,,,,,,,, 105,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-10-24 15:11:55.000000,2023-10-24 15:10:21,669.0,51.0,75.0,252.0,293.0,A privacy preserving identity exchange Web API.,31.0,14,False,10.0,,153.0,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,47.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,152.0,37.0,93.0,934.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 108,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,241.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,234.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,,, 109,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-10-13 21:30:20.000000,2023-10-01 02:04:32,596.0,18.0,8.0,45.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,11.0,13,False,16.0,13.0,5.0,12.0,,42.0,0.0,3.0,,24.0,42.0,,,,,,,,,,,,,,,,,,, 110,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-10-31 00:09:01.000000,2023-10-23 20:42:55,790.0,18.0,14.0,161.0,58.0,The BBS Signature Scheme.,15.0,12,False,24.0,,12.0,118.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 111,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 112,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-02 17:05:27.000000,2023-10-26 10:56:49,853.0,6.0,6.0,156.0,35.0,Open-Source Mobile SSI Wallet.,8.0,11,False,47.0,,7.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,28.0,,3.0,,,28.0,,,,,,,,,,,,,,,,,,, 114,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,3.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,11,False,,1.0,21.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 115,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-02 13:05:05.000000,2023-11-02 12:58:50,176.0,,1.0,63.0,,Custodian identity wallet white-label solution.,8.0,11,False,156.0,44.0,1.0,,2023-11-02 13:12:13,,527.0,3.0,1.2311021305.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,2110.0,,,,,,,,,,,,,,, 116,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,42.0,47.0,53.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 117,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/sprucekit-wallet,https://github.com/spruceid/sprucekit-wallet,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,17.0,19.0,73.0,38.0,A reference credential wallet built on Flutter and DIDKit.,12.0,10,False,1.0,,10.0,24.0,,,,3.0,,,,,,,,,spruceid/sprucekit-wallet,,,,,,,,,,,,, 118,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-10-23 20:02:26.000000,2023-10-06 14:24:02,60.0,3.0,10.0,57.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,6.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 119,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,10.0,8.0,32.0,22.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,9,False,,,21.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 120,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-24 00:04:12.000000,2023-10-06 18:01:30,61.0,1.0,10.0,59.0,15.0,A library to manage your Decentralized Identities and Verified IDs on Android.,5.0,9,False,7.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 121,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,4.0,4.0,9.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 122,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 123,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-10-23 16:41:14.448255,,,,,,22.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-10-23 16:41:14.448255,4052120.0,,,,,,22.0,,,,,,,,, 124,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 126,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 127,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-09_changes.md ================================================ Nothing changed from last update. ================================================ FILE: history/2023-11-09_projects.csv ================================================ ,name,github_id,group_id,group,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,star_count,description,contributor_count,projectrank,show,recent_commit_count,release_count,open_issue_count,closed_issue_count,latest_stable_release_published_at,dependent_project_count,monthly_downloads,projectrank_placing,latest_stable_release_number,github_release_downloads,github_dependent_project_count,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_pulls,updated_github_id,resource,npm_id,npm_url,npm_monthly_downloads,dockerhub_stars,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id 0,aries,hyperledger/aries,aries,True,decentralized,['hyperledger'],https://github.com/hyperledger/aries,https://github.com/hyperledger/aries,Apache-2.0,2019-05-08 16:49:48,2023-11-09 20:35:32.000000,2023-11-09 12:27:28,23795.0,990.0,189.0,6417.0,1335.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",462.0,33,True,682.0,228.0,941.0,2809.0,2023-10-25 15:52:57,52.0,584.0,1.0,,,,,,,,,,,,,,,,,,,,,, 1,trinsic-id,trinsic-id/sdk,trinsic-id,True,decentralized,,https://github.com/trinsic-id/sdk,https://github.com/trinsic-id/sdk,Apache-2.0,2020-10-19 15:17:13,2023-11-07 21:42:28.000000,2023-11-02 16:18:23,1622.0,27.0,23.0,1770.0,53.0,Trinsic SDK repository.,41.0,28,False,59.0,34.0,32.0,394.0,2023-10-13 17:40:05,544.0,1544.0,1.0,1.12.0,8922.0,,,,,,,,,,,,,,,,,,,, 2,sphereon-ssi,sphereon-opensource/ssi-sdk,sphereon-ssi,True,decentralized,,https://github.com/Sphereon-Opensource/SSI-SDK,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-04-12 14:54:14,2023-11-09 19:13:39.000000,2023-11-03 22:19:34,4425.0,50.0,34.0,503.0,202.0,Self Sovereign Identity SDK.,60.0,25,True,291.0,82.0,22.0,54.0,2023-10-14 23:03:15,59.0,4.0,2.0,0.17.5,,1.0,,,,,,,,,,,,,,,,,,, 3,waltid-ssikit,walt-id/waltid-ssikit,waltid-ssikit,True,decentralized,,https://github.com/walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-08 14:03:57.000000,2023-11-02 21:26:07,3456.0,65.0,15.0,405.0,152.0,All-In-One SSI infrastructure toolkit.,50.0,25,True,203.0,211.0,7.0,247.0,2023-11-02 21:32:38,,1796.0,2.0,1.2310181323.0,57.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-10-18 13:36:09.505112,10014.0,,,,,,,,,,,,,,, 4,solid-project,solid/solid,solid-project,True,standards,['solid'],https://github.com/solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2023-11-09 16:58:16.000000,2023-11-09 16:58:15,1098.0,410.0,612.0,253.0,8605.0,Solid - Re-decentralizing the web (project directory).,43.0,23,True,52.0,1.0,317.0,217.0,2021-12-21 13:00:06,,,1.0,,,,,,,,,,,,,,,,,,,,,, 5,polygon-id,0xPolygonID/sh-id-platform,polygon-id,True,decentralized,,https://github.com/0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-11-08 12:11:09,2023-11-09 13:29:49.000000,2023-11-09 13:24:24,1680.0,67.0,13.0,551.0,100.0,Self Hosted Issuer Node.,31.0,22,True,104.0,33.0,23.0,99.0,2023-11-09 13:29:49,65.0,,2.0,2.3.0,,,,,,,0xPolygonID/issuer-node,,,,,,,,,,,,,, 6,spruceid,spruceid/didkit,spruceid,True,decentralized,,https://github.com/spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-07-23 21:18:28,2023-11-09 00:17:09.000000,2023-11-01 15:51:52,1029.0,124.0,80.0,673.0,417.0,A cross-platform toolkit for decentralized identity.,56.0,20,True,14.0,,129.0,198.0,,117.0,,2.0,,,4.0,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 7,talao-altme,talaodao/altme,talao-altme,True,decentralized,,https://github.com/TalaoDAO/AltMe,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-06-29 14:41:04,2023-11-09 12:41:35.000000,2023-11-08 21:06:34,7435.0,15.0,9.0,518.0,36.0,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,18.0,17,False,324.0,1.0,75.0,1830.0,2023-01-06 16:00:40,,,3.0,,,,,,,,,,,,,,,,,,,,,, 8,evernym-ssi,evernym/verity,evernym-ssi,True,decentralized,,https://github.com/evernym/verity,https://github.com/evernym/verity,Apache-2.0,2020-01-14 21:16:21,2023-08-08 10:21:22.000000,2023-04-11 16:19:31,6279.0,55.0,99.0,201.0,98.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repository..,144.0,16,False,,100.0,3.0,,2021-03-22 11:09:10,42.0,8.0,3.0,,,,,,,,,,,,,,,,,,,,,, 9,weboftrust,,,,organizations,['weboftrust'],,https://github.com/WebOfTrust,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,True,,,,,,,,,,,,, 10,solidproject,,,,organizations,['solid'],,https://github.com/solid,,,,,,,,,,,,0,True,,,,,,,,,,,,,,,,,True,,,,,,,,,,,,, 11,nextauthjs,nextauthjs/next-auth,,,authentication,,https://github.com/nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-09 15:21:00.000000,2023-11-09 15:21:00,2608.0,2378.0,98.0,2065.0,19696.0,Authentication for the Web.,589.0,42,True,202.0,100.0,232.0,3458.0,2023-10-18 15:07:14,154810.0,2744343.0,1.0,next-auth@4.24.3,,154810.0,,,,,,,next-auth,https://www.npmjs.com/package/next-auth,2744343.0,,,,,,,,,, 12,coredns,coredns/coredns,,,machine,"['linux-foundation', 'cncf']",https://github.com/coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-11-09 13:49:06.000000,2023-11-09 13:49:05,3785.0,1877.0,237.0,4051.0,11364.0,CoreDNS is a DNS server that chains plugins.,371.0,41,True,68.0,67.0,89.0,2111.0,2023-08-15 20:00:30,5624.0,2821061.0,1.0,1.11.1,6839757.0,5624.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,252220752.0,,,,,,145.0,,,,,,,,, 13,open-policy-agent,open-policy-agent/opa,,,authorization,"['cncf', 'linux-foundation']",https://github.com/open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-09 19:59:59.764195,2023-11-09 19:05:55,4864.0,1177.0,125.0,3961.0,8666.0,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",426.0,40,True,139.0,100.0,316.0,2097.0,2023-10-26 22:37:54,3040.0,4851808.0,1.0,0.58.0,4459432.0,3040.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2023-11-09 19:59:59.764195,452615093.0,,,,,,39.0,,,,,,,,, 14,oauthlib,oauthlib/oauthlib,,,authentication,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-25 05:42:37.000000,2023-10-25 05:42:36,1677.0,458.0,69.0,492.0,2662.0,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",195.0,40,True,29.0,48.0,76.0,293.0,2023-01-10 13:13:43,456535.0,84924058.0,1.0,3.2.2,,456535.0,,,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,84924058.0,,,,,, 15,cert-manager,cert-manager/cert-manager,,,pki,['linux-foundation'],https://github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-08 18:34:31.000000,2023-11-06 21:57:09,8126.0,1879.0,148.0,3117.0,10863.0,Automatically provision and manage TLS certificates in Kubernetes.,414.0,39,True,175.0,100.0,164.0,2971.0,2023-10-30 12:58:49,678.0,1622305.0,1.0,1.13.2,61647590.0,678.0,,,,,,,,,,,,,,,,,,, 16,speechbrain,speechbrain/speechbrain,,,voice,,https://github.com/speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-09 17:29:18.000000,2023-10-30 10:16:51,9583.0,1139.0,124.0,1020.0,6800.0,A PyTorch-based Speech Toolkit.,223.0,38,True,263.0,9.0,95.0,861.0,2023-07-22 18:07:47,1089.0,188575.0,1.0,0.5.15,,1089.0,,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,188575.0,,,,,, 17,passport,jaredhanson/passport,,,authentication,,https://github.com/jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,1184.0,311.0,156.0,21913.0,"Simple, unobtrusive authentication for Node.js.",38.0,37,True,,,334.0,424.0,,942232.0,8796826.0,2.0,,,942232.0,,,,,,,passport,https://www.npmjs.com/package/passport,8796826.0,,,,,,,,,, 18,keycloak,keycloak/keycloak,,,idp,['cncf'],https://github.com/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-09 21:28:59.000000,2023-11-09 12:34:51,23241.0,5634.0,368.0,13257.0,17957.0,Open Source Identity and Access Management For Modern Applications and Services.,1285.0,37,True,634.0,43.0,1920.0,5964.0,2023-10-24 10:22:23,,62689.0,1.0,22.0.5,2194132.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 19,vault,hashicorp/vault,,,pki,['hashicorp'],https://github.com/hashicorp/vault,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-09 21:08:10.000000,2023-11-09 19:28:15,18517.0,3834.0,813.0,18206.0,28832.0,"A tool for secrets management, encryption as a service, and privileged access management.",1421.0,36,False,660.0,100.0,919.0,4818.0,2023-11-08 19:39:49,6711.0,,2.0,1.15.2,,6711.0,,,,,,,,,,,,,,,,,,, 20,ory-kratos,ory/kratos,,,idp,['ory'],https://github.com/ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-09 13:27:50.000000,2023-11-08 17:25:06,4023.0,807.0,108.0,1752.0,9544.0,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",213.0,36,True,148.0,43.0,174.0,1001.0,2023-07-12 20:24:48,326.0,1703640.0,1.0,1.0.0,34684.0,326.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,112390478.0,,,,,,17.0,,,,https://k8s.ory.sh/helm/charts,,,,, 21,casbin,casbin/casbin,,,authorization,,https://github.com/casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-30 06:10:48.000000,2023-10-30 06:05:45,1078.0,1537.0,231.0,479.0,15985.0,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",135.0,35,True,11.0,100.0,35.0,734.0,2023-09-02 15:37:12,2582.0,291794.0,2.0,2.77.2,,2582.0,,,,,,,casbin,https://www.npmjs.com/package/casbin,170246.0,,casbin,https://pypi.org/project/casbin,121548.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,, 22,ory-hydra,ory/hydra,,,authentication,['ory'],https://github.com/ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-31 10:44:39.000000,2023-10-24 08:44:35,3731.0,1320.0,233.0,1722.0,14651.0,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",290.0,35,True,48.0,100.0,75.0,1390.0,2023-05-24 08:55:23,2.0,4019083.0,2.0,2.1.2,659032.0,2.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,408958023.0,,,,,,75.0,,,,https://k8s.ory.sh/helm/charts,,,,, 23,face-api-js,justadudewhohacks/face-api.js,,,face,,https://github.com/justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,3503.0,334.0,107.0,15591.0,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,25.0,34,False,,38.0,422.0,389.0,2020-03-22 14:01:55,7649.0,151667.0,1.0,0.22.2,,7649.0,,,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,151667.0,,,,,,,,,, 24,casl,stalniy/casl,,,authorization,,https://github.com/stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-09 19:47:13.000000,2023-10-17 06:26:58,1498.0,250.0,42.0,343.0,5244.0,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,66.0,34,True,8.0,100.0,11.0,426.0,2023-07-28 06:28:52,57740.0,1972547.0,2.0,@casl/mongoose@7.2.1,,57740.0,,,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,1972547.0,,,,,,,,,, 25,ockam,build-trust/ockam,,,machine,,https://github.com/build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-09 21:10:12.000000,2023-11-09 15:53:16,7300.0,515.0,58.0,5049.0,3876.0,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",292.0,34,True,945.0,100.0,308.0,1365.0,2023-11-08 18:24:15,183.0,13902.0,2.0,ockam_v0.103.0,333667.0,183.0,,,,,,,,,,,,,,,,,build-trust/ockam/ockam,, 26,cas,apereo/cas,,,idp,,https://github.com/apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-09 00:38:47.671998,2023-11-08 11:41:25,23975.0,3811.0,610.0,4514.0,10525.0,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,340.0,33,True,434.0,100.0,,,2023-10-16 07:04:06,21.0,5821.0,2.0,6.6.13,,21.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2023-11-09 00:38:47.671998,849897.0,,,,,,128.0,,,,,,,,, 27,pomerium,pomerium/pomerium,,,machine,,https://github.com/pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-09 19:54:17.863851,2023-11-09 19:36:08,3152.0,274.0,36.0,3739.0,3709.0,Pomerium is an identity and context-aware access proxy.,91.0,33,True,130.0,100.0,83.0,857.0,2023-08-28 14:49:52,13.0,17271060.0,2.0,0.23.0,48794.0,13.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2023-11-09 19:54:17.863851,1001663808.0,,,,,,10.0,,,,,,,,, 28,ageitgey-face-recognition,ageitgey/face_recognition,,,face,,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,12846.0,1572.0,224.0,50154.0,The worlds simplest facial recognition api for Python and the command line.,54.0,32,False,,2.0,714.0,584.0,2018-04-02 17:18:43,21.0,63830.0,2.0,1.2.2,1192.0,21.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,7027.0,,,,,,16.0,face_recognition,https://pypi.org/project/face_recognition,63728.0,,,,,, 29,insightface,deepinsight/insightface,,,face,,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,4762.0,489.0,149.0,18802.0,State-of-the-art 2D and 3D Face Analysis Project.,57.0,32,False,10.0,1.0,971.0,1337.0,2023-04-02 07:43:27,1160.0,134151.0,2.0,0.7,939051.0,1160.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,138.0,,,,,,,,,,,,,,, 30,paddlespeech,PaddlePaddle/PaddleSpeech,,,voice,,https://github.com/PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-31 07:51:11.000000,2023-09-19 06:25:53,4731.0,1646.0,181.0,1683.0,9027.0,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",129.0,32,True,5.0,15.0,382.0,1327.0,2023-04-14 09:36:52,80.0,180324.0,3.0,r1.4.1,,80.0,,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,180324.0,,,,,, 31,spire,spiffe/spire,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-09 20:25:04.000000,2023-11-09 18:28:18,6275.0,408.0,82.0,3346.0,1541.0,The SPIFFE Runtime Environment.,178.0,32,True,155.0,92.0,147.0,1157.0,2023-11-08 02:01:22,121.0,2270.0,2.0,1.8.4,165748.0,121.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 32,dex,dexidp/dex,,,authentication,['linux-foundation'],https://github.com/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-09 16:42:52.000000,2023-10-25 14:03:03,2625.0,1473.0,178.0,1914.0,8546.0,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,223.0,31,True,73.0,80.0,280.0,796.0,2023-06-30 14:12:39,143.0,3.0,2.0,2.37.0,305.0,143.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 33,spicedb,authzed/spicedb,,,authorization,,https://github.com/authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-08 08:54:49.376197,2023-11-06 23:34:50,3299.0,208.0,37.0,1214.0,3981.0,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",37.0,31,True,242.0,60.0,103.0,300.0,2023-11-08 08:43:58,38.0,51100.0,2.0,1.27.0,31530.0,38.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2023-11-08 08:54:49.376197,1346981.0,,,,,,4.0,,,,,,,,, 34,faceswap,deepfakes/faceswap,,,face,,https://github.com/deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-24 22:47:28.000000,2023-10-24 22:47:08,1782.0,12494.0,1533.0,513.0,47476.0,Deepfakes Software For All.,97.0,30,True,13.0,4.0,15.0,815.0,2023-06-18 18:08:19,,2694.0,2.0,2.2.0,153614.0,,,,,,,,,,,,,,,,,,,, 35,deepface,serengil/deepface,,,face,,https://github.com/serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-10-30 08:51:50.000000,2023-10-25 14:29:02,1095.0,1534.0,110.0,89.0,8060.0,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",47.0,30,True,18.0,,8.0,788.0,,2107.0,128681.0,2.0,,,2107.0,,,,,,,,,,,deepface,https://pypi.org/project/deepface,128681.0,,,,,, 36,boundary,hashicorp/boundary,,,machine,['hashicorp'],https://github.com/hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-09 20:59:35.000000,2023-11-09 14:55:47,3516.0,251.0,201.0,3709.0,3719.0,Boundary enables identity-based access management for dynamic infrastructure.,145.0,30,False,207.0,48.0,75.0,239.0,2023-11-02 16:41:46,8.0,229356.0,3.0,0.14.2,,8.0,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,10550419.0,,,,,,11.0,,,,,,,,, 37,did-jwt,decentralized-identity/did-jwt,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-09 19:49:39.000000,2023-11-01 11:36:39,608.0,63.0,39.0,211.0,304.0,Create and verify DID verifiable JWTs in Javascript.,41.0,30,True,26.0,100.0,4.0,83.0,2023-11-01 11:37:20,4107.0,144523.0,1.0,7.4.5,,4107.0,,,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,144523.0,,,,,,,,,, 38,deepfacelab,iperov/DeepFaceLab,,,face,,https://github.com/iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,8902.0,1102.0,131.0,43239.0,DeepFaceLab is the leading software for creating deepfakes.,22.0,29,True,,2.0,541.0,801.0,2020-04-09 05:48:48,21.0,3752.0,3.0,DF.wf.288res.384.92.72.22,165129.0,21.0,,,,,,,,,,,,,,,,,,, 39,openface,cmusatyalab/openface,,,face,,https://github.com/cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,3483.0,759.0,74.0,14907.0,Face recognition with deep neural networks.,30.0,29,True,,4.0,9.0,370.0,2016-02-25 17:42:46,67.0,1642.0,3.0,0.2.1,,67.0,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,161000.0,,,,,,70.0,,,,,,,,, 40,casdoor,casdoor/casdoor,,,idp,,https://github.com/casbin/casdoor,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-09 14:13:05.702937,2023-11-09 13:52:52,2089.0,858.0,57.0,1289.0,7330.0,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,145.0,29,True,238.0,100.0,109.0,988.0,2023-11-09 14:05:39,3.0,2405.0,2.0,1.451.0,,3.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2023-11-09 14:13:05.702937,88987.0,casbin/casdoor,,,,,9.0,,,,,,,,, 41,doorkeeper,doorkeeper-gem/doorkeeper,,,authentication,,https://github.com/doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-11-09 08:27:43.000000,2023-11-09 08:27:43,2381.0,1003.0,106.0,818.0,5211.0,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,313.0,29,True,20.0,62.0,24.0,829.0,2023-03-29 07:20:04,8221.0,,3.0,5.6.6,,8221.0,,,,,,,,,,,,,,,,,,doorkeeper, 42,keto,ory/keto,,,authorization,['ory'],https://github.com/ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-11-08 03:48:48.000000,2023-10-18 14:17:30,1482.0,308.0,58.0,1086.0,4312.0,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",71.0,29,True,29.0,50.0,45.0,256.0,,19.0,747603.0,3.0,,17681.0,19.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,50817078.0,,,,,,6.0,,,,,,,,, 43,identity-server,duendesoftware/identityserver,,,authentication,,https://github.com/DuendeSoftware/IdentityServer,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-09 13:49:10.000000,2023-11-09 13:49:05,5131.0,266.0,38.0,730.0,1181.0,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,293.0,29,True,179.0,47.0,52.0,244.0,2023-09-20 14:53:26,1411.0,,3.0,6.3.5,,1411.0,,,,,,,,,,,,,,,,,,, 44,whisper,openai/whisper,,,voice,,https://github.com/openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-09 14:15:41.000000,2023-11-06 18:14:04,132.0,5339.0,423.0,184.0,48502.0,Robust Speech Recognition via Large-Scale Weak Supervision.,64.0,28,True,14.0,9.0,,,2023-11-06 18:16:19,21.0,225341.0,3.0,20231106,,21.0,,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,225341.0,,,,,, 45,authelia,authelia/authelia,,,idp,,https://github.com/authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-09 03:19:42.000000,2023-11-09 02:05:32,4931.0,952.0,158.0,4758.0,17776.0,The Single Sign-On Multi-Factor portal for web apps.,132.0,28,True,315.0,100.0,72.0,1080.0,2022-12-21 09:01:04,,614.0,2.0,4.37.5,28289.0,,,,,,,,,,,,,,,,,,,, 46,logto,logto-io/logto,,,idp,,https://github.com/logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-09 15:17:45.000000,2023-11-09 07:15:26,5123.0,264.0,35.0,4496.0,6448.0,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",43.0,28,True,559.0,50.0,69.0,237.0,2023-11-03 05:40:52,7.0,823.0,2.0,1.10.1,2634.0,7.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2023-11-03 05:36:21.305020,19867.0,,,,,,1.0,,,,,,,,, 47,zitadel,zitadel/zitadel,,,idp,,https://github.com/zitadel/zitadel,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-09 16:50:12.000000,2023-11-09 10:38:34,2683.0,297.0,31.0,4711.0,5159.0,"ZITADEL - Identity infrastructure, simplified foryou.",84.0,28,True,245.0,100.0,423.0,1351.0,2023-11-08 14:17:24,,366.0,2.0,2.40.5,1465.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,letsencrypt/boulder,,,pki,['linux-foundation'],https://github.com/letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-09 21:26:44.000000,2023-11-09 21:17:35,6343.0,538.0,140.0,4271.0,4818.0,"An ACME-based certificate authority, written in Go.",127.0,28,True,70.0,90.0,197.0,2668.0,2023-11-07 17:37:35,,21186.0,2.0,release-2023-11-07,59491.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-11-09 21:03:54.828343,1948722.0,,,,,,13.0,,,,,,,,, 49,oathkeeper,ory/oathkeeper,,,machine,['ory'],https://github.com/ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,321.0,48.0,715.0,3102.0,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",109.0,28,True,4.0,100.0,49.0,275.0,2023-07-18 10:23:06,2.0,1184105.0,3.0,0.40.6,31451.0,2.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,87591558.0,,,,,,33.0,,,,,,,,, 50,cerbos,cerbos/cerbos,,,authorization,,https://github.com/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-09 17:37:01.000000,2023-11-07 10:37:33,1425.0,92.0,27.0,1514.0,2016.0,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",23.0,28,True,93.0,54.0,49.0,266.0,2023-10-31 08:08:33,19.0,1556.0,3.0,0.31.0,49814.0,19.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,authentik,goauthentik/authentik,,,idp,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-09 21:18:09.000000,2023-11-09 18:37:57,12951.0,394.0,28.0,5709.0,5009.0,The authentication glue you need.,194.0,27,True,764.0,100.0,414.0,1222.0,2023-11-09 17:50:51,,88.0,3.0,ersion/2023.10.3,2381.0,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 52,oso,osohq/oso,,,authorization,,https://github.com/osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-11-06 21:56:37.000000,2023-07-24 15:50:06,1200.0,159.0,31.0,1520.0,3273.0,Oso is a batteries-included framework for building authorization in your application.,63.0,27,True,,100.0,107.0,100.0,2023-04-03 23:25:23,78.0,41674.0,3.0,0.27.0,2644.0,78.0,,,,,,,,,,,oso,https://pypi.org/project/oso,41594.0,,,,,, 53,kanidm,kanidm/kanidm,,,idp,,https://github.com/kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-09 07:21:32.000000,2023-11-09 05:15:12,1682.0,111.0,16.0,1649.0,1726.0,"Kanidm: A simple, secure and fast identity management platform.",57.0,27,True,234.0,17.0,141.0,477.0,2023-10-31 12:08:26,42.0,231.0,3.0,1.1.0-rc.15,136.0,42.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2023-10-31 11:50:28.869580,13063.0,,,,,,,,,,,,,,, 54,did-resolver,decentralized-identity/did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-06 18:32:20.000000,2023-11-06 01:17:32,378.0,40.0,23.0,127.0,194.0,Universal did-resolver for javascript environments.,24.0,27,True,5.0,24.0,3.0,18.0,2023-03-08 14:05:37,4950.0,165601.0,1.0,4.1.0,,4950.0,,,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,165601.0,,,,,,,,,, 55,did-jwt-vc,decentralized-identity/did-jwt-vc,,,decentralized,['dif'],https://github.com/decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-06 04:10:02.000000,2023-11-06 01:34:30,355.0,38.0,24.0,92.0,156.0,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,22.0,27,True,32.0,52.0,2.0,47.0,2023-11-01 14:53:16,783.0,19099.0,1.0,3.2.14,,783.0,,,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,19099.0,,,,,,,,,, 56,node-oidc-provider,panva/node-oidc-provider,,,authentication,,https://github.com/panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-25 21:01:21.000000,2023-10-25 20:56:59,2423.0,722.0,72.0,226.0,2851.0,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,67.0,26,True,24.0,100.0,,,2023-10-25 21:01:30,2.0,183035.0,3.0,8.4.1,,2.0,,,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,183035.0,,,,,,,,,, 57,lemur,netflix/lemur,,,pki,,https://github.com/Netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-06 21:07:19.000000,2023-11-06 21:07:19,5946.0,310.0,408.0,4094.0,1670.0,Repository for the Lemur Certificate Manager.,151.0,26,True,291.0,27.0,119.0,415.0,2023-10-23 21:10:51,,0.0,3.0,1.6.0,51.0,,,,,,,,,,,,,,,,,,,, 58,conjur,cyberark/conjur,,,machine,,https://github.com/cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-30 21:55:26.000000,2023-10-13 18:18:58,3449.0,120.0,48.0,1886.0,715.0,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,96.0,26,True,90.0,73.0,207.0,901.0,2023-08-04 21:07:07,,78669.0,3.0,1.20.0,366.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,7001158.0,,,,,,30.0,,,,,,,,, 59,veramo,uport-project/veramo,,,decentralized,,https://github.com/decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-09 14:05:21.000000,2023-11-07 16:21:48,1817.0,103.0,23.0,729.0,358.0,A JavaScript Framework for Verifiable Data.,50.0,26,True,53.0,42.0,61.0,348.0,2023-10-09 11:46:16,516.0,,2.0,5.5.3,,516.0,,,,,decentralized-identity/veramo,,,,,,,,,,,,,, 60,jansen,janssenproject/jans,,,idp,['linux-foundation'],https://github.com/JanssenProject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-09 17:18:12.000000,2023-11-09 16:58:33,33203.0,50.0,30.0,3701.0,303.0,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",109.0,26,True,414.0,100.0,352.0,2410.0,2023-11-09 16:05:09,,118.0,3.0,1.0.20,356.0,,,,,,,,,,,,,,,,,,,, 61,athenz,athenz/athenz,,,pki,['linux-foundation'],https://github.com/AthenZ/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-09 21:18:30.000000,2023-11-09 14:25:46,2877.0,255.0,53.0,2148.0,811.0,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,79.0,25,True,126.0,100.0,35.0,198.0,2023-11-07 17:58:44,26.0,,3.0,1.11.46,,26.0,,,,,,,,,,,,,,,,,,, 62,aries-python,hyperledger/aries-cloudagent-python,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-cloudagent-python,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-09 20:35:32.000000,2023-11-08 21:27:25,8280.0,428.0,29.0,1528.0,373.0,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,126.0,25,True,465.0,69.0,229.0,847.0,2023-10-09 18:00:40,,,2.0,0.10.4,,,,,,,,,,,,,,,,,,,,, 63,node-solid-server,nodesolidserver/node-solid-server,,,decentralized,['solid'],https://github.com/nodeSolidServer/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,288.0,80.0,832.0,1754.0,Solid server on top of the file-system in NodeJS.,85.0,24,True,1.0,51.0,285.0,610.0,2023-03-17 17:09:04,2.0,11189.0,2.0,5.7.7,,2.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,949774.0,,,solid-server,https://www.npmjs.com/package/solid-server,2555.0,4.0,,,,,,,,, 64,universal-resolver,decentralized-identity/universal-resolver,,,decentralized,,https://github.com/decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-09 18:51:02.000000,2023-11-09 10:51:30,1672.0,213.0,60.0,276.0,493.0,Universal Resolver implementation and drivers.,98.0,24,True,43.0,6.0,24.0,80.0,2022-01-07 16:42:38,,1541.0,2.0,0.5.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-09 10:52:54.013835,115584.0,,,,,,,,,,,,,,, 65,iota-identity,iotaledger/identity.rs,,,decentralized,,https://github.com/iotaledger/identity.rs,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-02 10:17:06.000000,2023-11-02 10:17:03,1412.0,70.0,25.0,978.0,267.0,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,33.0,24,True,36.0,23.0,57.0,201.0,2023-11-02 09:48:53,101.0,,2.0,1.0.0,,101.0,,,,,,,,,,,,,,,,,,, 66,supertokens,supertokens/supertokens-core,,,idp,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-06 11:02:36.000000,2023-11-03 10:33:11,908.0,391.0,63.0,416.0,10613.0,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,25.0,23,True,76.0,51.0,99.0,341.0,2023-11-03 13:05:12,,,3.0,6.0.16,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 67,howdy,boltgolt/howdy,,,authentication,,https://github.com/boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-11-09 14:42:55.000000,2023-09-24 10:25:45,558.0,271.0,58.0,141.0,4992.0,Windows Hello style facial authentication for Linux.,60.0,23,True,19.0,11.0,176.0,534.0,2020-09-02 15:57:23,,208.0,3.0,2.6.1,14354.0,,,,,,,,,,,,,,,,,,,,howdy 68,opal,permitio/opal,,,authorization,,https://github.com/permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,116.0,20.0,337.0,1881.0,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",45.0,23,True,24.0,32.0,32.0,76.0,2023-09-14 19:06:35,,3817.0,3.0,0.7.4,536.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,125427.0,,,,,,,,,,,,,,, 69,permify,permify/permify,,,authorization,,https://github.com/Permify/permify,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-09 12:58:18.000000,2023-11-07 22:04:59,2084.0,61.0,15.0,671.0,1753.0,Permify is an open-source authorization service inspired by Google Zanzibar.,27.0,23,True,346.0,40.0,26.0,105.0,2023-11-02 07:39:49,,75.0,3.0,0.5.6,1138.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 70,freeipa,freeipa/freeipa,,,idp,,https://github.com/freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-09 12:30:42.000000,2023-11-02 13:47:50,15703.0,303.0,50.0,7069.0,1018.0,"Mirror of FreeIPA, an integrated security information management solution.",219.0,23,True,53.0,,,,,,40496.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-08 08:36:49.631276,5588558.0,,,,,,156.0,,,,,,,,, 71,dwn-sdk-js,TBD54566975/dwn-sdk-js,,,decentralized,['web5'],https://github.com/TBD54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-09 16:46:49.000000,2023-11-07 23:14:17,402.0,87.0,17.0,377.0,309.0,Decentralized Web Node (DWN) Reference implementation.,40.0,23,True,88.0,24.0,45.0,178.0,2023-11-06 22:29:17,111.0,,2.0,0.2.6,,111.0,,,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,, 72,aries-vcx,hyperledger/aries-vcx,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-vcx,https://github.com/hyperledger/aries-vcx,Apache-2.0,2020-07-21 07:26:03,2023-11-09 14:21:15.000000,2023-11-09 11:33:30,9707.0,41.0,12.0,885.0,60.0,"aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.",141.0,23,False,94.0,68.0,49.0,117.0,2023-10-25 15:52:57,4.0,292.0,2.0,0.61.0,11401.0,4.0,,,,,,,,,,,,,,,,,,, 73,deepfacelive,iperov/DeepFaceLive,,,face,,https://github.com/iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,2745.0,274.0,25.0,18856.0,Real-time face swap for PC streaming or video calls.,11.0,22,True,,35.0,1.0,143.0,2023-01-21 09:26:53,,22085.0,3.0,TINA_SHIFT,640481.0,,,,,,,,,,,,,,,,,,,, 74,openbr,biometrics/openbr,,,face,,https://github.com/biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-11-09 21:18:51.000000,2023-11-09 21:18:47,4025.0,752.0,254.0,326.0,2812.0,"Open Source Biometrics, Face Recognition.",55.0,22,False,4.0,4.0,63.0,209.0,2015-09-29 22:50:55,,912.0,3.0,1.1.0,109532.0,,,,,,,,,,,,,,,,,,,, 75,keystone,openstack/keystone,,,idp,['openstack'],https://github.com/openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-11-07 18:33:36.000000,2023-11-07 18:33:01,14876.0,650.0,114.0,17.0,669.0,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,719.0,22,True,12.0,,,,,118.0,,3.0,,,118.0,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,decentralized-identity/web-did-resolver,,,decentralized,['dif'],https://github.com/decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-11-06 03:51:55.000000,2023-11-06 01:18:53,273.0,15.0,14.0,114.0,76.0,DID resolver for HTTPS domains.,12.0,22,False,15.0,38.0,1.0,10.0,2023-07-03 18:25:08,772.0,19659.0,2.0,2.0.27,,772.0,,,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,19659.0,,,,,,,,,, 77,webauthn,w3c/webauthn,,,standards,['w3c'],https://github.com/w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-01 05:15:43.000000,2023-10-11 18:56:38,2154.0,150.0,174.0,828.0,1047.0,Web Authentication: An API for accessing Public Key Credentials.,72.0,21,True,58.0,7.0,83.0,1025.0,2018-03-20 13:11:25,,,1.0,CR-00-20180320,,,,,,,,,,,,,,,,,,,,, 78,sidetree,decentralized-identity/sidetree,,,standards,['dif'],https://github.com/decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,102.0,40.0,680.0,428.0,Sidetree Specification and Reference Implementation.,47.0,21,True,,12.0,37.0,441.0,2021-03-09 22:06:35,30.0,,1.0,1.0.2,,30.0,,,,,,,,,,,,,,,,,,, 79,facenet,davidsandberg/facenet,,,face,,https://github.com/davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,4662.0,566.0,122.0,13264.0,Face recognition using Tensorflow.,36.0,20,False,,,497.0,619.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 80,gotrue,netlify/gotrue,,,idp,,https://github.com/netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,269.0,66.0,221.0,3593.0,An SWT based API for managing users and issuing SWT tokens.,39.0,20,True,1.0,2.0,10.0,120.0,2022-02-09 12:50:28,10.0,,3.0,1.0.1,,10.0,,,,,,,,,,,,,,,,,,, 81,appauth-ios,openid/appauth-ios,,,authentication,['openid'],https://github.com/openid/AppAuth-iOS,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,652.0,93.0,307.0,1606.0,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,50.0,20,True,3.0,25.0,151.0,321.0,2023-05-01 17:52:41,,,3.0,1.6.2,,,,,,,,,,,,,,,,,,,,, 82,aries-framework-go,hyperledger/aries-framework-go,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-go,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,155.0,19.0,2046.0,235.0,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,59.0,20,True,9.0,14.0,387.0,1196.0,2023-05-09 10:57:15,2.0,,2.0,0.3.2,,2.0,,,,,,,,,,,,,,,,,,, 83,aries-framework-javascript,hyperledger/aries-framework-javascript,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-09 12:30:13.000000,2023-11-09 12:27:28,837.0,143.0,26.0,989.0,207.0,Aries Framework JavaScript (Built using TypeScript).,56.0,20,True,41.0,77.0,167.0,448.0,2023-10-05 13:35:35,2.0,,2.0,0.4.2,,2.0,,,,,,,,,,,,,,,,,,, 84,appauth-android,openid/appauth-android,,,authentication,['openid'],https://github.com/openid/AppAuth-Android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-01 18:36:13.000000,2023-07-12 07:05:13,339.0,794.0,238.0,233.0,2577.0,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,47.0,19,True,,,171.0,525.0,,,,3.0,,,,,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,, 85,ja3,salesforce/ja3,,,pki,,https://github.com/salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,270.0,96.0,42.0,2339.0,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,26.0,19,True,2.0,,28.0,23.0,,,1827.0,3.0,,,,,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1827.0,,,,,, 86,ladon,ory/ladon,,,authorization,['ory'],https://github.com/ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,220.0,64.0,103.0,2280.0,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,50.0,18,True,,40.0,4.0,54.0,2020-04-30 07:36:33,,,3.0,1.2.0,,,,,,,,,,,,,,,,,,,,, 87,aries-rfcs,hyperledger/aries-rfcs,,,standards,['hyperledger'],https://github.com/hyperledger/aries-rfcs,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-11-07 22:43:18.000000,2023-07-24 21:30:11,2151.0,206.0,58.0,575.0,311.0,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",84.0,18,True,,,52.0,171.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 88,vc-data-model,w3c/vc-data-model,,,standards,['w3c'],https://github.com/w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-09 19:47:47.000000,2023-11-07 16:11:38,1615.0,78.0,82.0,688.0,258.0,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,62.0,18,True,156.0,,57.0,578.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,, 89,spruceid-ssi,spruceid/ssi,spruceid,,decentralized,,https://github.com/spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-09 00:17:09.000000,2023-11-01 15:51:52,531.0,46.0,29.0,353.0,156.0,Core library for decentralized identity.,23.0,18,True,8.0,,73.0,103.0,,113.0,,3.0,,,113.0,,,,,,,,,,,,,,,,,,, 90,aries-mobile-agent-react-native,hyperledger/aries-mobile-agent-react-native,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-08 23:18:45.000000,2023-11-08 23:18:44,1599.0,105.0,21.0,775.0,121.0,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,40.0,18,True,72.0,,67.0,173.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 91,trinsic-okapi,trinsic-id/okapi,trinsic-id,,decentralized,,https://github.com/trinsic-id/okapi,https://github.com/trinsic-id/okapi,Apache-2.0,2020-10-19 15:17:13,2023-10-27 23:00:14.000000,2023-09-11 22:25:57,541.0,11.0,11.0,532.0,26.0,Collection of tools that support workflows for authentic data and identity management. Libraries available in most..,14.0,18,False,1.0,19.0,26.0,80.0,2022-05-29 21:14:21,544.0,594.0,3.0,1.6.0,17841.0,544.0,,,,,,,,,,,,,,,,,,, 92,ion,decentralized-identity/ion,,,decentralized,,https://github.com/decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,159.0,90.0,184.0,1216.0,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,32.0,17,True,1.0,17.0,70.0,68.0,2022-06-09 01:42:53,,,3.0,1.0.4,,,,,,,,,,,,,,,,,,,,, 93,solid-specification,solid/specification,solid-project,,standards,['solid'],https://github.com/solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-09 16:58:16.000000,2023-11-09 16:58:15,966.0,36.0,49.0,197.0,440.0,Solid Technical Reports.,21.0,17,True,52.0,1.0,186.0,134.0,2021-12-21 13:00:06,,,2.0,protocol-v0.9.0,,,,,,,,,,,,,,,,,,,,, 94,barbican,openstack/barbican,,,pki,['openstack'],https://github.com/openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-10-14 20:52:49.000000,2023-10-14 20:52:15,3589.0,66.0,27.0,5.0,226.0,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",297.0,17,True,17.0,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 95,tbd-ssi-sdk,tbd54566975/ssi-sdk,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-06 23:45:29.000000,2023-11-06 17:04:53,313.0,53.0,12.0,327.0,186.0,self sovereign identity sdk.,17.0,17,True,23.0,4.0,47.0,107.0,,33.0,,3.0,,,33.0,,,,,,,,,,,,,,,,,,, 96,waltid-walletkit,walt-id/waltid-walletkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-10-31 12:37:38.854547,2023-10-31 12:31:18,1371.0,25.0,2.0,111.0,32.0,Toolkit for SSI and NFT/SBT wallets.,12.0,17,False,16.0,44.0,2.0,43.0,2023-10-31 12:37:40,,147.0,3.0,1.2310311231.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-10-31 12:37:38.854547,3845.0,,,,,,,,,,,,,,, 97,spiffe,spiffe/spiffe,,,machine,"['cncf', 'linux-foundation']",https://github.com/spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-08 14:51:10.000000,2023-11-08 14:51:10,535.0,148.0,85.0,203.0,1317.0,The SPIFFE Project.,57.0,16,True,6.0,,15.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 98,polygon-js-sdk,0xPolygonID/js-sdk,polygon-id,,decentralized,,https://github.com/0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-09 13:02:03.000000,2023-11-03 15:23:44,387.0,21.0,4.0,122.0,39.0,SDK to work with Polygon ID.,15.0,16,False,19.0,26.0,6.0,20.0,2023-11-01 07:56:14,65.0,,3.0,1.4.0,,65.0,,,,,,,,,,,,,,,,,,, 99,did-core,w3c/did-core,,,standards,['w3c'],https://github.com/w3c/did-core,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,84.0,74.0,487.0,387.0,W3C Decentralized Identifier Specification v1.0.,62.0,15,True,,,31.0,324.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 100,tbd-ssi-service,tbd54566975/ssi-service,,,decentralized,['web5'],https://github.com/TBD54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-06 00:20:10.000000,2023-10-30 14:36:57,437.0,52.0,11.0,494.0,138.0,The Self Sovereign Identity Service.,21.0,15,True,32.0,3.0,87.0,126.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 101,aries-framework-dotnet,hyperledger/aries-framework-dotnet,aries,,decentralized,['hyperledger'],https://github.com/hyperledger/aries-framework-dotnet,https://github.com/hyperledger/aries-framework-dotnet,Apache-2.0,2019-08-19 18:49:27,2023-10-09 17:38:49.000000,2023-10-09 17:38:48,147.0,69.0,27.0,175.0,82.0,Aries Framework .NET for building multiplatform SSI services.,31.0,15,False,1.0,,42.0,28.0,,44.0,,3.0,,,44.0,,,,,,,,,,,,,,,,,,, 102,presentation-exchange,decentralized-identity/presentation-exchange,,,standards,['dif'],https://github.com/decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,31.0,31.0,226.0,75.0,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,36.0,15,False,8.0,,51.0,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 103,anoncreds,hyperledger/anoncreds-spec,,,standards,['hyperledger'],https://github.com/hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-09 16:08:49.000000,2023-11-09 16:08:24,466.0,25.0,13.0,131.0,39.0,The specification for AnonCreds verifiable credential exchange.,24.0,15,False,94.0,,24.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 104,openid4vci,sphereon-opensource/openid4vci,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/OID4VCI,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-11-03 22:20:01.000000,2023-11-03 22:19:34,619.0,10.0,6.0,64.0,38.0,OpenID for Verifiable Credential Issuance - client and issuer library.,13.0,15,False,55.0,14.0,2.0,8.0,2023-10-14 23:03:15,,,3.0,0.8.1,,,,,,,Sphereon-Opensource/OID4VCI,,,,,,,,,,,,,, 105,pex,sphereon-opensource/pex,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/PEX,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,9.0,7.0,104.0,26.0,A Typescript implementation of the DIF Presentation Exchange specification.,15.0,15,False,21.0,26.0,6.0,20.0,2023-09-28 01:02:52,16.0,2.0,3.0,2.1.2,58.0,16.0,,,,,,,,,,,,,,,,,,, 106,verity-sdk,evernym/verity-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,38.0,13.0,115.0,47.0,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,36.0,14,False,,,,,,14.0,,3.0,,,14.0,,,,,,,,,,,,,,,,,,, 107,waltid-idpkit,walt-id/waltid-idpkit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,6.0,2.0,36.0,20.0,OIDC identity provider for SSI & NFTs.,9.0,14,False,24.0,28.0,,36.0,2023-09-07 16:06:04,,35.0,3.0,1.2309071555.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,708.0,,,,,,,,,,,,,,, 108,appauth-js,openid/appauth-js,,,authentication,['openid'],https://github.com/openid/AppAuth-JS,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,152.0,37.0,93.0,934.0,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,10.0,13,False,,,30.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 109,fedfm,fedidcg/FedCM,,,standards,['w3c'],https://github.com/fedidcg/FedCM,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-11-09 20:49:19.000000,2023-10-24 15:10:21,669.0,51.0,75.0,254.0,295.0,A privacy preserving identity exchange Web API.,31.0,13,False,9.0,,154.0,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 110,beyond,cogolabs/beyond,,,machine,,https://github.com/cogolabs/beyond,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,25.0,9.0,2.0,241.0,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,5.0,13,False,,4.0,4.0,1.0,2022-05-26 15:15:14,,234.0,3.0,1.8.10,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,17622.0,,,,,,,,,,,,,,, 111,siop-oid4vp,sphereon-opensource/siop-oid4vp,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-08 13:52:53.000000,2023-10-01 02:04:32,596.0,19.0,8.0,46.0,66.0,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,11.0,13,False,16.0,13.0,5.0,12.0,,42.0,0.0,3.0,,24.0,42.0,,,,,,,,,,,,,,,,,,, 112,bbs-signature,decentralized-identity/bbs-signature,,,standards,['dif'],https://github.com/decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-11-09 11:19:26.000000,2023-10-23 20:42:55,790.0,19.0,14.0,163.0,59.0,The BBS Signature Scheme.,15.0,12,False,23.0,,14.0,118.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 113,mobile-sdk,evernym/mobile-sdk,evernym-ssi,,decentralized,,https://github.com/evernym/mobile-sdk,https://github.com/evernym/mobile-sdk,Apache-2.0,2020-01-14 21:16:21,2023-07-20 15:10:24.000000,2023-03-29 23:11:14,598.0,5.0,63.0,82.0,17.0,Evernyms SDK for building mobile identity agents. This is a read-only mirror. Contributions are welcomed at..,25.0,12,False,,100.0,,,2021-03-22 11:09:10,,4.0,3.0,1.4.1,198.0,,,,,,,,,,,,,,,,,,,, 114,ssi-mobile-wallet,sphereon-opensource/ssi-mobile-wallet,sphereon-ssi,,decentralized,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-09 19:13:39.000000,2023-10-26 10:56:49,853.0,6.0,6.0,156.0,35.0,Open-Source Mobile SSI Wallet.,8.0,11,False,46.0,,7.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 115,react-native-white-label-app,evernym/react-native-white-label-app,evernym-ssi,,decentralized,,https://github.com/evernym/react-native-white-label-app,https://github.com/evernym/react-native-white-label-app,Apache-2.0,2020-12-01 15:41:06,2023-03-29 23:06:53.000000,2023-03-29 23:06:51,786.0,7.0,13.0,1.0,11.0,The Evernym React Native White Label App uses the Mobile SDK to implement a basic mobile identity wallet ready for..,21.0,11,False,,,3.0,,,28.0,,3.0,,,28.0,,,,,,,,,,,,,,,,,,, 116,waltid-web-wallet,walt-id/waltid-web-wallet,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-04 22:01:58.000000,2023-11-02 21:26:07,177.0,1.0,1.0,65.0,,Custodian identity wallet white-label solution.,8.0,11,False,139.0,45.0,1.0,,2023-11-02 21:32:38,,530.0,3.0,1.2311022126.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,2123.0,,,,,,,,,,,,,,, 117,universal-wallet-interop-spec,w3c-ccg/universal-wallet-interop-spec,,,standards,['w3c'],https://github.com/w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,12.0,43.0,47.0,53.0,A data model and abstract interfaces for digital wallets.,10.0,10,False,,,42.0,24.0,,2.0,,3.0,,,2.0,,,,,,,,,,,,,,,,,,, 118,credible,spruceid/credible,spruceid,,decentralized,,https://github.com/spruceid/wallet,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,17.0,19.0,73.0,38.0,A reference credential wallet built on Flutter and DIDKit.,12.0,10,False,1.0,,10.0,24.0,,,,3.0,,,,,,,,spruceid/wallet,,,,,,,,,,,,,, 119,entra-verifiedid-wallet-library-ios,microsoft/entra-verifiedid-wallet-library-ios,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,3.0,10.0,57.0,13.0,A library to manage your Decentralized Identities and Verified IDs on iOS.,3.0,10,False,5.0,2.0,2.0,1.0,2023-06-19 17:55:50,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 120,talao-wallet,talaodao/talao-wallet,talao-altme,,decentralized,,https://github.com/TalaoDAO/talao-wallet,https://github.com/TalaoDAO/talao-wallet,Apache-2.0,2021-06-29 14:41:04,2023-03-20 12:52:28.000000,2023-03-20 08:12:52,3967.0,5.0,2.0,69.0,10.0,An open source SSI wallet prpposed as a white label solution - EBSI conformant.,14.0,10,False,,1.0,21.0,244.0,2023-01-06 16:00:40,,,3.0,old_talao,,,,,,,,,,,,,,,,,,,,, 121,vlei,weboftrust/vlei,,,standards,,https://github.com/WebOfTrust/vLEI,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,10.0,8.0,32.0,23.0,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,4.0,9,False,,,21.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 122,entra-verifiedid-wallet-library-android,microsoft/entra-verifiedid-wallet-library-android,,,decentralized,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-24 00:04:12.000000,2023-10-06 18:01:30,61.0,1.0,10.0,59.0,15.0,A library to manage your Decentralized Identities and Verified IDs on Android.,5.0,9,False,4.0,2.0,1.0,1.0,2023-06-20 20:22:25,,,3.0,1.0.0,,,,,,,,,,,,,,,,,,,,, 123,waltid-storagekit,walt-id/waltid-storagekit,waltid-ssikit,,decentralized,,https://github.com/walt-id/waltid-storagekit,https://github.com/walt-id/waltid-storagekit,Apache-2.0,2021-11-15 09:47:22,2023-02-06 15:36:34.000000,2023-02-06 15:36:10,37.0,2.0,4.0,4.0,9.0,Enhance your app with zero trust storage and privacy-preserving data sharing.,5.0,7,False,,1.0,1.0,6.0,2023-02-06 15:38:55,,,3.0,1.2302061536.0,,,,,,,,,,,,,,,,,,,,, 124,connectme,evernym/connectme,evernym-ssi,,decentralized,,https://github.com/evernym/ConnectMe,https://github.com/evernym/ConnectMe,Apache-2.0,2021-06-22 22:25:37,2023-03-29 20:57:35.000000,2023-03-29 20:57:32,817.0,2.0,4.0,,3.0,Evernyms Connect.Me is an industry leading mobile identity wallet that makes it easy for people to manage their..,16.0,7,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 125,cfssl,cloudfare/cfssl,,,pki,,,{},,,2023-11-09 17:27:42.336362,,,,,,22.0,CloudFlares PKI toolkit.,,2,False,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2023-11-09 17:27:42.336362,4056531.0,,,,,,22.0,,,,,,,,, 126,vc-api,w3c-ccg/vs-api,,,standards,['w3c'],,{},W3C,,,,,,,,,,,1,False,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,, 127,decentralized-web-node,decentralized-identity/decentralize-web-node,,,standards,"['dif', 'web5']",,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 128,didcomm-messaging,decentralized-identity/didcomm-messagging,,,standards,['dif'],,{},,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 129,keripyhyperledger,,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 130,selective-disclosure-jwt,oauth-selective-disclosure-jwt,,,decentralized,,,,,,,,,,,,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-11_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casl (🥈35 · ⭐ 5.2K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - jansen (🥉27 · ⭐ 310 · 📈) - An open source enterprise digital identity platform that.. Apache-2 linux-foundation - aries-framework-javascript (🥈21 · ⭐ 210 · 📈) - Aries Framework JavaScript (Built using TypeScript). Apache-2 hyperledger - selective-disclosure-jwt (🥉11 · ⭐ 40 · 📈) - ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥈31 · ⭐ 19K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - universal-resolver (🥉23 · ⭐ 490 · 📉) - Universal Resolver implementation and drivers. Apache-2 - waltid-ssikit (🥈20 · ⭐ 91 · 📉) - All-In-One SSI infrastructure toolkit. Apache-2 - solid-project (🥈17 · ⭐ 8.2K · 💀) - Solid - Re-decentralizing the web (project directory). MIT solid - sphereon-ssi (🥉16 · ⭐ 37 · 📉) - Self Sovereign Identity SDK. Apache-2 ## ➕ Added Projects _Projects that were recently added to this best-of list._ - ethr-did-resolver (🥈28 · ⭐ 180 · ➕) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - hyperledger-anoncreds-rs (🥉23 · ⭐ 53 · ➕) - anoncreds-rs. Apache-2 hyperledger - solid-client-authn-js (🥉21 · ⭐ 59 · ➕) - A client library for authenticating with Solid. ❗Unlicensed solid - trinsic-sdk (🥈20 · ⭐ 27 · ➕) - Trinsic SDK repository. Apache-2 - indy-node (🥇19 · ⭐ 650 · ➕) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - polygon-issuer (🥈18 · ⭐ 61 · ➕) - Self Hosted Issuer Node. Apache-2 - spruceid-didkit (🥉16 · ⭐ 220 · ➕) - A cross-platform toolkit for decentralized identity. Apache-2 - universal-registrar (🥉15 · ⭐ 65 · ➕) - Universal Registrar implementation and drivers. Apache-2 - sphereon-openid4vci (🥇15 · ⭐ 38 · ➕) - OpenID for Verifiable Credential Issuance - client.. Apache-2 - sphereon-pex (🥇15 · ⭐ 26 · ➕) - A Typescript implementation of the DIF Presentation.. Apache-2 - web-access-control (🥉13 · ⭐ 120 · ➕) - Web Access Control (WAC). MIT solid - sphereon-siop-oid4vp (🥉13 · ⭐ 66 · ➕) - Self Issued OpenID Provider v2 (SIOP) with optional.. Apache-2 - did-key.rs (🥉12 · ⭐ 45 · 💤) - Rust implementation of the did:key method. Apache-2 dif - sphereon-ssi-mobile-wallet (🥉11 · ⭐ 35 · ➕) - Open-Source Mobile SSI Wallet. ❗️GPL-3.0 - keri (🥉11 · ⭐ 33 · ➕) - KERI Community Development Efforts Meetings Discussion. Apache-2 weboftrust - kepler (🥉10 · ⭐ 70 · ➕) - Decentralized storage based on permissioned data overlays called.. Apache-2 - ion-tools (🥉9 · ⭐ 140 · ➕) - Tools and utilities to make working with the ION network and.. Apache-2 ================================================ FILE: history/2023-11-11_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,trending,brew_id,updated_github_id,gem_url,new_addition,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-11 06:18:14.000000,2023-11-10 20:41:20,2617.0,206.0,2383.0,96.0,2068.0,234.0,3463.0,19718.0,2023-11-10 18:09:32,next-auth@4.24.5,100.0,155866.0,155866.0,589.0,https://www.npmjs.com/package/next-auth,2749200.0,2749200.0,1.0,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-11-11 03:54:16.000000,2023-11-11 03:54:16,3789.0,71.0,1878.0,237.0,4053.0,88.0,2112.0,11367.0,2023-08-15 20:00:30,1.11.1,67.0,5638.0,5638.0,374.0,,,2822876.0,1.0,coredns/coredns,6841886.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,252385445.0,,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-11 06:46:23.000000,2023-11-10 14:37:38,4866.0,141.0,1177.0,125.0,3964.0,317.0,2097.0,8670.0,2023-10-26 22:37:54,0.58.0,100.0,3051.0,3051.0,426.0,,,4861768.0,1.0,openpolicyagent/opa,4474352.0,https://hub.docker.com/r/openpolicyagent/opa,2023-11-10 15:27:16.037682,39.0,453533447.0,,,,,,,,,,,, 9,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-25 05:42:37.000000,2023-10-25 05:42:36,1677.0,29.0,458.0,69.0,492.0,76.0,293.0,2664.0,2023-01-10 13:13:43,3.2.2,48.0,457790.0,457790.0,195.0,,,84993258.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,84993258.0,,,,,,,,, 10,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-08 18:34:31.000000,2023-11-06 21:57:09,8126.0,175.0,1880.0,148.0,3117.0,163.0,2973.0,10864.0,2023-10-30 12:58:49,1.13.2,100.0,682.0,682.0,414.0,,,1629048.0,1.0,,61903832.0,,,,,,,,,,,,,,,, 11,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-10 10:09:37.000000,2023-10-30 10:16:51,9583.0,231.0,1139.0,124.0,1020.0,96.0,861.0,6805.0,2023-07-22 18:07:47,0.5.15,9.0,1105.0,1105.0,223.0,,,189604.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,189604.0,,,,,,,,, 12,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,,1184.0,311.0,156.0,334.0,424.0,21918.0,,,,943696.0,943696.0,38.0,https://www.npmjs.com/package/passport,8753858.0,8753858.0,2.0,,,,,,,,,,,,,,,,,, 13,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-11 19:22:27.000000,2023-11-10 13:47:39,23245.0,638.0,5634.0,368.0,13262.0,1843.0,6047.0,17976.0,2023-10-24 10:22:23,22.0.5,43.0,,,1285.0,,,62814.0,1.0,quay.io/keycloak/keycloak,2198523.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-10 22:12:44.000000,2023-11-10 19:43:44,18522.0,665.0,3835.0,813.0,18217.0,920.0,4819.0,28846.0,2023-11-08 19:39:49,1.15.2,100.0,6724.0,6724.0,1421.0,,,,2.0,,,,,,,,,,,,,,,,,, 15,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-11 16:10:31.000000,2023-11-10 14:04:08,4027.0,150.0,808.0,108.0,1754.0,176.0,1001.0,9556.0,2023-07-12 20:24:48,1.0.0,43.0,326.0,326.0,214.0,,,1703735.0,1.0,oryd/kratos,34715.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112396804.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 16,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-30 06:10:48.000000,2023-10-30 06:05:45,1078.0,11.0,1537.0,231.0,479.0,35.0,734.0,15990.0,2023-09-02 15:37:12,2.77.2,100.0,2586.0,2586.0,135.0,https://www.npmjs.com/package/casbin,170496.0,289247.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,118751.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 17,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-10-31 10:44:39.000000,2023-10-24 08:44:35,3731.0,48.0,1321.0,233.0,1722.0,75.0,1390.0,14657.0,2023-05-24 08:55:23,2.1.2,100.0,2.0,2.0,290.0,,,4019778.0,2.0,oryd/hydra,660050.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,409027440.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 18,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-10 01:01:21.000000,2023-11-10 00:57:03,1500.0,10.0,250.0,42.0,343.0,12.0,426.0,5245.0,2023-07-28 06:28:52,@casl/mongoose@7.2.1,100.0,57933.0,57933.0,66.0,https://www.npmjs.com/package/@casl/ability,1965869.0,1965869.0,2.0,,,,,,,,,,,,,1.0,,,,, 19,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3504.0,334.0,107.0,422.0,389.0,15597.0,2020-03-22 14:01:55,0.22.2,38.0,7664.0,7664.0,25.0,https://www.npmjs.com/package/face-api.js,150097.0,150097.0,1.0,,,,,,,,,,,,,,,,,, 20,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-11 20:23:54.000000,2023-11-11 19:09:52,7309.0,953.0,516.0,58.0,5052.0,303.0,1370.0,3883.0,2023-11-08 18:24:15,ockam_v0.103.0,100.0,183.0,183.0,293.0,,,13918.0,2.0,,334038.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 21,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-11 00:33:39.836772,2023-11-10 04:55:48,24021.0,475.0,3810.0,610.0,4514.0,,,10531.0,2023-10-16 07:04:06,6.6.13,100.0,21.0,21.0,340.0,,,5824.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2023-11-11 00:33:39.836772,128.0,850398.0,,,,,,,,,,,, 22,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-10 21:48:38.000000,2023-11-10 20:44:03,3155.0,133.0,273.0,37.0,3747.0,83.0,859.0,3709.0,2023-08-28 14:49:52,0.23.0,100.0,13.0,13.0,91.0,,,17349536.0,2.0,pomerium/pomerium,48850.0,https://hub.docker.com/r/pomerium/pomerium,2023-11-10 20:58:56.719868,10.0,1006215365.0,,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12848.0,1573.0,224.0,714.0,584.0,50171.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,64333.0,2.0,animcogn/face_recognition,1195.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7030.0,face_recognition,https://pypi.org/project/face_recognition,64231.0,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-31 07:51:11.000000,2023-09-19 06:25:53,4731.0,4.0,1647.0,181.0,1683.0,384.0,1327.0,9042.0,2023-04-14 09:36:52,r1.4.1,15.0,81.0,81.0,129.0,,,176519.0,3.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,176519.0,,,,,,,,, 25,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-11 20:17:03.000000,2023-11-10 20:20:38,6277.0,157.0,409.0,82.0,3349.0,143.0,1161.0,1544.0,2023-11-08 02:01:22,1.8.4,92.0,121.0,121.0,178.0,,,2275.0,2.0,ghcr.io/spiffe/spire-server,166095.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 26,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-10-01 11:57:13.000000,2023-09-10 02:01:49,2281.0,6.0,4761.0,490.0,149.0,971.0,1337.0,18824.0,2023-04-02 07:43:27,0.7,1.0,1171.0,1171.0,57.0,,,137044.0,2.0,animcogn/insightface,959306.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,-1.0,,,,, 27,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-10 13:45:21.000000,2023-10-25 14:03:03,2625.0,73.0,1474.0,177.0,1914.0,280.0,796.0,8557.0,2023-06-30 14:12:39,2.37.0,80.0,143.0,143.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,305.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 28,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-10 16:42:28.000000,2023-11-06 23:34:50,3299.0,242.0,208.0,37.0,1216.0,103.0,300.0,3986.0,2023-11-08 08:43:58,1.27.0,60.0,38.0,38.0,37.0,,,51550.0,2.0,authzed/spicedb,31774.0,https://hub.docker.com/r/authzed/spicedb,2023-11-08 08:54:49.376197,4.0,1358863.0,,,,,,,,,,,, 29,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,30,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-24 22:47:28.000000,2023-10-24 22:47:08,1782.0,13.0,12496.0,1533.0,513.0,16.0,815.0,47486.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,2731.0,2.0,,155697.0,,,,,,,,,,,,,,,, 30,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,30,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-11-11 16:42:13.000000,2023-10-25 14:29:02,1095.0,18.0,1535.0,110.0,90.0,8.0,790.0,8078.0,,,,2121.0,2121.0,47.0,,,131805.0,2.0,,,,,,,deepface,https://pypi.org/project/deepface,131805.0,,,,,,,,, 31,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-10 23:10:55.000000,2023-11-10 21:45:19,3518.0,209.0,251.0,201.0,3712.0,75.0,239.0,3719.0,2023-11-02 16:41:46,0.14.2,48.0,8.0,8.0,146.0,,,230248.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,11.0,10591408.0,,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-11 22:10:22.000000,2023-11-01 11:36:39,608.0,26.0,63.0,39.0,211.0,4.0,83.0,304.0,2023-11-01 11:37:20,7.4.5,100.0,4114.0,4114.0,41.0,https://www.npmjs.com/package/did-jwt,144916.0,144916.0,1.0,,,,,,,,,,,,,,,,,, 33,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,8907.0,1102.0,131.0,541.0,801.0,43251.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3756.0,3.0,,165277.0,,,,,,,,,,,,,,,, 34,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3483.0,759.0,74.0,9.0,370.0,14908.0,2016-02-25 17:42:46,0.2.1,4.0,68.0,68.0,30.0,,,1642.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161002.0,,,,,,,,,,,, 35,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-11 09:40:08.191176,2023-11-11 09:16:57,2091.0,234.0,862.0,57.0,1290.0,107.0,992.0,7339.0,2023-11-11 09:34:33,1.452.0,100.0,3.0,3.0,145.0,,,2438.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2023-11-11 09:40:08.191176,9.0,90234.0,,,,,,,,,casbin/casdoor,,, 36,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-11-09 08:27:43.000000,2023-11-09 08:27:43,2381.0,20.0,1003.0,106.0,818.0,24.0,829.0,5211.0,2023-03-29 07:20:04,5.6.6,62.0,8223.0,8223.0,313.0,,,,3.0,,,,,,,,,,,,,,,,doorkeeper,, 37,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-11-08 03:48:48.000000,2023-10-18 14:17:30,1482.0,29.0,309.0,57.0,1086.0,45.0,256.0,4315.0,,,50.0,19.0,19.0,71.0,,,747618.0,3.0,oryd/keto,17703.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,6.0,50817985.0,,,,,,,,,,,, 38,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-10 15:54:00.000000,2023-11-10 14:40:53,5135.0,183.0,268.0,38.0,733.0,51.0,245.0,1185.0,2023-09-20 14:53:26,6.3.5,47.0,1424.0,1424.0,294.0,,,,3.0,,,,,,,,,,,,,,,,,, 39,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-10 03:31:15.000000,2023-11-06 18:14:04,132.0,14.0,5365.0,426.0,185.0,,,48815.0,2023-11-06 18:16:19,20231106,9.0,21.0,21.0,64.0,,,228040.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,228040.0,,,,,,,,, 40,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-11 20:01:02.000000,2023-11-11 18:12:51,4942.0,320.0,954.0,158.0,4770.0,71.0,1081.0,17793.0,2022-12-21 09:01:04,4.37.5,100.0,,,133.0,,,616.0,2.0,,28374.0,,,,,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-11 16:28:36.000000,2023-11-10 06:50:20,5138.0,571.0,264.0,35.0,4507.0,70.0,237.0,6452.0,2023-11-03 05:40:52,1.10.1,50.0,7.0,7.0,43.0,,,828.0,2.0,svhd/logto,2642.0,https://hub.docker.com/r/svhd/logto,2023-11-03 05:36:21.305020,1.0,20005.0,,,,,,,,,,,, 42,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-10 15:03:55.000000,2023-11-10 15:02:53,2684.0,243.0,297.0,31.0,4714.0,425.0,1351.0,5185.0,2023-11-10 10:39:08,2.41.0,100.0,,,84.0,,,378.0,2.0,ghcr.io/zitadel/zitadel,1514.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 43,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-10 00:47:26.000000,2023-11-10 00:30:15,6344.0,71.0,538.0,140.0,4272.0,197.0,2668.0,4819.0,2023-11-07 17:37:35,release-2023-11-07,90.0,,,127.0,,,21190.0,2.0,letsencrypt/boulder-tools,59526.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-11-09 21:03:54.828343,13.0,1948996.0,,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,4.0,321.0,48.0,715.0,49.0,275.0,3103.0,2023-07-18 10:23:06,0.40.6,100.0,2.0,2.0,109.0,,,1184271.0,3.0,oryd/oathkeeper,31496.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,33.0,87603751.0,,,,,,,,,,,, 45,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-10 17:32:47.000000,2023-11-10 17:32:47,1427.0,95.0,92.0,27.0,1515.0,49.0,266.0,2024.0,2023-10-31 08:08:33,0.31.0,54.0,19.0,19.0,23.0,,,1559.0,3.0,ghcr.io/cerbos/cerbos,49917.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 46,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-11-09 14:24:32.000000,2023-11-09 14:24:30,440.0,11.0,64.0,29.0,141.0,5.0,47.0,179.0,2023-11-08 18:43:25,10.0.0,52.0,1370.0,1370.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,23538.0,23538.0,2.0,,,,,,,,,,,,,,,,,True, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-11 12:03:14.000000,2023-11-10 14:44:37,12959.0,772.0,395.0,28.0,5715.0,413.0,1225.0,5012.0,2023-11-09 17:50:51,ersion/2023.10.3,100.0,,,194.0,,,88.0,3.0,,2389.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 48,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-11-06 21:56:37.000000,2023-07-24 15:50:06,1200.0,,159.0,31.0,1520.0,107.0,100.0,3275.0,2023-04-03 23:25:23,0.27.0,100.0,78.0,78.0,63.0,,,41696.0,3.0,,2644.0,,,,,oso,https://pypi.org/project/oso,41616.0,,,,,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-11 08:16:48.000000,2023-11-11 03:04:35,1684.0,226.0,111.0,16.0,1652.0,141.0,477.0,1731.0,2023-10-31 12:08:26,1.1.0-rc.15,17.0,42.0,42.0,57.0,,,233.0,3.0,kanidm/server,136.0,https://hub.docker.com/r/kanidm/server,2023-11-10 06:50:45.104634,,13221.0,,,,,,,,,,,, 50,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-11 15:39:14.000000,2023-11-11 15:39:13,33208.0,415.0,51.0,30.0,3707.0,350.0,2412.0,306.0,2023-11-09 16:05:09,1.0.20,100.0,,,110.0,,,223.0,3.0,,447.0,,,,,,,,,,,1.0,,,,, 51,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],27,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-06 18:32:20.000000,2023-11-06 01:17:32,378.0,5.0,40.0,23.0,127.0,3.0,18.0,194.0,2023-03-08 14:05:37,4.1.0,24.0,4961.0,4961.0,24.0,https://www.npmjs.com/package/did-resolver,165212.0,165212.0,2.0,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-06 04:10:02.000000,2023-11-06 01:34:30,355.0,31.0,38.0,24.0,92.0,2.0,47.0,156.0,2023-11-01 14:53:16,3.2.14,52.0,784.0,784.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18841.0,18841.0,1.0,,,,,,,,,,,,,,,,,, 53,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-25 21:01:21.000000,2023-10-25 20:56:59,2423.0,24.0,722.0,72.0,226.0,,,2852.0,2023-10-25 21:01:30,8.4.1,100.0,2.0,2.0,67.0,https://www.npmjs.com/package/oidc-provider,186296.0,186296.0,3.0,,,,,,,,,,,,,,,,,, 54,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-06 21:07:19.000000,2023-11-06 21:07:19,5946.0,291.0,310.0,409.0,4094.0,119.0,415.0,1670.0,2023-10-23 21:10:51,1.6.0,27.0,,,151.0,,,0.0,3.0,,51.0,,,,,,,,,,,,,,,, 55,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-30 21:55:26.000000,2023-10-13 18:18:58,3449.0,90.0,120.0,48.0,1886.0,207.0,901.0,715.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,78683.0,3.0,cyberark/conjur,366.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7002401.0,,,,,,,,,,,, 56,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-10 19:20:32.000000,2023-11-07 16:21:48,1817.0,50.0,103.0,23.0,731.0,61.0,348.0,359.0,2023-10-09 11:46:16,5.5.3,42.0,518.0,518.0,50.0,,,,1.0,,,,,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-11 12:46:26.000000,2023-11-09 14:25:46,2877.0,124.0,256.0,53.0,2151.0,35.0,198.0,811.0,2023-11-07 17:58:44,1.11.46,100.0,26.0,26.0,79.0,,,,3.0,,,,,,,,,,,,,,,,,, 58,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-11 05:08:46.000000,2023-11-08 21:27:25,8280.0,465.0,428.0,29.0,1528.0,229.0,847.0,373.0,2023-10-09 18:00:40,0.10.4,69.0,,,126.0,,,,1.0,,,,,,,,,,,,,,,,,, 59,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],24,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,1.0,287.0,80.0,832.0,285.0,610.0,1754.0,2023-03-17 17:09:04,5.7.7,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,2394.0,11034.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,4.0,950500.0,,,,,,,,,,,, 60,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-02 10:17:06.000000,2023-11-02 10:17:03,1412.0,36.0,70.0,25.0,978.0,57.0,201.0,268.0,2023-11-02 09:48:53,1.0.0,23.0,101.0,101.0,33.0,,,,2.0,,,,,,,,,,,,,,,,,, 61,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-10 13:46:24.000000,2023-11-10 07:08:30,910.0,78.0,392.0,64.0,417.0,99.0,341.0,10650.0,2023-11-10 13:47:03,7.0.11,52.0,,,25.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 62,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-11-09 14:42:55.000000,2023-09-24 10:25:45,558.0,19.0,271.0,58.0,141.0,177.0,534.0,4999.0,2020-09-02 15:57:23,2.6.1,11.0,,,60.0,,,208.0,3.0,,14378.0,,,,,,,,,,,,,,,,howdy 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,24.0,116.0,20.0,337.0,32.0,76.0,1883.0,2023-09-14 19:06:35,0.7.4,32.0,,,45.0,,,3826.0,3.0,permitio/opal-server,536.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,125729.0,,,,,,,,,,,, 64,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-11 21:34:34.000000,2023-11-11 21:34:34,2096.0,358.0,61.0,15.0,688.0,27.0,105.0,1755.0,2023-11-02 07:39:49,0.5.6,40.0,,,29.0,,,76.0,3.0,ghcr.io/permify/permify,1142.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 65,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-10 18:02:02.000000,2023-11-02 13:47:50,15703.0,53.0,303.0,50.0,7072.0,,,1018.0,,,,,,219.0,,,40509.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-10 09:02:25.752739,156.0,5590261.0,,,,,,,,,,,, 66,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-11 18:52:32.000000,2023-11-09 10:51:30,1672.0,38.0,213.0,60.0,277.0,24.0,80.0,493.0,2022-01-07 16:42:38,0.5.0,6.0,,,98.0,,,1542.0,3.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-09 10:52:54.013835,,115694.0,,,,,,,-1.0,,,,, 67,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-11 22:09:37.000000,2023-11-07 23:14:17,402.0,88.0,87.0,17.0,378.0,43.0,180.0,309.0,2023-11-06 22:29:17,0.2.6,24.0,112.0,112.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 68,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-11-11 15:45:38.000000,2023-10-31 12:59:26,614.0,59.0,33.0,16.0,176.0,19.0,74.0,53.0,2023-06-02 16:26:49,0.1.0,24.0,44.0,44.0,19.0,,,3350.0,3.0,,33500.0,,,,,,,,,,,,,,,True, 69,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2753.0,274.0,25.0,1.0,143.0,18882.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,22174.0,3.0,,643062.0,,,,,,,,,,,,,,,, 70,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-11-10 23:38:46.000000,2023-11-09 21:18:47,4025.0,4.0,751.0,254.0,327.0,63.0,209.0,2812.0,2015-09-29 22:50:55,1.1.0,4.0,,,55.0,,,912.0,3.0,,109544.0,,,,,,,,,,,,,,,, 71,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-11-10 20:23:32.000000,2023-11-10 20:22:53,14878.0,13.0,651.0,114.0,17.0,,,669.0,,,,118.0,118.0,720.0,,,,3.0,,,,,,,,,,,,,,,,,, 72,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-11-06 03:51:55.000000,2023-11-06 01:18:53,273.0,14.0,15.0,14.0,114.0,1.0,10.0,76.0,2023-07-03 18:25:08,2.0.27,38.0,774.0,774.0,12.0,https://www.npmjs.com/package/web-did-resolver,19899.0,19899.0,3.0,,,,,,,,,,,,,,,,,, 73,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-10 10:28:35.000000,2023-10-11 18:56:38,2154.0,58.0,150.0,174.0,829.0,83.0,1025.0,1047.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,72.0,,,,1.0,,,,,,,,,,,,,,,,,, 74,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,680.0,37.0,441.0,428.0,2021-03-09 22:06:35,1.0.2,12.0,30.0,30.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 75,aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,ssi-sdks,Aries Framework JavaScript (Built using TypeScript).,,['hyperledger'],21,True,hyperledger/aries-framework-javascript,,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-10 16:39:48.000000,2023-11-10 12:13:29,839.0,43.0,143.0,26.0,991.0,167.0,448.0,207.0,2023-10-05 13:35:35,0.4.2,77.0,2.0,2.0,56.0,,,,2.0,,,,,,,,,,,,,1.0,,,,, 76,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-11-11 16:21:34.000000,2023-11-09 10:17:54,2393.0,100.0,30.0,14.0,3086.0,53.0,91.0,59.0,2023-11-09 12:25:17,1.17.4,20.0,747.0,747.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,True, 77,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4664.0,566.0,122.0,497.0,619.0,13267.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,1.0,269.0,66.0,221.0,10.0,120.0,3596.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,652.0,93.0,307.0,151.0,321.0,1606.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 80,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,9.0,155.0,19.0,2046.0,387.0,1196.0,235.0,2023-05-09 10:57:15,0.3.2,14.0,2.0,2.0,59.0,,,,2.0,,,,,,,,,,,,,,,,,, 81,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-10 17:44:33.031368,2023-11-10 17:37:06,1523.0,25.0,31.0,6.0,190.0,3.0,162.0,91.0,2023-11-10 17:44:34,1.2311101737.0,94.0,,,16.0,,,374.0,2.0,waltid/ssikit,57.0,https://hub.docker.com/r/waltid/ssikit,2023-11-10 17:44:33.031368,,10058.0,,,,,,,-5.0,,,,, 82,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-11-11 06:21:58.000000,2023-11-02 16:18:23,1081.0,58.0,16.0,12.0,1242.0,6.0,314.0,27.0,2023-10-13 17:40:05,1.12.0,15.0,,,27.0,,,357.0,2.0,,8929.0,,,,,,,,,,,,,,,True, 83,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-10 22:02:09.000000,2023-07-12 07:05:13,339.0,,794.0,238.0,234.0,171.0,525.0,2577.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 84,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,2.0,270.0,96.0,42.0,28.0,23.0,2344.0,,,,,,26.0,,,1855.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1855.0,,,,,,,,, 85,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-11-07 16:51:31.000000,2023-11-07 16:51:30,4888.0,8.0,631.0,65.0,1745.0,30.0,49.0,653.0,2022-09-02 20:48:34,1.12.6,36.0,,,100.0,,,10.0,1.0,,561.0,,,,,,,,,,,,,,,True, 86,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,64.0,103.0,4.0,54.0,2281.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-11-07 22:43:18.000000,2023-07-24 21:30:11,2151.0,,206.0,58.0,575.0,52.0,171.0,311.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 88,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-11 21:18:37.000000,2023-11-07 16:11:38,1615.0,155.0,78.0,82.0,691.0,55.0,580.0,258.0,,,,,,62.0,,,,1.0,,,,,,,,,,,,,,,,,, 89,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-11 00:16:58.000000,2023-11-01 15:51:52,531.0,8.0,46.0,29.0,353.0,73.0,103.0,157.0,,,,113.0,113.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-11 00:09:19.000000,2023-11-11 00:09:19,1600.0,73.0,105.0,21.0,776.0,67.0,173.0,121.0,,,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,, 91,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-11-10 13:04:27.000000,2023-11-10 12:54:16,1305.0,97.0,47.0,9.0,431.0,17.0,79.0,61.0,2023-11-09 13:29:49,2.3.0,7.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,True, 92,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,374.0,562.0,56.0,126.0,88.0,8165.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,-6.0,,,,, 93,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,17,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,1.0,159.0,90.0,184.0,70.0,68.0,1216.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 94,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-09 16:58:16.000000,2023-11-09 16:58:15,966.0,50.0,36.0,49.0,197.0,173.0,146.0,440.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,21.0,,,,2.0,,,,,,,,,,,,,,,,,, 95,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-11-10 18:43:29.000000,2023-11-07 17:22:46,3590.0,18.0,66.0,27.0,5.0,,,226.0,,,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-06 23:45:29.000000,2023-11-06 17:04:53,313.0,23.0,53.0,12.0,327.0,47.0,107.0,186.0,,,4.0,33.0,33.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-10-31 12:37:38.854547,2023-10-31 12:31:18,1371.0,16.0,25.0,2.0,111.0,2.0,43.0,32.0,2023-10-31 12:37:40,1.2310311231.0,44.0,,,12.0,,,148.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-10-31 12:37:38.854547,,3849.0,,,,,,,,,,,, 98,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-11-10 12:30:00.000000,2023-11-08 21:06:34,3468.0,324.0,10.0,7.0,449.0,54.0,1587.0,27.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 99,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-08 14:51:10.000000,2023-11-08 14:51:10,535.0,6.0,148.0,85.0,203.0,16.0,41.0,1323.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,61.0,32.0,247.0,46.0,71.0,223.0,,,,4.0,4.0,21.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,True, 101,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,16,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-10 12:21:19.000000,2023-11-10 12:20:26,389.0,21.0,21.0,4.0,123.0,6.0,20.0,39.0,2023-11-10 12:21:19,1.4.1,27.0,66.0,66.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 102,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-10-23 14:41:34.000000,2023-10-13 02:22:48,1424.0,153.0,6.0,7.0,133.0,2.0,6.0,37.0,2023-10-01 02:16:26,0.17.5,29.0,1.0,1.0,13.0,,,,3.0,,,,,,,,,,,,,-9.0,,,,, 103,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,,84.0,74.0,487.0,31.0,324.0,387.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 104,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-06 00:20:10.000000,2023-10-30 14:36:57,437.0,32.0,52.0,11.0,494.0,87.0,126.0,138.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,8.0,31.0,31.0,226.0,51.0,170.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 106,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-11-08 01:17:49.000000,2023-11-03 12:40:19,395.0,20.0,24.0,29.0,54.0,13.0,9.0,65.0,2021-10-08 12:33:05,0.2.0,2.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,True, 107,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-09 16:08:49.000000,2023-11-09 16:08:24,466.0,92.0,25.0,13.0,131.0,24.0,25.0,39.0,,,,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-11-03 22:20:01.000000,2023-11-03 22:19:34,619.0,55.0,10.0,6.0,64.0,2.0,8.0,38.0,2023-10-14 23:03:15,0.8.1,14.0,,,13.0,,,,1.0,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,True, 109,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,21.0,9.0,7.0,104.0,6.0,20.0,26.0,2023-09-28 01:02:52,2.1.2,26.0,16.0,16.0,15.0,,,2.0,1.0,,58.0,,,,,,,,,,,,,,,True, 110,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for SSI & NFTs.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,20.0,6.0,2.0,36.0,,36.0,20.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,35.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,,708.0,,,,,,,,,,,, 112,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,934.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 113,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-11-10 16:15:22.000000,2023-10-24 15:10:21,669.0,9.0,52.0,75.0,254.0,154.0,101.0,295.0,,,,,,31.0,,,,3.0,,,,,,,,,,,,,,,,,, 114,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,242.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,234.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,,, 115,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-11-07 09:43:57.000000,2023-11-07 09:43:41,453.0,7.0,22.0,32.0,39.0,28.0,44.0,116.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,True, 116,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-08 13:52:53.000000,2023-10-01 02:04:32,596.0,16.0,19.0,8.0,46.0,5.0,12.0,66.0,,,13.0,42.0,42.0,11.0,,,0.0,3.0,,24.0,,,,,,,,,,,,,,,True, 117,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-11-09 11:19:26.000000,2023-10-23 20:42:55,790.0,23.0,19.0,14.0,163.0,14.0,118.0,59.0,,,,,,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,45.0,,,,55.0,55.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,True, 119,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-11-09 00:52:43.000000,2023-10-23 16:08:10,694.0,17.0,18.0,10.0,182.0,18.0,170.0,40.0,2023-10-23 16:16:05,draft-ietf-oauth-selective-disclosure-jwt-06,1.0,,,17.0,,,,3.0,,,,,,,,,,,,,11.0,,,,, 120,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-11 13:20:13.000000,2023-10-26 10:56:49,853.0,46.0,6.0,6.0,156.0,7.0,8.0,35.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,True, 121,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],11,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-09-26 14:37:07.000000,2023-09-26 14:37:03,244.0,13.0,11.0,10.0,22.0,1.0,3.0,33.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,True, 122,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-04 22:01:58.000000,2023-11-02 21:26:07,177.0,139.0,1.0,1.0,65.0,1.0,,,2023-11-02 21:32:38,1.2311022126.0,45.0,,,8.0,,,530.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2123.0,,,,,,,,,,,, 123,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,True, 124,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,53.0,,,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,38.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,5.0,3.0,10.0,57.0,2.0,1.0,13.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,18.0,14.0,137.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,True, 128,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,,10.0,8.0,32.0,21.0,27.0,23.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-24 00:04:12.000000,2023-10-06 18:01:30,61.0,4.0,1.0,10.0,59.0,1.0,1.0,15.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-09 17:27:42.336362,,,,,,,,,22.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2023-11-09 17:27:42.336362,22.0,4057300.0,,,,,,,,,,,, 131,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 132,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 133,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-16_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ageitgey-face-recognition (🥇35 · ⭐ 50K · 💀) - The worlds simplest facial recognition api for Python.. MIT - deepface (🥈31 · ⭐ 8.1K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - identity-server (🥉30 · ⭐ 1.2K · 📈) - The most flexible and standards-compliant OpenID.. ❗️Custom ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇37 · ⭐ 6.8K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - casbin (🥈34 · ⭐ 16K · 📉) - An authorization library that supports access control models like.. Apache-2 - ory-hydra (🥈34 · ⭐ 15K · 📉) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - aries-framework-javascript (🥈20 · ⭐ 210 · 📉) - Aries Framework JavaScript (Built using TypeScript). Apache-2 hyperledger - aries-rfcs (🥈17 · ⭐ 310 · 📉) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger ## ➕ Added Projects _Projects that were recently added to this best-of list._ - digitalbazaar-vc (🥉17 · ⭐ 150 · ➕) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 - did-key.js (🥇12 · ⭐ 50 · 💤) - A DID Key Implementation in TypeScript. Apache-2 - sidetree.js (🥉12 · ⭐ 49 · 💀) - Sidetree Core Protocol and DID Method Drivers. Apache-2 - identity-credential (🥉7 · ⭐ 22 · ➕) - Proposals related to the invocation of digital.. ❗Unlicensed w3c ================================================ FILE: history/2023-11-16_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,apt_id,new_addition 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-16 17:40:30.000000,2023-11-15 14:32:34,2628.0,213.0,2396.0,96.0,2079.0,239.0,3469.0,19785.0,2023-11-10 18:09:32,next-auth@4.24.5,100.0,158286.0,158286.0,592.0,https://www.npmjs.com/package/next-auth,2796836.0,2796836.0,1.0,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-11-16 11:53:16.000000,2023-11-13 19:09:16,3796.0,68.0,1883.0,237.0,4061.0,90.0,2112.0,11377.0,2023-08-15 20:00:30,1.11.1,67.0,5654.0,5654.0,374.0,,,2827792.0,1.0,coredns/coredns,6851116.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,252827782.0,,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-16 17:53:14.029285,2023-11-16 17:15:01,4876.0,142.0,1179.0,126.0,3979.0,316.0,2101.0,8681.0,2023-10-26 22:37:54,0.58.0,100.0,3077.0,3077.0,426.0,,,4889057.0,1.0,openpolicyagent/opa,4526578.0,https://hub.docker.com/r/openpolicyagent/opa,2023-11-16 17:53:14.029285,39.0,456028599.0,,,,,,,,,,,, 9,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-10-25 05:42:37.000000,2023-10-25 05:42:36,1677.0,29.0,458.0,69.0,492.0,77.0,293.0,2669.0,2023-01-10 13:13:43,3.2.2,48.0,460701.0,460701.0,195.0,,,85984560.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,85984560.0,,,,,,,,, 10,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-16 18:12:25.000000,2023-11-16 13:45:00,8142.0,169.0,1888.0,147.0,3129.0,167.0,2977.0,10880.0,2023-10-30 12:58:49,1.13.2,100.0,690.0,690.0,416.0,,,1645747.0,1.0,,62538394.0,,,,,,,,,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,,1185.0,311.0,156.0,334.0,425.0,21932.0,,,,946898.0,946898.0,38.0,https://www.npmjs.com/package/passport,8926443.0,8926443.0,2.0,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-16 17:49:15.000000,2023-11-16 17:45:34,23308.0,675.0,5647.0,369.0,13320.0,1850.0,6089.0,18019.0,2023-10-24 10:22:23,22.0.5,43.0,,,1285.0,,,63224.0,1.0,quay.io/keycloak/keycloak,2212864.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-16 17:55:39.000000,2023-11-16 14:10:36,9586.0,177.0,1143.0,125.0,1024.0,98.0,864.0,6828.0,2023-07-22 18:07:47,0.5.15,9.0,1146.0,1146.0,223.0,,,155335.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,155335.0,-1.0,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-16 18:17:29.000000,2023-11-15 22:18:53,18541.0,610.0,3837.0,812.0,18263.0,920.0,4829.0,28859.0,2023-11-08 19:39:49,1.15.2,100.0,6735.0,6735.0,1422.0,,,,2.0,,,,,,,,,,,,,,,,,, 15,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-15 15:25:04.000000,2023-11-15 15:25:01,4038.0,147.0,810.0,108.0,1757.0,173.0,1007.0,9572.0,2023-07-12 20:24:48,1.0.0,43.0,326.0,326.0,214.0,,,1704016.0,1.0,oryd/kratos,34912.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112415055.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 16,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12859.0,1571.0,224.0,714.0,584.0,50222.0,2018-04-02 17:18:43,1.2.2,2.0,1764.0,1764.0,54.0,,,65237.0,1.0,animcogn/face_recognition,1197.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7056.0,face_recognition,https://pypi.org/project/face_recognition,65134.0,3.0,,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-14 03:25:07.000000,2023-11-14 03:20:35,1501.0,10.0,251.0,42.0,344.0,14.0,426.0,5255.0,2023-07-28 06:28:52,@casl/mongoose@7.2.1,100.0,58432.0,58432.0,66.0,https://www.npmjs.com/package/@casl/ability,1986147.0,1986147.0,2.0,,,,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-10-30 06:10:48.000000,2023-10-30 06:05:45,1078.0,8.0,1537.0,231.0,479.0,37.0,734.0,16021.0,2023-09-02 15:37:12,2.77.2,100.0,2587.0,2587.0,135.0,https://www.npmjs.com/package/casbin,167428.0,288340.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,120912.0,-1.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 19,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3503.0,334.0,107.0,422.0,389.0,15617.0,2020-03-22 14:01:55,0.22.2,38.0,7701.0,7701.0,25.0,https://www.npmjs.com/package/face-api.js,152221.0,152221.0,2.0,,,,,,,,,,,,,,,,,, 20,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-11-15 09:22:33.000000,2023-11-15 09:22:33,3734.0,36.0,1323.0,233.0,1723.0,76.0,1390.0,14666.0,2023-05-24 08:55:23,2.1.2,100.0,2.0,2.0,290.0,,,4021535.0,2.0,oryd/hydra,662632.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,409202744.0,,,,-1.0,https://k8s.ory.sh/helm/charts,,,,,,, 21,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-16 17:41:07.000000,2023-11-16 17:26:26,7324.0,879.0,518.0,58.0,5070.0,301.0,1373.0,3893.0,2023-11-08 18:24:15,ockam_v0.103.0,100.0,183.0,183.0,293.0,,,13952.0,2.0,,334858.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-16 07:43:06.000000,2023-11-15 12:50:44,24044.0,464.0,3811.0,609.0,4520.0,,,10544.0,2023-10-16 07:04:06,6.6.13,100.0,21.0,21.0,340.0,,,5836.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2023-11-15 00:38:35.088332,128.0,852181.0,,,,,,,,,,,, 23,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-16 03:59:11.000000,2023-11-15 22:03:22,3167.0,138.0,273.0,37.0,3759.0,82.0,860.0,3711.0,2023-08-28 14:49:52,0.23.0,100.0,13.0,13.0,91.0,,,17492843.0,2.0,pomerium/pomerium,49013.0,https://hub.docker.com/r/pomerium/pomerium,2023-11-15 22:11:44.759087,10.0,1014526908.0,,,,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-10-31 07:51:11.000000,2023-09-19 06:25:53,4731.0,4.0,1647.0,181.0,1683.0,393.0,1328.0,9080.0,2023-04-14 09:36:52,r1.4.1,15.0,83.0,83.0,129.0,,,174892.0,3.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,174892.0,,,,,,,,, 25,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-16 17:52:05.000000,2023-11-16 14:15:00,6287.0,152.0,411.0,82.0,3364.0,144.0,1162.0,1556.0,2023-11-08 02:01:22,1.8.4,92.0,121.0,121.0,179.0,,,2291.0,2.0,ghcr.io/spiffe/spire-server,167265.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 26,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,6.0,4781.0,489.0,150.0,976.0,1342.0,18916.0,2023-04-02 07:43:27,0.7,1.0,1200.0,1200.0,57.0,,,144009.0,2.0,animcogn/insightface,1008059.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,,, 27,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-15 04:08:23.000000,2023-10-25 14:03:03,2625.0,70.0,1474.0,176.0,1916.0,281.0,796.0,8562.0,2023-06-30 14:12:39,2.37.0,80.0,143.0,143.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,305.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 28,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,31,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-11-15 13:23:25.000000,2023-10-25 14:29:02,1095.0,18.0,1549.0,111.0,91.0,8.0,790.0,8138.0,,,,2145.0,2145.0,47.0,,,138093.0,2.0,,,,,,,deepface,https://pypi.org/project/deepface,138093.0,1.0,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-16 17:15:37.000000,2023-11-16 16:34:58,3332.0,258.0,210.0,37.0,1224.0,104.0,300.0,3999.0,2023-11-08 08:43:58,1.27.0,61.0,38.0,38.0,37.0,,,52866.0,2.0,authzed/spicedb,33185.0,https://hub.docker.com/r/authzed/spicedb,2023-11-15 14:11:09.368794,4.0,1392950.0,,,,,,,,,,,, 30,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,30,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-10-24 22:47:28.000000,2023-10-24 22:47:08,1782.0,13.0,12501.0,1533.0,513.0,16.0,815.0,47544.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,2823.0,3.0,,160938.0,,,,,,,,,,,,,,,, 31,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-16 16:05:01.000000,2023-11-16 00:55:46,3524.0,203.0,251.0,200.0,3727.0,75.0,239.0,3720.0,2023-11-02 16:41:46,0.14.2,48.0,8.0,8.0,146.0,,,232395.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,11.0,10690182.0,,,,,,,,,,,, 32,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,30,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-16 10:58:40.000000,2023-11-16 00:53:49,5148.0,193.0,268.0,38.0,737.0,49.0,247.0,1188.0,2023-11-14 18:44:21,6.3.6,49.0,1441.0,1441.0,294.0,,,,3.0,,,,,,,,,,1.0,,,,,,,, 33,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-16 18:10:52.000000,2023-11-01 11:36:39,608.0,26.0,63.0,40.0,211.0,4.0,83.0,305.0,2023-11-01 11:37:20,7.4.5,100.0,4135.0,4135.0,41.0,https://www.npmjs.com/package/did-jwt,145977.0,145977.0,1.0,,,,,,,,,,,,,,,,,, 34,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,8925.0,1102.0,131.0,541.0,801.0,43311.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3764.0,3.0,,165657.0,,,,,,,,,,,,,,,, 35,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3485.0,759.0,74.0,9.0,370.0,14913.0,2016-02-25 17:42:46,0.2.1,4.0,68.0,68.0,30.0,,,1642.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161006.0,,,,,,,,,,,, 36,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-16 16:08:04.000000,2023-11-16 15:58:09,2097.0,224.0,868.0,57.0,1295.0,107.0,997.0,7378.0,2023-11-16 16:08:04,1.454.1,100.0,3.0,3.0,146.0,,,2523.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2023-11-13 08:19:48.108806,9.0,93362.0,,,,,,,,,casbin/casdoor,,, 37,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-11-14 12:38:27.000000,2023-11-09 08:27:43,2381.0,20.0,1004.0,107.0,819.0,24.0,829.0,5215.0,2023-03-29 07:20:04,5.6.6,62.0,8232.0,8232.0,313.0,,,,3.0,,,,,,,,,,,,,,,,doorkeeper,, 38,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-11-16 03:18:34.000000,2023-10-18 14:17:30,1482.0,27.0,310.0,57.0,1091.0,45.0,256.0,4331.0,,,50.0,21.0,21.0,71.0,,,747660.0,3.0,oryd/keto,17763.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,6.0,50820766.0,,,,,,,,,,,, 39,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-14 22:25:53.000000,2023-11-13 17:43:42,133.0,15.0,5426.0,431.0,187.0,,,49403.0,2023-11-06 18:16:19,20231106,9.0,21.0,21.0,65.0,,,229869.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,229869.0,,,,,,,,, 40,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-16 15:48:19.000000,2023-11-15 22:22:16,4959.0,310.0,959.0,158.0,4790.0,72.0,1083.0,17844.0,2022-12-21 09:01:04,4.37.5,100.0,,,137.0,,,622.0,2.0,,28623.0,,,,,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Logto is a modern Auth0 alternative for building identity infrastructure with minimal effort, for both your customers..",,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-16 16:37:43.000000,2023-11-16 08:46:36,5187.0,559.0,265.0,35.0,4543.0,69.0,238.0,6460.0,2023-11-14 13:14:01,1.11.0,51.0,7.0,7.0,43.0,,,843.0,2.0,svhd/logto,2654.0,https://hub.docker.com/r/svhd/logto,2023-11-14 13:07:13.973838,1.0,20425.0,,,,,,,,,,,, 42,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-16 17:43:09.000000,2023-11-16 09:26:25,2692.0,231.0,300.0,32.0,4724.0,428.0,1355.0,5250.0,2023-11-14 10:20:12,2.41.1,100.0,,,84.0,,,421.0,2.0,ghcr.io/zitadel/zitadel,1684.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 43,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-16 16:28:50.000000,2023-11-15 22:50:59,6351.0,77.0,538.0,140.0,4279.0,198.0,2670.0,4830.0,2023-11-15 00:04:19,release-2023-11-14a,92.0,,,127.0,,,21204.0,2.0,letsencrypt/boulder-tools,59648.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-11-09 21:03:54.828343,13.0,1949804.0,,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,4.0,320.0,48.0,715.0,49.0,275.0,3105.0,2023-07-18 10:23:06,0.40.6,100.0,2.0,2.0,109.0,,,1184521.0,3.0,oryd/oathkeeper,31689.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,33.0,87622020.0,,,,,,,,,,,, 45,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-16 17:11:51.000000,2023-11-16 17:11:51,1436.0,96.0,92.0,27.0,1524.0,49.0,270.0,2044.0,2023-10-31 08:08:33,0.31.0,54.0,19.0,19.0,23.0,,,1571.0,3.0,ghcr.io/cerbos/cerbos,50302.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 46,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-11-13 07:12:46.000000,2023-11-13 04:13:56,441.0,12.0,64.0,29.0,141.0,5.0,47.0,179.0,2023-11-08 18:43:25,10.0.0,52.0,1377.0,1377.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,23421.0,23421.0,2.0,,,,,,,,,,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-16 17:02:45.000000,2023-11-16 12:12:56,13009.0,781.0,399.0,28.0,5769.0,411.0,1241.0,5048.0,2023-11-09 17:50:51,ersion/2023.10.3,100.0,,,195.0,,,89.0,3.0,,2411.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 48,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-11-14 14:24:40.000000,2023-07-24 15:50:06,1200.0,,160.0,31.0,1521.0,107.0,100.0,3277.0,2023-04-03 23:25:23,0.27.0,100.0,78.0,78.0,63.0,,,40519.0,3.0,,2647.0,,,,,oso,https://pypi.org/project/oso,40439.0,,,,,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-16 13:35:53.000000,2023-11-16 03:12:55,1690.0,220.0,113.0,16.0,1659.0,143.0,480.0,1751.0,2023-10-31 12:08:26,1.1.0-rc.15,17.0,42.0,42.0,58.0,,,241.0,3.0,kanidm/server,140.0,https://hub.docker.com/r/kanidm/server,2023-11-15 01:28:39.318976,,13679.0,,,,,,,,,,,, 50,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-16 18:12:20.000000,2023-11-16 11:47:42,33226.0,416.0,51.0,30.0,3720.0,333.0,2438.0,305.0,2023-11-09 16:05:09,1.0.20,100.0,,,110.0,,,288.0,3.0,,577.0,,,,,,,,,,,,,,,, 51,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],27,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-13 19:30:18.000000,2023-11-13 00:49:25,379.0,6.0,40.0,23.0,127.0,3.0,18.0,194.0,2023-03-08 14:05:37,4.1.0,24.0,4996.0,4996.0,24.0,https://www.npmjs.com/package/did-resolver,162588.0,162588.0,2.0,,,,,,,,,,,,,,,,,, 52,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-13 19:35:09.000000,2023-11-06 01:34:30,355.0,31.0,38.0,24.0,93.0,2.0,47.0,156.0,2023-11-01 14:53:16,3.2.14,52.0,789.0,789.0,22.0,https://www.npmjs.com/package/did-jwt-vc,17232.0,17232.0,1.0,,,,,,,,,,,,,,,,,, 53,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-10-25 21:01:21.000000,2023-10-25 20:56:59,2423.0,23.0,723.0,72.0,226.0,,,2858.0,2023-10-25 21:01:30,8.4.1,100.0,2.0,2.0,67.0,https://www.npmjs.com/package/oidc-provider,194203.0,194203.0,3.0,,,,,,,,,,,,,,,,,, 54,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-15 12:00:17.000000,2023-11-13 21:23:51,5954.0,292.0,310.0,409.0,4104.0,119.0,415.0,1671.0,2023-10-23 21:10:51,1.6.0,27.0,,,151.0,,,0.0,3.0,,51.0,,,,,,,,,,,,,,,, 55,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-10-30 21:55:26.000000,2023-10-13 18:18:58,3449.0,68.0,121.0,48.0,1886.0,207.0,901.0,718.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,78706.0,3.0,cyberark/conjur,366.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7004416.0,,,,,,,,,,,, 56,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-15 13:34:49.000000,2023-11-13 05:23:13,1818.0,46.0,103.0,23.0,732.0,61.0,348.0,361.0,2023-10-09 11:46:16,5.5.3,42.0,520.0,520.0,50.0,,,,1.0,,,,,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-16 17:37:10.000000,2023-11-16 02:25:38,2881.0,122.0,256.0,53.0,2159.0,35.0,199.0,813.0,2023-11-07 17:58:44,1.11.46,100.0,26.0,26.0,79.0,,,,3.0,,,,,,,,,,,,,,,,,, 58,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-15 21:40:46.000000,2023-11-15 21:40:46,8310.0,452.0,429.0,29.0,1530.0,227.0,849.0,373.0,2023-10-09 18:00:40,0.10.4,69.0,,,127.0,,,,1.0,,,,,,,,,,,,,,,,,, 59,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],24,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,1.0,289.0,80.0,832.0,285.0,610.0,1752.0,2023-03-17 17:09:04,5.7.7,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,2124.0,10780.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,4.0,952223.0,,,,,,,,,,,, 60,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-16 10:13:42.000000,2023-11-16 10:13:23,1413.0,32.0,70.0,25.0,979.0,57.0,201.0,269.0,2023-11-02 09:48:53,1.0.0,23.0,101.0,101.0,33.0,,,,2.0,,,,,,,,,,,,,,,,,, 61,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-16 16:28:36.000000,2023-11-13 12:58:29,912.0,76.0,392.0,64.0,420.0,99.0,342.0,10679.0,2023-11-10 13:47:03,7.0.11,52.0,,,25.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 62,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-11-15 14:15:36.000000,2023-09-24 10:25:45,558.0,19.0,271.0,58.0,142.0,176.0,535.0,5010.0,2020-09-02 15:57:23,2.6.1,11.0,,,60.0,,,209.0,3.0,,14442.0,,,,,,,,,,,,,,,howdy, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-10-18 01:44:15.000000,2023-10-09 09:18:09,1677.0,24.0,116.0,20.0,337.0,34.0,76.0,1892.0,2023-09-14 19:06:35,0.7.4,32.0,,,45.0,,,3863.0,3.0,permitio/opal-server,537.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,126928.0,,,,,,,,,,,, 64,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-16 08:58:41.000000,2023-11-15 12:00:08,2128.0,383.0,69.0,16.0,696.0,28.0,109.0,1822.0,2023-11-14 14:28:51,0.5.7,41.0,,,29.0,,,77.0,3.0,ghcr.io/permify/permify,1169.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 65,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-16 16:09:13.000000,2023-11-13 21:39:52,15704.0,46.0,304.0,50.0,7078.0,,,1022.0,,,,,,219.0,,,40541.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-15 14:37:14.182636,157.0,5594689.0,,,,,,,,,,,, 66,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-16 12:38:56.000000,2023-11-09 10:51:30,1672.0,32.0,213.0,60.0,278.0,24.0,80.0,494.0,2022-01-07 16:42:38,0.5.0,6.0,,,98.0,,,1546.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-09 10:52:54.013835,,115990.0,,,,,,,,,,,, 67,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-15 16:19:36.000000,2023-11-14 18:12:40,406.0,88.0,87.0,18.0,382.0,44.0,180.0,309.0,2023-11-06 22:29:17,0.2.6,24.0,114.0,114.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 68,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-11-16 15:54:00.000000,2023-10-31 12:59:26,614.0,51.0,34.0,16.0,179.0,19.0,74.0,54.0,2023-06-02 16:26:49,0.1.0,24.0,45.0,45.0,20.0,,,3469.0,3.0,,34698.0,,,,,,,,,,,,,,,, 69,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2774.0,275.0,25.0,1.0,143.0,18924.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,22388.0,3.0,,649255.0,,,,,,,,,,,,,,,, 70,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-11-15 18:15:33.000000,2023-11-09 21:18:47,4025.0,3.0,751.0,254.0,328.0,63.0,209.0,2815.0,2015-09-29 22:50:55,1.1.0,4.0,,,55.0,,,913.0,3.0,,109578.0,,,,,,,,,,,,,,,, 71,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-11-10 20:23:32.000000,2023-11-10 20:22:53,14878.0,12.0,652.0,113.0,17.0,,,670.0,,,,118.0,118.0,720.0,,,,3.0,,,,,,,,,,,,,,,,,, 72,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-11-13 12:18:54.000000,2023-11-13 12:18:53,275.0,16.0,15.0,14.0,114.0,1.0,10.0,76.0,2023-07-03 18:25:08,2.0.27,38.0,784.0,784.0,12.0,https://www.npmjs.com/package/web-did-resolver,19120.0,19120.0,3.0,,,,,,,,,,,,,,,,,, 73,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-16 12:27:17.000000,2023-11-15 22:20:17,2172.0,67.0,150.0,173.0,831.0,83.0,1026.0,1048.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,72.0,,,,1.0,,,,,,,,,,,,,,,,,, 74,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,680.0,37.0,441.0,429.0,2021-03-09 22:06:35,1.0.2,12.0,30.0,30.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-11-16 16:49:26.000000,2023-11-16 16:49:25,2408.0,111.0,30.0,14.0,3096.0,52.0,92.0,60.0,2023-11-16 16:03:01,1.17.5,21.0,753.0,753.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 76,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4665.0,565.0,122.0,497.0,619.0,13271.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 77,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,1.0,269.0,66.0,221.0,10.0,120.0,3599.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,655.0,93.0,307.0,151.0,321.0,1607.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,8.0,155.0,19.0,2046.0,388.0,1196.0,235.0,2023-05-09 10:57:15,0.3.2,14.0,2.0,2.0,59.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,ssi-sdks,Aries Framework JavaScript (Built using TypeScript).,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-16 09:38:27.000000,2023-11-10 12:13:29,839.0,36.0,144.0,26.0,993.0,167.0,449.0,208.0,2023-10-05 13:35:35,0.4.2,77.0,2.0,2.0,56.0,,,,2.0,,,,,,,,,,-1.0,,,,,,,, 81,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-13 10:54:04.519000,2023-11-13 10:43:21,1525.0,27.0,31.0,6.0,191.0,3.0,162.0,93.0,2023-11-13 10:54:06,1.2311131043.0,96.0,,,16.0,,,380.0,2.0,waltid/ssikit,57.0,https://hub.docker.com/r/waltid/ssikit,2023-11-13 10:54:04.519000,,10231.0,,,,,,,,,,,, 82,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-11-15 21:02:01.000000,2023-11-02 16:18:23,1081.0,52.0,16.0,12.0,1243.0,6.0,314.0,27.0,2023-10-13 17:40:05,1.12.0,15.0,,,27.0,,,359.0,2.0,,8980.0,,,,,,,,,,,,,,,, 83,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-10 22:02:09.000000,2023-07-12 07:05:13,339.0,,796.0,238.0,234.0,173.0,525.0,2582.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 84,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,270.0,96.0,42.0,28.0,23.0,2346.0,,,,,,26.0,,,1740.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1740.0,,,,,,,,, 85,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-11-16 15:01:15.000000,2023-11-07 16:51:30,4888.0,8.0,631.0,64.0,1746.0,30.0,49.0,654.0,2022-09-02 20:48:34,1.12.6,36.0,,,100.0,,,10.0,1.0,,561.0,,,,,,,,,,,,,,,, 86,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,64.0,103.0,4.0,54.0,2282.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-16 17:49:25.000000,2023-11-15 18:12:19,1621.0,160.0,78.0,82.0,694.0,54.0,584.0,258.0,,,,,,62.0,,,,1.0,,,,,,,,,,,,,,,,,, 88,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-16 00:17:58.000000,2023-11-01 15:51:52,531.0,8.0,47.0,30.0,353.0,73.0,103.0,158.0,,,,113.0,113.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-15 17:10:33.000000,2023-11-15 17:08:51,1602.0,71.0,105.0,21.0,779.0,67.0,173.0,121.0,,,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,, 90,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-11-16 15:53:28.000000,2023-11-16 15:53:28,1324.0,102.0,50.0,9.0,438.0,2.0,103.0,63.0,2023-11-09 13:29:49,2.3.0,7.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 91,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,374.0,561.0,56.0,126.0,88.0,8166.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 92,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,17,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,1.0,159.0,90.0,184.0,70.0,68.0,1218.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 93,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-16 02:38:26.000000,2023-11-15 15:51:50,967.0,49.0,37.0,48.0,199.0,173.0,146.0,440.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 94,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-11-13 03:34:36.000000,2023-11-13 03:34:35,2152.0,1.0,205.0,58.0,576.0,52.0,171.0,311.0,,,,,,84.0,,,,2.0,,,,,,,,,,-1.0,,,,,,,, 95,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-11-10 18:43:29.000000,2023-11-07 17:22:46,3590.0,18.0,66.0,27.0,5.0,,,227.0,,,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-14 20:37:18.000000,2023-11-14 20:35:50,314.0,22.0,53.0,13.0,328.0,47.0,107.0,187.0,,,4.0,33.0,33.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-11-15 23:51:11.000000,2023-11-15 20:42:38,365.0,21.0,43.0,16.0,73.0,21.0,62.0,153.0,,,,189.0,189.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,True 98,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-10-31 12:37:38.854547,2023-10-31 12:31:18,1371.0,16.0,25.0,2.0,111.0,2.0,43.0,32.0,2023-10-31 12:37:40,1.2310311231.0,44.0,,,12.0,,,148.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-10-31 12:37:38.854547,,3856.0,,,,,,,,,,,, 99,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-11-16 08:36:11.000000,2023-11-15 09:29:27,3470.0,285.0,10.0,7.0,449.0,50.0,1595.0,28.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-08 14:51:10.000000,2023-11-08 14:51:10,535.0,5.0,148.0,85.0,203.0,16.0,41.0,1329.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 101,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,62.0,32.0,247.0,45.0,72.0,223.0,,,,4.0,4.0,21.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 102,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,16,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-10 12:21:19.000000,2023-11-10 12:20:26,389.0,19.0,22.0,4.0,123.0,7.0,20.0,39.0,2023-11-10 12:21:19,1.4.1,27.0,70.0,70.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-10-23 14:41:34.000000,2023-10-13 02:22:48,1424.0,142.0,6.0,7.0,133.0,3.0,6.0,37.0,2023-10-01 02:16:26,0.17.5,29.0,1.0,1.0,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 104,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,,84.0,74.0,487.0,31.0,324.0,387.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-13 00:47:21.000000,2023-10-30 14:36:57,437.0,25.0,52.0,12.0,495.0,87.0,126.0,139.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 106,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,6.0,31.0,31.0,226.0,53.0,170.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-11-08 01:17:49.000000,2023-11-03 12:40:19,395.0,17.0,24.0,29.0,54.0,13.0,9.0,65.0,2021-10-08 12:33:05,0.2.0,2.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-16 14:39:10.000000,2023-11-09 16:08:24,466.0,77.0,25.0,13.0,135.0,26.0,25.0,39.0,,,,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-11-16 13:19:45.000000,2023-11-03 22:19:34,619.0,50.0,10.0,6.0,65.0,5.0,8.0,38.0,2023-10-14 23:03:15,0.8.1,14.0,,,13.0,,,,1.0,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,, 110,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,21.0,9.0,7.0,104.0,6.0,20.0,26.0,2023-09-28 01:02:52,2.1.2,26.0,16.0,16.0,15.0,,,2.0,1.0,,58.0,,,,,,,,,,,,,,,, 111,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for SSI & NFTs.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,20.0,6.0,2.0,36.0,,36.0,20.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,35.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,,709.0,,,,,,,,,,,, 113,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,935.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 114,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-11-15 21:08:18.000000,2023-11-15 21:07:11,670.0,9.0,52.0,75.0,255.0,155.0,101.0,295.0,,,,,,31.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,243.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,234.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,,, 116,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-11-07 09:43:57.000000,2023-11-07 09:43:41,453.0,7.0,22.0,32.0,39.0,28.0,44.0,116.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-15 18:30:06.000000,2023-11-15 18:30:06,598.0,18.0,19.0,8.0,46.0,5.0,12.0,66.0,,,13.0,42.0,42.0,12.0,,,0.0,3.0,,24.0,,,,,,,,,,,,,,,, 118,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-11-16 00:09:43.000000,2023-10-23 20:42:55,790.0,23.0,19.0,14.0,163.0,14.0,118.0,59.0,,,,,,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,did-key.js,https://github.com/transmute-industries/did-key.js,others,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,,,178.0,178.0,9.0,,,,1.0,,,,,,,,,,,,,,,,,,True 120,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-03-08 15:15:50.000000,2022-09-20 17:04:09,2014.0,,23.0,9.0,431.0,29.0,75.0,49.0,,,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,True 121,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,45.0,,,,55.0,55.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-11-16 00:55:00.000000,2023-11-14 15:57:02,696.0,19.0,18.0,11.0,185.0,25.0,170.0,40.0,2023-10-23 16:16:05,draft-ietf-oauth-selective-disclosure-jwt-06,1.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-16 10:17:37.000000,2023-11-16 10:17:12,878.0,70.0,7.0,6.0,156.0,6.0,9.0,35.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],11,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-09-26 14:37:07.000000,2023-09-26 14:37:03,244.0,13.0,11.0,10.0,22.0,1.0,3.0,33.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,53.0,,,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-10-18 10:45:25.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,39.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,5.0,3.0,10.0,57.0,2.0,1.0,13.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,10,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-16 11:40:11.000000,2023-11-16 11:39:49,179.0,141.0,1.0,1.0,67.0,1.0,1.0,,2023-11-16 11:45:01,1.2311161140.0,47.0,,,8.0,,,531.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2125.0,,,,,,,,,,,, 130,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,18.0,14.0,138.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-08-03 17:26:55.000000,2023-05-18 17:06:05,84.0,,10.0,9.0,32.0,21.0,27.0,24.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-10-24 00:04:12.000000,2023-10-06 18:01:30,61.0,4.0,1.0,10.0,59.0,1.0,1.0,15.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],7,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-11-11 14:48:35.000000,2023-11-11 14:48:35,55.0,34.0,2.0,19.0,11.0,25.0,11.0,22.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,True 134,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-14 17:32:27.603836,,,,,,,,,22.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2023-11-14 17:32:27.603836,22.0,4059647.0,,,,,,,,,,,, 135,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 136,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 137,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥈32 · ⭐ 8.3K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - doorkeeper (🥉30 · ⭐ 5.2K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - indy-node (🥇20 · ⭐ 660 · 📈) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - ion (🥈18 · ⭐ 1.2K · 📈) - The Identity Overlay Network (ION) is a DID Method implementation.. Apache-2 - digitalbazaar-vc (🥉18 · ⭐ 150 · 📈) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ockam (🥈33 · ⭐ 3.9K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - openbr (🥉21 · ⭐ 2.8K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed ================================================ FILE: history/2023-11-23_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,trending,gem_url,updated_github_id,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-23 08:57:53.000000,2023-11-21 17:04:38,2639.0,210.0,2420.0,97.0,2091.0,244.0,3484.0,19881.0,2023-11-10 18:09:32,next-auth@4.24.5,100.0,161279.0,161279.0,599.0,https://www.npmjs.com/package/next-auth,2800327.0,2800327.0,1.0,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-11-21 22:41:10.000000,2023-11-13 19:09:16,3796.0,63.0,1884.0,237.0,4067.0,91.0,2113.0,11402.0,2023-08-15 20:00:30,1.11.1,67.0,5665.0,5665.0,374.0,,,2834775.0,1.0,coredns/coredns,6869401.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,253450778.0,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-23 15:00:36.000000,2023-11-21 16:28:25,4880.0,137.0,1181.0,126.0,3987.0,318.0,2104.0,8701.0,2023-10-26 22:37:54,0.58.0,100.0,3102.0,3102.0,429.0,,,4925782.0,1.0,openpolicyagent/opa,4594423.0,https://hub.docker.com/r/openpolicyagent/opa,2023-11-21 23:26:55.004870,39.0,459391178.0,,,,,,,,,,, 9,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-11-20 18:36:48.000000,2023-10-25 05:42:36,1677.0,11.0,459.0,69.0,493.0,77.0,293.0,2673.0,2023-01-10 13:13:43,3.2.2,48.0,464405.0,464405.0,195.0,,,86433864.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,86433864.0,,,,,,,, 10,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-23 17:04:30.000000,2023-11-22 14:00:40,8156.0,150.0,1888.0,147.0,3136.0,167.0,2982.0,10893.0,2023-10-30 12:58:49,1.13.2,100.0,692.0,692.0,418.0,,,1669731.0,1.0,,63449804.0,,,,,,,,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-10-19 15:43:32.000000,2023-03-10 17:27:55,617.0,,1183.0,311.0,156.0,335.0,425.0,21955.0,,,,950961.0,950961.0,38.0,https://www.npmjs.com/package/passport,8938764.0,8938764.0,2.0,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-23 17:30:25.000000,2023-11-23 16:12:46,23374.0,682.0,5656.0,369.0,13408.0,1862.0,6146.0,18085.0,2023-11-23 15:05:15,23.0.0,44.0,,,1285.0,,,63767.0,1.0,quay.io/keycloak/keycloak,2231876.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-23 16:41:55.000000,2023-11-22 02:10:27,9597.0,170.0,1146.0,125.0,1035.0,99.0,866.0,6856.0,2023-11-22 02:28:28,0.5.16,10.0,1184.0,1184.0,223.0,,,159071.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,159071.0,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-23 17:52:45.000000,2023-11-22 19:54:47,18567.0,586.0,3842.0,834.0,18340.0,924.0,4833.0,28887.0,2023-11-08 19:39:49,1.15.2,100.0,6744.0,6744.0,1424.0,,,,2.0,,,,,,,,,,,,,,,,, 15,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-23 13:02:42.000000,2023-11-23 11:21:07,4044.0,142.0,816.0,107.0,1763.0,177.0,1009.0,9599.0,2023-07-12 20:24:48,1.0.0,43.0,326.0,326.0,214.0,,,1704430.0,1.0,oryd/kratos,35139.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112442047.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 16,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12867.0,1571.0,224.0,716.0,584.0,50285.0,2018-04-02 17:18:43,1.2.2,2.0,1798.0,1798.0,54.0,,,67430.0,1.0,animcogn/face_recognition,1199.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7071.0,face_recognition,https://pypi.org/project/face_recognition,67327.0,,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-21 22:30:13.000000,2023-11-21 22:26:44,1523.0,31.0,251.0,42.0,360.0,13.0,428.0,5257.0,2023-11-21 22:26:52,@casl/angular@8.2.3,100.0,59032.0,59032.0,67.0,https://www.npmjs.com/package/@casl/ability,1985763.0,1985763.0,2.0,,,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-11-23 10:01:10.000000,2023-11-22 14:28:37,1079.0,7.0,1537.0,231.0,481.0,36.0,735.0,16048.0,2023-11-22 14:29:49,2.78.0,100.0,2592.0,2592.0,135.0,https://www.npmjs.com/package/casbin,164847.0,280161.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,115314.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 19,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3503.0,334.0,107.0,422.0,389.0,15630.0,2020-03-22 14:01:55,0.22.2,38.0,7764.0,7764.0,25.0,https://www.npmjs.com/package/face-api.js,146087.0,146087.0,2.0,,,,,,,,,,,,,,,,, 20,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-11-22 16:48:20.000000,2023-11-22 16:48:19,3736.0,33.0,1325.0,233.0,1725.0,76.0,1390.0,14697.0,2023-05-24 08:55:23,2.1.2,100.0,2.0,2.0,290.0,,,4024463.0,2.0,oryd/hydra,666220.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,409496016.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 21,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-23 18:10:45.067946,2023-11-23 16:14:55,24111.0,496.0,3812.0,608.0,4535.0,,,10557.0,2023-11-17 08:24:37,6.6.14,100.0,21.0,21.0,340.0,,,5857.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2023-11-23 18:10:45.067946,128.0,855138.0,,,,,,,,,,, 22,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-23 17:46:36.000000,2023-11-23 15:29:24,7342.0,800.0,519.0,58.0,5104.0,303.0,1374.0,3901.0,2023-11-23 16:57:52,ockam_v0.105.0,100.0,183.0,183.0,293.0,,,13995.0,2.0,,335898.0,,,,,,,,,,,build-trust/ockam/ockam,-1.0,,, 23,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-22 15:58:41.000000,2023-11-21 22:45:16,3172.0,140.0,273.0,37.0,3763.0,83.0,862.0,3720.0,2023-11-16 19:06:01,0.24.0,100.0,13.0,13.0,91.0,,,17680655.0,2.0,pomerium/pomerium,49081.0,https://hub.docker.com/r/pomerium/pomerium,2023-11-21 22:54:02.984837,10.0,1025418717.0,,,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-11-22 09:22:15.000000,2023-11-22 09:22:15,4732.0,5.0,1656.0,182.0,1685.0,402.0,1330.0,9135.0,2023-04-14 09:36:52,r1.4.1,15.0,84.0,84.0,129.0,,,175614.0,3.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,175614.0,,,,,,,, 25,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,32,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-11-22 12:02:21.000000,2023-11-22 12:02:21,1104.0,27.0,1558.0,112.0,91.0,9.0,790.0,8257.0,,,,2182.0,2182.0,48.0,,,145664.0,2.0,,,,,,,deepface,https://pypi.org/project/deepface,145664.0,,,,,1.0,,, 26,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-23 17:40:59.000000,2023-11-23 12:52:07,6298.0,157.0,412.0,83.0,3376.0,143.0,1166.0,1558.0,2023-11-22 22:09:56,1.8.5,93.0,122.0,122.0,179.0,,,2313.0,2.0,ghcr.io/spiffe/spire-server,168891.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 27,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,5.0,4798.0,492.0,150.0,978.0,1344.0,19028.0,2023-04-02 07:43:27,0.7,1.0,1227.0,1227.0,57.0,,,152865.0,2.0,animcogn/insightface,1070054.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,, 28,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-21 22:33:12.000000,2023-10-25 14:03:03,2625.0,63.0,1475.0,176.0,1923.0,282.0,796.0,8584.0,2023-06-30 14:12:39,2.37.0,80.0,144.0,144.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,305.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-23 12:42:45.000000,2023-11-17 07:59:15,3336.0,247.0,211.0,37.0,1229.0,102.0,302.0,4017.0,2023-11-08 08:43:58,1.27.0,61.0,38.0,38.0,37.0,,,54190.0,2.0,authzed/spicedb,34240.0,https://hub.docker.com/r/authzed/spicedb,2023-11-15 14:11:09.368794,4.0,1427623.0,,,,,,,,,,, 30,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,30,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,13.0,12522.0,1530.0,514.0,16.0,815.0,47638.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,2945.0,3.0,,167921.0,,,,,,,,,,,,,,, 31,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-11-23 16:49:04.000000,2023-11-23 07:56:12,2384.0,23.0,1006.0,107.0,820.0,26.0,829.0,5213.0,2023-11-23 07:57:30,5.6.7,63.0,8253.0,8253.0,314.0,,,,3.0,,,,,,,,,,,,,,1.0,doorkeeper,, 32,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-23 18:06:07.000000,2023-11-21 16:30:02,3525.0,200.0,251.0,204.0,3736.0,75.0,239.0,3720.0,2023-11-02 16:41:46,0.14.2,48.0,8.0,8.0,146.0,,,235770.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,11.0,10845460.0,,,,,,,,,,, 33,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,30,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-20 21:58:32.000000,2023-11-20 21:58:29,5159.0,204.0,271.0,38.0,740.0,48.0,248.0,1199.0,2023-11-14 18:44:21,6.3.6,49.0,1466.0,1466.0,295.0,,,,3.0,,,,,,,,,,,,,,,,, 34,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-23 17:07:12.000000,2023-11-01 11:36:39,608.0,24.0,63.0,40.0,211.0,4.0,83.0,305.0,2023-11-01 11:37:20,7.4.5,100.0,4164.0,4164.0,41.0,https://www.npmjs.com/package/did-jwt,146687.0,146687.0,1.0,,,,,,,,,,,,,,,,, 35,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,8949.0,1101.0,131.0,541.0,801.0,43393.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3780.0,3.0,,166349.0,,,,,,,,,,,,,,, 36,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3483.0,759.0,74.0,9.0,370.0,14921.0,2016-02-25 17:42:46,0.2.1,4.0,68.0,68.0,30.0,,,1642.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161009.0,,,,,,,,,,, 37,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-23 17:06:28.000000,2023-11-23 17:04:23,2105.0,208.0,870.0,57.0,1300.0,103.0,1010.0,7438.0,2023-11-22 16:04:23,1.460.0,100.0,3.0,3.0,148.0,,,2621.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2023-11-22 16:10:15.525570,9.0,97008.0,,,,,,,,,,casbin/casdoor, 38,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-11-21 03:50:37.000000,2023-10-18 14:17:30,1482.0,25.0,312.0,57.0,1093.0,45.0,256.0,4348.0,,,50.0,21.0,21.0,71.0,,,747719.0,3.0,oryd/keto,17868.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50824728.0,,,,,,,,,,, 39,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-22 05:52:42.000000,2023-11-17 19:59:28,134.0,16.0,5547.0,442.0,189.0,,,50507.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,65.0,,,224009.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,224009.0,,,,,,,, 40,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-23 16:18:58.000000,2023-11-23 14:33:57,4992.0,311.0,962.0,158.0,4820.0,72.0,1085.0,17920.0,2022-12-21 09:01:04,4.37.5,100.0,,,137.0,,,628.0,2.0,,28915.0,,,,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is the most scalable Auth0 alternative designed for apps of..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-23 10:54:05.000000,2023-11-23 09:04:32,5242.0,599.0,269.0,35.0,4596.0,74.0,239.0,6495.0,2023-11-14 13:14:01,1.11.0,51.0,7.0,7.0,43.0,,,874.0,2.0,svhd/logto,2667.0,https://hub.docker.com/r/svhd/logto,2023-11-14 13:07:13.973838,2.0,21294.0,,,,,,,,,,, 42,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-23 18:03:53.000000,2023-11-23 14:17:50,2710.0,220.0,309.0,32.0,4745.0,435.0,1363.0,5337.0,2023-11-23 08:33:54,2.40.8,100.0,,,87.0,,,788.0,2.0,ghcr.io/zitadel/zitadel,2365.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,, 43,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-22 23:04:04.000000,2023-11-22 21:45:17,6354.0,76.0,540.0,140.0,4284.0,198.0,2671.0,4838.0,2023-11-20 21:23:17,release-2023-10-10,94.0,,,127.0,,,21218.0,2.0,letsencrypt/boulder-tools,59817.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-11-09 21:03:54.828343,13.0,1950447.0,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-10-18 15:30:38.000000,2023-09-08 08:05:44,1354.0,4.0,320.0,48.0,715.0,49.0,275.0,3112.0,2023-07-18 10:23:06,0.40.6,100.0,2.0,2.0,109.0,,,1184838.0,3.0,oryd/oathkeeper,31923.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87645261.0,,,,,,,,,,, 45,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-23 14:04:28.000000,2023-11-23 14:04:27,1440.0,96.0,94.0,28.0,1528.0,47.0,272.0,2056.0,2023-10-31 08:08:33,0.31.0,54.0,19.0,19.0,23.0,,,1589.0,3.0,ghcr.io/cerbos/cerbos,50858.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 46,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-11-20 03:40:23.000000,2023-11-20 01:05:41,442.0,13.0,64.0,29.0,141.0,5.0,47.0,180.0,2023-11-08 18:43:25,10.0.0,52.0,1384.0,1384.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,22871.0,22871.0,2.0,,,,,,,,,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-23 14:19:20.000000,2023-11-23 10:43:39,13083.0,812.0,405.0,28.0,5852.0,411.0,1251.0,5100.0,2023-11-21 19:09:26,ersion/2023.8.5,100.0,,,195.0,,,95.0,3.0,,2470.0,,,,,,,,https://charts.goauthentik.io,,,,,,, 48,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-11-20 13:55:16.000000,2023-11-18 02:39:57,1203.0,3.0,161.0,31.0,1522.0,107.0,100.0,3284.0,2023-04-03 23:25:23,0.27.0,100.0,78.0,78.0,65.0,,,39944.0,3.0,,2647.0,,,,,oso,https://pypi.org/project/oso,39864.0,,,,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-23 08:01:24.000000,2023-11-22 00:18:03,1696.0,202.0,113.0,16.0,1665.0,142.0,484.0,1767.0,2023-10-31 12:08:26,1.1.0-rc.15,17.0,42.0,42.0,58.0,,,254.0,3.0,kanidm/server,144.0,https://hub.docker.com/r/kanidm/server,2023-11-20 23:39:00.355837,,14317.0,,,,,,,,,,, 50,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-23 16:50:30.000000,2023-11-23 16:50:29,33248.0,424.0,52.0,31.0,3740.0,332.0,2458.0,313.0,2023-11-09 16:05:09,1.0.20,100.0,,,109.0,,,334.0,3.0,,668.0,,,,,,,,,,,,,,, 51,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],27,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-20 19:31:14.000000,2023-11-20 01:17:52,380.0,7.0,40.0,23.0,127.0,3.0,18.0,194.0,2023-03-08 14:05:37,4.1.0,24.0,5043.0,5043.0,24.0,https://www.npmjs.com/package/did-resolver,165252.0,165252.0,2.0,,,,,,,,,,,,,,,,, 52,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-22 04:20:39.000000,2023-11-06 01:34:30,355.0,28.0,38.0,24.0,93.0,2.0,47.0,157.0,2023-11-01 14:53:16,3.2.14,52.0,793.0,793.0,22.0,https://www.npmjs.com/package/did-jwt-vc,16190.0,16190.0,1.0,,,,,,,,,,,,,,,,, 53,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-11-22 09:04:56.000000,2023-11-22 09:04:52,2426.0,26.0,724.0,73.0,227.0,,,2867.0,2023-10-25 21:01:30,8.4.1,100.0,2.0,2.0,67.0,https://www.npmjs.com/package/oidc-provider,192905.0,192905.0,3.0,,,,,,,,,,,,,,,,, 54,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-22 08:29:35.000000,2023-11-21 16:08:58,5967.0,291.0,310.0,410.0,4114.0,117.0,417.0,1673.0,2023-10-23 21:10:51,1.6.0,27.0,,,152.0,,,0.0,3.0,,51.0,,,,,,,,,,,,,,, 55,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,65.0,121.0,48.0,1887.0,207.0,901.0,719.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,78760.0,3.0,cyberark/conjur,367.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7009215.0,,,,,,,,,,, 56,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-23 16:54:59.000000,2023-11-13 05:23:13,1818.0,44.0,103.0,23.0,732.0,61.0,349.0,362.0,2023-10-09 11:46:16,5.5.3,42.0,523.0,523.0,50.0,,,,1.0,,,,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-22 21:44:08.000000,2023-11-21 23:54:48,2894.0,127.0,256.0,53.0,2171.0,35.0,199.0,813.0,2023-11-20 16:37:50,1.11.47,100.0,26.0,26.0,79.0,,,,3.0,,,,,,,,,,,,,,,,, 58,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-22 03:24:02.000000,2023-11-21 18:58:41,8326.0,412.0,431.0,29.0,1539.0,210.0,874.0,372.0,2023-11-22 03:24:02,0.10.5,71.0,,,128.0,,,,1.0,,,,,,,,,,,,,,,,, 59,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],24,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-10-20 15:23:04.000000,2023-09-03 08:06:59,2952.0,1.0,289.0,80.0,832.0,285.0,610.0,1754.0,2023-03-17 17:09:04,5.7.7,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,1854.0,10533.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,4.0,954726.0,,,,,,,,,,, 60,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-22 13:05:51.000000,2023-11-16 10:13:23,1413.0,31.0,69.0,25.0,979.0,57.0,201.0,272.0,2023-11-02 09:48:53,1.0.0,23.0,101.0,101.0,33.0,,,,2.0,,,,,,,,,,,,,,,,, 61,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-22 05:01:31.000000,2023-11-21 16:07:27,920.0,82.0,395.0,64.0,425.0,101.0,345.0,10714.0,2023-11-22 05:02:01,7.0.13,54.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 62,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-11-20 11:07:58.000000,2023-09-24 10:25:45,558.0,16.0,273.0,58.0,142.0,176.0,536.0,5031.0,2020-09-02 15:57:23,2.6.1,11.0,,,60.0,,,210.0,3.0,,14533.0,,,,,,,,,,,,,,,howdy 63,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-23 10:52:18.000000,2023-11-23 10:52:18,2187.0,407.0,76.0,17.0,722.0,28.0,113.0,1909.0,2023-11-20 17:04:40,0.5.9,43.0,,,31.0,,,79.0,3.0,ghcr.io/permify/permify,1199.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-11-22 20:32:30.000000,2023-10-09 09:18:09,1677.0,21.0,117.0,20.0,339.0,35.0,76.0,1894.0,2023-09-14 19:06:35,0.7.4,32.0,,,45.0,,,3916.0,3.0,permitio/opal-server,544.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,128668.0,,,,,,,,,,, 65,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-22 23:43:04.000000,2023-11-20 13:44:56,15709.0,44.0,304.0,50.0,7083.0,,,1029.0,,,,,,219.0,,,40588.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-22 08:39:25.676107,158.0,5601240.0,,,,,,,,,,, 66,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-23 12:38:29.000000,2023-11-23 07:25:07,1674.0,32.0,216.0,60.0,279.0,24.0,80.0,494.0,2022-01-07 16:42:38,0.5.0,6.0,,,98.0,,,1552.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-23 08:41:12.971671,,116469.0,,,,,,,,,,, 67,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-22 23:56:55.000000,2023-11-22 18:18:15,414.0,93.0,87.0,17.0,394.0,47.0,181.0,309.0,2023-11-22 18:19:15,0.2.8,26.0,128.0,128.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,, 68,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-11-23 15:40:26.000000,2023-11-23 15:38:45,619.0,46.0,34.0,16.0,185.0,19.0,75.0,54.0,2023-06-02 16:26:49,0.1.0,24.0,45.0,45.0,20.0,,,3631.0,3.0,,36310.0,,,,,,,,,,,,,,, 69,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2799.0,276.0,25.0,1.0,143.0,18988.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,22669.0,3.0,,657410.0,,,,,,,,,,,,,,, 70,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-11-10 20:23:32.000000,2023-11-10 20:22:53,14878.0,11.0,654.0,113.0,17.0,,,672.0,,,,118.0,118.0,720.0,,,,3.0,,,,,,,,,,,,,,,,, 71,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-11-20 03:51:48.000000,2023-11-20 01:28:36,276.0,16.0,15.0,14.0,114.0,1.0,10.0,76.0,2023-07-03 18:25:08,2.0.27,38.0,789.0,789.0,12.0,https://www.npmjs.com/package/web-did-resolver,19263.0,19263.0,3.0,,,,,,,,,,,,,,,,, 72,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-11-22 17:39:33.000000,2023-11-09 21:18:47,4025.0,1.0,753.0,254.0,329.0,63.0,209.0,2816.0,2015-09-29 22:50:55,1.1.0,4.0,,,55.0,,,913.0,3.0,,109614.0,,,,,,,,,,,,-1.0,,, 73,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-22 18:15:39.000000,2023-11-15 22:20:17,2172.0,61.0,150.0,173.0,834.0,83.0,1026.0,1050.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,72.0,,,,1.0,,,,,,,,,,,,,,,,, 74,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,680.0,37.0,441.0,429.0,2021-03-09 22:06:35,1.0.2,12.0,31.0,31.0,47.0,,,,1.0,,,,,,,,,,,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-11-21 11:02:38.000000,2023-11-20 17:52:05,2415.0,107.0,29.0,14.0,3104.0,52.0,93.0,60.0,2023-11-16 16:03:01,1.17.5,21.0,762.0,762.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,, 76,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4665.0,566.0,122.0,497.0,619.0,13294.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,, 77,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,1.0,269.0,66.0,221.0,9.0,121.0,3606.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,, 78,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,657.0,93.0,307.0,151.0,322.0,1610.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,, 79,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-11-23 13:40:24.000000,2023-11-21 17:51:02,4892.0,12.0,631.0,64.0,1746.0,30.0,49.0,657.0,2022-09-02 20:48:34,1.12.6,36.0,,,100.0,,,10.0,1.0,,561.0,,,,,,,,,,,,1.0,,, 80,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,4.0,155.0,19.0,2046.0,388.0,1196.0,234.0,2023-05-09 10:57:15,0.3.2,14.0,2.0,2.0,59.0,,,,2.0,,,,,,,,,,,,,,,,, 81,aries-framework-javascript,https://github.com/hyperledger/aries-framework-javascript,ssi-sdks,Aries Framework JavaScript (Built using TypeScript).,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/hyperledger/aries-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-23 13:59:03.000000,2023-11-22 02:32:16,841.0,37.0,146.0,26.0,995.0,166.0,455.0,208.0,2023-10-05 13:35:35,0.4.2,77.0,2.0,2.0,56.0,,,,2.0,,,,,,,,,,,,,,,,, 82,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-23 10:15:09.000000,2023-11-23 10:14:53,1529.0,31.0,31.0,6.0,193.0,3.0,162.0,93.0,2023-11-13 10:54:06,1.2311131043.0,96.0,,,16.0,,,387.0,2.0,waltid/ssikit,57.0,https://hub.docker.com/r/waltid/ssikit,2023-11-23 09:20:43.162363,,10411.0,,,,,,,,,,, 83,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-11-21 11:47:10.000000,2023-11-21 11:45:44,1088.0,57.0,16.0,12.0,1249.0,,321.0,27.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,361.0,2.0,,9049.0,,,,,,,,,,,,,,, 84,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-10 22:02:09.000000,2023-07-12 07:05:13,339.0,,796.0,238.0,234.0,173.0,525.0,2586.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 85,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,270.0,96.0,42.0,28.0,23.0,2350.0,,,,,,26.0,,,1760.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1760.0,,,,,,,, 86,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2285.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,, 87,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,159.0,90.0,184.0,70.0,68.0,1218.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,1.0,,, 88,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-21 15:59:57.000000,2023-11-21 15:59:40,1678.0,186.0,78.0,81.0,700.0,51.0,589.0,259.0,,,,,,64.0,,,,1.0,,,,,,,,,,,,,,,,, 89,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-23 00:18:24.000000,2023-11-01 15:51:52,531.0,8.0,47.0,30.0,353.0,73.0,103.0,159.0,,,,113.0,113.0,23.0,,,,3.0,,,,,,,,,,,,,,,,, 90,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-11-23 12:04:27.000000,2023-11-15 20:42:38,365.0,21.0,43.0,16.0,73.0,22.0,62.0,153.0,,,,193.0,193.0,14.0,,,,3.0,,,,,,,,,,,,,,1.0,,, 91,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-23 05:27:01.000000,2023-11-22 21:01:20,1607.0,66.0,105.0,21.0,782.0,68.0,173.0,120.0,,,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,, 92,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-11-23 16:49:35.000000,2023-11-23 08:02:11,1342.0,120.0,50.0,9.0,452.0,4.0,104.0,66.0,2023-11-23 08:09:27,2.3.2,9.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,, 93,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,18,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-11-23 10:20:00.964946,2023-11-23 10:15:56,1373.0,18.0,25.0,2.0,111.0,,46.0,32.0,2023-11-23 10:20:04,1.2311231016.0,46.0,,,12.0,,,149.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-11-23 10:20:00.964946,,3874.0,,,,,,,,,,, 94,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,374.0,561.0,56.0,126.0,88.0,8167.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,, 95,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-21 10:24:10.000000,2023-11-08 14:51:10,535.0,4.0,149.0,84.0,204.0,16.0,41.0,1334.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,, 96,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-22 18:25:03.000000,2023-11-17 15:58:14,969.0,49.0,38.0,48.0,200.0,173.0,146.0,441.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,22.0,,,,2.0,,,,,,,,,,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-11-21 12:36:47.000000,2023-11-13 03:34:35,2152.0,1.0,206.0,58.0,577.0,52.0,171.0,311.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,, 98,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-11-22 09:43:18.000000,2023-11-22 09:42:44,3596.0,15.0,66.0,27.0,5.0,,,227.0,,,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,, 99,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-21 02:44:38.000000,2023-11-21 02:43:54,317.0,25.0,53.0,13.0,330.0,47.0,107.0,187.0,,,4.0,33.0,33.0,17.0,,,,3.0,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-10 12:21:19.000000,2023-11-10 12:20:26,389.0,19.0,22.0,4.0,123.0,6.0,21.0,39.0,2023-11-10 12:21:19,1.4.1,27.0,73.0,73.0,15.0,,,,3.0,,,,,,,,,,,,,,,,, 101,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-11-23 15:54:05.000000,2023-11-23 15:54:05,3476.0,269.0,10.0,7.0,451.0,62.0,1601.0,28.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,, 102,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,63.0,32.0,247.0,45.0,72.0,223.0,,,,4.0,4.0,21.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 103,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-11-23 10:26:02.000000,2023-10-13 02:22:48,1424.0,129.0,6.0,8.0,134.0,3.0,6.0,38.0,2023-10-01 02:16:26,0.17.5,29.0,1.0,1.0,13.0,,,,3.0,,,,,,,,,,,,,,,,, 104,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,,84.0,74.0,487.0,31.0,324.0,387.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,, 105,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-20 00:57:22.000000,2023-10-30 14:36:57,437.0,20.0,52.0,12.0,496.0,87.0,126.0,139.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,, 106,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,6.0,31.0,31.0,226.0,54.0,170.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,, 107,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-11-23 18:01:46.000000,2023-11-23 18:01:32,396.0,16.0,24.0,29.0,54.0,13.0,9.0,65.0,2021-10-08 12:33:05,0.2.0,2.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,, 108,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-11-20 09:46:49.000000,2023-11-20 09:46:34,620.0,45.0,10.0,6.0,65.0,5.0,8.0,39.0,2023-10-14 23:03:15,0.8.1,14.0,,,13.0,,,,1.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 109,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-23 10:34:09.000000,2023-11-20 16:41:55,475.0,84.0,25.0,13.0,136.0,26.0,25.0,39.0,,,,,,24.0,,,,2.0,,,,,,,,,,,,,,,,, 110,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-10-12 21:11:44.000000,2023-10-12 21:11:39,933.0,21.0,9.0,7.0,104.0,7.0,20.0,26.0,2023-09-28 01:02:52,2.1.2,26.0,16.0,16.0,15.0,,,2.0,1.0,,58.0,,,,,,,,,,,,,,, 111,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for SSI & NFTs.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,20.0,6.0,2.0,36.0,,36.0,21.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,35.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,,709.0,,,,,,,,,,, 112,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,, 113,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,936.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,, 114,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-11-20 17:36:36.000000,2023-11-15 21:07:11,670.0,8.0,52.0,75.0,256.0,158.0,101.0,294.0,,,,,,31.0,,,,3.0,,,,,,,,,,,,,,,,, 115,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,243.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,234.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,, 116,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-11-22 09:01:37.000000,2023-11-22 09:01:37,454.0,8.0,22.0,31.0,39.0,28.0,44.0,116.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,, 117,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-15 18:30:06.000000,2023-11-15 18:30:06,598.0,18.0,19.0,8.0,46.0,5.0,12.0,66.0,,,13.0,42.0,42.0,12.0,,,0.0,3.0,,24.0,,,,,,,,,,,,,,, 118,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,24.0,9.0,432.0,29.0,75.0,50.0,,,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,, 119,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-11-23 00:09:49.000000,2023-11-20 19:19:01,792.0,25.0,19.0,14.0,163.0,14.0,118.0,59.0,,,,,,15.0,,,,3.0,,,,,,,,,,,,,,,,, 120,did-key.js,https://github.com/transmute-industries/did-key.js,others,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,,,178.0,178.0,9.0,,,,1.0,,,,,,,,,,,,,,,,, 121,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,45.0,,,,55.0,55.0,11.0,,,,3.0,,,,,,,,,,,,,,,,, 122,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-11-23 00:54:19.000000,2023-11-14 15:57:02,696.0,18.0,19.0,11.0,185.0,27.0,172.0,40.0,2023-10-23 16:16:05,draft-ietf-oauth-selective-disclosure-jwt-06,1.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,, 123,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-23 13:59:51.000000,2023-11-16 10:17:12,878.0,70.0,7.0,6.0,157.0,6.0,9.0,35.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,, 124,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],11,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-09-26 14:37:07.000000,2023-09-26 14:37:03,244.0,13.0,11.0,10.0,22.0,1.0,3.0,33.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,, 125,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-22 19:29:21.000000,2023-11-16 11:39:49,179.0,141.0,1.0,1.0,67.0,2.0,3.0,,2023-11-16 11:45:01,1.2311161140.0,47.0,,,8.0,,,535.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2140.0,,,,,,,,,,, 126,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,, 127,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,53.0,,,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,, 128,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,39.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,, 129,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,, 130,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,5.0,3.0,10.0,57.0,2.0,1.0,14.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,, 131,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,18.0,14.0,138.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,, 132,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-11-19 16:49:44.000000,2023-10-06 18:01:30,61.0,4.0,2.0,10.0,60.0,1.0,1.0,15.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],7,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-11-11 14:48:35.000000,2023-11-11 14:48:35,55.0,34.0,2.0,20.0,11.0,25.0,11.0,23.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,, 134,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-14 17:32:27.603836,,,,,,,,,22.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2023-11-14 17:32:27.603836,22.0,4062995.0,,,,,,,,,,, 135,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, 136,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 137,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-11-30_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - openbr (🥉22 · ⭐ 2.8K · 📈) - Open Source Biometrics, Face Recognition. ❗Unlicensed - gotrue (🥉21 · ⭐ 3.6K · 📈) - An SWT based API for managing users and issuing SWT tokens. MIT - vc-data-model (🥇19 · ⭐ 260 · 📈) - W3C Verifiable Credentials Working Group VC Data Model.. ❗️W3C w3c - fedfm (🥉14 · ⭐ 300 · 📈) - A privacy preserving identity exchange Web API. ❗Unlicensed w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇41 · ⭐ 20K · 📉) - Authentication for the Web. ISC - oauthlib (🥇39 · ⭐ 2.7K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - ageitgey-face-recognition (🥈32 · ⭐ 50K · 💀) - The worlds simplest facial recognition api for Python.. MIT - insightface (🥈30 · ⭐ 19K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - faceswap (🥉29 · ⭐ 48K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 ## ➕ Added Projects _Projects that were recently added to this best-of list._ - pysaml2 (🥈33 · ⭐ 530 · ➕) - Python implementation of SAML2. Apache-2 - satosa (🥉22 · ⭐ 170 · ➕) - Proxy translating between different authentication protocols.. Apache-2 - web5-js (🥈21 · ⭐ 76 · ➕) - An SDK for building decentralized web apps with DIDs, VCs,.. Apache-2 web5 - keripy (🥉16 · ⭐ 45 · ➕) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 - pyMDOC-CBOR (🥉7 · ⭐ 8 · ➕) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ================================================ FILE: history/2023-11-30_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,new_addition,gem_url,updated_github_id,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-11-30 13:56:34.000000,2023-11-30 13:56:33,2659.0,221.0,2431.0,94.0,2108.0,248.0,3497.0,20012.0,100.0,164105.0,164105.0,600.0,https://www.npmjs.com/package/next-auth,2741828.0,2741828.0,1.0,-1.0,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-11-29 11:59:55.000000,2023-11-13 19:09:16,3796.0,59.0,1883.0,237.0,4071.0,94.0,2113.0,11417.0,67.0,5674.0,5674.0,374.0,,,2842143.0,1.0,,coredns/coredns,2023-08-15 20:00:30,1.11.1,6885576.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,254111320.0,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-11-30 17:48:16.000000,2023-11-30 16:45:06,4897.0,139.0,1184.0,125.0,3999.0,316.0,2112.0,8723.0,100.0,3118.0,3118.0,432.0,,,4954532.0,1.0,,openpolicyagent/opa,2023-11-30 15:49:02,0.59.0,4658551.0,https://hub.docker.com/r/openpolicyagent/opa,2023-11-30 17:22:23.148214,39.0,462002925.0,,,,,,,,,,, 9,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-11-29 23:40:00.000000,2023-11-29 14:12:49,8165.0,143.0,1896.0,147.0,3143.0,168.0,2988.0,10913.0,100.0,698.0,698.0,419.0,,,1693129.0,1.0,,,2023-10-30 12:58:49,1.13.2,64338913.0,,,,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-11-20 18:36:48.000000,2023-10-25 05:42:36,1677.0,3.0,459.0,69.0,493.0,77.0,293.0,2674.0,48.0,467271.0,467271.0,195.0,,,84951068.0,1.0,-1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,84951068.0,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1184.0,311.0,157.0,335.0,425.0,21991.0,,955102.0,955102.0,38.0,https://www.npmjs.com/package/passport,8821355.0,8821355.0,2.0,,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-11-30 18:09:14.000000,2023-11-30 18:04:35,23435.0,689.0,5664.0,370.0,13497.0,1874.0,6213.0,18151.0,45.0,,,1286.0,,,64326.0,1.0,,quay.io/keycloak/keycloak,2023-11-29 06:07:19,23.0.1,2251425.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-11-30 16:42:30.000000,2023-11-29 16:54:56,9599.0,172.0,1149.0,124.0,1046.0,100.0,869.0,6890.0,10.0,1225.0,1225.0,224.0,,,162932.0,1.0,,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,162932.0,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-11-30 17:49:23.000000,2023-11-30 17:49:22,18593.0,531.0,3841.0,831.0,18387.0,927.0,4840.0,28924.0,100.0,6753.0,6753.0,1424.0,,,,2.0,,,2023-11-30 17:18:31,1.13.11,,,,,,,,,,,,,,,, 15,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-11-29 19:26:55.000000,2023-11-29 13:05:01,4046.0,130.0,822.0,107.0,1767.0,176.0,1012.0,9620.0,43.0,326.0,326.0,214.0,,,1704859.0,1.0,,oryd/kratos,2023-07-12 20:24:48,1.0.0,35314.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112470095.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 16,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-11-28 07:06:37.000000,2023-11-28 07:03:49,1524.0,31.0,252.0,42.0,362.0,13.0,428.0,5268.0,100.0,59614.0,59614.0,67.0,https://www.npmjs.com/package/@casl/ability,1954161.0,1954161.0,2.0,,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-11-24 07:59:06.000000,2023-11-24 07:55:12,1080.0,5.0,1537.0,231.0,481.0,35.0,736.0,16086.0,100.0,2601.0,2601.0,135.0,https://www.npmjs.com/package/casbin,161565.0,267686.0,2.0,,,2023-11-24 07:56:26,2.79.0,,,,,,casbin,https://pypi.org/project/casbin,106121.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 18,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3506.0,335.0,107.0,422.0,389.0,15674.0,38.0,7811.0,7811.0,25.0,https://www.npmjs.com/package/face-api.js,139050.0,139050.0,1.0,,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-11-27 21:28:19.000000,2023-11-22 16:48:19,3736.0,33.0,1325.0,232.0,1725.0,78.0,1391.0,14708.0,100.0,2.0,2.0,290.0,,,4027332.0,2.0,,oryd/hydra,2023-05-24 08:55:23,2.1.2,669998.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,409783054.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-11-30 15:32:30.000000,2023-11-30 09:00:57,24133.0,485.0,3816.0,607.0,4554.0,,,10561.0,100.0,21.0,21.0,342.0,,,5884.0,2.0,,apereo/cas,2023-11-17 08:24:37,6.6.14,,https://hub.docker.com/r/apereo/cas,2023-11-30 00:33:06.431728,128.0,859106.0,,,,,,,,,,, 21,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-11-30 17:52:16.000000,2023-11-29 19:45:50,7408.0,816.0,520.0,58.0,5154.0,299.0,1382.0,3916.0,100.0,183.0,183.0,294.0,,,14021.0,2.0,,,2023-11-23 16:57:52,ockam_v0.105.0,336527.0,,,,,,,,,,,build-trust/ockam/ockam,,,, 22,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-11-30 03:59:14.086165,2023-11-30 03:16:12,3179.0,132.0,274.0,37.0,3774.0,83.0,863.0,3724.0,100.0,13.0,13.0,91.0,,,17916951.0,2.0,,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,49304.0,https://hub.docker.com/r/pomerium/pomerium,2023-11-30 03:59:14.086165,10.0,1039123630.0,,,,,,,,,,, 23,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,9.0,385.0,31.0,522.0,68.0,353.0,530.0,50.0,1609.0,1609.0,172.0,,,583500.0,2.0,,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,583500.0,,,,,True,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12875.0,1572.0,224.0,716.0,584.0,50352.0,2.0,21.0,21.0,54.0,,,69552.0,2.0,-3.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1205.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7094.0,face_recognition,https://pypi.org/project/face_recognition,69449.0,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-11-22 09:22:15.000000,2023-11-22 09:22:15,4732.0,5.0,1660.0,182.0,1685.0,414.0,1332.0,9189.0,15.0,85.0,85.0,129.0,,,174707.0,3.0,,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,174707.0,,,,,,,, 26,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,32,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-11-29 15:05:28.000000,2023-11-27 12:22:55,1105.0,28.0,1569.0,115.0,95.0,9.0,794.0,8386.0,,2213.0,2213.0,48.0,,,142063.0,2.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,142063.0,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-11-30 17:16:30.000000,2023-11-30 14:34:51,6306.0,151.0,411.0,82.0,3389.0,142.0,1170.0,1563.0,93.0,124.0,124.0,179.0,,,2329.0,2.0,,ghcr.io/spiffe/spire-server,2023-11-22 22:09:56,1.8.5,170059.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 28,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-11-29 04:07:01.000000,2023-10-25 14:03:03,2625.0,63.0,1479.0,176.0,1926.0,282.0,796.0,8605.0,80.0,144.0,144.0,223.0,,,3.0,2.0,,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-11-30 17:07:13.676851,2023-11-29 16:04:30,3350.0,236.0,214.0,37.0,1235.0,103.0,304.0,4025.0,63.0,38.0,38.0,38.0,,,55616.0,2.0,,authzed/spicedb,2023-11-30 17:07:14,1.28.0,35120.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,4.0,1465203.0,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,2.0,4815.0,493.0,150.0,983.0,1344.0,19129.0,1.0,1264.0,1264.0,57.0,,,161966.0,2.0,-1.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1133760.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,, 31,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-11-28 10:26:15.000000,2023-11-23 07:56:12,2384.0,21.0,1006.0,107.0,820.0,26.0,829.0,5213.0,63.0,8268.0,8268.0,314.0,,,,3.0,,,2023-11-23 07:57:30,5.6.7,,,,,,,,,,,,,,doorkeeper,, 32,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-11-30 18:11:40.000000,2023-11-30 14:38:07,3531.0,196.0,250.0,201.0,3754.0,75.0,240.0,3722.0,48.0,8.0,8.0,146.0,,,239260.0,3.0,,hashicorp/boundary,2023-11-02 16:41:46,0.14.2,,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,11.0,11005994.0,,,,,,,,,,, 33,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,30,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-11-28 14:48:34.000000,2023-11-28 14:48:13,5166.0,198.0,270.0,38.0,740.0,50.0,248.0,1205.0,49.0,1476.0,1476.0,295.0,,,,3.0,,,2023-11-14 18:44:21,6.3.6,,,,,,,,,,,,,,,, 34,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-11-30 16:55:44.000000,2023-11-01 11:36:39,608.0,23.0,63.0,40.0,211.0,4.0,83.0,306.0,100.0,4198.0,4198.0,41.0,https://www.npmjs.com/package/did-jwt,153290.0,153290.0,1.0,,,2023-11-01 11:37:20,7.4.5,,,,,,,,,,,,,,,, 35,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,8.0,12531.0,1530.0,514.0,15.0,816.0,47716.0,4.0,,,97.0,,,3062.0,3.0,-1.0,,2023-06-18 18:08:19,2.2.0,174577.0,,,,,,,,,,,,,,, 36,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,8973.0,1104.0,131.0,541.0,801.0,43498.0,2.0,21.0,21.0,22.0,,,3792.0,3.0,,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,166864.0,,,,,,,,,,,,,,, 37,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3481.0,759.0,74.0,9.0,370.0,14923.0,4.0,68.0,68.0,30.0,,,1643.0,3.0,,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161021.0,,,,,,,,,,, 38,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-11-30 10:21:38.269474,2023-11-30 10:05:30,2109.0,186.0,876.0,57.0,1304.0,101.0,1013.0,7494.0,100.0,3.0,3.0,149.0,,,2685.0,2.0,,casbin/casdoor,2023-11-30 10:15:57,1.463.0,,https://hub.docker.com/r/casbin/casdoor,2023-11-30 10:21:38.269474,10.0,99381.0,,,,,,,,,,casbin/casdoor, 39,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-11-30 03:13:29.000000,2023-10-18 14:17:30,1482.0,19.0,312.0,57.0,1095.0,39.0,262.0,4354.0,50.0,21.0,21.0,71.0,,,747773.0,3.0,,oryd/keto,,,17989.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50828243.0,,,,,,,,,,, 40,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-11-28 19:03:16.000000,2023-11-17 19:59:28,134.0,16.0,5655.0,448.0,190.0,,,51425.0,10.0,21.0,21.0,65.0,,,214027.0,3.0,,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,214027.0,,,,,,,, 41,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-11-30 15:45:56.000000,2023-11-30 14:32:57,5015.0,314.0,962.0,158.0,4846.0,68.0,1089.0,17975.0,100.0,,,137.0,,,636.0,2.0,,,2022-12-21 09:01:04,4.37.5,29271.0,,,,,,,,,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-11-30 17:50:45.000000,2023-11-30 11:00:55,5289.0,627.0,273.0,35.0,4663.0,72.0,243.0,6513.0,51.0,7.0,7.0,44.0,,,894.0,2.0,,svhd/logto,2023-11-14 13:14:01,1.11.0,2681.0,https://hub.docker.com/r/svhd/logto,2023-11-14 13:07:13.973838,2.0,21852.0,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-11-30 16:20:21.000000,2023-11-29 15:52:12,2718.0,216.0,313.0,32.0,4771.0,441.0,1365.0,5425.0,100.0,,,87.0,,,829.0,2.0,,ghcr.io/zitadel/zitadel,2023-11-29 11:53:43,2.41.6,2488.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-11-30 18:16:55.000000,2023-11-28 19:34:04,6362.0,77.0,540.0,139.0,4286.0,194.0,2675.0,4841.0,95.0,,,127.0,,,21235.0,2.0,,letsencrypt/boulder-tools,2023-11-27 20:50:52,release-2023-11-27,60003.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-11-09 21:03:54.828343,13.0,1951150.0,,,,,,,,,,, 45,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-11-30 18:06:28.000000,2023-11-30 09:00:37,1447.0,95.0,94.0,28.0,1536.0,47.0,272.0,2068.0,55.0,19.0,19.0,23.0,,,1601.0,3.0,,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,51257.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 46,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-11-27 17:12:12.000000,2023-11-27 17:12:10,445.0,16.0,65.0,29.0,141.0,5.0,47.0,182.0,53.0,1397.0,1397.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,24462.0,24462.0,2.0,,,2023-11-27 17:12:41,10.0.1,,,,,,,,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-11-30 12:03:58.000000,2023-11-29 13:50:23,13101.0,750.0,406.0,28.0,5881.0,421.0,1257.0,5145.0,100.0,,,196.0,,,95.0,3.0,,,2023-11-21 19:09:26,ersion/2023.8.5,2481.0,,,,,,,,https://charts.goauthentik.io,,,,,,, 48,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-11-20 13:55:16.000000,2023-11-18 02:39:57,1203.0,3.0,160.0,31.0,1522.0,107.0,100.0,3288.0,100.0,78.0,78.0,65.0,,,32702.0,3.0,,,2023-04-03 23:25:23,0.27.0,2651.0,,,,,oso,https://pypi.org/project/oso,32622.0,,,,,,,, 49,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],27,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-11-30 10:56:42.000000,2023-09-08 08:05:44,1354.0,2.0,320.0,48.0,716.0,47.0,277.0,3116.0,100.0,2.0,2.0,109.0,,,1185108.0,3.0,,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,32144.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87665059.0,,,,,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-11-30 14:10:49.000000,2023-11-29 23:25:34,1708.0,195.0,113.0,17.0,1682.0,139.0,487.0,1786.0,17.0,42.0,42.0,59.0,,,279.0,3.0,,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,140.0,https://hub.docker.com/r/kanidm/server,2023-11-30 02:35:30.871035,,15791.0,,,,,,,,,,, 51,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-11-30 17:39:18.000000,2023-11-30 17:25:31,33306.0,469.0,53.0,31.0,3947.0,345.0,2488.0,315.0,100.0,,,110.0,,,357.0,3.0,,,2023-11-09 16:05:09,1.0.20,715.0,,,,,,,,,,,,,,, 52,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],27,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-11-28 13:04:22.000000,2023-11-27 01:29:22,381.0,8.0,40.0,23.0,127.0,3.0,18.0,196.0,24.0,5097.0,5097.0,24.0,https://www.npmjs.com/package/did-resolver,169342.0,169342.0,2.0,,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,, 53,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-11-29 20:31:35.000000,2023-11-06 01:34:30,355.0,27.0,38.0,24.0,93.0,2.0,47.0,158.0,52.0,805.0,805.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18275.0,18275.0,1.0,,,2023-11-01 14:53:16,3.2.14,,,,,,,,,,,,,,,, 54,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-11-29 08:57:14.000000,2023-11-27 20:44:49,2427.0,20.0,724.0,73.0,231.0,,,2871.0,100.0,2.0,2.0,67.0,https://www.npmjs.com/package/oidc-provider,189256.0,189256.0,3.0,,,2023-10-25 21:01:30,8.4.1,,,,,,,,,,,,,,,, 55,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-11-29 18:18:24.000000,2023-11-29 18:18:22,5985.0,304.0,308.0,410.0,4122.0,117.0,417.0,1672.0,27.0,,,152.0,,,0.0,3.0,,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,, 56,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,46.0,122.0,48.0,1887.0,207.0,901.0,719.0,73.0,,,96.0,,,78821.0,3.0,,cyberark/conjur,2023-08-04 21:07:07,1.20.0,370.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7014703.0,,,,,,,,,,, 57,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-11-30 09:23:38.000000,2023-11-13 05:23:13,1818.0,43.0,105.0,23.0,732.0,61.0,349.0,367.0,42.0,528.0,528.0,50.0,,,,1.0,,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,,,, 58,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-11-30 17:15:30.000000,2023-11-30 16:56:32,2903.0,122.0,256.0,53.0,2181.0,37.0,201.0,815.0,100.0,26.0,26.0,79.0,,,,3.0,,,2023-11-20 16:37:50,1.11.47,,,,,,,,,,,,,,,, 59,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-11-30 17:18:27.000000,2023-11-29 19:44:58,8411.0,470.0,432.0,29.0,1550.0,213.0,878.0,372.0,72.0,,,129.0,,,,1.0,,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,, 60,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],24,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-11-30 09:55:39.000000,2023-09-03 08:06:59,2952.0,1.0,289.0,80.0,833.0,286.0,610.0,1753.0,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,1289.0,9991.0,1.0,,nodesolidserver/node-solid-server,2023-03-17 17:09:04,5.7.7,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-09-03 08:18:28.394842,4.0,957244.0,,,,,,,,,,, 61,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-11-30 12:27:32.000000,2023-11-29 15:46:17,1414.0,28.0,71.0,24.0,983.0,58.0,202.0,274.0,23.0,102.0,102.0,34.0,,,,2.0,,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,, 62,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-11-29 12:29:42.000000,2023-11-28 13:53:28,924.0,78.0,398.0,63.0,427.0,100.0,346.0,10749.0,56.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,2023-11-28 15:30:42,7.0.15,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 63,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-11-20 11:07:58.000000,2023-09-24 10:25:45,558.0,14.0,275.0,58.0,142.0,176.0,537.0,5045.0,11.0,,,60.0,,,211.0,3.0,,,2020-09-02 15:57:23,2.6.1,14616.0,,,,,,,,,,,,,,,howdy 64,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-11-30 16:57:33.000000,2023-11-30 16:47:39,2221.0,423.0,79.0,18.0,747.0,32.0,113.0,1958.0,43.0,,,33.0,,,81.0,3.0,,ghcr.io/permify/permify,2023-11-20 17:04:40,0.5.9,1221.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-11-28 15:42:35.000000,2023-11-27 16:04:12,1679.0,21.0,118.0,20.0,340.0,35.0,76.0,1896.0,32.0,,,45.0,,,3987.0,3.0,,permitio/opal-server,2023-09-14 19:06:35,0.7.4,549.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,131015.0,,,,,,,,,,, 66,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-11-30 13:19:12.000000,2023-11-28 16:09:32,15714.0,43.0,304.0,50.0,7096.0,,,1032.0,,,,219.0,,,40640.0,3.0,,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2023-11-29 07:28:28.334701,158.0,5608453.0,,,,,,,,,,, 67,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-11-30 12:39:12.000000,2023-11-29 09:44:04,1677.0,35.0,216.0,60.0,280.0,24.0,80.0,499.0,6.0,,,99.0,,,1557.0,2.0,,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-29 09:45:54.612308,,116848.0,,,,,,,,,,, 68,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-11-30 17:30:34.000000,2023-11-27 19:12:41,415.0,93.0,88.0,17.0,397.0,52.0,181.0,310.0,26.0,146.0,146.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,2023-11-22 18:19:15,0.2.8,,,,,,,,,,,,,,,, 69,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-11-30 14:52:35.000000,2023-11-23 15:38:45,619.0,43.0,34.0,16.0,186.0,19.0,75.0,57.0,24.0,46.0,46.0,20.0,,,3767.0,2.0,,,2023-06-02 16:26:49,0.1.0,37672.0,,,,,,,,,,,,,,, 70,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2827.0,278.0,25.0,1.0,143.0,19086.0,35.0,,,11.0,,,22964.0,3.0,,,2023-01-21 09:26:53,TINA_SHIFT,665959.0,,,,,,,,,,,,,,, 71,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-11-29 17:22:55.000000,2023-11-28 22:11:36,4033.0,9.0,754.0,254.0,329.0,63.0,209.0,2817.0,4.0,,,55.0,,,913.0,3.0,1.0,,2015-09-29 22:50:55,1.1.0,109628.0,,,,,,,,,,,,,,, 72,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-11-29 16:36:40.000000,2023-11-29 16:35:53,14880.0,11.0,654.0,113.0,17.0,,,672.0,,119.0,119.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 73,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,22,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2023-11-28 10:05:21.000000,2023-11-14 00:30:30,1728.0,11.0,98.0,28.0,338.0,36.0,73.0,170.0,49.0,30.0,30.0,51.0,,,,3.0,,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,True,,, 74,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-11-27 04:50:38.000000,2023-11-27 00:46:22,277.0,16.0,15.0,14.0,114.0,1.0,10.0,76.0,38.0,800.0,800.0,12.0,https://www.npmjs.com/package/web-did-resolver,20569.0,20569.0,3.0,,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,, 75,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,,269.0,66.0,221.0,9.0,121.0,3616.0,2.0,10.0,10.0,39.0,,,,3.0,1.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,, 76,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-11-30 12:19:16.000000,2023-11-29 20:20:50,2188.0,71.0,150.0,173.0,836.0,80.0,1030.0,1055.0,7.0,,,72.0,,,,1.0,,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,, 77,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,680.0,37.0,441.0,429.0,12.0,31.0,31.0,47.0,,,,1.0,,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,, 78,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2023-11-30 01:32:50.000000,2023-11-30 01:32:49,368.0,48.0,36.0,5.0,192.0,49.0,80.0,76.0,17.0,56.0,56.0,25.0,https://www.npmjs.com/package/web5/api,,,2.0,,,2023-11-09 21:01:39,0.8.2,,,,,,,,,,,,,True,,, 79,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-11-28 15:52:43.000000,2023-11-28 15:51:14,2419.0,99.0,31.0,14.0,3113.0,52.0,93.0,60.0,21.0,767.0,767.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,2023-11-16 16:03:01,1.17.5,,,,,,,,,,,,,,,, 80,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4665.0,566.0,122.0,497.0,619.0,13293.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 81,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,662.0,93.0,307.0,152.0,322.0,1614.0,25.0,,,50.0,,,,3.0,,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,, 82,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-11-28 08:00:51.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,30.0,49.0,657.0,36.0,,,100.0,,,10.0,1.0,,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,, 83,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,19.0,2046.0,388.0,1196.0,236.0,14.0,2.0,2.0,59.0,,,,2.0,,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,, 84,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Aries Framework JavaScript (Built using TypeScript).,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-11-30 17:50:07.000000,2023-11-27 15:08:06,843.0,35.0,146.0,26.0,1004.0,169.0,458.0,210.0,77.0,2.0,2.0,56.0,,,,2.0,,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript, 85,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-26 20:53:45.946694,2023-11-23 10:14:53,1529.0,21.0,32.0,6.0,194.0,3.0,162.0,93.0,96.0,,,16.0,,,393.0,2.0,,waltid/ssikit,2023-11-13 10:54:06,1.2311131043.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-11-26 20:53:45.946694,,10571.0,,,,,,,,,,, 86,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-11-30 17:58:38.000000,2023-11-30 16:17:09,1090.0,59.0,16.0,12.0,1252.0,,321.0,27.0,16.0,,,27.0,,,364.0,2.0,,,2023-11-16 22:24:18,1.13.0,9116.0,,,,,,,,,,,,,,, 87,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-11-10 22:02:09.000000,2023-07-12 07:05:13,339.0,,798.0,238.0,234.0,174.0,524.0,2595.0,,,,47.0,,,,3.0,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 88,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,269.0,96.0,42.0,28.0,23.0,2363.0,,,,26.0,,,1839.0,3.0,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1839.0,,,,,,,, 89,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-11-30 14:41:50.000000,2023-11-30 14:41:45,1718.0,198.0,77.0,81.0,701.0,48.0,597.0,259.0,,,,65.0,,,,1.0,1.0,,,,,,,,,,,,,,,,,,, 90,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2287.0,40.0,,,50.0,,,,3.0,,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,, 91,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,158.0,90.0,184.0,70.0,68.0,1218.0,17.0,,,32.0,,,,2.0,,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,, 92,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-11-30 00:18:13.000000,2023-11-01 15:51:52,531.0,8.0,48.0,30.0,353.0,73.0,103.0,158.0,,113.0,113.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 93,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-11-30 16:18:07.000000,2023-11-28 14:51:07,366.0,22.0,43.0,16.0,79.0,22.0,62.0,153.0,,195.0,195.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 94,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-11-30 17:41:48.000000,2023-11-30 17:41:47,1611.0,60.0,105.0,21.0,788.0,66.0,175.0,122.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 95,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-11-29 14:28:49.000000,2023-11-28 15:05:35,1347.0,123.0,49.0,9.0,457.0,4.0,104.0,67.0,10.0,,,16.0,,,,2.0,,,2023-11-28 15:25:14,2.3.3,,,,,,,,,,,,,,,, 96,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,374.0,560.0,56.0,126.0,88.0,8167.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 97,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-21 10:24:10.000000,2023-11-08 14:51:10,535.0,3.0,149.0,84.0,204.0,16.0,41.0,1336.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 98,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-11-29 15:12:02.000000,2023-11-29 11:54:53,971.0,45.0,38.0,48.0,202.0,173.0,146.0,440.0,1.0,,,22.0,,,,2.0,,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,, 99,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-11-29 14:46:53.000000,2023-11-13 03:34:35,2152.0,1.0,207.0,58.0,578.0,53.0,171.0,311.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 100,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-11-22 09:43:18.000000,2023-11-22 09:42:44,3596.0,14.0,66.0,27.0,5.0,,,228.0,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-11-27 23:52:27.000000,2023-11-21 02:43:54,317.0,16.0,53.0,13.0,331.0,47.0,107.0,187.0,4.0,33.0,33.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 102,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-11-30 15:53:09.000000,2023-11-30 14:41:31,390.0,18.0,22.0,4.0,124.0,6.0,21.0,40.0,28.0,81.0,81.0,15.0,,,,3.0,,,2023-11-30 14:47:21,1.4.2,,,,,,,,,,,,,,,, 103,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-11-23 10:20:00.964946,2023-11-23 10:15:56,1373.0,8.0,25.0,2.0,111.0,,46.0,32.0,46.0,,,12.0,,,149.0,3.0,,waltid/walletkit,2023-11-23 10:20:04,1.2311231016.0,,https://hub.docker.com/r/waltid/walletkit,2023-11-23 10:20:00.964946,,3887.0,,,,,,,,,,, 104,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-11-30 08:35:51.000000,2023-11-27 14:21:21,3482.0,245.0,11.0,7.0,454.0,67.0,1619.0,29.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 105,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,64.0,32.0,247.0,45.0,72.0,224.0,,4.0,4.0,21.0,,,,3.0,,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 106,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,16,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-11-30 02:23:30.000000,2023-11-30 00:56:01,2236.0,38.0,35.0,12.0,386.0,132.0,87.0,45.0,1.0,23.0,23.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,True,,, 107,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-11-29 07:18:41.000000,2023-11-27 09:55:15,1433.0,133.0,7.0,8.0,136.0,2.0,7.0,38.0,29.0,1.0,1.0,13.0,,,,3.0,,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,, 108,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,,85.0,74.0,487.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-11-27 00:39:58.000000,2023-10-30 14:36:57,437.0,18.0,52.0,12.0,497.0,87.0,126.0,139.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 110,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,6.0,31.0,31.0,226.0,56.0,170.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 111,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-11-27 09:47:52.000000,2023-11-27 09:47:51,404.0,24.0,24.0,29.0,54.0,13.0,9.0,65.0,2.0,,,11.0,,,,3.0,,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,, 112,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-11-29 23:51:57.000000,2023-11-29 23:51:57,628.0,53.0,10.0,6.0,66.0,4.0,9.0,39.0,14.0,,,15.0,,,,1.0,,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 113,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-11-30 16:46:35.000000,2023-11-20 16:41:55,475.0,66.0,25.0,12.0,137.0,26.0,25.0,39.0,,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 114,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-11-28 02:29:28.000000,2023-11-28 02:29:24,936.0,24.0,9.0,7.0,104.0,7.0,20.0,27.0,26.0,16.0,16.0,15.0,,,2.0,1.0,,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,, 115,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for SSI & NFTs.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,20.0,6.0,2.0,36.0,,36.0,21.0,28.0,,,9.0,,,35.0,3.0,,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,,711.0,,,,,,,,,,, 116,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-11-30 18:06:24.000000,2023-11-30 18:05:24,676.0,14.0,53.0,76.0,263.0,157.0,102.0,297.0,,,,32.0,,,,3.0,1.0,,,,,,,,,,,,,,,,,,, 117,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 118,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,941.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 119,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,244.0,4.0,,,5.0,,,234.0,3.0,,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,, 120,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-11-24 09:08:14.000000,2023-11-24 09:08:14,455.0,9.0,22.0,31.0,40.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-28 02:42:23.000000,2023-11-28 02:39:02,609.0,29.0,19.0,8.0,46.0,5.0,12.0,66.0,13.0,42.0,42.0,12.0,,,0.0,3.0,,,,,25.0,,,,,,,,,,,,,,, 122,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,24.0,9.0,432.0,29.0,75.0,50.0,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 123,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-11-30 08:36:04.000000,2023-11-27 16:26:20,800.0,28.0,19.0,14.0,168.0,14.0,118.0,59.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 124,did-key.js,https://github.com/transmute-industries/did-key.js,others,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,178.0,178.0,9.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 125,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,45.0,,55.0,55.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 126,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-11-30 00:54:41.000000,2023-11-27 16:19:38,699.0,17.0,19.0,11.0,186.0,23.0,177.0,40.0,1.0,,,16.0,,,,3.0,,,2023-10-23 16:16:05,draft-ietf-oauth-selective-disclosure-jwt-06,,,,,,,,,,,,,,,, 127,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-24 08:46:31.000000,2023-11-24 08:46:27,906.0,88.0,7.0,6.0,157.0,6.0,9.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 128,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],11,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-09-26 14:37:07.000000,2023-09-26 14:37:03,244.0,13.0,11.0,10.0,22.0,1.0,3.0,34.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 129,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-11-30 01:14:20.000000,2023-11-24 22:24:16,180.0,128.0,1.0,1.0,69.0,3.0,3.0,,48.0,,,8.0,,,535.0,3.0,,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2143.0,,,,,,,,,,, 130,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 131,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,53.0,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 132,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,40.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 133,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 134,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,5.0,3.0,10.0,57.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,, 135,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 136,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-11-19 16:49:44.000000,2023-10-06 18:01:30,61.0,4.0,2.0,10.0,60.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,, 137,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],7,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-11-11 14:48:35.000000,2023-11-11 14:48:35,55.0,34.0,2.0,20.0,11.0,23.0,13.0,23.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,7,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-11-14 17:53:32.000000,2023-11-14 17:53:24,45.0,1.0,3.0,9.0,,1.0,,8.0,,,,,,,,3.0,,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,True,,, 139,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-14 17:32:27.603836,,,,,,,,,22.0,,,,,,,,3.0,,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2023-11-14 17:32:27.603836,22.0,4066684.0,,,,,,,,,,, 140,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 141,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 142,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-12-07_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oathkeeper (🥉28 · ⭐ 3.1K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - node-solid-server (🥇25 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid - dwn-sdk-js (🥈24 · ⭐ 310 · 📈) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 - aries-rfcs (🥈19 · ⭐ 310 · 📈) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger - keripy (🥉18 · ⭐ 45 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇38 · ⭐ 2.7K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - face-api-js (🥇33 · ⭐ 16K · 💀) - JavaScript API for face detection and face recognition in the.. MIT - pysaml2 (🥈32 · ⭐ 530 · 📉) - Python implementation of SAML2. Apache-2 - dex (🥈30 · ⭐ 8.6K · 📉) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - doorkeeper (🥉29 · ⭐ 5.2K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT ================================================ FILE: history/2023-12-07_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-12-07 15:50:05.000000,2023-12-07 15:50:04,2660.0,211.0,2445.0,94.0,2114.0,255.0,3508.0,20110.0,100.0,167057.0,167057.0,600.0,https://www.npmjs.com/package/next-auth,2983284.0,2983284.0,1.0,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-12-06 07:32:08.000000,2023-12-04 17:51:50,3797.0,53.0,1890.0,237.0,4073.0,95.0,2115.0,11465.0,67.0,5684.0,5684.0,374.0,,,2819031.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,6903818.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,254789983.0,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-12-07 18:04:58.000000,2023-12-07 17:38:06,4903.0,139.0,1190.0,125.0,4011.0,319.0,2114.0,8738.0,100.0,3135.0,3135.0,432.0,,,4940593.0,1.0,openpolicyagent/opa,2023-11-30 15:49:02,0.59.0,4741691.0,https://hub.docker.com/r/openpolicyagent/opa,2023-12-07 13:04:54.000995,39.0,465543090.0,,,,,,,,,,, 9,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-12-07 18:13:00.000000,2023-12-07 12:28:05,8173.0,147.0,1896.0,148.0,3150.0,169.0,2995.0,10937.0,100.0,709.0,709.0,419.0,,,1672088.0,1.0,,2023-10-30 12:58:49,1.13.2,65211446.0,,,,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-11-20 18:36:48.000000,2023-10-25 05:42:36,1677.0,1.0,459.0,69.0,493.0,77.0,293.0,2678.0,48.0,470015.0,470015.0,195.0,,,84317208.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,84317208.0,-1.0,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1185.0,310.0,157.0,334.0,426.0,22015.0,,959991.0,959991.0,38.0,https://www.npmjs.com/package/passport,9624542.0,9624542.0,2.0,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-12-07 18:09:07.000000,2023-12-07 15:27:16,23498.0,698.0,5697.0,370.0,13604.0,1879.0,6276.0,18247.0,45.0,,,1287.0,,,63095.0,1.0,quay.io/keycloak/keycloak,2023-11-29 06:07:19,23.0.1,2271449.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-12-07 18:17:49.000000,2023-11-30 20:15:29,9600.0,169.0,1154.0,125.0,1054.0,102.0,871.0,6920.0,10.0,1257.0,1257.0,224.0,,,173118.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,173118.0,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-12-07 18:17:40.000000,2023-12-07 18:17:24,18640.0,500.0,3844.0,829.0,18495.0,932.0,4844.0,28947.0,100.0,6768.0,6768.0,1424.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,, 15,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-12-07 13:26:55.000000,2023-12-05 08:01:45,4050.0,127.0,823.0,107.0,1770.0,172.0,1017.0,9649.0,43.0,326.0,326.0,215.0,,,1679858.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,35527.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112499943.0,,,,,https://k8s.ory.sh/helm/charts,,,,,, 16,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-12-05 06:07:00.000000,2023-12-05 06:03:50,1525.0,31.0,252.0,42.0,363.0,14.0,428.0,5277.0,100.0,60176.0,60176.0,67.0,https://www.npmjs.com/package/@casl/ability,2110053.0,2110053.0,2.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-11-24 07:59:06.000000,2023-11-24 07:55:12,1080.0,4.0,1538.0,232.0,481.0,35.0,737.0,16125.0,100.0,2613.0,2613.0,135.0,https://www.npmjs.com/package/casbin,178139.0,283523.0,2.0,,2023-11-24 07:56:26,2.79.0,,,,,,casbin,https://pypi.org/project/casbin,105384.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-11-27 21:28:19.000000,2023-11-22 16:48:19,3736.0,30.0,1324.0,231.0,1725.0,78.0,1391.0,14730.0,100.0,2.0,2.0,290.0,,,3991249.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,673866.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,410092786.0,,,,,https://k8s.ory.sh/helm/charts,,,,,, 19,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3511.0,335.0,107.0,424.0,389.0,15702.0,38.0,7863.0,7863.0,25.0,https://www.npmjs.com/package/face-api.js,152022.0,152022.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,-1.0,,,,,,, 20,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-12-07 14:39:37.000000,2023-12-07 05:53:15,24187.0,524.0,3818.0,607.0,4569.0,,,10575.0,100.0,21.0,21.0,342.0,,,5868.0,2.0,apereo/cas,2023-11-17 08:24:37,6.6.14,,https://hub.docker.com/r/apereo/cas,2023-12-07 05:00:43.112238,129.0,862729.0,,,,,,,,,,, 21,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-12-07 18:16:35.000000,2023-12-07 15:45:41,7477.0,835.0,523.0,58.0,5221.0,290.0,1395.0,3921.0,100.0,183.0,183.0,295.0,,,13497.0,2.0,,2023-12-06 22:19:29,ockam_v0.107.0,337429.0,,,,,,,,,,,,build-trust/ockam/ockam,,, 22,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-12-07 18:16:48.000000,2023-12-07 17:54:42,3206.0,146.0,273.0,37.0,3836.0,84.0,863.0,3730.0,100.0,13.0,13.0,91.0,,,17908000.0,2.0,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,49529.0,https://hub.docker.com/r/pomerium/pomerium,2023-12-07 18:16:47.451814,10.0,1056512460.0,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12888.0,1572.0,224.0,718.0,584.0,50450.0,2.0,21.0,21.0,54.0,,,72518.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1211.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7134.0,face_recognition,https://pypi.org/project/face_recognition,72415.0,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-12-05 06:57:20.000000,2023-12-05 06:57:20,4734.0,6.0,1667.0,182.0,1688.0,415.0,1336.0,9256.0,15.0,85.0,85.0,130.0,,,180307.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,180307.0,,,,,,,, 25,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,32,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-12-07 09:28:17.000000,2023-12-07 09:14:40,1109.0,28.0,1582.0,117.0,98.0,8.0,802.0,8468.0,,2248.0,2248.0,48.0,,,139928.0,2.0,,,,,,,,,deepface,https://pypi.org/project/deepface,139928.0,,,,,,,, 26,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-12-07 18:03:36.000000,2023-12-06 19:06:01,6312.0,151.0,413.0,82.0,3399.0,142.0,1171.0,1569.0,93.0,124.0,124.0,179.0,,,2317.0,2.0,ghcr.io/spiffe/spire-server,2023-11-22 22:09:56,1.8.5,171464.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 27,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,9.0,385.0,31.0,522.0,69.0,353.0,532.0,50.0,1614.0,1614.0,172.0,,,534293.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,534293.0,-1.0,,,,,,, 28,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-12-06 18:10:28.000000,2023-12-04 20:24:45,3372.0,253.0,216.0,37.0,1246.0,101.0,306.0,4033.0,63.0,38.0,38.0,38.0,,,55019.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,36200.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,4.0,1503035.0,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,2.0,4834.0,496.0,150.0,985.0,1345.0,19237.0,1.0,1291.0,1291.0,57.0,,,149504.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1196025.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,, 30,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-12-06 04:54:57.000000,2023-10-25 14:03:03,2625.0,61.0,1480.0,176.0,1931.0,282.0,797.0,8624.0,80.0,144.0,144.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,-1.0,,,,,,, 31,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-12-07 18:11:14.000000,2023-12-07 16:59:34,3568.0,217.0,252.0,200.0,3801.0,75.0,242.0,3724.0,48.0,8.0,8.0,147.0,,,237596.0,3.0,hashicorp/boundary,2023-11-02 16:41:46,0.14.2,,https://hub.docker.com/r/hashicorp/boundary,2023-11-02 16:51:18.717636,11.0,11167047.0,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-12-07 16:53:35.000000,2023-11-01 11:36:39,608.0,19.0,63.0,40.0,211.0,4.0,83.0,306.0,100.0,4235.0,4235.0,41.0,https://www.npmjs.com/package/did-jwt,164566.0,164566.0,1.0,,2023-11-01 11:37:20,7.4.5,,,,,,,,,,,,,,,, 33,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9011.0,1107.0,131.0,541.0,801.0,43593.0,2.0,21.0,21.0,22.0,,,3720.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,167418.0,,,,,,,,,,,,,,, 34,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3484.0,759.0,74.0,9.0,370.0,14933.0,4.0,68.0,68.0,30.0,,,1626.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161045.0,,,,,,,,,,, 35,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-12-07 09:15:24.026346,2023-12-07 08:59:41,2119.0,174.0,885.0,56.0,1307.0,96.0,1022.0,7539.0,100.0,3.0,3.0,149.0,,,2683.0,2.0,casbin/casdoor,2023-12-07 09:09:54,1.470.0,,https://hub.docker.com/r/casbin/casdoor,2023-12-07 09:15:24.026346,10.0,101969.0,,,,,,,,,casbin/casdoor,, 36,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,25.0,1006.0,107.0,820.0,26.0,831.0,5217.0,64.0,8284.0,8284.0,314.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,-1.0,,,,,,doorkeeper, 37,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-12-04 03:21:27.000000,2023-10-18 14:17:30,1482.0,19.0,314.0,57.0,1097.0,39.0,262.0,4371.0,50.0,21.0,21.0,71.0,,,736997.0,3.0,oryd/keto,,,18144.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50832362.0,,,,,,,,,,, 38,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-12-05 13:00:35.000000,2023-12-05 12:47:58,5168.0,186.0,273.0,38.0,742.0,52.0,248.0,1212.0,49.0,1493.0,1493.0,295.0,,,,3.0,,2023-11-14 18:44:21,6.3.6,,,,,,,,,,,,,,,, 39,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-12-02 19:51:51.000000,2023-11-17 19:59:28,134.0,16.0,5730.0,456.0,192.0,,,52095.0,10.0,21.0,21.0,65.0,,,223019.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,223019.0,,,,,,,, 40,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,7.0,12560.0,1528.0,514.0,16.0,816.0,47795.0,4.0,,,97.0,,,3133.0,3.0,,2023-06-18 18:08:19,2.2.0,181739.0,,,,,,,,,,,,,,, 41,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-12-07 18:09:06.000000,2023-12-07 15:44:10,5040.0,315.0,970.0,158.0,4875.0,68.0,1091.0,18066.0,100.0,,,137.0,,,629.0,2.0,,2022-12-21 09:01:04,4.37.5,29605.0,,,,,,,,,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-12-07 16:20:12.000000,2023-12-07 03:27:55,5347.0,632.0,275.0,35.0,4706.0,73.0,246.0,6529.0,52.0,7.0,7.0,45.0,,,889.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2718.0,https://hub.docker.com/r/svhd/logto,2023-12-06 13:22:53.608037,2.0,22629.0,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-12-07 14:27:17.000000,2023-12-07 12:53:53,2737.0,209.0,317.0,33.0,4783.0,449.0,1374.0,5518.0,100.0,,,89.0,,,605.0,2.0,ghcr.io/zitadel/zitadel,2023-12-01 15:25:55,2.40.11,2420.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-12-07 16:56:03.000000,2023-12-07 16:56:02,6370.0,79.0,539.0,139.0,4296.0,196.0,2677.0,4849.0,96.0,,,127.0,,,20941.0,2.0,letsencrypt/boulder-tools,2023-12-04 22:56:40,release-2023-12-04,60195.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-12-06 23:48:17.317457,13.0,1952142.0,,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-11-30 10:56:42.000000,2023-09-08 08:05:44,1354.0,,320.0,48.0,716.0,48.0,277.0,3118.0,100.0,2.0,2.0,109.0,,,1169575.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,32441.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87684877.0,,,,1.0,,,,,,, 46,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-12-07 17:01:49.000000,2023-12-07 15:32:20,1453.0,92.0,94.0,28.0,1544.0,47.0,272.0,2106.0,55.0,19.0,19.0,23.0,,,1567.0,3.0,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,51716.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 47,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-12-05 16:34:12.000000,2023-12-05 16:34:10,448.0,19.0,65.0,29.0,142.0,5.0,47.0,183.0,54.0,1412.0,1412.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,26395.0,26395.0,2.0,,2023-12-05 16:34:39,10.1.0,,,,,,,,,,,,,,,, 48,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-12-07 16:52:33.000000,2023-12-07 13:17:05,13142.0,727.0,412.0,28.0,5930.0,434.0,1263.0,5200.0,100.0,,,198.0,,,92.0,3.0,,2023-11-21 19:09:26,ersion/2023.8.5,2489.0,,,,,,,,,https://charts.goauthentik.io,,,,,, 49,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-12-06 15:05:05.000000,2023-11-18 02:39:57,1203.0,3.0,162.0,31.0,1523.0,107.0,100.0,3302.0,100.0,79.0,79.0,65.0,,,34575.0,3.0,,2023-04-03 23:25:23,0.27.0,2652.0,,,,,oso,https://pypi.org/project/oso,34497.0,,,,,,,, 50,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-12-07 17:29:49.000000,2023-12-07 17:10:40,33339.0,488.0,53.0,31.0,4027.0,326.0,2538.0,317.0,100.0,,,110.0,,,259.0,3.0,,2023-11-09 16:05:09,1.0.20,777.0,,,,,,,,,,,,,,, 51,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],27,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-12-06 22:20:59.000000,2023-12-04 00:37:24,382.0,9.0,40.0,24.0,127.0,3.0,18.0,196.0,24.0,5186.0,5186.0,24.0,https://www.npmjs.com/package/did-resolver,182181.0,182181.0,2.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,, 52,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-12-07 10:07:03.000000,2023-11-06 01:34:30,355.0,23.0,38.0,23.0,93.0,2.0,47.0,158.0,52.0,819.0,819.0,22.0,https://www.npmjs.com/package/did-jwt-vc,19168.0,19168.0,1.0,,2023-11-01 14:53:16,3.2.14,,,,,,,,,,,,,,,, 53,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-12-03 15:54:14.000000,2023-12-02 09:42:10,2431.0,21.0,725.0,73.0,233.0,,,2877.0,100.0,2.0,2.0,68.0,https://www.npmjs.com/package/oidc-provider,206249.0,206249.0,3.0,,2023-12-02 09:43:01,8.4.2,,,,,,,,,,,,,,,, 54,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,26,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-12-07 10:12:00.000000,2023-12-07 10:00:09,1717.0,178.0,113.0,17.0,1690.0,139.0,490.0,1797.0,17.0,42.0,42.0,59.0,,,330.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,140.0,https://hub.docker.com/r/kanidm/server,2023-12-03 07:56:06.603960,,19066.0,,,,,,,,,,, 55,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-12-05 02:32:05.000000,2023-12-05 02:32:05,5995.0,289.0,308.0,410.0,4130.0,117.0,417.0,1672.0,27.0,,,152.0,,,0.0,3.0,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-11-30 20:07:17.572171,2023-11-30 19:57:58,2955.0,3.0,289.0,80.0,833.0,286.0,610.0,1753.0,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,911.0,9557.0,1.0,nodesolidserver/node-solid-server,2023-03-17 17:09:04,5.7.7,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-11-30 20:07:17.572171,4.0,959762.0,,,,1.0,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-12-07 00:23:31.000000,2023-12-07 00:23:31,2919.0,127.0,256.0,52.0,2196.0,37.0,201.0,817.0,100.0,26.0,26.0,79.0,,,,3.0,,2023-12-07 00:08:14,1.11.48,,,,,,,,,,,,,,,, 58,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,34.0,122.0,48.0,1887.0,207.0,901.0,720.0,73.0,,,96.0,,,78025.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,370.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7021837.0,,,,,,,,,,, 59,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-12-07 18:17:06.000000,2023-12-07 17:52:55,8451.0,370.0,435.0,29.0,1555.0,216.0,885.0,372.0,72.0,,,129.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,, 60,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-12-07 11:29:59.000000,2023-12-03 12:16:02,1819.0,42.0,107.0,23.0,732.0,62.0,350.0,370.0,42.0,534.0,534.0,51.0,,,,1.0,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,,,, 61,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-12-07 01:28:45.000000,2023-12-06 01:28:04,420.0,93.0,88.0,17.0,405.0,55.0,182.0,314.0,27.0,200.0,200.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2023-12-04 19:16:00,0.2.9,,,,,,,,,1.0,,,,,,, 62,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-12-06 18:51:28.000000,2023-12-04 10:33:08,1420.0,34.0,71.0,24.0,983.0,59.0,202.0,274.0,23.0,105.0,105.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,, 63,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-12-07 12:33:13.000000,2023-12-06 14:51:08,928.0,73.0,397.0,62.0,430.0,101.0,346.0,10793.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 64,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-07 18:11:16.000000,2023-12-07 18:11:13,4034.0,10.0,755.0,254.0,329.0,63.0,209.0,2819.0,4.0,,,55.0,,,906.0,3.0,,2015-09-29 22:50:55,1.1.0,109678.0,,,,,,,,,,,,,,, 65,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-12-05 19:09:06.000000,2023-12-05 19:09:03,2258.0,406.0,82.0,18.0,768.0,29.0,117.0,1998.0,46.0,1.0,1.0,34.0,,,78.0,3.0,ghcr.io/permify/permify,2023-12-05 18:02:30,0.6.2,1253.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 66,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-12-07 15:28:54.000000,2023-12-07 15:28:54,1681.0,23.0,120.0,20.0,344.0,36.0,76.0,1908.0,32.0,,,45.0,,,3929.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,553.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,133011.0,,,,,,,,,,, 67,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-12-07 14:28:09.832856,2023-12-04 14:58:07,15716.0,45.0,305.0,50.0,7107.0,,,1033.0,,,,219.0,,,40393.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2023-12-07 14:28:09.832856,158.0,5614716.0,,,,,,,,,,, 68,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-12-07 12:48:34.000000,2023-11-29 09:44:04,1677.0,35.0,218.0,60.0,282.0,24.0,80.0,499.0,6.0,,,99.0,,,1541.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-29 09:45:54.612308,,117166.0,,,,,,,,,,, 69,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-12-07 16:39:53.000000,2023-12-07 16:39:53,673.0,86.0,35.0,16.0,189.0,19.0,75.0,57.0,24.0,49.0,49.0,22.0,,,3569.0,2.0,,2023-06-02 16:26:49,0.1.0,39262.0,,,,,,,,,,,,,,, 70,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2860.0,280.0,25.0,1.0,143.0,19207.0,35.0,,,11.0,,,22498.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,674953.0,,,,,,,,,,,,,,, 71,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-12-05 08:57:06.000000,2023-09-24 10:25:45,558.0,9.0,275.0,58.0,143.0,179.0,537.0,5065.0,11.0,,,60.0,,,209.0,3.0,,2020-09-02 15:57:23,2.6.1,14696.0,,,,,,,,,,,,,,,howdy 72,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-12-02 19:47:59.000000,2023-12-02 19:46:57,14884.0,14.0,654.0,113.0,17.0,,,672.0,,119.0,119.0,720.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-12-04 05:09:51.000000,2023-12-04 01:55:43,278.0,15.0,15.0,14.0,114.0,1.0,10.0,77.0,38.0,815.0,815.0,12.0,https://www.npmjs.com/package/web-did-resolver,21382.0,21382.0,3.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,, 74,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,221.0,10.0,121.0,3618.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,, 75,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-12-04 19:18:26.000000,2023-11-29 20:20:50,2188.0,65.0,150.0,175.0,837.0,80.0,1030.0,1055.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,, 76,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2023-12-06 23:12:27.000000,2023-11-14 00:30:30,1728.0,11.0,98.0,28.0,339.0,36.0,73.0,171.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,, 77,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2023-12-07 17:28:47.000000,2023-12-07 00:14:57,393.0,72.0,38.0,6.0,204.0,50.0,83.0,83.0,17.0,57.0,57.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2023-11-09 21:01:39,0.8.2,,,,,,,,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-12-04 19:29:07.000000,2023-12-04 19:27:00,2425.0,94.0,31.0,14.0,3118.0,51.0,94.0,60.0,21.0,768.0,768.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-11-16 16:03:01,1.17.5,,,,,,,,,,,,,,,, 79,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4665.0,566.0,122.0,498.0,619.0,13302.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,665.0,93.0,307.0,153.0,322.0,1616.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,, 81,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-12-05 06:27:35.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,31.0,49.0,658.0,36.0,,,100.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,, 82,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-09-28 17:59:07.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,680.0,37.0,441.0,429.0,12.0,31.0,31.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,, 83,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,19.0,2046.0,388.0,1196.0,236.0,14.0,2.0,2.0,59.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,, 84,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Extension libraries for Aries Framework JavaScript.,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-12-07 14:02:31.000000,2023-11-30 23:27:34,845.0,36.0,144.0,26.0,1006.0,169.0,459.0,210.0,77.0,2.0,2.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,, 85,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-11-30 19:45:05.619008,2023-11-23 10:14:53,1529.0,18.0,32.0,6.0,194.0,3.0,162.0,94.0,97.0,,,16.0,,,384.0,2.0,waltid/ssikit,2023-11-30 19:45:07,1.2311301938.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-11-30 19:45:05.619008,,10702.0,,,,,,,,,,, 86,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-12-06 01:21:31.000000,2023-11-30 18:32:29,1091.0,50.0,16.0,12.0,1255.0,,321.0,27.0,16.0,,,27.0,,,352.0,2.0,,2023-11-16 22:24:18,1.13.0,9175.0,,,,,,,,,,,,,,, 87,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-12-02 04:19:25.000000,2023-07-12 07:05:13,339.0,,801.0,238.0,237.0,175.0,525.0,2603.0,,,,47.0,,,,3.0,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,, 88,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,269.0,96.0,42.0,28.0,23.0,2374.0,,,,26.0,,,1834.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1834.0,,,,,,,, 89,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-12-07 17:45:16.000000,2023-12-07 04:55:29,2178.0,18.0,207.0,58.0,580.0,52.0,172.0,312.0,,,,84.0,,,,2.0,,,,,,,,,,,,2.0,,,,,,, 90,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-12-07 09:02:26.000000,2023-12-06 19:41:02,1721.0,194.0,78.0,81.0,706.0,45.0,601.0,260.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,, 91,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,221.0,63.0,103.0,4.0,54.0,2287.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,, 92,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,158.0,90.0,184.0,70.0,69.0,1218.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,, 93,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-12-07 00:18:10.000000,2023-11-01 15:51:52,531.0,8.0,48.0,30.0,353.0,73.0,103.0,159.0,,113.0,113.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-12-07 14:35:03.000000,2023-12-07 12:08:25,381.0,37.0,43.0,15.0,83.0,22.0,62.0,153.0,,204.0,204.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-12-06 21:01:49.000000,2023-12-06 20:59:42,1619.0,64.0,105.0,21.0,793.0,66.0,175.0,122.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,, 96,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-12-07 10:46:30.000000,2023-12-07 09:27:01,1363.0,136.0,51.0,9.0,468.0,5.0,104.0,69.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,, 97,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-12-07 03:35:09.000000,2023-12-07 03:35:09,2272.0,71.0,35.0,12.0,399.0,132.0,87.0,45.0,1.0,23.0,23.0,21.0,,,,3.0,,,,,,,,,,,,2.0,,,,,,, 98,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,560.0,56.0,126.0,88.0,8168.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-12-07 17:14:31.000000,2023-12-07 17:14:31,974.0,47.0,38.0,48.0,204.0,173.0,146.0,440.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,, 100,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-11-22 09:43:18.000000,2023-11-22 09:42:44,3596.0,14.0,66.0,27.0,5.0,,,228.0,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-12-04 18:45:56.000000,2023-12-04 18:45:13,319.0,18.0,53.0,13.0,332.0,47.0,107.0,188.0,4.0,33.0,33.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-12-07 16:22:39.000000,2023-11-30 14:41:31,390.0,16.0,23.0,4.0,125.0,6.0,21.0,41.0,28.0,92.0,92.0,15.0,,,,3.0,,2023-11-30 14:47:21,1.4.2,,,,,,,,,,,,,,,, 103,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-12-07 12:10:23.000000,2023-11-27 14:21:21,3482.0,228.0,11.0,7.0,454.0,71.0,1643.0,29.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 104,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-11-21 10:24:10.000000,2023-11-08 14:51:10,535.0,2.0,149.0,84.0,204.0,16.0,41.0,1338.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,64.0,32.0,247.0,45.0,72.0,225.0,,4.0,4.0,21.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 106,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-12-05 09:49:19.000000,2023-11-27 09:55:15,1433.0,100.0,7.0,8.0,136.0,3.0,7.0,38.0,29.0,1.0,1.0,13.0,,,,3.0,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,, 107,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-05 10:15:12.059126,2023-12-05 10:10:19,1374.0,9.0,25.0,2.0,111.0,,46.0,33.0,47.0,,,12.0,,,144.0,3.0,waltid/walletkit,2023-12-05 10:15:13,1.2312051010.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-05 10:15:12.059126,,3908.0,,,,,,,,,,, 108,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-04-11 23:37:45.000000,2023-04-11 23:37:45,1309.0,,85.0,74.0,487.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-12-05 16:51:07.000000,2023-12-05 16:51:07,444.0,25.0,52.0,12.0,501.0,87.0,126.0,139.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 110,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,6.0,32.0,31.0,226.0,54.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 111,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-11-27 09:47:52.000000,2023-11-27 09:47:51,404.0,24.0,25.0,29.0,54.0,13.0,9.0,65.0,2.0,,,11.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,, 112,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-12-07 09:57:12.000000,2023-11-29 23:51:57,628.0,50.0,10.0,6.0,67.0,4.0,9.0,39.0,14.0,,,15.0,,,,1.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,, 113,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-12-07 05:42:56.000000,2023-12-04 15:36:16,509.0,100.0,25.0,12.0,137.0,26.0,25.0,39.0,,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-12-05 10:03:23.000000,2023-11-28 02:29:24,936.0,24.0,9.0,7.0,105.0,7.0,20.0,27.0,26.0,16.0,16.0,15.0,,,2.0,1.0,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,, 115,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for SSI & NFTs.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-10-27 18:52:56.044331,2023-10-27 18:47:46,349.0,11.0,6.0,2.0,36.0,,36.0,21.0,28.0,,,9.0,,,34.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-10-27 18:52:56.044331,,714.0,,,,,,,,,,, 116,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-12-01 21:00:18.000000,2023-12-01 19:21:45,678.0,16.0,53.0,76.0,264.0,157.0,103.0,299.0,,,,32.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,941.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,244.0,4.0,,,5.0,,,231.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,, 120,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-06 12:03:08.000000,2023-11-24 09:08:14,455.0,8.0,22.0,31.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-28 02:42:23.000000,2023-11-28 02:39:02,609.0,28.0,19.0,8.0,46.0,5.0,12.0,66.0,13.0,42.0,42.0,12.0,,,0.0,3.0,,,,25.0,,,,,,,,,,,,,,, 122,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-12-07 18:06:12.000000,2023-12-05 15:47:04,818.0,44.0,19.0,14.0,170.0,13.0,119.0,59.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,24.0,9.0,432.0,29.0,75.0,50.0,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,178.0,178.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,45.0,,56.0,56.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-12-07 00:54:59.000000,2023-12-05 17:46:49,701.0,18.0,20.0,11.0,190.0,26.0,179.0,40.0,1.0,,,16.0,,,,3.0,,2023-10-23 16:16:05,draft-ietf-oauth-selective-disclosure-jwt-06,,,,,,,,,,,,,,,, 127,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-11-24 08:46:31.000000,2023-11-24 08:46:27,906.0,88.0,8.0,6.0,157.0,7.0,10.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-12-04 09:33:19.000000,2023-11-24 22:24:16,180.0,124.0,1.0,1.0,69.0,1.0,5.0,,48.0,,,8.0,,,431.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2158.0,,,,,,,,,,, 129,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,53.0,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,40.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-09-26 14:37:07.000000,2023-09-26 14:37:03,244.0,13.0,11.0,10.0,22.0,1.0,3.0,35.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,5.0,3.0,10.0,57.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,, 136,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-12-01 20:28:38.000000,2023-10-06 18:01:30,61.0,4.0,2.0,10.0,60.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,, 137,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,8.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 138,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],7,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-12-05 17:42:42.000000,2023-12-05 17:42:41,58.0,35.0,2.0,20.0,14.0,24.0,13.0,24.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-14 17:32:27.603836,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2023-11-14 17:32:27.603836,22.0,4070432.0,,,,,,,,,,, 140,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 141,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 142,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-12-14_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ockam (🥈34 · ⭐ 3.9K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - insightface (🥈31 · ⭐ 19K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - did-resolver (🥈28 · ⭐ 200 · 📈) - Universal did-resolver for javascript environments. Apache-2 dif - veramo (🥇26 · ⭐ 370 · 📈) - A JavaScript Framework for Verifiable Data. Apache-2 - selective-disclosure-jwt (🥉13 · ⭐ 42 · 📈) - ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - howdy (🥉21 · ⭐ 5.1K · 📉) - Windows Hello style facial authentication for Linux. MIT - trinsic-sdk (🥉19 · ⭐ 28 · 📉) - Trinsic SDK repository. Apache-2 - solid-specification (🥈16 · ⭐ 440 · 📉) - Solid Technical Reports. MIT solid - entra-verifiedid-wallet-library-android (🥉7 · ⭐ 15 · 📉) - A library to manage your Decentralized Identities and.. MIT ## ➕ Added Projects _Projects that were recently added to this best-of list._ - authlib (🥈37 · ⭐ 4.1K · ➕) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - dogtagpki (🥉23 · ⭐ 280 · ➕) - The Dogtag Certificate System is an enterprise-class.. ❗️GPL-2.0 - warrant (🥉18 · ⭐ 910 · ➕) - Warrant is a highly scalable, centralized authorization service.. Apache-2 - ejbca-ce (🥉2 · ⭐ 25 · ➕) - EJBCA Open source public key infrastructure (PKI) and.. ❗Unlicensed ================================================ FILE: history/2023-12-14_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,new_addition,helm_id,maven_id,maven_url,brew_id,trending,updated_github_id,gem_url,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-12-14 04:38:07.000000,2023-12-14 04:38:01,2683.0,231.0,2465.0,95.0,2131.0,252.0,3520.0,20205.0,100.0,170044.0,170044.0,605.0,https://www.npmjs.com/package/next-auth,3008234.0,3008234.0,1.0,,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-12-12 15:06:39.000000,2023-12-12 15:06:38,3811.0,60.0,1891.0,237.0,4081.0,94.0,2118.0,11485.0,67.0,5695.0,5695.0,374.0,,,2826650.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,6921617.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,255479587.0,,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-12-14 17:40:58.000000,2023-12-14 16:31:47,4918.0,146.0,1190.0,125.0,4023.0,318.0,2119.0,8752.0,100.0,3163.0,3163.0,433.0,,,4988256.0,1.0,openpolicyagent/opa,2023-11-30 15:49:02,0.59.0,4823436.0,https://hub.docker.com/r/openpolicyagent/opa,2023-12-13 13:57:14.882689,39.0,469967817.0,,,,,,,,,,,, 9,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-12-14 16:02:39.000000,2023-12-14 16:02:38,8199.0,165.0,1898.0,148.0,3163.0,172.0,2997.0,10952.0,100.0,714.0,714.0,421.0,,,1714876.0,1.0,,2023-12-12 16:08:13,1.12.7,65165303.0,,,,,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-11-20 18:36:48.000000,2023-10-25 05:42:36,1677.0,1.0,459.0,69.0,493.0,78.0,293.0,2686.0,48.0,472640.0,472640.0,195.0,,,83419982.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,83419982.0,,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1183.0,310.0,157.0,334.0,426.0,22039.0,,964717.0,964717.0,38.0,https://www.npmjs.com/package/passport,9697220.0,9697220.0,2.0,,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-12-14 17:59:55.000000,2023-12-14 16:23:27,23562.0,694.0,5746.0,371.0,13688.0,1882.0,6350.0,18350.0,45.0,,,1290.0,,,63629.0,1.0,quay.io/keycloak/keycloak,2023-11-29 06:07:19,23.0.1,2290677.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-12-14 16:42:54.000000,2023-12-13 18:07:01,9603.0,167.0,1158.0,125.0,1058.0,103.0,873.0,6946.0,10.0,1277.0,1277.0,224.0,,,180214.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,180214.0,,,,,,,,, 14,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2023-12-10 07:31:02.000000,2023-11-29 14:24:06,1361.0,13.0,384.0,63.0,183.0,57.0,345.0,4071.0,32.0,29544.0,29544.0,103.0,,,7091694.0,2.0,,2023-11-21 13:51:56,1.2.1,,,,,,authlib,https://pypi.org/project/authlib,7091694.0,True,,,,,,,, 15,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-12-14 18:16:39.000000,2023-12-13 23:06:31,18689.0,490.0,3844.0,829.0,18608.0,927.0,4857.0,28987.0,100.0,6779.0,6779.0,1429.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,,, 16,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-12-14 09:27:25.000000,2023-12-14 09:27:24,4062.0,128.0,830.0,108.0,1776.0,170.0,1020.0,9672.0,43.0,326.0,326.0,215.0,,,1680289.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,35706.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112528525.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-12-12 06:10:57.000000,2023-12-12 06:09:00,1526.0,31.0,251.0,42.0,364.0,14.0,428.0,5288.0,100.0,60783.0,60783.0,67.0,https://www.npmjs.com/package/@casl/ability,2098478.0,2098478.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-11-24 07:59:06.000000,2023-11-24 07:55:12,1080.0,4.0,1540.0,232.0,481.0,35.0,737.0,16149.0,100.0,2622.0,2622.0,135.0,https://www.npmjs.com/package/casbin,179577.0,284716.0,2.0,,2023-11-24 07:56:26,2.79.0,,,,,,casbin,https://pypi.org/project/casbin,105139.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-12-13 15:39:10.000000,2023-12-13 10:12:05,3740.0,34.0,1325.0,232.0,1727.0,78.0,1391.0,14752.0,100.0,2.0,2.0,291.0,,,3994672.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,677834.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,410439531.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-12-14 18:14:38.000000,2023-12-14 18:05:36,7551.0,861.0,524.0,58.0,5278.0,292.0,1401.0,3949.0,100.0,183.0,183.0,299.0,,,13540.0,2.0,,2023-12-12 22:29:05,ockam_v0.109.0,338510.0,,,,,,,,,,,,build-trust/ockam/ockam,1.0,,, 21,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3511.0,335.0,107.0,424.0,389.0,15719.0,38.0,7898.0,7898.0,25.0,https://www.npmjs.com/package/face-api.js,148580.0,148580.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-12-14 14:17:20.000000,2023-12-13 22:54:44,24234.0,527.0,3822.0,606.0,4583.0,,,10592.0,100.0,21.0,21.0,343.0,,,5894.0,2.0,apereo/cas,2023-11-17 08:24:37,6.6.14,,https://hub.docker.com/r/apereo/cas,2023-12-14 00:30:22.642834,129.0,866453.0,,,,,,,,,,,, 23,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-12-14 18:11:59.800617,2023-12-14 17:47:13,3246.0,182.0,272.0,37.0,3854.0,85.0,864.0,3736.0,100.0,13.0,13.0,91.0,,,18223611.0,2.0,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,49786.0,https://hub.docker.com/r/pomerium/pomerium,2023-12-14 18:11:59.800617,10.0,1075133152.0,,,,,,,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12889.0,1567.0,224.0,718.0,584.0,50510.0,2.0,21.0,21.0,54.0,,,73741.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1218.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7159.0,face_recognition,https://pypi.org/project/face_recognition,73638.0,,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-12-05 06:57:20.000000,2023-12-05 06:57:20,4734.0,5.0,1669.0,182.0,1688.0,423.0,1339.0,9327.0,15.0,86.0,86.0,130.0,,,190222.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,190222.0,,,,,,,,, 26,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,32,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-12-14 14:03:46.000000,2023-12-14 14:03:46,1122.0,41.0,1595.0,118.0,100.0,3.0,813.0,8549.0,,2286.0,2286.0,49.0,,,144851.0,2.0,,,,,,,,,deepface,https://pypi.org/project/deepface,144851.0,,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-12-14 18:15:30.000000,2023-12-14 18:15:29,6324.0,153.0,414.0,83.0,3415.0,141.0,1174.0,1577.0,95.0,125.0,125.0,180.0,,,2336.0,2.0,ghcr.io/spiffe/spire-server,2023-12-08 19:59:47,1.8.6,172867.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,9.0,386.0,31.0,522.0,69.0,353.0,532.0,50.0,1620.0,1620.0,172.0,,,548539.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,548539.0,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-11-14 17:36:10.000000,2023-09-10 02:01:49,2281.0,,4848.0,496.0,150.0,988.0,1347.0,19323.0,1.0,1317.0,1317.0,57.0,,,157259.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1258067.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,1.0,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-12-14 17:38:19.000000,2023-12-14 17:32:03,3387.0,267.0,219.0,37.0,1253.0,101.0,306.0,4045.0,63.0,38.0,38.0,38.0,,,56504.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,37279.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,6.0,1543490.0,,,,,,,,,,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-12-14 04:05:00.000000,2023-10-25 14:03:03,2625.0,60.0,1479.0,176.0,1941.0,282.0,797.0,8648.0,80.0,144.0,144.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 32,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-12-14 17:53:28.000000,2023-12-13 19:16:44,3584.0,214.0,251.0,201.0,3833.0,74.0,244.0,3729.0,49.0,8.0,8.0,147.0,,,240917.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,11.0,11323114.0,,,,,,,,,,,, 33,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-12-14 00:36:45.000000,2023-12-13 12:52:28,612.0,23.0,63.0,40.0,211.0,4.0,83.0,307.0,100.0,4282.0,4282.0,41.0,https://www.npmjs.com/package/did-jwt,164586.0,164586.0,1.0,,2023-12-13 12:52:55,7.4.7,,,,,,,,,,,,,,,,, 34,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9030.0,1106.0,131.0,541.0,801.0,43685.0,2.0,21.0,21.0,22.0,,,3732.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,167949.0,,,,,,,,,,,,,,,, 35,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3487.0,759.0,74.0,9.0,370.0,14935.0,4.0,68.0,68.0,30.0,,,1627.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161084.0,,,,,,,,,,,, 36,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-12-14 16:21:18.190692,2023-12-14 16:06:05,2129.0,166.0,890.0,56.0,1313.0,98.0,1031.0,7567.0,100.0,3.0,3.0,152.0,,,2750.0,2.0,casbin/casdoor,2023-12-14 16:15:56,1.475.0,,https://hub.docker.com/r/casbin/casdoor,2023-12-14 16:21:18.190692,11.0,104519.0,,,,,,,,,,casbin/casdoor,, 37,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,25.0,1006.0,107.0,820.0,26.0,831.0,5218.0,64.0,8304.0,8304.0,314.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,,,doorkeeper, 38,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-12-13 03:58:55.000000,2023-10-18 14:17:30,1482.0,19.0,313.0,56.0,1101.0,41.0,262.0,4376.0,50.0,22.0,22.0,71.0,,,737057.0,2.0,oryd/keto,,,18323.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50836281.0,,,,,,,,,,,, 39,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-12-14 17:11:13.000000,2023-12-14 15:16:08,5174.0,171.0,274.0,38.0,748.0,51.0,249.0,1217.0,49.0,1502.0,1502.0,295.0,,,,3.0,,2023-11-14 18:44:21,6.3.6,,,,,,,,,,,,,,,,, 40,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-12-14 15:13:06.000000,2023-12-11 15:39:08,135.0,17.0,5762.0,456.0,194.0,,,52532.0,10.0,21.0,21.0,66.0,,,220001.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,220001.0,,,,,,,,, 41,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,6.0,12569.0,1525.0,514.0,17.0,816.0,47863.0,4.0,,,97.0,,,3255.0,3.0,,2023-06-18 18:08:19,2.2.0,188847.0,,,,,,,,,,,,,,,, 42,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-12-14 09:24:21.000000,2023-12-14 09:23:26,5067.0,323.0,967.0,158.0,4900.0,68.0,1091.0,18118.0,100.0,,,141.0,,,637.0,2.0,,2022-12-21 09:01:04,4.37.5,29942.0,,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-12-14 17:03:00.000000,2023-12-14 09:03:26,5365.0,574.0,277.0,35.0,4732.0,76.0,246.0,6555.0,52.0,8.0,8.0,45.0,,,922.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2787.0,https://hub.docker.com/r/svhd/logto,2023-12-14 09:08:52.656079,2.0,23510.0,,,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-12-14 18:07:39.000000,2023-12-14 18:07:39,2747.0,200.0,323.0,34.0,4800.0,457.0,1385.0,5610.0,100.0,,,90.0,,,639.0,2.0,ghcr.io/zitadel/zitadel,2023-12-14 11:43:29,2.42.2,2557.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 45,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-12-14 03:18:01.000000,2023-12-14 03:18:00,6390.0,91.0,539.0,139.0,4319.0,187.0,2691.0,4854.0,97.0,,,127.0,,,21077.0,2.0,letsencrypt/boulder-tools,2023-12-11 22:36:34,release-2023-12-11,62779.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-12-11 21:33:11.761923,13.0,1953564.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-13 08:51:35.000000,2023-09-08 08:05:44,1354.0,,321.0,48.0,717.0,49.0,277.0,3121.0,100.0,2.0,2.0,109.0,,,1169841.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,32777.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87704473.0,,,,,,,,,,,, 47,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-12-12 15:20:24.000000,2023-12-12 15:20:23,1461.0,89.0,94.0,28.0,1552.0,48.0,272.0,2139.0,55.0,19.0,19.0,24.0,,,1577.0,3.0,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,52067.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 48,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],28,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-12-12 07:51:14.000000,2023-12-11 01:44:47,383.0,10.0,40.0,23.0,127.0,3.0,18.0,196.0,24.0,5270.0,5270.0,24.0,https://www.npmjs.com/package/did-resolver,180654.0,180654.0,2.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,1.0,,, 49,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-12-11 04:55:36.000000,2023-12-11 01:09:56,449.0,20.0,66.0,29.0,142.0,5.0,47.0,183.0,54.0,1421.0,1421.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,25453.0,25453.0,2.0,,2023-12-05 16:34:39,10.1.0,,,,,,,,,,,,,,,,, 50,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-12-14 17:55:13.000000,2023-12-14 17:55:11,13193.0,691.0,411.0,28.0,5989.0,441.0,1268.0,5245.0,100.0,,,198.0,,,92.0,3.0,,2023-11-21 19:09:26,ersion/2023.8.5,2509.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 51,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-12-06 15:05:05.000000,2023-11-18 02:39:57,1203.0,3.0,162.0,31.0,1523.0,109.0,100.0,3316.0,100.0,80.0,80.0,65.0,,,34794.0,3.0,,2023-04-03 23:25:23,0.27.0,2653.0,,,,,oso,https://pypi.org/project/oso,34716.0,,,,,,,,, 52,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-12-14 16:56:29.000000,2023-12-14 16:56:28,33420.0,547.0,54.0,31.0,4112.0,319.0,2578.0,322.0,100.0,,,110.0,,,267.0,3.0,,2023-12-14 13:58:11,1.0.21,803.0,,,,,,,,,,,,,,,, 53,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-12-13 19:40:17.000000,2023-12-12 10:19:45,357.0,25.0,38.0,23.0,94.0,2.0,47.0,159.0,53.0,826.0,826.0,22.0,https://www.npmjs.com/package/did-jwt-vc,19618.0,19618.0,1.0,,2023-12-12 10:20:04,3.2.15,,,,,,,,,,,,,,,,, 54,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-12-14 11:37:08.000000,2023-12-14 11:33:04,2435.0,24.0,725.0,73.0,235.0,,,2890.0,100.0,2.0,2.0,68.0,https://www.npmjs.com/package/oidc-provider,200820.0,200820.0,3.0,,2023-12-14 11:37:15,8.4.3,,,,,,,,,,,,,,,,, 55,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,26,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-12-14 03:15:57.000000,2023-12-11 01:18:26,1719.0,157.0,114.0,17.0,1694.0,140.0,491.0,1804.0,17.0,42.0,42.0,59.0,,,851.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,143.0,https://hub.docker.com/r/kanidm/server,2023-12-13 08:46:05.762562,,49254.0,,,,,,,,,,,, 56,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-12-12 22:24:28.000000,2023-12-12 22:24:27,6013.0,286.0,307.0,409.0,4137.0,117.0,417.0,1672.0,27.0,,,152.0,,,0.0,2.0,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,,, 57,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-12-13 16:48:08.000000,2023-12-13 16:40:51,1826.0,47.0,109.0,23.0,738.0,61.0,353.0,371.0,42.0,538.0,538.0,54.0,,,,1.0,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,,1.0,,, 58,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-11-30 20:07:17.572171,2023-11-30 19:57:58,2955.0,3.0,289.0,80.0,833.0,286.0,610.0,1756.0,51.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,480.0,9149.0,1.0,nodesolidserver/node-solid-server,2023-03-17 17:09:04,5.7.7,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-11-30 20:07:17.572171,4.0,962284.0,,,,,,,,,,,, 59,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-12-13 22:09:16.000000,2023-12-13 22:09:16,2921.0,119.0,256.0,52.0,2198.0,37.0,201.0,820.0,100.0,26.0,26.0,79.0,,,,3.0,,2023-12-07 00:08:14,1.11.48,,,,,,,,,,,,,,,,, 60,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,21.0,122.0,48.0,1887.0,207.0,901.0,722.0,73.0,,,96.0,,,78104.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,375.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7028915.0,,,,,,,,,,,, 61,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-12-14 05:06:07.000000,2023-12-13 22:24:21,8495.0,401.0,437.0,29.0,1567.0,218.0,889.0,373.0,72.0,,,130.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,,, 62,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-12-14 17:24:34.000000,2023-12-12 16:17:00,1682.0,18.0,120.0,21.0,345.0,36.0,76.0,1921.0,32.0,,,46.0,,,3988.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,555.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,135034.0,,,,,,,,,,,, 63,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-12-13 22:54:52.000000,2023-12-13 22:53:28,423.0,93.0,88.0,17.0,406.0,55.0,182.0,314.0,27.0,237.0,237.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2023-12-04 19:16:00,0.2.9,,,,,,,,,,,,,,,,, 64,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-12-14 13:23:33.000000,2023-12-04 10:33:08,1420.0,31.0,71.0,24.0,983.0,50.0,214.0,274.0,23.0,107.0,107.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,,, 65,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-12-13 06:45:51.000000,2023-12-08 15:09:04,929.0,72.0,398.0,62.0,431.0,103.0,346.0,10840.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 66,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-08 22:18:11.000000,2023-12-08 22:18:11,4035.0,11.0,756.0,254.0,329.0,63.0,209.0,2820.0,4.0,,,56.0,,,906.0,3.0,,2015-09-29 22:50:55,1.1.0,109719.0,,,,,,,,,,,,,,,, 67,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-12-10 21:05:11.000000,2023-12-10 21:04:25,2274.0,410.0,85.0,18.0,775.0,28.0,120.0,2021.0,47.0,1.0,1.0,35.0,,,81.0,3.0,ghcr.io/permify/permify,2023-12-10 21:15:36,0.6.3,1309.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 68,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-12-14 14:21:15.000000,2023-12-14 08:24:46,15729.0,52.0,307.0,50.0,7119.0,,,1034.0,,,,219.0,,,40439.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2023-12-13 07:57:26.999151,158.0,5621157.0,,,,,,,,,,,, 69,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-12-14 13:05:08.000000,2023-11-29 09:44:04,1677.0,34.0,219.0,60.0,282.0,26.0,80.0,500.0,6.0,,,99.0,,,1545.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-11-29 09:45:54.612308,,117456.0,,,,,,,,,,,, 70,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2023-12-14 18:07:48.000000,2023-12-14 18:07:48,13188.0,196.0,120.0,10.0,1746.0,933.0,1961.0,283.0,55.0,,,84.0,,,105.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,True,,,,,,,, 71,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-12-12 17:21:53.000000,2023-12-07 16:39:53,673.0,84.0,35.0,16.0,191.0,20.0,75.0,58.0,24.0,52.0,52.0,22.0,,,3695.0,2.0,,2023-06-02 16:26:49,0.1.0,40653.0,,,,,,,,,,,,,,,, 72,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2890.0,280.0,25.0,1.0,143.0,19283.0,35.0,,,11.0,,,22796.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,683889.0,,,,,,,,,,,,,,,, 73,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-12-13 18:57:17.000000,2023-12-13 18:56:13,14886.0,14.0,653.0,113.0,17.0,,,672.0,,119.0,119.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 74,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-12-12 03:41:03.000000,2023-12-12 03:41:02,279.0,15.0,15.0,14.0,115.0,1.0,10.0,77.0,38.0,828.0,828.0,12.0,https://www.npmjs.com/package/web-did-resolver,19998.0,19998.0,3.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,,, 75,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-12-05 08:57:06.000000,2023-09-24 10:25:45,558.0,2.0,278.0,58.0,143.0,181.0,539.0,5084.0,11.0,,,60.0,,,211.0,3.0,,2020-09-02 15:57:23,2.6.1,14775.0,,,,,,,,,,,,,-1.0,,,howdy 76,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-10-25 19:52:07.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,221.0,10.0,121.0,3623.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-12-13 20:16:44.000000,2023-12-13 20:15:00,2198.0,71.0,150.0,175.0,837.0,78.0,1033.0,1060.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,,, 78,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-11 09:57:56.000000,2023-04-04 19:14:54,1149.0,,104.0,40.0,681.0,37.0,441.0,429.0,12.0,31.0,31.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,,, 79,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2023-12-12 01:16:03.000000,2023-11-14 00:30:30,1728.0,11.0,98.0,28.0,339.0,36.0,73.0,171.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,,, 80,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2023-12-13 21:29:34.000000,2023-12-13 20:05:38,399.0,75.0,39.0,6.0,212.0,47.0,90.0,88.0,18.0,58.0,58.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2023-12-07 19:14:55,0.8.3,,,,,,,,,,,,,,,,, 81,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-12-13 21:16:01.000000,2023-12-13 12:52:16,2430.0,91.0,31.0,14.0,3127.0,51.0,94.0,60.0,21.0,772.0,772.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-11-16 16:03:01,1.17.5,,,,,,,,,,,,,,,,, 82,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4661.0,566.0,122.0,498.0,619.0,13314.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-10-31 00:29:40.000000,2023-10-25 17:45:50,394.0,3.0,666.0,94.0,307.0,153.0,323.0,1616.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,,, 84,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-12-11 09:10:23.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,31.0,49.0,660.0,36.0,,,100.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,,, 85,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,19.0,2046.0,388.0,1196.0,235.0,14.0,2.0,2.0,59.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,,, 86,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Agent Framework JavaScript.,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-12-14 14:45:49.000000,2023-12-14 13:20:14,848.0,39.0,145.0,26.0,1009.0,169.0,460.0,210.0,77.0,2.0,2.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,, 87,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,19.0,32.0,6.0,195.0,3.0,162.0,94.0,98.0,,,16.0,,,388.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,10831.0,,,,,,,,,,,, 88,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-12-02 04:19:25.000000,2023-07-12 07:05:13,339.0,,799.0,237.0,237.0,175.0,525.0,2607.0,,,,47.0,,,,3.0,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 89,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,269.0,96.0,42.0,28.0,23.0,2379.0,,,,26.0,,,1837.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1837.0,,,,,,,,, 90,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-12-12 23:26:53.000000,2023-12-07 04:55:29,2178.0,15.0,207.0,58.0,580.0,52.0,172.0,313.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 91,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-12-13 17:32:54.000000,2023-12-07 23:28:26,1768.0,233.0,78.0,81.0,712.0,47.0,605.0,260.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 92,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-12-14 15:19:48.000000,2023-12-14 15:18:17,1094.0,38.0,16.0,12.0,1257.0,,321.0,28.0,16.0,,,27.0,,,355.0,3.0,,2023-11-16 22:24:18,1.13.0,9238.0,,,,,,,,,,,,,-1.0,,, 93,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2291.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,,, 94,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,159.0,90.0,184.0,70.0,69.0,1219.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,,, 95,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2023-12-12 23:29:25.635467,2023-12-12 17:16:34,227.0,52.0,21.0,5.0,234.0,18.0,15.0,911.0,86.0,1.0,1.0,5.0,,,106.0,3.0,warrantdev/warrant,2023-12-12 23:29:26,1.0.5,803.0,https://hub.docker.com/r/warrantdev/warrant,2023-12-12 23:29:25.635467,,264.0,,,,True,,,,,,,, 96,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-12-14 00:18:05.000000,2023-11-01 15:51:52,531.0,8.0,48.0,30.0,353.0,73.0,103.0,161.0,,114.0,114.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 97,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-12-08 21:35:58.000000,2023-12-07 12:08:25,381.0,37.0,43.0,15.0,84.0,23.0,62.0,154.0,,207.0,207.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 98,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-12-14 18:15:17.000000,2023-12-14 18:12:56,1623.0,64.0,105.0,21.0,798.0,66.0,175.0,122.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 99,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Self Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-12-14 17:53:35.000000,2023-12-07 09:27:01,1363.0,133.0,52.0,9.0,470.0,6.0,104.0,70.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-12-13 21:32:50.000000,2023-12-13 21:32:49,2274.0,71.0,35.0,12.0,402.0,131.0,88.0,45.0,1.0,23.0,23.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,560.0,56.0,126.0,88.0,8169.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 102,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-13 20:50:19.000000,2023-12-13 20:50:19,537.0,4.0,149.0,84.0,206.0,17.0,42.0,1343.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 103,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-12-14 11:31:53.000000,2023-11-22 09:42:44,3596.0,13.0,67.0,27.0,5.0,,,228.0,,,,297.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-12-14 16:30:01.000000,2023-12-14 16:30:01,320.0,19.0,54.0,13.0,334.0,47.0,107.0,189.0,4.0,33.0,33.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-12-14 16:28:57.000000,2023-12-12 18:52:17,391.0,17.0,22.0,4.0,125.0,6.0,21.0,42.0,28.0,115.0,115.0,15.0,,,,3.0,,2023-11-30 14:47:21,1.4.2,,,,,,,,,,,,,,,,, 106,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,10.0,25.0,2.0,111.0,,46.0,33.0,48.0,,,12.0,,,145.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,3925.0,,,,,,,,,,,, 107,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-12-14 12:03:50.000000,2023-11-27 14:21:21,3482.0,204.0,11.0,7.0,454.0,67.0,1656.0,29.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-12-13 15:02:04.000000,2023-12-13 13:49:26,975.0,39.0,38.0,48.0,205.0,173.0,146.0,442.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,-1.0,,, 109,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,74.0,488.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 110,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-10-25 21:52:04.000000,2023-10-25 21:52:03,304.0,5.0,64.0,32.0,247.0,45.0,72.0,227.0,,4.0,4.0,21.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 111,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-12-13 10:03:59.000000,2023-11-27 09:55:15,1433.0,77.0,7.0,9.0,137.0,3.0,7.0,40.0,29.0,1.0,1.0,13.0,,,,3.0,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,,, 112,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-12-12 16:08:10.000000,2023-12-05 16:51:07,444.0,24.0,52.0,12.0,506.0,87.0,126.0,139.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 113,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-10-24 10:04:29.000000,2023-10-05 20:28:43,621.0,6.0,32.0,31.0,226.0,54.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 114,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-12-12 08:54:03.000000,2023-11-27 09:47:51,404.0,24.0,25.0,29.0,55.0,13.0,9.0,65.0,2.0,,,11.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,,, 115,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-12-11 09:24:40.000000,2023-12-07 19:24:59,521.0,101.0,25.0,12.0,138.0,29.0,25.0,40.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 116,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-12-07 09:57:12.000000,2023-11-29 23:51:57,628.0,50.0,10.0,6.0,67.0,4.0,9.0,39.0,14.0,,,15.0,,,,1.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,, 117,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-12-05 10:03:23.000000,2023-11-28 02:29:24,936.0,24.0,9.0,7.0,105.0,7.0,20.0,27.0,26.0,16.0,16.0,15.0,,,2.0,1.0,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,,, 118,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,12.0,6.0,2.0,36.0,,36.0,21.0,28.0,,,9.0,,,34.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,714.0,,,,,,,,,,,, 119,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-12-11 18:37:42.000000,2023-12-01 19:21:45,678.0,15.0,53.0,76.0,264.0,157.0,103.0,299.0,,,,32.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 120,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,943.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 122,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,245.0,4.0,,,5.0,,,231.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,,, 123,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-06 12:03:08.000000,2023-11-24 09:08:14,455.0,8.0,22.0,31.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 124,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-28 02:42:23.000000,2023-11-28 02:39:02,609.0,25.0,19.0,8.0,46.0,5.0,12.0,68.0,13.0,42.0,42.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,,,, 125,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-12-14 00:09:40.000000,2023-12-11 19:37:13,833.0,58.0,19.0,14.0,173.0,13.0,119.0,59.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 126,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,24.0,9.0,432.0,29.0,75.0,50.0,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 127,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-12-14 15:52:38.000000,2023-12-11 17:27:30,705.0,22.0,21.0,11.0,193.0,22.0,183.0,42.0,2.0,,,16.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,2.0,,, 128,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,178.0,178.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 129,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,46.0,,56.0,56.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-12-14 11:06:45.000000,2023-11-24 08:46:27,906.0,88.0,8.0,6.0,157.0,7.0,10.0,38.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 131,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],11,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-08 16:25:57.000000,2023-12-08 16:25:57,245.0,11.0,11.0,10.0,22.0,1.0,3.0,36.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 132,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-12-08 02:28:13.000000,2023-11-24 22:24:16,180.0,122.0,1.0,1.0,69.0,,6.0,,48.0,,,8.0,,,433.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2168.0,,,,,,,,,,,, 133,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 134,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,53.0,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 135,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,40.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 136,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 137,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,33.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,4.0,3.0,10.0,57.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,,, 139,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,8.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 140,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],7,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-12-05 17:42:42.000000,2023-12-05 17:42:41,58.0,34.0,2.0,19.0,14.0,21.0,16.0,25.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 141,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-12-09 19:07:09.000000,2023-10-06 18:01:30,61.0,2.0,2.0,10.0,60.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,-1.0,,, 142,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,25.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,25.0,62086.0,,,,True,,,,,,,, 143,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-11-14 17:32:27.603836,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2023-11-14 17:32:27.603836,22.0,4073937.0,,,,,,,,,,,, 144,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 145,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 146,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-12-21_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥇33 · ⭐ 8.6K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - oso (🥉28 · ⭐ 3.3K · 📈) - Oso is a batteries-included framework for building authorization in.. Apache-2 - kanidm (🥉27 · ⭐ 1.8K · 📈) - Kanidm: A simple, secure and fast identity management platform. MPL-2.0 - node-solid-server (🥇27 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid - identity-credential (🥉9 · ⭐ 25 · 📈) - Proposals related to the invocation of digital.. ❗Unlicensed w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - boundary (🥉29 · ⭐ 3.7K · 📉) - Boundary enables identity-based access management for.. ❗Unlicensed hashicorp - jansen (🥉26 · ⭐ 320 · 📉) - An open source enterprise digital identity platform that.. Apache-2 linux-foundation - veramo (🥇25 · ⭐ 370 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 - dogtagpki (🥉22 · ⭐ 280 · 📉) - The Dogtag Certificate System is an enterprise-class.. ❗️GPL-2.0 - spiffe (🥉16 · ⭐ 1.3K · 📉) - The SPIFFE Project. Apache-2 cncf linux-foundation ## ➕ Added Projects _Projects that were recently added to this best-of list._ - cf-identity-wallet (🥉12 · ⭐ 51 · ➕) - Identity Wallet is an open source mobile application.. MPL-2.0 - waltid-identity (🥉11 · ⭐ 35 · 🐣) - All-In-One identity and wallet toolkit. Apache-2 ================================================ FILE: history/2023-12-21_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,trending,updated_github_id,gem_url,apt_id,new_addition 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-12-21 14:57:52.000000,2023-12-21 14:54:05,2687.0,214.0,2485.0,97.0,2138.0,259.0,3529.0,20325.0,100.0,172793.0,172793.0,607.0,https://www.npmjs.com/package/next-auth,3010410.0,3010410.0,1.0,,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-12-19 00:09:17.000000,2023-12-12 15:06:38,3811.0,57.0,1896.0,237.0,4088.0,94.0,2118.0,11519.0,67.0,5710.0,5710.0,374.0,,,2833927.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,6938158.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,256138714.0,,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-12-21 17:32:31.350208,2023-12-21 16:52:10,4933.0,155.0,1193.0,125.0,4037.0,319.0,2125.0,8771.0,100.0,3183.0,3183.0,433.0,,,5031800.0,1.0,openpolicyagent/opa,2023-12-21 10:41:47,0.60.0,4897679.0,https://hub.docker.com/r/openpolicyagent/opa,2023-12-21 17:32:31.350208,41.0,474010983.0,,,,,,,,,,,, 9,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-12-21 17:49:29.000000,2023-12-21 14:33:12,8215.0,175.0,1898.0,148.0,3170.0,170.0,3002.0,10969.0,100.0,722.0,722.0,422.0,,,1738351.0,1.0,,2023-12-12 16:08:13,1.12.7,66057369.0,,,,,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-11-20 18:36:48.000000,2023-10-25 05:42:36,1677.0,1.0,459.0,69.0,493.0,78.0,293.0,2689.0,48.0,475178.0,475178.0,195.0,,,82863837.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,82863837.0,,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1184.0,310.0,157.0,334.0,426.0,22059.0,,968992.0,968992.0,38.0,https://www.npmjs.com/package/passport,9628342.0,9628342.0,2.0,,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-12-21 16:38:00.000000,2023-12-21 12:49:07,23609.0,688.0,5765.0,371.0,13771.0,1897.0,6407.0,18425.0,47.0,,,1293.0,,,64173.0,1.0,quay.io/keycloak/keycloak,2023-12-15 14:11:09,23.0.3,2310240.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-12-21 07:48:55.000000,2023-12-13 18:07:01,9603.0,120.0,1159.0,123.0,1064.0,105.0,873.0,6982.0,10.0,1335.0,1335.0,224.0,,,187651.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,187651.0,,,,,,,,, 14,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2023-12-20 16:49:07.000000,2023-12-17 07:55:15,1369.0,19.0,385.0,62.0,184.0,64.0,346.0,4081.0,33.0,29711.0,29711.0,104.0,,,7019839.0,2.0,,2023-12-17 12:54:58,1.3.0,,,,,,authlib,https://pypi.org/project/authlib,7019839.0,,,,,,,,, 15,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-12-21 17:25:08.000000,2023-12-21 16:48:07,18715.0,467.0,3846.0,829.0,18670.0,935.0,4863.0,29022.0,100.0,6796.0,6796.0,1430.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,,, 16,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-12-21 05:08:47.000000,2023-12-14 09:27:24,4062.0,109.0,836.0,108.0,1778.0,168.0,1024.0,9702.0,43.0,326.0,326.0,215.0,,,1680725.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,35814.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112557547.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-12-19 06:54:20.000000,2023-12-19 06:53:08,1527.0,31.0,252.0,42.0,365.0,14.0,428.0,5310.0,100.0,61382.0,61382.0,67.0,https://www.npmjs.com/package/@casl/ability,2091221.0,2091221.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-19 17:54:27.000000,2023-12-19 17:50:47,1082.0,6.0,1546.0,232.0,483.0,37.0,737.0,16188.0,100.0,2631.0,2631.0,137.0,https://www.npmjs.com/package/casbin,178044.0,273456.0,2.0,,2023-12-18 12:48:17,2.80.0,,,,,,casbin,https://pypi.org/project/casbin,95412.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-12-18 23:59:25.000000,2023-12-18 15:04:28,3744.0,34.0,1325.0,232.0,1730.0,78.0,1392.0,14782.0,100.0,2.0,2.0,291.0,,,3998865.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,681728.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,410865480.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-12-21 18:11:39.000000,2023-12-21 15:00:30,7633.0,903.0,528.0,58.0,5344.0,291.0,1405.0,3957.0,100.0,183.0,183.0,299.0,,,14151.0,2.0,,2023-12-20 01:13:31,ockam_v0.113.0,339633.0,,,,,,,,,,,build-trust/ockam/ockam,,,,, 21,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3511.0,335.0,107.0,425.0,389.0,15729.0,38.0,7932.0,7932.0,25.0,https://www.npmjs.com/package/face-api.js,147990.0,147990.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-12-21 16:54:07.107396,2023-12-21 15:34:37,24343.0,586.0,3822.0,605.0,4596.0,,,10608.0,100.0,21.0,21.0,344.0,,,5921.0,2.0,apereo/cas,2023-11-17 08:24:37,6.6.14,,https://hub.docker.com/r/apereo/cas,2023-12-21 16:54:07.107396,129.0,870395.0,,,,,,,,,,,, 23,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,33,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-12-21 09:52:37.000000,2023-12-21 09:52:37,1134.0,53.0,1606.0,118.0,102.0,2.0,821.0,8642.0,,2315.0,2315.0,50.0,,,155071.0,1.0,,,,,,,,,deepface,https://pypi.org/project/deepface,155071.0,,,,,1.0,,,, 24,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-12-21 17:28:35.629101,2023-12-21 16:41:41,3252.0,159.0,272.0,37.0,3860.0,82.0,867.0,3742.0,100.0,13.0,13.0,91.0,,,18530642.0,2.0,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,50006.0,https://hub.docker.com/r/pomerium/pomerium,2023-12-21 17:28:35.629101,10.0,1093247719.0,,,,,,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12900.0,1567.0,224.0,719.0,584.0,50585.0,2.0,21.0,21.0,54.0,,,73455.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1223.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7205.0,face_recognition,https://pypi.org/project/face_recognition,73352.0,,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-12-05 06:57:20.000000,2023-12-05 06:57:20,4734.0,3.0,1675.0,181.0,1688.0,429.0,1339.0,9386.0,15.0,86.0,86.0,130.0,,,195362.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,195362.0,,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-12-21 17:59:12.000000,2023-12-21 17:00:42,6334.0,146.0,414.0,81.0,3430.0,140.0,1178.0,1581.0,95.0,126.0,126.0,180.0,,,2349.0,2.0,ghcr.io/spiffe/spire-server,2023-12-08 19:59:47,1.8.6,173867.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,9.0,386.0,31.0,522.0,69.0,353.0,533.0,50.0,1627.0,1627.0,172.0,,,554616.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,554616.0,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-18 02:19:09.000000,2023-09-10 02:01:49,2281.0,,4869.0,497.0,151.0,990.0,1346.0,19444.0,1.0,1355.0,1355.0,57.0,,,164882.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1319050.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-12-20 23:05:17.000000,2023-12-20 18:23:58,3404.0,278.0,220.0,37.0,1260.0,101.0,307.0,4055.0,63.0,39.0,39.0,39.0,,,57862.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,38298.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,6.0,1580450.0,,,,,,,,,,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-12-19 04:39:55.000000,2023-10-25 14:03:03,2625.0,60.0,1484.0,175.0,1945.0,285.0,796.0,8670.0,80.0,144.0,144.0,223.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-12-21 15:21:46.000000,2023-12-13 12:52:28,612.0,21.0,63.0,40.0,211.0,4.0,83.0,307.0,100.0,4304.0,4304.0,41.0,https://www.npmjs.com/package/did-jwt,167774.0,167774.0,1.0,,2023-12-13 12:52:55,7.4.7,,,,,,,,,,,,,,,,, 33,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9042.0,1110.0,131.0,541.0,801.0,43786.0,2.0,21.0,21.0,22.0,,,3746.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,168583.0,,,,,,,,,,,,,,,, 34,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3488.0,759.0,74.0,9.0,370.0,14941.0,4.0,68.0,68.0,30.0,,,1627.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161102.0,,,,,,,,,,,, 35,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-12-21 18:06:31.000000,2023-12-21 18:04:25,2142.0,168.0,893.0,56.0,1319.0,96.0,1036.0,7602.0,100.0,3.0,3.0,152.0,,,2814.0,2.0,casbin/casdoor,2023-12-21 15:44:59,1.479.0,,https://hub.docker.com/r/casbin/casdoor,2023-12-21 15:50:22.103800,11.0,106947.0,,,,,,,,,casbin/casdoor,,, 36,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,22.0,1005.0,107.0,820.0,26.0,831.0,5224.0,64.0,8317.0,8317.0,314.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,,doorkeeper,, 37,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-12-19 03:04:42.000000,2023-10-18 14:17:30,1482.0,11.0,313.0,56.0,1103.0,43.0,262.0,4389.0,50.0,22.0,22.0,71.0,,,737119.0,2.0,oryd/keto,,,18383.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50840491.0,,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],29,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-12-21 18:07:43.000000,2023-12-15 20:15:03,3586.0,190.0,253.0,201.0,3870.0,75.0,244.0,3735.0,49.0,8.0,8.0,148.0,,,243799.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,12.0,11458587.0,,,,,,,,-1.0,,,, 39,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-12-20 21:00:28.000000,2023-12-20 20:27:16,5216.0,189.0,275.0,38.0,759.0,47.0,253.0,1226.0,50.0,1519.0,1519.0,295.0,,,,3.0,,2023-12-15 13:49:36,6.3.7,,,,,,,,,,,,,,,,, 40,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-12-20 03:53:25.000000,2023-12-18 20:11:16,136.0,13.0,5810.0,460.0,196.0,,,52973.0,10.0,21.0,21.0,66.0,,,226599.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,226599.0,,,,,,,,, 41,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,6.0,12570.0,1525.0,514.0,17.0,816.0,47928.0,4.0,,,97.0,,,3362.0,3.0,,2023-06-18 18:08:19,2.2.0,195040.0,,,,,,,,,,,,,,,, 42,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-12-21 18:13:47.000000,2023-12-20 13:06:35,5085.0,321.0,967.0,158.0,4922.0,68.0,1092.0,18180.0,100.0,,,141.0,,,644.0,2.0,,2022-12-21 09:01:04,4.37.5,30306.0,,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-12-21 12:43:29.000000,2023-12-21 08:37:26,5402.0,570.0,280.0,35.0,4767.0,80.0,246.0,6571.0,52.0,8.0,8.0,45.0,,,942.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2837.0,https://hub.docker.com/r/svhd/logto,2023-12-21 08:42:59.913146,2.0,24039.0,,,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-12-21 16:46:54.000000,2023-12-21 13:57:33,2761.0,193.0,327.0,35.0,4813.0,451.0,1395.0,5691.0,100.0,,,91.0,,,667.0,2.0,ghcr.io/zitadel/zitadel,2023-12-20 19:32:57,2.42.3,2670.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 45,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-12-21 18:07:07.000000,2023-12-21 18:07:06,6402.0,96.0,540.0,139.0,4331.0,179.0,2703.0,4863.0,97.0,,,127.0,,,21098.0,2.0,letsencrypt/boulder-tools,2023-12-11 22:36:34,release-2023-12-11,62996.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-12-20 18:46:54.576324,13.0,1954711.0,,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-12-20 18:52:35.000000,2023-12-20 18:11:56,1209.0,9.0,162.0,31.0,1525.0,108.0,101.0,3321.0,100.0,81.0,81.0,65.0,,,36892.0,3.0,,2023-12-20 19:06:36,0.27.2,2675.0,,,,,oso,https://pypi.org/project/oso,36814.0,,,,,1.0,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-15 14:20:58.000000,2023-09-08 08:05:44,1354.0,,321.0,48.0,717.0,49.0,277.0,3123.0,100.0,2.0,2.0,109.0,,,1170094.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,33052.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87723160.0,,,,,,,,,,,, 48,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-12-19 08:19:34.000000,2023-12-19 08:19:01,1466.0,85.0,94.0,28.0,1557.0,51.0,272.0,2154.0,55.0,19.0,19.0,24.0,,,1588.0,3.0,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,52419.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 49,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],28,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-12-19 23:03:24.000000,2023-12-18 01:27:29,384.0,11.0,40.0,23.0,127.0,3.0,18.0,196.0,24.0,5310.0,5310.0,24.0,https://www.npmjs.com/package/did-resolver,182705.0,182705.0,2.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,,, 50,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-12-20 12:07:02.000000,2023-12-20 12:07:01,453.0,24.0,66.0,29.0,143.0,5.0,47.0,183.0,55.0,1425.0,1425.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,26008.0,26008.0,2.0,,2023-12-20 12:07:30,10.1.1,,,,,,,,,,,,,,,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-12-21 18:01:10.000000,2023-12-21 14:30:00,13243.0,708.0,416.0,29.0,6047.0,441.0,1282.0,5301.0,100.0,,,200.0,,,93.0,3.0,,2023-12-21 13:33:00,ersion/2023.10.5,2537.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 52,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-12-21 16:24:27.000000,2023-12-21 04:44:20,1728.0,148.0,115.0,17.0,1708.0,138.0,498.0,1813.0,17.0,42.0,42.0,59.0,,,1567.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,160.0,https://hub.docker.com/r/kanidm/server,2023-12-19 01:12:11.590576,,90747.0,,,,,,,,1.0,,,, 53,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-12-19 14:41:51.000000,2023-12-17 17:09:26,2994.0,39.0,289.0,79.0,834.0,283.0,614.0,1757.0,52.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,790.0,9481.0,1.0,nodesolidserver/node-solid-server,2023-12-17 18:26:45,5.7.8,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,964801.0,,,,,,,,2.0,,,, 54,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-12-21 16:45:59.000000,2023-12-12 10:19:45,357.0,22.0,38.0,23.0,94.0,2.0,47.0,159.0,53.0,834.0,834.0,22.0,https://www.npmjs.com/package/did-jwt-vc,20213.0,20213.0,1.0,,2023-12-12 10:20:04,3.2.15,,,,,,,,,,,,,,,,, 55,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-12-20 13:51:38.000000,2023-12-20 13:51:33,2439.0,28.0,726.0,73.0,238.0,,,2892.0,100.0,2.0,2.0,69.0,https://www.npmjs.com/package/oidc-provider,198725.0,198725.0,3.0,,2023-12-14 11:37:15,8.4.3,,,,,,,,,,,,,,,,, 56,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-12-19 21:12:57.000000,2023-12-18 20:29:44,6014.0,267.0,307.0,409.0,4140.0,117.0,417.0,1674.0,27.0,,,152.0,,,0.0,2.0,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],26,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-12-21 16:59:30.000000,2023-12-21 16:59:28,33442.0,517.0,55.0,31.0,4158.0,326.0,2603.0,323.0,100.0,,,110.0,,,292.0,3.0,,2023-12-20 23:20:21,1.0.22.nightly,878.0,,,,,,,,,,,,-1.0,,,, 58,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-12-19 23:42:57.000000,2023-12-19 23:41:33,2925.0,121.0,257.0,52.0,2206.0,37.0,201.0,822.0,100.0,26.0,26.0,79.0,,,,3.0,,2023-12-07 00:08:14,1.11.48,,,,,,,,,,,,,,,,, 59,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,12.0,122.0,48.0,1887.0,207.0,901.0,725.0,73.0,,,96.0,,,78147.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,376.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7032839.0,,,,,,,,,,,, 60,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-12-20 23:20:39.000000,2023-12-19 22:33:44,8515.0,412.0,437.0,30.0,1573.0,214.0,899.0,374.0,72.0,,,130.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,,, 61,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-12-21 03:25:00.000000,2023-12-13 16:40:51,1826.0,32.0,109.0,23.0,741.0,61.0,353.0,373.0,42.0,541.0,541.0,54.0,,,,1.0,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,-1.0,,,, 62,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-12-20 10:28:40.000000,2023-12-20 10:28:40,1684.0,15.0,121.0,21.0,346.0,36.0,76.0,1938.0,32.0,,,46.0,,,4056.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,555.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,137341.0,,,,,,,,,,,, 63,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-12-21 18:15:48.000000,2023-12-13 22:53:28,423.0,87.0,90.0,17.0,407.0,55.0,182.0,316.0,27.0,254.0,254.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2023-12-04 19:16:00,0.2.9,,,,,,,,,,,,,,,,, 64,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-12-21 14:30:27.000000,2023-12-04 10:33:08,1420.0,25.0,71.0,24.0,983.0,49.0,215.0,274.0,23.0,107.0,107.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,,, 65,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-12-20 11:49:01.000000,2023-12-18 12:41:56,930.0,61.0,398.0,62.0,432.0,103.0,346.0,10881.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 66,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-08 22:18:11.000000,2023-12-08 22:18:11,4035.0,11.0,756.0,254.0,329.0,63.0,209.0,2823.0,4.0,,,56.0,,,906.0,3.0,,2015-09-29 22:50:55,1.1.0,109725.0,,,,,,,,,,,,,,,, 67,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-12-21 15:21:14.000000,2023-12-21 15:21:14,2313.0,396.0,90.0,18.0,790.0,26.0,123.0,2068.0,48.0,1.0,1.0,37.0,,,84.0,3.0,ghcr.io/permify/permify,2023-12-20 18:47:37,0.6.4,1348.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 68,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-12-21 11:38:57.000000,2023-12-19 15:24:19,15734.0,54.0,307.0,50.0,7126.0,,,1038.0,,,,219.0,,,40486.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2023-12-20 08:11:14.942893,159.0,5627603.0,,,,,,,,,,,, 69,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-12-21 12:25:22.000000,2023-12-18 08:18:31,1681.0,38.0,219.0,60.0,282.0,28.0,80.0,501.0,6.0,,,99.0,,,1550.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-12-18 08:20:13.542082,,117804.0,,,,,,,,,,,, 70,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-12-21 07:50:31.000000,2023-12-07 16:39:53,673.0,84.0,35.0,16.0,193.0,21.0,75.0,60.0,24.0,52.0,52.0,22.0,,,3816.0,2.0,,2023-06-02 16:26:49,0.1.0,41980.0,,,,,,,,,,,,,,,, 71,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2912.0,282.0,25.0,1.0,143.0,19371.0,35.0,,,11.0,,,23093.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,692802.0,,,,,,,,,,,,,,,, 72,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-12-13 18:57:17.000000,2023-12-13 18:56:13,14886.0,13.0,653.0,113.0,17.0,,,672.0,,120.0,120.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 73,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2023-12-21 17:18:43.000000,2023-12-21 17:18:43,13190.0,175.0,121.0,10.0,1752.0,933.0,1961.0,285.0,55.0,,,84.0,,,105.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,,,,,-1.0,,,, 74,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-12-18 03:35:54.000000,2023-12-18 02:13:18,280.0,14.0,14.0,14.0,115.0,1.0,10.0,77.0,38.0,831.0,831.0,12.0,https://www.npmjs.com/package/web-did-resolver,19402.0,19402.0,3.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,,, 75,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-12-20 05:44:00.000000,2023-09-24 10:25:45,558.0,1.0,279.0,58.0,144.0,185.0,539.0,5105.0,11.0,,,60.0,,,212.0,3.0,,2020-09-02 15:57:23,2.6.1,14858.0,,,,,,,,,,,,,,,howdy, 76,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,222.0,9.0,122.0,3629.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-12-21 08:10:38.000000,2023-12-20 19:11:44,2201.0,62.0,150.0,175.0,839.0,78.0,1034.0,1062.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,,, 78,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,104.0,40.0,682.0,37.0,441.0,429.0,12.0,31.0,31.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,,, 79,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2023-12-20 11:48:10.000000,2023-11-14 00:30:30,1728.0,11.0,99.0,28.0,341.0,36.0,73.0,173.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,,, 80,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2023-12-20 21:00:52.000000,2023-12-19 21:00:12,405.0,79.0,39.0,6.0,216.0,46.0,92.0,94.0,18.0,58.0,58.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2023-12-07 19:14:55,0.8.3,,,,,,,,,,,,,,,,, 81,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-12-20 19:06:15.000000,2023-12-20 18:54:31,2446.0,97.0,32.0,14.0,3149.0,50.0,95.0,61.0,22.0,776.0,776.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-12-20 18:55:46,2.0.0,,,,,,,,,,,,,,,,, 82,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4661.0,566.0,122.0,499.0,619.0,13319.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-12-19 08:49:57.000000,2023-10-25 17:45:50,394.0,3.0,667.0,94.0,308.0,153.0,323.0,1619.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,,, 84,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-12-21 13:23:24.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,31.0,49.0,660.0,36.0,,,101.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,,, 85,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,19.0,2046.0,388.0,1196.0,235.0,14.0,2.0,2.0,59.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,,, 86,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Agent Framework JavaScript.,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-12-21 15:35:11.000000,2023-12-21 15:35:11,851.0,36.0,145.0,26.0,1012.0,171.0,462.0,210.0,77.0,2.0,2.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,,, 87,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,13.0,32.0,6.0,195.0,3.0,162.0,95.0,98.0,,,16.0,,,393.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,10971.0,,,,,,,,,,,, 88,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-12-02 04:19:25.000000,2023-07-12 07:05:13,339.0,,800.0,237.0,237.0,175.0,525.0,2612.0,,,,47.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 89,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,269.0,96.0,42.0,28.0,23.0,2386.0,,,,26.0,,,1824.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1824.0,,,,,,,,, 90,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-12-12 23:26:53.000000,2023-12-07 04:55:29,2178.0,14.0,207.0,58.0,580.0,53.0,172.0,313.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 91,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-12-21 18:16:27.000000,2023-12-17 02:33:15,1795.0,260.0,78.0,80.0,722.0,44.0,612.0,260.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 92,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-12-14 15:19:48.000000,2023-12-14 15:18:17,1094.0,30.0,16.0,12.0,1257.0,,321.0,28.0,16.0,,,27.0,,,357.0,2.0,,2023-11-16 22:24:18,1.13.0,9302.0,,,,,,,,,,,,,,,, 93,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,219.0,63.0,103.0,4.0,54.0,2295.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,,, 94,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,70.0,69.0,1220.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,,, 95,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2023-12-19 22:23:40.634388,2023-12-19 22:18:59,230.0,52.0,22.0,5.0,239.0,18.0,15.0,919.0,87.0,1.0,1.0,5.0,,,107.0,3.0,warrantdev/warrant,2023-12-19 22:23:41,1.1.0,805.0,https://hub.docker.com/r/warrantdev/warrant,2023-12-19 22:23:40.634388,,272.0,,,,,,,,,,,, 96,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-12-21 00:18:12.000000,2023-11-01 15:51:52,531.0,6.0,49.0,30.0,353.0,73.0,103.0,163.0,,116.0,116.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 97,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-12-20 01:25:14.000000,2023-12-07 12:08:25,381.0,37.0,43.0,15.0,85.0,23.0,62.0,157.0,,214.0,214.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 98,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-12-18 22:00:17.000000,2023-12-18 21:57:59,1625.0,63.0,104.0,21.0,800.0,67.0,175.0,122.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 99,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-12-21 15:34:12.000000,2023-12-07 09:27:01,1363.0,128.0,54.0,9.0,475.0,7.0,104.0,70.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-12-17 00:12:02.000000,2023-12-17 00:12:02,2281.0,76.0,35.0,12.0,404.0,130.0,89.0,46.0,1.0,23.0,23.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,560.0,56.0,126.0,88.0,8170.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 102,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-12-15 16:41:43.000000,2023-12-15 16:30:20,3613.0,28.0,68.0,27.0,5.0,,,228.0,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 103,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-12-19 00:15:32.000000,2023-12-14 16:30:01,320.0,19.0,54.0,13.0,337.0,47.0,107.0,191.0,4.0,33.0,33.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 104,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-12-20 15:19:07.000000,2023-12-20 09:17:34,392.0,17.0,22.0,4.0,127.0,7.0,22.0,43.0,30.0,119.0,119.0,15.0,,,,3.0,,2023-12-20 09:18:12,1.5.1,,,,,,,,,,,,,,,,, 105,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-12-21 11:23:07.000000,2023-12-19 16:04:00,3546.0,252.0,11.0,7.0,456.0,61.0,1713.0,30.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 106,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-13 20:50:19.000000,2023-12-13 20:50:19,537.0,4.0,148.0,84.0,206.0,17.0,42.0,1346.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,-1.0,,,, 107,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-12-21 16:00:51.000000,2023-12-18 16:59:38,979.0,41.0,38.0,48.0,209.0,173.0,146.0,444.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,,, 108,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,74.0,488.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 109,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,7.0,65.0,32.0,248.0,45.0,72.0,229.0,,4.0,4.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 110,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-12-15 12:59:12.000000,2023-12-15 12:59:10,1460.0,95.0,7.0,9.0,137.0,4.0,7.0,40.0,29.0,1.0,1.0,13.0,,,,3.0,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,,, 111,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,9.0,25.0,2.0,111.0,,46.0,33.0,48.0,,,12.0,,,145.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,3938.0,,,,,,,,,,,, 112,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-12-19 00:06:06.000000,2023-12-05 16:51:07,444.0,24.0,52.0,12.0,508.0,87.0,126.0,140.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 113,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-12-21 03:43:09.000000,2023-10-05 20:28:43,621.0,6.0,33.0,31.0,227.0,54.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 114,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-12-16 19:23:00.000000,2023-12-16 19:23:00,407.0,26.0,25.0,29.0,55.0,13.0,9.0,65.0,2.0,,,12.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,,, 115,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-12-11 09:24:40.000000,2023-12-07 19:24:59,521.0,101.0,25.0,12.0,138.0,29.0,25.0,41.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 116,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-12-18 10:14:45.000000,2023-11-29 23:51:57,628.0,50.0,10.0,6.0,67.0,4.0,9.0,40.0,14.0,,,15.0,,,,1.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,, 117,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-12-05 10:03:23.000000,2023-11-28 02:29:24,936.0,24.0,9.0,7.0,105.0,7.0,20.0,27.0,26.0,16.0,16.0,15.0,,,2.0,1.0,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,,, 118,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,12.0,6.0,2.0,36.0,,36.0,21.0,28.0,,,9.0,,,34.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,715.0,,,,,,,,,,,, 119,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-12-18 22:19:43.000000,2023-12-18 22:12:54,679.0,16.0,56.0,75.0,265.0,157.0,103.0,299.0,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 120,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,944.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 122,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,244.0,4.0,,,5.0,,,231.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,,, 123,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,9.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 124,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-11-28 02:42:23.000000,2023-11-28 02:39:02,609.0,25.0,19.0,8.0,46.0,5.0,12.0,68.0,13.0,42.0,42.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,,,, 125,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-12-21 00:09:36.000000,2023-12-18 22:24:08,855.0,80.0,19.0,14.0,175.0,9.0,123.0,59.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 126,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,24.0,9.0,432.0,29.0,75.0,50.0,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 127,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-12-21 00:54:00.000000,2023-12-11 17:27:30,705.0,22.0,21.0,11.0,193.0,22.0,183.0,42.0,2.0,,,16.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,,,, 128,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2023-12-21 14:37:26.000000,2023-12-15 15:22:57,342.0,137.0,4.0,17.0,311.0,,,51.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,,True 129,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,178.0,178.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 130,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,47.0,,56.0,56.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 131,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-12-19 14:30:42.000000,2023-12-19 14:30:38,913.0,95.0,8.0,6.0,158.0,7.0,10.0,38.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 132,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,11,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2023-12-21 17:36:12.000000,2023-12-21 17:35:52,255.0,255.0,3.0,1.0,44.0,6.0,2.0,35.0,50.0,,,7.0,,,,3.0,waltid/identity,,,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,True 133,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-12-08 02:28:13.000000,2023-11-24 22:24:16,180.0,120.0,1.0,1.0,69.0,,6.0,,48.0,,,8.0,,,434.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2172.0,,,,,,,,,,,, 134,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 135,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,53.0,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 136,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,40.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 137,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-08 16:25:57.000000,2023-12-08 16:25:57,245.0,4.0,11.0,10.0,22.0,1.0,3.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,25.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 139,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,34.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 140,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-12-18 23:05:24.000000,2023-12-18 23:05:24,59.0,35.0,3.0,21.0,14.0,20.0,17.0,25.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,2.0,,,, 141,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,3.0,3.0,10.0,57.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,,, 142,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,8.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 143,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-12-09 19:07:09.000000,2023-10-06 18:01:30,61.0,2.0,2.0,10.0,60.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,,, 144,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,27.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,27.0,63208.0,,,,,,,,,,,, 145,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-12-20 17:34:02.992836,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2023-12-20 17:34:02.992836,22.0,4077297.0,,,,,,,,,,,, 146,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 147,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 148,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2023-12-28_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - jansen (🥉27 · ⭐ 330 · 📈) - An open source enterprise digital identity platform that.. Apache-2 linux-foundation - spiffe (🥉17 · ⭐ 1.3K · 📈) - The SPIFFE Project. Apache-2 cncf linux-foundation ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥈30 · ⭐ 20K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - zitadel (🥉27 · ⭐ 5.8K · 📉) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - sphereon-openid4vci (🥉14 · ⭐ 41 · 📉) - OpenID for Verifiable Credential Issuance - client.. Apache-2 - keri (🥉9 · ⭐ 37 · 📉) - KERI Community Development Efforts Meetings Discussion. Apache-2 weboftrust - entra-verifiedid-wallet-library-ios (🥉8 · ⭐ 13 · 📉) - A library to manage your Decentralized Identities and.. MIT ================================================ FILE: history/2023-12-28_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,trending,updated_github_id,gem_url,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2023-12-28 15:28:12.000000,2023-12-27 07:57:14,2694.0,192.0,2498.0,98.0,2151.0,272.0,3543.0,20402.0,100.0,175709.0,175709.0,611.0,https://www.npmjs.com/package/next-auth,2806350.0,2806350.0,1.0,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-12-25 13:37:20.000000,2023-12-12 15:06:38,3811.0,57.0,1897.0,237.0,4089.0,95.0,2118.0,11538.0,67.0,5717.0,5717.0,374.0,,,2840709.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,6952973.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,256753541.0,,,,,,,,,,, 8,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2023-12-28 11:40:57.000000,2023-12-22 17:29:26,4935.0,146.0,1195.0,124.0,4040.0,319.0,2126.0,8794.0,100.0,3197.0,3197.0,433.0,,,5063435.0,1.0,openpolicyagent/opa,2023-12-21 10:41:47,0.60.0,4937505.0,https://hub.docker.com/r/openpolicyagent/opa,2023-12-22 18:06:16.526559,41.0,476974398.0,,,,,,,,,,, 9,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],39,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2023-12-28 15:53:31.000000,2023-12-27 09:59:59,8224.0,164.0,1902.0,148.0,3172.0,168.0,3007.0,10987.0,100.0,728.0,728.0,423.0,,,1760512.0,1.0,,2023-12-12 16:08:13,1.12.7,66899477.0,,,,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-12-22 23:10:56.000000,2023-10-25 05:42:36,1677.0,1.0,459.0,69.0,494.0,78.0,293.0,2690.0,48.0,477358.0,477358.0,195.0,,,81325571.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,81325571.0,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1185.0,310.0,157.0,335.0,426.0,22082.0,,973222.0,973222.0,38.0,https://www.npmjs.com/package/passport,8948647.0,8948647.0,2.0,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2023-12-28 01:14:28.000000,2023-12-27 15:16:36,23622.0,663.0,5781.0,371.0,13792.0,1903.0,6419.0,18494.0,47.0,,,1295.0,,,64531.0,1.0,quay.io/keycloak/keycloak,2023-12-15 14:11:09,23.0.3,2323129.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2023-12-28 16:23:15.000000,2023-12-13 18:07:01,9603.0,92.0,1164.0,123.0,1067.0,105.0,874.0,7030.0,10.0,1360.0,1360.0,224.0,,,183292.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,183292.0,,,,,,,, 14,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2023-12-20 16:49:07.000000,2023-12-17 07:55:15,1369.0,17.0,385.0,62.0,184.0,66.0,346.0,4088.0,33.0,29799.0,29799.0,104.0,,,6657472.0,2.0,,2023-12-17 12:54:58,1.3.0,,,,,,authlib,https://pypi.org/project/authlib,6657472.0,,,,,,,, 15,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2023-12-28 17:52:21.000000,2023-12-22 23:22:54,18721.0,431.0,3855.0,828.0,18691.0,939.0,4864.0,29055.0,100.0,6805.0,6805.0,1430.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,, 16,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2023-12-28 16:19:34.000000,2023-12-28 16:19:33,4067.0,109.0,842.0,107.0,1779.0,169.0,1025.0,9726.0,43.0,326.0,326.0,215.0,,,1681023.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,35908.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112577373.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2023-12-28 13:20:39.000000,2023-12-26 04:36:16,1528.0,31.0,252.0,42.0,366.0,14.0,428.0,5320.0,100.0,61926.0,61926.0,67.0,https://www.npmjs.com/package/@casl/ability,1938363.0,1938363.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-19 17:54:27.000000,2023-12-19 17:50:47,1082.0,5.0,1548.0,232.0,483.0,37.0,737.0,16224.0,100.0,2637.0,2637.0,137.0,https://www.npmjs.com/package/casbin,168141.0,257207.0,2.0,,2023-12-18 12:48:17,2.80.0,,,,,,casbin,https://pypi.org/project/casbin,89066.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],34,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2023-12-28 13:13:27.000000,2023-12-28 13:09:05,3749.0,33.0,1327.0,232.0,1732.0,81.0,1392.0,14797.0,100.0,2.0,2.0,291.0,,,4002106.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,685112.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,411194262.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2023-12-28 17:34:06.000000,2023-12-27 23:45:32,7679.0,867.0,530.0,58.0,5400.0,299.0,1406.0,3982.0,100.0,183.0,183.0,301.0,,,14175.0,2.0,,2023-12-20 01:13:31,ockam_v0.113.0,340201.0,,,,,,,,,,,build-trust/ockam/ockam,,,, 21,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3513.0,336.0,107.0,427.0,389.0,15756.0,38.0,7980.0,7980.0,25.0,https://www.npmjs.com/package/face-api.js,137913.0,137913.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2023-12-28 17:58:08.000000,2023-12-28 09:37:19,24358.0,543.0,3822.0,605.0,4603.0,,,10618.0,100.0,21.0,21.0,345.0,,,5937.0,2.0,apereo/cas,2023-11-17 08:24:37,6.6.14,,https://hub.docker.com/r/apereo/cas,2023-12-28 00:42:38.126919,129.0,872868.0,,,,,,,,,,, 23,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,33,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2023-12-24 14:48:24.000000,2023-12-24 14:48:21,1142.0,60.0,1619.0,122.0,104.0,3.0,830.0,8718.0,,2346.0,2346.0,50.0,,,153389.0,1.0,,,,,,,,,deepface,https://pypi.org/project/deepface,153389.0,,,,,,,, 24,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2023-12-28 16:27:23.725001,2023-12-28 15:40:54,3254.0,160.0,273.0,37.0,3862.0,82.0,867.0,3753.0,100.0,13.0,13.0,91.0,,,18830809.0,2.0,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,50226.0,https://hub.docker.com/r/pomerium/pomerium,2023-12-28 16:27:23.725001,10.0,1110957294.0,,,,,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12911.0,1567.0,224.0,719.0,584.0,50662.0,2.0,21.0,21.0,54.0,,,69615.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1223.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7222.0,face_recognition,https://pypi.org/project/face_recognition,69511.0,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-12-05 06:57:20.000000,2023-12-05 06:57:20,4734.0,3.0,1681.0,181.0,1688.0,431.0,1339.0,9426.0,15.0,87.0,87.0,130.0,,,190270.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,190270.0,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2023-12-28 17:29:49.000000,2023-12-27 13:38:12,6341.0,149.0,414.0,81.0,3437.0,142.0,1179.0,1592.0,96.0,126.0,126.0,180.0,,,2363.0,2.0,ghcr.io/spiffe/spire-server,2023-12-21 19:45:00,1.8.7,174911.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,5.0,386.0,31.0,522.0,69.0,353.0,533.0,50.0,1632.0,1632.0,172.0,,,524114.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,524114.0,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2023-12-22 23:35:27.000000,2023-12-22 23:28:06,3413.0,283.0,221.0,37.0,1262.0,101.0,307.0,4060.0,63.0,39.0,39.0,39.0,,,58555.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,38974.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,6.0,1599140.0,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4884.0,498.0,152.0,994.0,1347.0,19580.0,1.0,1384.0,1384.0,58.0,,,172483.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1379863.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,-1.0,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2023-12-28 14:45:31.000000,2023-12-28 11:44:03,2654.0,85.0,1488.0,175.0,1962.0,285.0,797.0,8684.0,80.0,144.0,144.0,226.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2023-12-28 15:20:16.000000,2023-12-13 12:52:28,612.0,14.0,64.0,40.0,211.0,4.0,83.0,308.0,100.0,4326.0,4326.0,41.0,https://www.npmjs.com/package/did-jwt,157291.0,157291.0,1.0,,2023-12-13 12:52:55,7.4.7,,,,,,,,,,,,,,,, 33,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,29,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9067.0,1113.0,131.0,541.0,801.0,43881.0,2.0,21.0,21.0,22.0,,,3759.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,169170.0,,,,,,,,,,,,,,, 34,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3488.0,758.0,74.0,9.0,370.0,14949.0,4.0,68.0,68.0,30.0,,,1627.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161123.0,,,,,,,,,,, 35,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2023-12-28 10:29:44.000000,2023-12-26 12:06:27,2149.0,152.0,906.0,57.0,1322.0,95.0,1039.0,7673.0,100.0,3.0,3.0,153.0,,,2883.0,2.0,casbin/casdoor,2023-12-26 12:15:59,1.482.1,,https://hub.docker.com/r/casbin/casdoor,2023-12-25 13:32:11.839631,11.0,109573.0,,,,,,,,,casbin/casdoor,, 36,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,21.0,1005.0,107.0,820.0,26.0,831.0,5225.0,64.0,8336.0,8336.0,315.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,,doorkeeper, 37,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-12-28 13:12:28.000000,2023-12-28 13:12:28,1484.0,11.0,315.0,56.0,1106.0,45.0,262.0,4396.0,50.0,22.0,22.0,71.0,,,737151.0,2.0,oryd/keto,,,18395.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50842704.0,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],29,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2023-12-22 21:47:06.000000,2023-12-22 15:10:29,3587.0,178.0,253.0,200.0,3877.0,75.0,244.0,3737.0,49.0,8.0,8.0,148.0,,,246580.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,12.0,11589291.0,,,,,,,,,,, 39,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2023-12-23 10:44:18.000000,2023-12-20 20:27:16,5216.0,169.0,275.0,38.0,760.0,48.0,253.0,1237.0,50.0,1545.0,1545.0,295.0,,,,3.0,,2023-12-15 13:49:36,6.3.7,,,,,,,,,,,,,,,, 40,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2023-12-26 14:55:14.000000,2023-12-18 20:11:16,136.0,13.0,5856.0,461.0,197.0,,,53308.0,10.0,21.0,21.0,66.0,,,232239.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,232239.0,,,,,,,, 41,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,4.0,12586.0,1526.0,514.0,18.0,818.0,47982.0,4.0,,,97.0,,,3461.0,3.0,,2023-06-18 18:08:19,2.2.0,200762.0,,,,,,,,,,,,,,, 42,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2023-12-28 15:55:13.000000,2023-12-27 01:27:06,5099.0,317.0,972.0,158.0,4942.0,68.0,1092.0,18260.0,100.0,,,141.0,,,650.0,2.0,,2022-12-21 09:01:04,4.37.5,30587.0,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2023-12-28 10:35:33.000000,2023-12-28 10:32:07,5443.0,591.0,281.0,35.0,4802.0,76.0,250.0,6597.0,52.0,8.0,8.0,45.0,,,959.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2855.0,https://hub.docker.com/r/svhd/logto,2023-12-27 05:47:21.677349,2.0,24522.0,,,,,,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2023-12-27 01:24:29.000000,2023-12-21 18:07:06,6402.0,92.0,540.0,139.0,4333.0,179.0,2703.0,4864.0,97.0,,,127.0,,,21106.0,2.0,letsencrypt/boulder-tools,2023-12-11 22:36:34,release-2023-12-11,63104.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-12-20 18:46:54.576324,13.0,1955122.0,,,,,,,,,,, 45,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2023-12-20 18:52:35.000000,2023-12-20 18:11:56,1209.0,9.0,163.0,31.0,1525.0,108.0,101.0,3321.0,100.0,81.0,81.0,65.0,,,35745.0,3.0,,2023-12-20 19:06:36,0.27.2,2677.0,,,,,oso,https://pypi.org/project/oso,35667.0,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-15 14:20:58.000000,2023-09-08 08:05:44,1354.0,,323.0,48.0,717.0,49.0,277.0,3127.0,100.0,2.0,2.0,109.0,,,1170323.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,33134.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87740251.0,,,,,,,,,,, 47,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2023-12-28 07:24:00.000000,2023-12-28 07:24:00,1472.0,88.0,94.0,28.0,1563.0,50.0,273.0,2163.0,55.0,19.0,19.0,24.0,,,1593.0,3.0,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,52573.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 48,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],28,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2023-12-25 19:46:26.000000,2023-12-18 01:27:29,384.0,11.0,41.0,24.0,127.0,3.0,18.0,198.0,24.0,5344.0,5344.0,24.0,https://www.npmjs.com/package/did-resolver,169977.0,169977.0,2.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,, 49,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2023-12-25 04:04:10.000000,2023-12-25 01:38:43,454.0,22.0,66.0,29.0,143.0,5.0,47.0,183.0,55.0,1429.0,1429.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,22768.0,22768.0,2.0,,2023-12-20 12:07:30,10.1.1,,,,,,,,,,,,,,,, 50,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2023-12-28 14:35:09.000000,2023-12-28 13:31:41,2764.0,186.0,328.0,35.0,4818.0,453.0,1396.0,5753.0,100.0,,,92.0,,,893.0,3.0,ghcr.io/zitadel/zitadel,2023-12-22 13:52:36,2.41.9,2681.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,-1.0,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2023-12-28 16:15:50.000000,2023-12-28 13:21:08,13267.0,682.0,418.0,29.0,6073.0,452.0,1287.0,5343.0,100.0,,,202.0,,,94.0,3.0,,2023-12-21 13:33:00,ersion/2023.10.5,2538.0,,,,,,,,https://charts.goauthentik.io,,,,,,, 52,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2023-12-28 11:53:28.000000,2023-12-28 02:24:29,1736.0,144.0,117.0,17.0,1719.0,139.0,501.0,1823.0,17.0,42.0,42.0,59.0,,,1622.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,244.0,https://hub.docker.com/r/kanidm/server,2023-12-19 01:12:11.590576,,93863.0,,,,,,,,,,, 53,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-12-27 17:00:43.000000,2023-12-17 17:09:26,2994.0,39.0,289.0,79.0,836.0,283.0,614.0,1756.0,52.0,2.0,2.0,85.0,https://www.npmjs.com/package/solid-server,676.0,9390.0,1.0,nodesolidserver/node-solid-server,2023-12-17 18:26:45,5.7.8,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,967338.0,,,,,,,,,,, 54,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2023-12-28 15:46:31.000000,2023-12-27 16:29:39,33452.0,477.0,55.0,31.0,4176.0,329.0,2614.0,327.0,100.0,,,110.0,,,301.0,3.0,,2023-12-14 13:58:11,1.0.21,905.0,,,,,,,,,,,,1.0,,, 55,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2023-12-25 19:03:12.000000,2023-12-12 10:19:45,357.0,17.0,38.0,23.0,94.0,2.0,47.0,159.0,53.0,838.0,838.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18122.0,18122.0,1.0,,2023-12-12 10:20:04,3.2.15,,,,,,,,,,,,,,,, 56,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-12-27 12:33:47.000000,2023-12-20 13:51:33,2439.0,28.0,730.0,73.0,239.0,,,2892.0,100.0,2.0,2.0,69.0,https://www.npmjs.com/package/oidc-provider,180222.0,180222.0,3.0,,2023-12-14 11:37:15,8.4.3,,,,,,,,,,,,,,,, 57,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2023-12-25 16:57:56.000000,2023-12-18 20:29:44,6014.0,222.0,307.0,409.0,4145.0,117.0,417.0,1674.0,27.0,,,152.0,,,0.0,2.0,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,, 58,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2023-12-28 02:02:47.000000,2023-12-28 02:02:47,2929.0,117.0,257.0,52.0,2210.0,37.0,201.0,826.0,100.0,26.0,26.0,79.0,,,,3.0,,2023-12-07 00:08:14,1.11.48,,,,,,,,,,,,,,,, 59,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,11.0,122.0,48.0,1887.0,207.0,901.0,726.0,73.0,,,96.0,,,78165.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,376.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7034440.0,,,,,,,,,,, 60,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2023-12-28 15:12:58.000000,2023-12-13 16:40:51,1826.0,26.0,110.0,23.0,743.0,61.0,353.0,376.0,42.0,543.0,543.0,54.0,,,,1.0,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,,,, 61,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2023-12-28 16:45:20.000000,2023-12-22 18:31:28,8517.0,392.0,436.0,30.0,1575.0,213.0,900.0,374.0,72.0,,,130.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,, 62,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2023-12-28 11:52:56.000000,2023-12-20 10:28:40,1684.0,13.0,121.0,21.0,347.0,36.0,76.0,1946.0,32.0,,,46.0,,,4079.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,558.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,138118.0,,,,,,,,,,, 63,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2023-12-26 17:41:48.000000,2023-12-13 22:53:28,423.0,76.0,90.0,18.0,409.0,55.0,182.0,318.0,27.0,267.0,267.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2023-12-04 19:16:00,0.2.9,,,,,,,,,,,,,,,, 64,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-12-21 14:30:27.000000,2023-12-04 10:33:08,1420.0,14.0,71.0,24.0,983.0,49.0,215.0,274.0,23.0,108.0,108.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,, 65,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-12-20 11:49:01.000000,2023-12-18 12:41:56,930.0,59.0,399.0,62.0,432.0,103.0,346.0,10921.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 66,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-08 22:18:11.000000,2023-12-08 22:18:11,4035.0,11.0,757.0,254.0,329.0,63.0,209.0,2823.0,4.0,,,56.0,,,906.0,3.0,,2015-09-29 22:50:55,1.1.0,109727.0,,,,,,,,,,,,,,, 67,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2023-12-26 15:56:17.000000,2023-12-26 14:20:07,2358.0,426.0,92.0,18.0,796.0,26.0,125.0,2119.0,50.0,1.0,1.0,37.0,,,84.0,3.0,ghcr.io/permify/permify,2023-12-26 17:32:43,0.6.6,1352.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 68,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2023-12-27 10:54:21.251058,2023-12-22 09:34:19,15738.0,54.0,307.0,50.0,7130.0,,,1041.0,,,,219.0,,,40525.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2023-12-27 10:54:21.251058,159.0,5633105.0,,,,,,,,,,, 69,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2023-12-28 06:51:19.000000,2023-12-18 08:18:31,1681.0,36.0,219.0,60.0,282.0,28.0,80.0,501.0,6.0,,,99.0,,,1553.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-12-18 08:20:13.542082,,118084.0,,,,,,,,,,, 70,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-12-27 18:04:07.000000,2023-12-07 16:39:53,673.0,82.0,35.0,16.0,194.0,23.0,75.0,60.0,24.0,53.0,53.0,22.0,,,3860.0,2.0,,2023-06-02 16:26:49,0.1.0,42466.0,,,,,,,,,,,,,,, 71,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2928.0,283.0,25.0,1.0,143.0,19433.0,35.0,,,11.0,,,23366.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,701001.0,,,,,,,,,,,,,,, 72,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-12-13 18:57:17.000000,2023-12-13 18:56:13,14886.0,13.0,651.0,113.0,17.0,,,672.0,,121.0,121.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2023-12-21 23:51:04.000000,2023-12-21 17:18:43,13190.0,169.0,121.0,10.0,1753.0,933.0,1961.0,286.0,55.0,,,84.0,,,105.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,,,,,,,, 74,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2023-12-25 04:16:52.000000,2023-12-25 00:13:19,281.0,14.0,15.0,14.0,115.0,1.0,10.0,77.0,38.0,835.0,835.0,12.0,https://www.npmjs.com/package/web-did-resolver,16193.0,16193.0,3.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,, 75,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-12-23 15:36:32.000000,2023-12-23 13:16:31,560.0,2.0,279.0,58.0,145.0,178.0,547.0,5114.0,11.0,,,61.0,,,213.0,3.0,,2020-09-02 15:57:23,2.6.1,14914.0,,,,,,,,,,,,,,,howdy 76,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,222.0,9.0,122.0,3632.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2023-12-21 08:10:38.000000,2023-12-20 19:11:44,2201.0,59.0,150.0,175.0,839.0,79.0,1034.0,1064.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,, 78,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,104.0,40.0,682.0,37.0,441.0,429.0,12.0,31.0,31.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,, 79,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2023-12-20 11:48:10.000000,2023-11-14 00:30:30,1728.0,10.0,99.0,28.0,341.0,36.0,73.0,173.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,, 80,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2023-12-28 18:10:57.000000,2023-12-19 21:00:12,405.0,75.0,39.0,6.0,220.0,46.0,92.0,96.0,18.0,59.0,59.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2023-12-07 19:14:55,0.8.3,,,,,,,,,,,,,,,, 81,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2023-12-25 13:11:16.000000,2023-12-20 18:54:31,2446.0,90.0,32.0,14.0,3155.0,50.0,95.0,61.0,22.0,778.0,778.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-12-20 18:55:46,2.0.0,,,,,,,,,,,,,,,, 82,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4662.0,566.0,122.0,500.0,619.0,13331.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-12-19 08:49:57.000000,2023-10-25 17:45:50,394.0,3.0,667.0,94.0,308.0,153.0,323.0,1621.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,, 84,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-12-21 13:23:24.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,31.0,49.0,660.0,36.0,,,101.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,, 85,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,19.0,2046.0,388.0,1196.0,235.0,14.0,2.0,2.0,59.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,, 86,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Agent Framework JavaScript.,,['hyperledger'],20,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2023-12-28 09:54:09.000000,2023-12-28 09:51:26,852.0,31.0,147.0,27.0,1015.0,172.0,463.0,213.0,77.0,2.0,2.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,, 87,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,13.0,32.0,6.0,195.0,3.0,162.0,95.0,98.0,,,16.0,,,397.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,11072.0,,,,,,,,,,, 88,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2023-12-23 00:35:17.000000,2023-07-12 07:05:13,339.0,,801.0,237.0,238.0,176.0,525.0,2616.0,,,,47.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 89,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,268.0,96.0,42.0,28.0,23.0,2394.0,,,,26.0,,,1619.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1619.0,,,,,,,, 90,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-12-12 23:26:53.000000,2023-12-07 04:55:29,2178.0,14.0,207.0,58.0,580.0,53.0,172.0,313.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,, 91,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2023-12-28 16:15:20.000000,2023-12-27 17:09:00,1834.0,281.0,78.0,80.0,726.0,41.0,617.0,260.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,, 92,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-12-14 15:19:48.000000,2023-12-14 15:18:17,1094.0,26.0,16.0,12.0,1257.0,,321.0,28.0,16.0,,,27.0,,,359.0,2.0,,2023-11-16 22:24:18,1.13.0,9359.0,,,,,,,,,,,,,,, 93,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2299.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,, 94,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,70.0,69.0,1221.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,, 95,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2023-12-25 19:49:16.000000,2023-12-25 19:49:15,233.0,44.0,22.0,5.0,240.0,18.0,15.0,921.0,87.0,1.0,1.0,5.0,,,107.0,3.0,warrantdev/warrant,2023-12-19 22:23:41,1.1.0,805.0,https://hub.docker.com/r/warrantdev/warrant,2023-12-19 22:23:40.634388,,276.0,,,,,,,,,,, 96,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2023-12-28 00:17:56.000000,2023-11-01 15:51:52,531.0,4.0,49.0,30.0,353.0,73.0,103.0,163.0,,118.0,118.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2023-12-20 01:25:14.000000,2023-12-07 12:08:25,381.0,37.0,44.0,15.0,85.0,23.0,62.0,159.0,,215.0,215.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 98,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2023-12-27 18:29:11.000000,2023-12-18 21:57:59,1625.0,55.0,104.0,21.0,801.0,67.0,175.0,122.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2023-12-28 14:27:22.000000,2023-12-07 09:27:01,1363.0,127.0,56.0,9.0,477.0,4.0,107.0,70.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2023-12-28 01:17:28.000000,2023-12-27 20:55:33,2317.0,109.0,35.0,12.0,411.0,130.0,89.0,46.0,1.0,24.0,24.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,126.0,88.0,8170.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-24 21:09:48.000000,2023-12-13 20:50:19,537.0,3.0,149.0,84.0,207.0,17.0,42.0,1347.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,1.0,,, 103,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-12-15 16:41:43.000000,2023-12-15 16:30:20,3613.0,28.0,68.0,27.0,5.0,,,228.0,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2023-12-27 14:21:59.000000,2023-12-14 16:30:01,320.0,19.0,54.0,13.0,338.0,47.0,107.0,191.0,4.0,35.0,35.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2023-12-26 15:27:13.000000,2023-12-20 09:17:34,392.0,16.0,22.0,4.0,127.0,7.0,22.0,43.0,30.0,125.0,125.0,15.0,,,,3.0,,2023-12-20 09:18:12,1.5.1,,,,,,,,,,,,,,,, 106,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-12-28 15:05:08.000000,2023-12-28 14:44:57,3616.0,301.0,11.0,7.0,457.0,41.0,1753.0,30.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-12-21 16:00:51.000000,2023-12-18 16:59:38,979.0,37.0,37.0,48.0,209.0,173.0,146.0,445.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,, 108,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,74.0,488.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,7.0,65.0,32.0,248.0,45.0,72.0,230.0,,4.0,4.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 110,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-12-21 21:42:54.000000,2023-12-21 20:54:43,1473.0,79.0,7.0,9.0,138.0,4.0,7.0,40.0,29.0,1.0,1.0,14.0,,,,3.0,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,, 111,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,6.0,25.0,2.0,111.0,,46.0,33.0,48.0,,,12.0,,,145.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,3938.0,,,,,,,,,,, 112,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2023-12-27 14:42:37.000000,2023-12-27 14:26:07,448.0,27.0,53.0,12.0,509.0,87.0,126.0,140.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-12-21 03:43:09.000000,2023-10-05 20:28:43,621.0,3.0,33.0,31.0,227.0,55.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-12-27 14:31:20.000000,2023-12-27 14:31:20,410.0,29.0,25.0,29.0,55.0,13.0,9.0,65.0,2.0,,,12.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,, 115,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2023-12-21 21:20:21.000000,2023-12-07 19:24:59,521.0,101.0,25.0,12.0,139.0,13.0,41.0,41.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-12-23 08:43:00.000000,2023-11-28 02:29:24,936.0,15.0,9.0,7.0,105.0,7.0,20.0,28.0,26.0,16.0,16.0,15.0,,,2.0,1.0,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,, 117,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,15,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,12.0,6.0,2.0,36.0,,36.0,21.0,28.0,,,9.0,,,34.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,716.0,,,,,,,,,,, 118,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2023-12-26 11:33:59.000000,2023-12-18 22:12:54,679.0,15.0,56.0,75.0,265.0,157.0,104.0,302.0,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-12-23 06:32:59.000000,2023-11-29 23:51:57,628.0,29.0,10.0,6.0,68.0,4.0,9.0,41.0,14.0,,,15.0,,,,3.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,-1.0,Sphereon-Opensource/OID4VCI,, 121,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,944.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,244.0,4.0,,,5.0,,,231.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,, 123,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,9.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-12-23 09:04:26.000000,2023-11-28 02:39:02,609.0,17.0,19.0,8.0,47.0,5.0,12.0,69.0,13.0,42.0,42.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,,, 125,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2023-12-28 00:09:46.000000,2023-12-21 21:16:56,875.0,91.0,19.0,14.0,175.0,9.0,123.0,59.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,1.0,1.0,1.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2023-12-28 00:52:48.000000,2023-12-11 17:27:30,705.0,22.0,22.0,11.0,194.0,22.0,183.0,42.0,2.0,,,16.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,,, 128,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2023-12-28 10:27:55.000000,2023-12-15 15:22:57,342.0,133.0,4.0,17.0,311.0,,,54.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,180.0,180.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,47.0,,56.0,56.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-12-19 14:30:42.000000,2023-12-19 14:30:38,913.0,86.0,8.0,6.0,158.0,7.0,10.0,38.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,11,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2023-12-27 09:27:05.000000,2023-12-27 09:26:35,268.0,268.0,5.0,1.0,46.0,7.0,2.0,37.0,57.0,,,7.0,,,,3.0,waltid/identity,,,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,, 133,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-12-08 02:28:13.000000,2023-11-24 22:24:16,180.0,85.0,1.0,1.0,69.0,,6.0,,48.0,,,8.0,,,434.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2174.0,,,,,,,,,,, 134,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,53.0,,2.0,2.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,1.0,17.0,19.0,73.0,10.0,24.0,40.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,25.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-21 21:16:29.000000,2023-12-08 16:25:57,245.0,1.0,12.0,10.0,23.0,1.0,3.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,-1.0,,, 140,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-12-18 23:05:24.000000,2023-12-18 23:05:24,59.0,22.0,3.0,21.0,14.0,21.0,17.0,26.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,8,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2023-11-06 21:37:50.000000,2023-10-06 14:24:02,60.0,2.0,3.0,10.0,57.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,-1.0,,, 142,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,8.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 143,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2023-12-09 19:07:09.000000,2023-10-06 18:01:30,61.0,2.0,2.0,10.0,60.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,, 144,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,27.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,27.0,64032.0,,,,,,,,,,, 145,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2023-12-20 17:34:02.992836,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2023-12-20 17:34:02.992836,22.0,4079958.0,,,,,,,,,,, 146,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 147,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 148,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2024-01-04_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇40 · ⭐ 11K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - ory-hydra (🥈35 · ⭐ 15K · 📈) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - zitadel (🥈28 · ⭐ 5.8K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - node-solid-server (🥇28 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid - node-oidc-provider (🥉27 · ⭐ 2.9K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ory-kratos (🥇35 · ⭐ 9.8K · 📉) - Next-gen identity server (think Auth0, Okta, Firebase).. Apache-2 ory - ockam (🥈33 · ⭐ 4.1K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - deepfacelab (🥉28 · ⭐ 44K · 💤) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - openface (🥉28 · ⭐ 15K · 💤) - Face recognition with deep neural networks. Apache-2 - faceswap (🥉27 · ⭐ 48K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 ## ➕ Added Projects _Projects that were recently added to this best-of list._ - did-spec-registries (🥉15 · ⭐ 100 · ➕) - DID Spec Registry (Note). ❗Unlicensed - did-webs (🥉10 · ⭐ 12 · ➕) - a DID method spec for did:webs. ❗Unlicensed - did-webs-resolver (🥉8 · ⭐ 4 · 🐣) - A reference implementation for the did:webs DID method.. Apache-2 ================================================ FILE: history/2024-01-04_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,apt_id,new_addition 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-01-04 18:12:18.000000,2024-01-04 17:58:40,2710.0,192.0,2515.0,97.0,2166.0,266.0,3554.0,20527.0,100.0,178547.0,178547.0,622.0,https://www.npmjs.com/package/next-auth,2403922.0,2403922.0,1.0,,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2023-12-25 13:37:20.000000,2023-12-12 15:06:38,3811.0,57.0,1898.0,237.0,4089.0,95.0,2118.0,11561.0,67.0,5732.0,5732.0,374.0,,,2817672.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,6969419.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,257416656.0,,,,,,,,,,,, 8,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-01-04 17:15:26.000000,2024-01-04 15:45:02,8311.0,237.0,1905.0,148.0,3192.0,170.0,3012.0,11013.0,100.0,731.0,731.0,428.0,,,1736165.0,1.0,,2023-12-12 16:08:13,1.12.7,67710446.0,,,,,1.0,,,,,,,,,,, 9,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-01-04 17:59:47.620093,2024-01-04 17:22:56,4938.0,138.0,1198.0,124.0,4045.0,319.0,2127.0,8814.0,100.0,3206.0,3206.0,434.0,,,5042227.0,1.0,openpolicyagent/opa,2023-12-21 10:41:47,0.60.0,4984924.0,https://hub.docker.com/r/openpolicyagent/opa,2024-01-04 17:59:47.620093,41.0,479972722.0,,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2023-12-22 23:10:56.000000,2023-10-25 05:42:36,1677.0,1.0,459.0,69.0,494.0,78.0,293.0,2695.0,48.0,479270.0,479270.0,195.0,,,78504797.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,,oauthlib,https://pypi.org/project/oauthlib,78504797.0,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1186.0,310.0,157.0,336.0,426.0,22102.0,,976678.0,976678.0,38.0,https://www.npmjs.com/package/passport,7647728.0,7647728.0,2.0,,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-01-04 18:10:07.000000,2024-01-04 17:45:32,23660.0,670.0,5793.0,374.0,13839.0,1895.0,6468.0,18569.0,47.0,,,1297.0,,,63161.0,1.0,quay.io/keycloak/keycloak,2023-12-15 14:11:09,23.0.3,2336986.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 13,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-01-04 17:11:44.000000,2023-12-13 18:07:01,9603.0,52.0,1168.0,123.0,1068.0,107.0,874.0,7056.0,10.0,1377.0,1377.0,224.0,,,172683.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,,speechbrain,https://pypi.org/project/speechbrain,172683.0,,,,,,,, 14,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-01-02 16:47:36.000000,2023-12-30 01:05:49,1371.0,17.0,386.0,62.0,185.0,66.0,347.0,4098.0,33.0,29904.0,29904.0,105.0,,,6114592.0,2.0,,2023-12-17 12:54:58,1.3.0,,,,,,,authlib,https://pypi.org/project/authlib,6114592.0,,,,,,,, 15,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-01-04 18:18:07.000000,2024-01-04 18:01:38,18737.0,408.0,3861.0,828.0,18711.0,947.0,4864.0,29080.0,100.0,6823.0,6823.0,1432.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,,, 16,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-01-04 17:19:33.000000,2023-12-28 13:09:05,3749.0,31.0,1329.0,231.0,1733.0,83.0,1392.0,14813.0,100.0,3.0,3.0,291.0,,,3966933.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,688646.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,411538054.0,1.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 17,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-01-04 17:09:38.000000,2023-12-28 16:19:33,4067.0,97.0,846.0,107.0,1783.0,167.0,1029.0,9750.0,43.0,327.0,327.0,215.0,,,1656609.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,35986.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112598530.0,-1.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 18,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-01-02 03:59:18.000000,2024-01-02 03:57:49,1529.0,32.0,253.0,42.0,368.0,14.0,428.0,5327.0,100.0,62419.0,62419.0,67.0,https://www.npmjs.com/package/@casl/ability,1659186.0,1659186.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,,, 19,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-31 10:36:48.000000,2023-12-31 10:32:49,1083.0,6.0,1554.0,232.0,484.0,38.0,737.0,16270.0,100.0,2642.0,2642.0,138.0,https://www.npmjs.com/package/casbin,145358.0,222841.0,2.0,,2023-12-31 10:34:10,2.81.0,,,,,,,casbin,https://pypi.org/project/casbin,77483.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 20,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3511.0,336.0,107.0,429.0,389.0,15776.0,38.0,8018.0,8018.0,25.0,https://www.npmjs.com/package/face-api.js,122626.0,122626.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,,, 21,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-01-04 18:06:47.912957,2024-01-03 22:55:50,24361.0,499.0,3822.0,605.0,4606.0,,,10626.0,100.0,21.0,21.0,345.0,,,5917.0,2.0,apereo/cas,2023-12-29 14:54:27,7.0.0,,https://hub.docker.com/r/apereo/cas,2024-01-04 18:06:47.912957,129.0,875754.0,,,,,,,,,,,, 22,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,33,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-01-02 21:54:18.000000,2024-01-02 21:54:15,1144.0,61.0,1629.0,125.0,106.0,3.0,832.0,8759.0,,2370.0,2370.0,50.0,,,154237.0,1.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,154237.0,,,,,,,, 23,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-01-04 17:11:29.000000,2024-01-04 11:04:48,7732.0,754.0,537.0,59.0,5455.0,302.0,1410.0,4144.0,100.0,183.0,183.0,301.0,,,13636.0,2.0,,2023-12-29 22:08:37,ockam_v0.114.0,340909.0,,,,,-1.0,,,,,,,build-trust/ockam/ockam,,,, 24,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-01-04 17:31:52.000000,2024-01-04 01:18:18,3281.0,170.0,272.0,37.0,3892.0,79.0,871.0,3759.0,100.0,13.0,13.0,91.0,,,18813259.0,2.0,pomerium/pomerium,2023-11-16 19:06:01,0.24.0,50434.0,https://hub.docker.com/r/pomerium/pomerium,2024-01-04 02:07:11.100230,10.0,1128735084.0,,,,,,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2023-11-06 06:38:09.000000,2022-06-10 09:12:18,238.0,,12920.0,1567.0,224.0,719.0,584.0,50722.0,2.0,21.0,21.0,54.0,,,63738.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1223.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7237.0,,face_recognition,https://pypi.org/project/face_recognition,63635.0,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2023-12-05 06:57:20.000000,2023-12-05 06:57:20,4734.0,3.0,1683.0,181.0,1688.0,433.0,1339.0,9461.0,15.0,87.0,87.0,130.0,,,180075.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,180075.0,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-01-04 18:16:51.000000,2024-01-04 18:15:15,6353.0,155.0,417.0,81.0,3447.0,141.0,1183.0,1592.0,96.0,126.0,126.0,180.0,,,2344.0,2.0,ghcr.io/spiffe/spire-server,2023-12-21 19:45:00,1.8.7,175821.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,5.0,386.0,31.0,522.0,71.0,353.0,534.0,50.0,1653.0,1653.0,172.0,,,486671.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,,pysaml2,https://pypi.org/project/pysaml2,486671.0,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired fine-grained permissions database.",,,31,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-01-04 05:33:09.000000,2024-01-04 05:23:42,3437.0,277.0,221.0,37.0,1269.0,102.0,307.0,4075.0,63.0,39.0,39.0,39.0,,,57323.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,39616.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,6.0,1621375.0,,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4897.0,499.0,152.0,998.0,1347.0,19708.0,1.0,1416.0,1416.0,58.0,,,160259.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1442324.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,138.0,,,,,,,,,,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-01-03 18:38:54.000000,2023-12-29 09:50:29,2655.0,68.0,1490.0,175.0,1967.0,284.0,798.0,8706.0,80.0,144.0,144.0,227.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-01-04 18:08:07.000000,2023-12-13 12:52:28,612.0,12.0,64.0,40.0,211.0,4.0,83.0,309.0,100.0,4344.0,4344.0,41.0,https://www.npmjs.com/package/did-jwt,135711.0,135711.0,1.0,,2023-12-13 12:52:55,7.4.7,,,,,,,,,,,,,,,,, 33,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-01-04 18:00:34.000000,2024-01-03 14:19:43,2161.0,160.0,910.0,57.0,1325.0,97.0,1044.0,7711.0,100.0,3.0,3.0,152.0,,,2870.0,2.0,casbin/casdoor,2024-01-02 15:58:24,1.487.0,,https://hub.docker.com/r/casbin/casdoor,2024-01-02 16:03:46.344910,11.0,111960.0,,,,,,,,,casbin/casdoor,,, 34,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,19.0,1005.0,106.0,820.0,26.0,831.0,5226.0,64.0,8348.0,8348.0,315.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,,doorkeeper,, 35,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2023-12-29 17:50:43.000000,2023-12-29 09:17:56,1486.0,13.0,318.0,56.0,1109.0,45.0,262.0,4406.0,50.0,24.0,24.0,71.0,,,726663.0,2.0,oryd/keto,,,18423.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50845647.0,,,,,,,,,,,, 36,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],29,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-01-04 18:14:17.000000,2024-01-03 22:09:30,3591.0,170.0,253.0,200.0,3890.0,75.0,244.0,3741.0,49.0,8.0,8.0,148.0,,,244271.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,12.0,11725017.0,,,,,,,,,,,, 37,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-01-04 17:51:45.000000,2024-01-03 15:24:38,5223.0,165.0,276.0,39.0,760.0,50.0,253.0,1235.0,50.0,1555.0,1555.0,296.0,,,,3.0,,2023-12-15 13:49:36,6.3.7,,,,,,,,,,,,,,,,, 38,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-01-04 08:15:20.000000,2023-12-18 20:11:16,136.0,13.0,5899.0,462.0,199.0,,,53658.0,10.0,21.0,21.0,66.0,,,228173.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,228173.0,,,,,,,, 39,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9088.0,1113.0,131.0,541.0,801.0,43958.0,2.0,21.0,21.0,22.0,,,3689.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,169697.0,,,,,-1.0,,,,,,,,,,, 40,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-01-04 17:42:56.000000,2024-01-03 11:42:23,5122.0,309.0,977.0,158.0,4966.0,68.0,1093.0,18332.0,100.0,,,143.0,,,643.0,2.0,,2022-12-21 09:01:04,4.37.5,30899.0,,,,,,,,,,,,,,,, 41,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3487.0,758.0,74.0,9.0,370.0,14952.0,4.0,68.0,68.0,30.0,,,1611.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161143.0,-1.0,,,,,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,28,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-01-04 07:11:57.000000,2024-01-04 03:16:11,5454.0,602.0,283.0,35.0,4814.0,80.0,250.0,6608.0,52.0,9.0,9.0,45.0,,,942.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2879.0,https://hub.docker.com/r/svhd/logto,2023-12-27 05:47:21.677349,2.0,24967.0,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-01-04 18:05:41.000000,2024-01-04 16:12:20,2773.0,195.0,332.0,36.0,4838.0,453.0,1400.0,5831.0,100.0,,,93.0,,,608.0,2.0,ghcr.io/zitadel/zitadel,2024-01-04 17:15:19,2.43.1,2435.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,1.0,,,,https://charts.zitadel.com,,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-01-04 14:07:14.000000,2024-01-04 14:07:12,6404.0,85.0,539.0,139.0,4337.0,181.0,2703.0,4869.0,97.0,,,127.0,,,20814.0,2.0,letsencrypt/boulder-tools,2023-12-11 22:36:34,release-2023-12-11,63208.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2023-12-20 18:46:54.576324,13.0,1955653.0,,,,,,,,,,,, 45,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-01-02 04:44:39.000000,2023-12-20 18:11:56,1209.0,9.0,163.0,31.0,1525.0,108.0,101.0,3323.0,100.0,82.0,82.0,65.0,,,30335.0,3.0,,2023-12-20 19:06:36,0.27.2,2677.0,,,,,,oso,https://pypi.org/project/oso,30259.0,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-15 14:20:58.000000,2023-09-08 08:05:44,1354.0,,325.0,48.0,717.0,49.0,277.0,3133.0,100.0,3.0,3.0,109.0,,,1155161.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,33247.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87758185.0,,,,,,,,,,,, 47,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-01-04 17:06:11.000000,2024-01-02 14:13:58,1476.0,85.0,97.0,28.0,1568.0,50.0,274.0,2180.0,55.0,19.0,19.0,24.0,,,1553.0,3.0,ghcr.io/cerbos/cerbos,2023-11-30 08:51:39,0.32.0,52830.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2023-12-31 11:01:38.000000,2023-12-17 17:09:26,2994.0,39.0,290.0,79.0,836.0,283.0,614.0,1757.0,52.0,3.0,3.0,85.0,https://www.npmjs.com/package/solid-server,719.0,9378.0,1.0,nodesolidserver/node-solid-server,2023-12-17 18:26:45,5.7.8,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,969874.0,1.0,,,,,,,,,,, 49,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],28,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-01-01 19:17:08.000000,2024-01-01 00:01:06,385.0,12.0,41.0,24.0,127.0,3.0,18.0,199.0,24.0,5388.0,5388.0,24.0,https://www.npmjs.com/package/did-resolver,145460.0,145460.0,1.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,,, 50,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-01-03 06:01:38.000000,2024-01-03 06:01:37,457.0,25.0,66.0,29.0,143.0,5.0,47.0,186.0,56.0,1440.0,1440.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,18286.0,18286.0,1.0,,2024-01-03 06:02:08,10.1.2,,,,,,,,,,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2023-11-22 21:08:05.000000,2023-11-17 02:09:55,1783.0,2.0,12593.0,1527.0,514.0,18.0,819.0,48051.0,4.0,,,97.0,,,3498.0,3.0,,2023-06-18 18:08:19,2.2.0,206439.0,,,,,-1.0,,,,,,,,,,, 52,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-01-04 15:55:44.000000,2024-01-04 15:29:57,13299.0,644.0,423.0,31.0,6111.0,456.0,1294.0,5401.0,100.0,,,204.0,,,91.0,3.0,,2023-12-21 13:33:00,ersion/2023.10.5,2549.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 53,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2023-12-27 12:33:47.000000,2023-12-20 13:51:33,2439.0,27.0,730.0,73.0,239.0,,,2895.0,100.0,3.0,3.0,69.0,https://www.npmjs.com/package/oidc-provider,155827.0,155827.0,3.0,,2023-12-14 11:37:15,8.4.3,,,,,,1.0,,,,,,,,,,, 54,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-01-04 02:41:50.000000,2024-01-04 00:02:21,1742.0,138.0,118.0,17.0,1725.0,142.0,503.0,1830.0,17.0,42.0,42.0,60.0,,,1646.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,250.0,https://hub.docker.com/r/kanidm/server,2024-01-04 01:56:23.279234,,96867.0,,,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-01-04 17:56:13.000000,2024-01-04 16:41:18,33474.0,482.0,55.0,31.0,4202.0,322.0,2641.0,330.0,100.0,,,110.0,,,235.0,3.0,,2023-12-14 13:58:11,1.0.21,943.0,,,,,,,,,,,,,,,, 56,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-01-03 12:25:56.000000,2023-12-12 10:19:45,357.0,14.0,39.0,23.0,94.0,2.0,47.0,160.0,53.0,846.0,846.0,22.0,https://www.npmjs.com/package/did-jwt-vc,14638.0,14638.0,1.0,,2023-12-12 10:20:04,3.2.15,,,,,,,,,,,,,,,,, 57,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-01-03 18:12:03.000000,2024-01-02 15:56:38,6021.0,185.0,307.0,409.0,4147.0,117.0,417.0,1674.0,27.0,,,152.0,,,0.0,2.0,,2023-10-23 21:10:51,1.6.0,51.0,,,,,,,,,,,,,,,, 58,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-01-04 01:07:50.000000,2024-01-04 01:07:49,2935.0,118.0,257.0,52.0,2215.0,37.0,201.0,827.0,100.0,26.0,26.0,79.0,,,,2.0,,2023-12-07 00:08:14,1.11.48,,,,,,,,,,,,,,,,, 59,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,10.0,122.0,48.0,1887.0,207.0,901.0,727.0,73.0,,,96.0,,,77323.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,376.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7035960.0,,,,,,,,,,,, 60,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-01-04 17:31:33.000000,2023-12-13 16:40:51,1826.0,17.0,110.0,23.0,743.0,62.0,353.0,378.0,42.0,549.0,549.0,54.0,,,,1.0,,2023-10-09 11:46:16,5.5.3,,,,,,,,,,,,,,,,, 61,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-01-04 17:37:37.000000,2024-01-04 16:35:54,8559.0,423.0,436.0,30.0,1579.0,213.0,903.0,374.0,72.0,,,133.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,,, 62,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-01-03 20:08:08.000000,2023-12-20 10:28:40,1684.0,11.0,122.0,21.0,348.0,37.0,76.0,1970.0,32.0,,,46.0,,,3988.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,558.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,,139036.0,,,,,,,,,,,, 63,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-01-04 17:38:40.000000,2024-01-04 15:23:25,427.0,66.0,91.0,18.0,412.0,55.0,182.0,317.0,28.0,288.0,288.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2024-01-03 20:39:15,0.2.10,,,,,,,,,,,,,,,,, 64,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2023-12-21 14:30:27.000000,2023-12-04 10:33:08,1420.0,14.0,71.0,24.0,983.0,49.0,215.0,274.0,23.0,109.0,109.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,,, 65,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2023-12-20 11:49:01.000000,2023-12-18 12:41:56,930.0,55.0,402.0,62.0,432.0,105.0,346.0,10955.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 66,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-08 22:18:11.000000,2023-12-08 22:18:11,4035.0,11.0,756.0,255.0,329.0,62.0,210.0,2825.0,4.0,,,56.0,,,899.0,3.0,,2015-09-29 22:50:55,1.1.0,109736.0,,,,,,,,,,,,,,,, 67,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-01-04 15:55:30.000000,2024-01-04 14:19:49,2418.0,430.0,97.0,18.0,835.0,25.0,126.0,2134.0,52.0,1.0,1.0,39.0,,,79.0,3.0,ghcr.io/permify/permify,2024-01-04 16:18:41,0.6.8,1357.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 68,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-01-04 14:19:21.000000,2023-12-22 09:34:19,15738.0,46.0,310.0,50.0,7133.0,,,1044.0,,,,219.0,,,40273.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2024-01-04 05:59:46.646469,159.0,5638307.0,,,,,,,,,,,, 69,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-01-04 12:30:17.000000,2023-12-29 12:05:24,1683.0,36.0,220.0,60.0,283.0,27.0,81.0,502.0,6.0,,,100.0,,,1535.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2023-12-18 08:20:13.542082,,118266.0,,,,,,,,,,,, 70,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2023-12-29 19:25:30.000000,2023-12-07 16:39:53,673.0,80.0,35.0,16.0,195.0,23.0,75.0,60.0,24.0,54.0,54.0,22.0,,,3603.0,2.0,,2023-06-02 16:26:49,0.1.0,43242.0,,,,,,,,,,,,,,,, 71,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,2946.0,284.0,25.0,1.0,143.0,19488.0,35.0,,,11.0,,,22847.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,708262.0,,,,,,,,,,,,,,,, 72,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-01-03 15:25:44.000000,2023-12-21 17:18:43,13190.0,147.0,121.0,10.0,1755.0,933.0,1961.0,288.0,55.0,,,84.0,,,104.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,,,,,,,,, 73,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2023-12-23 15:36:32.000000,2023-12-23 13:16:31,560.0,2.0,280.0,58.0,145.0,179.0,547.0,5128.0,11.0,,,61.0,,,211.0,3.0,,2020-09-02 15:57:23,2.6.1,14997.0,,,,,,,,,,,,,,,howdy, 74,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,222.0,8.0,123.0,3639.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,,, 75,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],21,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2023-12-13 18:57:17.000000,2023-12-13 18:56:13,14886.0,9.0,651.0,113.0,17.0,,,672.0,,121.0,121.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 76,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,104.0,40.0,682.0,37.0,441.0,429.0,12.0,32.0,32.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,,, 77,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Agent Framework JavaScript.,,['hyperledger'],21,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2024-01-04 13:19:37.000000,2023-12-28 09:51:26,852.0,30.0,147.0,27.0,1017.0,173.0,464.0,214.0,77.0,3.0,3.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,,, 78,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-03 17:24:54.000000,2023-11-14 00:30:30,1728.0,10.0,99.0,28.0,342.0,36.0,73.0,173.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,,, 79,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],21,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-01-04 17:39:46.000000,2024-01-04 17:39:45,407.0,74.0,39.0,6.0,220.0,47.0,93.0,95.0,18.0,62.0,62.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2023-12-07 19:14:55,0.8.3,,,,,,,,,,,,,,,,, 80,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-01-01 04:29:06.000000,2024-01-01 00:38:02,282.0,14.0,15.0,14.0,115.0,1.0,10.0,78.0,38.0,843.0,843.0,12.0,https://www.npmjs.com/package/web-did-resolver,13069.0,13069.0,2.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,,, 81,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-01-04 13:08:07.000000,2024-01-04 13:05:43,2447.0,89.0,32.0,14.0,3159.0,50.0,95.0,61.0,22.0,781.0,781.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-12-20 18:55:46,2.0.0,,,,,,,,,,,,,,,,, 82,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4662.0,566.0,122.0,500.0,619.0,13338.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 83,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-01-03 23:23:32.000000,2023-12-20 19:11:44,2201.0,42.0,151.0,175.0,840.0,76.0,1037.0,1064.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,,, 84,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2023-12-21 13:23:24.000000,2023-11-21 17:51:02,4892.0,12.0,632.0,64.0,1746.0,31.0,49.0,659.0,36.0,,,101.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,564.0,,,,,,,,,,,,,,,, 85,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,154.0,20.0,2046.0,388.0,1196.0,236.0,14.0,3.0,3.0,59.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,,, 86,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,20,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,11.0,32.0,7.0,195.0,4.0,162.0,95.0,98.0,,,16.0,,,387.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,11178.0,,,,,,,,,,,, 87,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-01-04 09:29:30.000000,2023-07-12 07:05:13,339.0,,804.0,236.0,240.0,178.0,525.0,2623.0,,,,47.0,,,,3.0,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 88,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2023-12-19 08:49:57.000000,2023-10-25 17:45:50,394.0,2.0,669.0,94.0,308.0,154.0,323.0,1623.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,,, 89,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2023-12-12 23:26:53.000000,2023-12-07 04:55:29,2178.0,14.0,207.0,58.0,580.0,53.0,172.0,313.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 90,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-01-03 15:19:34.000000,2023-12-27 17:09:00,1834.0,281.0,79.0,80.0,728.0,41.0,618.0,261.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 91,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2023-12-14 15:19:48.000000,2023-12-14 15:18:17,1094.0,26.0,16.0,12.0,1257.0,,321.0,28.0,16.0,,,27.0,,,348.0,2.0,,2023-11-16 22:24:18,1.13.0,9406.0,,,,,,,,,,,,,,,, 92,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,18,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,1.0,269.0,96.0,42.0,28.0,23.0,2397.0,,,,26.0,,,1448.0,3.0,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1448.0,,,,,,,, 93,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2301.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,,, 94,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,70.0,69.0,1221.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,,, 95,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-01-04 00:18:24.000000,2023-11-01 15:51:52,531.0,4.0,49.0,30.0,353.0,73.0,103.0,165.0,,118.0,118.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 96,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-01-02 18:06:54.000000,2023-12-07 12:08:25,381.0,37.0,44.0,15.0,85.0,23.0,62.0,159.0,,220.0,220.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 97,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-01-03 23:27:32.000000,2024-01-03 23:25:10,1628.0,53.0,104.0,21.0,806.0,67.0,175.0,123.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 98,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-01-04 14:14:19.000000,2023-12-07 09:27:01,1363.0,117.0,56.0,9.0,481.0,2.0,109.0,70.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,,, 99,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-01-04 16:08:48.000000,2023-12-27 20:55:33,2317.0,106.0,35.0,12.0,424.0,131.0,89.0,46.0,1.0,24.0,24.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 100,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,126.0,88.0,8169.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 101,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-24 21:09:48.000000,2023-12-13 20:50:19,537.0,3.0,149.0,84.0,207.0,17.0,42.0,1348.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 102,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2023-12-29 16:36:49.406112,2023-12-29 05:20:41,234.0,36.0,22.0,5.0,241.0,15.0,18.0,922.0,88.0,1.0,1.0,5.0,,,99.0,3.0,warrantdev/warrant,2023-12-29 16:36:50,1.2.0,805.0,https://hub.docker.com/r/warrantdev/warrant,2023-12-29 16:36:49.406112,,286.0,,,,,,,,,,,, 103,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2023-12-15 16:41:43.000000,2023-12-15 16:30:20,3613.0,22.0,68.0,27.0,5.0,,,228.0,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-01-01 23:02:11.000000,2023-12-14 16:30:01,320.0,19.0,54.0,13.0,340.0,47.0,107.0,191.0,4.0,35.0,35.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-01-04 12:06:52.000000,2023-12-20 09:17:34,392.0,11.0,22.0,4.0,127.0,7.0,22.0,43.0,30.0,127.0,127.0,15.0,,,,3.0,,2023-12-20 09:18:12,1.5.1,,,,,,,,,,,,,,,,, 106,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2023-12-21 21:42:54.000000,2023-12-21 20:54:43,1473.0,50.0,7.0,9.0,138.0,4.0,7.0,40.0,29.0,3.0,3.0,14.0,,,,3.0,,2023-10-01 02:16:26,0.17.5,,,,,,,,,,,,,,,,, 107,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,6.0,25.0,3.0,111.0,,46.0,33.0,48.0,,,12.0,,,140.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,3943.0,,,,,,,,,,,, 108,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2023-12-30 08:44:19.000000,2023-12-28 14:44:57,3616.0,267.0,11.0,7.0,457.0,51.0,1760.0,30.0,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2023-12-21 16:00:51.000000,2023-12-18 16:59:38,979.0,34.0,37.0,48.0,209.0,173.0,146.0,445.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,,, 110,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,74.0,488.0,32.0,324.0,387.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 111,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,7.0,65.0,32.0,248.0,45.0,72.0,232.0,,6.0,6.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 112,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,16,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,12.0,6.0,3.0,36.0,,36.0,21.0,28.0,,,9.0,,,32.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,716.0,,,,,,,,,,,, 113,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-01-01 00:46:56.000000,2023-12-27 14:26:07,448.0,23.0,53.0,12.0,511.0,87.0,126.0,140.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 114,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-01-04 03:58:22.000000,2024-01-03 15:17:18,809.0,5.0,170.0,34.0,349.0,39.0,150.0,104.0,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,,,,True 115,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2023-12-21 03:43:09.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,227.0,55.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 116,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2023-12-27 14:31:20.000000,2023-12-27 14:31:20,410.0,28.0,25.0,29.0,55.0,13.0,9.0,66.0,2.0,,,12.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,,, 117,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-02 16:51:41.000000,2023-12-07 19:24:59,521.0,95.0,25.0,12.0,139.0,13.0,41.0,41.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 118,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-01-04 16:53:02.000000,2024-01-02 16:32:05,680.0,16.0,58.0,75.0,265.0,157.0,107.0,303.0,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 119,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,14,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 120,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,38.0,13.0,115.0,,,47.0,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2023-12-23 06:32:59.000000,2023-11-29 23:51:57,628.0,20.0,10.0,6.0,68.0,4.0,9.0,42.0,14.0,,,15.0,,,,1.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,, 122,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,14,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2023-12-23 08:43:00.000000,2023-11-28 02:29:24,936.0,6.0,9.0,7.0,105.0,7.0,20.0,28.0,26.0,17.0,17.0,15.0,,,2.0,1.0,,2023-09-28 01:02:52,2.1.2,58.0,,,,,,,,,,,,,,,, 123,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,945.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 124,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,244.0,4.0,,,5.0,,,228.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17622.0,,,,,,,,,,,, 125,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,9.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 126,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,13,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2023-12-23 09:04:26.000000,2023-11-28 02:39:02,609.0,5.0,19.0,8.0,47.0,5.0,12.0,69.0,13.0,43.0,43.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,,,, 127,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-01-04 00:10:05.000000,2023-12-21 21:16:56,875.0,90.0,19.0,14.0,175.0,9.0,123.0,60.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 128,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-01-04 00:54:42.000000,2023-12-29 15:14:42,706.0,19.0,22.0,11.0,194.0,22.0,183.0,43.0,2.0,,,17.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,,,, 129,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-01-04 16:36:07.000000,2023-12-15 15:22:57,342.0,129.0,5.0,17.0,314.0,,,54.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 130,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,181.0,181.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 131,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,47.0,,56.0,56.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 132,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,12,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2023-12-08 02:28:13.000000,2023-11-24 22:24:16,180.0,49.0,1.0,2.0,69.0,,6.0,,48.0,,,8.0,,,363.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2180.0,,,,,,,,,,,, 133,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,53.0,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 134,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,17.0,19.0,73.0,10.0,24.0,41.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 135,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,11,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-01-04 15:59:01.000000,2024-01-03 10:10:50,285.0,283.0,5.0,2.0,49.0,11.0,2.0,39.0,66.0,,,7.0,,,,3.0,waltid/identity,,,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 136,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2023-12-19 14:30:42.000000,2023-12-19 14:30:38,913.0,75.0,8.0,6.0,158.0,7.0,10.0,38.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 137,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,25.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-01-03 22:51:32.000000,2023-12-20 20:25:23,182.0,78.0,10.0,8.0,70.0,15.0,29.0,12.0,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,,True 139,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,19.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 140,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 141,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-21 21:16:29.000000,2023-12-08 16:25:57,245.0,1.0,12.0,10.0,23.0,1.0,3.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2023-12-18 23:05:24.000000,2023-12-18 23:05:24,59.0,17.0,3.0,21.0,14.0,21.0,17.0,26.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 143,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-01-04 00:05:13.000000,2023-10-06 14:24:02,60.0,,3.0,10.0,58.0,2.0,1.0,13.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,9.0,,,,,,,,3.0,,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 145,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-01-04 13:57:19.000000,2024-01-04 13:55:51,64.0,36.0,4.0,3.0,16.0,10.0,10.0,4.0,1.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,,,True 146,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-01-03 18:04:05.000000,2024-01-03 18:04:04,62.0,1.0,2.0,10.0,61.0,1.0,1.0,15.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,,, 147,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,27.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,27.0,64973.0,,,,,,,,,,,, 148,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-01-02 18:43:41.042672,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2024-01-02 18:43:41.042672,22.0,4082772.0,,,,,,,,,,,, 149,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 150,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 151,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2024-01-18_changes.md ================================================ Nothing changed from last update. ================================================ FILE: history/2024-01-18_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,apt_id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-01-18 19:26:40.000000,2024-01-18 09:45:05,2755.0,218.0,2557.0,98.0,2207.0,274.0,3583.0,20813.0,100.0,184935.0,184935.0,627.0,https://www.npmjs.com/package/next-auth,2434957.0,2434957.0,1.0,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-01-15 13:48:52.000000,2024-01-09 17:38:17,3820.0,60.0,1905.0,238.0,4102.0,97.0,2118.0,11611.0,67.0,5757.0,5757.0,375.0,,,2832285.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,7003777.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,145.0,258753537.0,,,,,,,,,, 8,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-01-17 16:25:23.000000,2024-01-17 16:25:23,8396.0,298.0,1910.0,147.0,3222.0,177.0,3024.0,11062.0,100.0,744.0,744.0,429.0,,,1780491.0,1.0,,2023-12-12 16:08:13,1.12.7,69439180.0,,,,,,,,,,,,,, 9,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-01-18 17:54:24.250113,2024-01-18 17:14:16,4949.0,125.0,1201.0,124.0,4056.0,323.0,2132.0,8859.0,100.0,3245.0,3245.0,436.0,,,5106001.0,1.0,openpolicyagent/opa,2023-12-21 10:41:47,0.60.0,5145428.0,https://hub.docker.com/r/openpolicyagent/opa,2024-01-18 17:54:24.250113,41.0,485865120.0,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-01-09 08:35:12.000000,2024-01-06 20:50:34,1694.0,15.0,459.0,68.0,495.0,78.0,293.0,2698.0,48.0,484168.0,484168.0,195.0,,,78688963.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,78688963.0,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1191.0,309.0,157.0,337.0,426.0,22145.0,,984943.0,984943.0,38.0,https://www.npmjs.com/package/passport,7619816.0,7619816.0,2.0,,,,,,,,,,,,,,,,,, 12,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-01-17 08:32:59.000000,2024-01-17 08:32:38,1374.0,20.0,387.0,62.0,185.0,71.0,349.0,4119.0,33.0,30201.0,30201.0,105.0,,,5734251.0,2.0,,2023-12-17 12:54:58,1.3.0,,,,,,authlib,https://pypi.org/project/authlib,5734251.0,,,,,,, 13,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-01-18 20:17:20.000000,2024-01-18 20:15:52,18848.0,429.0,3870.0,826.0,18956.0,960.0,4871.0,29152.0,100.0,6871.0,6871.0,1440.0,,,,2.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,, 14,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,36,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-01-18 19:16:34.000000,2024-01-18 19:15:29,9614.0,33.0,1176.0,122.0,1077.0,109.0,878.0,7123.0,10.0,1420.0,1420.0,225.0,,,161040.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,161040.0,,,,,,, 15,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-01-11 15:38:13.000000,2024-01-08 09:57:29,3757.0,29.0,1332.0,231.0,1738.0,83.0,1393.0,14864.0,100.0,3.0,3.0,291.0,,,3971737.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,697427.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,412024599.0,,,,https://k8s.ory.sh/helm/charts,,,,,, 16,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-01-18 15:43:32.000000,2024-01-18 13:24:28,4076.0,77.0,848.0,107.0,1791.0,169.0,1034.0,9803.0,43.0,327.0,327.0,217.0,,,1657562.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,36421.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112662677.0,,,,https://k8s.ory.sh/helm/charts,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-01-16 07:51:36.000000,2024-01-16 07:50:01,1532.0,34.0,253.0,42.0,371.0,13.0,429.0,5356.0,100.0,63609.0,63609.0,67.0,https://www.npmjs.com/package/@casl/ability,1647809.0,1647809.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-31 10:36:48.000000,2023-12-31 10:32:49,1083.0,6.0,1556.0,233.0,484.0,39.0,738.0,16355.0,100.0,2671.0,2671.0,138.0,https://www.npmjs.com/package/casbin,147199.0,221030.0,2.0,,2023-12-31 10:34:10,2.81.0,,,,,,casbin,https://pypi.org/project/casbin,73831.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,, 19,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2023-09-03 13:34:38.000000,2020-04-22 16:40:10,488.0,,3521.0,336.0,107.0,429.0,389.0,15819.0,38.0,8124.0,8124.0,25.0,https://www.npmjs.com/package/face-api.js,125439.0,125439.0,1.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,, 20,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-01-18 16:35:37.000000,2024-01-18 02:37:39,24529.0,584.0,3823.0,605.0,4628.0,,,10636.0,100.0,21.0,21.0,345.0,,,5966.0,1.0,apereo/cas,2023-12-29 14:54:27,7.0.0,,https://hub.docker.com/r/apereo/cas,2024-01-18 02:59:00.254844,129.0,882969.0,,,,,,,,,, 21,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,33,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-01-16 22:40:52.000000,2024-01-16 22:40:41,1161.0,68.0,1647.0,125.0,111.0,2.0,843.0,8907.0,,2430.0,2430.0,52.0,,,153269.0,1.0,,,,,,,,,deepface,https://pypi.org/project/deepface,153269.0,,,,,,, 22,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-01-18 18:42:26.000000,2024-01-18 12:56:11,7804.0,641.0,542.0,60.0,5537.0,307.0,1415.0,4220.0,100.0,183.0,183.0,305.0,,,13712.0,2.0,,2024-01-09 21:11:36,ockam_v0.116.0,342804.0,,,,,,,,,,,build-trust/ockam/ockam,,, 23,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-01-18 17:55:18.462506,2024-01-18 17:07:03,3294.0,180.0,273.0,38.0,3904.0,79.0,874.0,3767.0,100.0,13.0,13.0,91.0,,,19379460.0,2.0,pomerium/pomerium,2024-01-10 15:55:52,0.25.0,50765.0,https://hub.docker.com/r/pomerium/pomerium,2024-01-18 17:55:18.462506,10.0,1162706713.0,,,,,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12941.0,1566.0,225.0,723.0,584.0,50844.0,2.0,21.0,21.0,54.0,,,60635.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1223.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7290.0,face_recognition,https://pypi.org/project/face_recognition,60532.0,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-01-16 12:11:24.000000,2024-01-16 12:11:24,4735.0,4.0,1688.0,181.0,1688.0,434.0,1344.0,9575.0,15.0,87.0,87.0,131.0,,,172824.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,172824.0,,,,,,, 26,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-01-18 17:25:45.000000,2024-01-18 08:08:36,3461.0,242.0,219.0,37.0,1280.0,101.0,311.0,4109.0,63.0,42.0,42.0,40.0,,,60104.0,2.0,authzed/spicedb,2023-11-30 17:07:14,1.28.0,41617.0,https://hub.docker.com/r/authzed/spicedb,2023-11-30 17:07:13.676851,6.0,1699949.0,,,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-01-18 20:04:04.000000,2024-01-18 17:20:22,6366.0,128.0,419.0,80.0,3471.0,147.0,1188.0,1600.0,96.0,128.0,128.0,181.0,,,2448.0,2.0,ghcr.io/spiffe/spire-server,2023-12-21 19:45:00,1.8.7,183605.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,5.0,387.0,31.0,522.0,72.0,353.0,535.0,50.0,1665.0,1665.0,172.0,,,480349.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,480349.0,,,,,,, 29,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-01-18 19:38:15.000000,2024-01-18 19:38:14,3841.0,382.0,253.0,199.0,3926.0,76.0,245.0,3747.0,49.0,8.0,8.0,149.0,,,250023.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,12.0,12001143.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4924.0,502.0,152.0,1005.0,1349.0,19968.0,1.0,1488.0,1488.0,58.0,,,175031.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1575275.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-01-18 09:31:10.000000,2024-01-18 09:31:09,2669.0,53.0,1496.0,175.0,1988.0,285.0,799.0,8744.0,80.0,145.0,145.0,227.0,,,3.0,2.0,quay.io/dexidp/dex,2023-06-30 14:12:39,2.37.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,, 32,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-01-18 19:47:15.000000,2024-01-18 04:03:26,614.0,11.0,64.0,40.0,213.0,4.0,84.0,310.0,100.0,4385.0,4385.0,41.0,https://www.npmjs.com/package/did-jwt,136651.0,136651.0,1.0,,2024-01-18 04:03:55,8.0.0,,,,,,,,,,,,,,, 33,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-01-18 14:18:52.000000,2024-01-18 14:18:51,2213.0,167.0,924.0,57.0,1346.0,100.0,1064.0,7833.0,100.0,3.0,3.0,158.0,,,3028.0,2.0,casbin/casdoor,2024-01-18 13:09:03,1.505.0,,https://hub.docker.com/r/casbin/casdoor,2024-01-18 13:14:33.776729,13.0,118096.0,,,,,,,,casbin/casdoor,, 34,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,29,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-01-18 11:01:27.000000,2024-01-18 07:40:41,5517.0,549.0,294.0,38.0,4869.0,69.0,266.0,6749.0,52.0,10.0,10.0,46.0,,,1000.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2924.0,https://hub.docker.com/r/svhd/logto,2024-01-18 07:46:28.041347,2.0,26707.0,,,,,,,,,, 35,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2023-12-01 16:03:07.000000,2023-12-01 16:01:35,2389.0,17.0,1003.0,106.0,820.0,28.0,832.0,5235.0,64.0,8442.0,8442.0,315.0,,,,3.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,doorkeeper, 36,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-01-13 04:51:09.000000,2024-01-13 04:41:13,1213.0,13.0,163.0,31.0,1525.0,108.0,101.0,3339.0,100.0,82.0,82.0,66.0,,,28766.0,2.0,,2024-01-13 04:08:30,0.27.3,2708.0,,,,,oso,https://pypi.org/project/oso,28689.0,,,,,,, 37,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-01-16 18:04:52.000000,2024-01-16 18:03:51,5261.0,188.0,279.0,40.0,767.0,48.0,257.0,1250.0,52.0,1579.0,1579.0,296.0,,,,3.0,,2024-01-05 15:14:22,6.3.8,,,,,,,,,,,,,,, 38,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-01-16 17:12:16.000000,2023-12-18 20:11:16,136.0,12.0,6005.0,464.0,203.0,,,54432.0,10.0,21.0,21.0,66.0,,,249315.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,249315.0,,,,,,, 39,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-01-12 15:15:19.000000,2024-01-12 15:14:56,1787.0,6.0,12614.0,1526.0,514.0,15.0,824.0,48183.0,4.0,,,97.0,,,3709.0,3.0,,2023-06-18 18:08:19,2.2.0,218848.0,,,,,,,,,,,,,, 40,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9153.0,1114.0,131.0,541.0,801.0,44154.0,2.0,21.0,21.0,22.0,,,3718.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,171032.0,,,,,,,,,,,,,, 41,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,28,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-01-17 21:08:19.000000,2024-01-17 19:11:54,5175.0,305.0,978.0,159.0,5011.0,70.0,1095.0,18458.0,100.0,,,144.0,,,676.0,2.0,,2022-12-21 09:01:04,4.37.5,32464.0,,,,,,,,,,,,,, 42,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3489.0,758.0,74.0,9.0,370.0,14958.0,4.0,68.0,68.0,30.0,,,1611.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161176.0,,,,,,,,,, 43,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-01-18 04:31:26.000000,2024-01-18 02:08:22,6425.0,103.0,542.0,140.0,4361.0,185.0,2705.0,4887.0,99.0,,,128.0,,,20867.0,2.0,letsencrypt/boulder-tools,2024-01-16 19:53:55,release-2024-01-16,63606.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-01-17 23:45:40.135569,13.0,1959393.0,,,,,,,,,, 44,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],28,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-01-15 03:27:02.000000,2024-01-09 14:49:42,1490.0,8.0,317.0,56.0,1116.0,41.0,267.0,4424.0,50.0,26.0,26.0,71.0,,,726788.0,3.0,oryd/keto,,,18649.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50854190.0,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-15 14:20:58.000000,2023-09-08 08:05:44,1354.0,,324.0,48.0,717.0,49.0,277.0,3147.0,100.0,3.0,3.0,109.0,,,1155676.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,33922.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87796597.0,,,,,,,,,, 46,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-01-17 16:22:31.000000,2024-01-17 16:22:30,1496.0,94.0,98.0,28.0,1588.0,49.0,276.0,2207.0,56.0,19.0,19.0,24.0,,,1578.0,3.0,ghcr.io/cerbos/cerbos,2024-01-16 08:53:43,0.33.0,53666.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-01-17 14:55:38.000000,2023-12-17 17:09:26,2994.0,37.0,290.0,79.0,837.0,284.0,614.0,1757.0,52.0,3.0,3.0,85.0,https://www.npmjs.com/package/solid-server,744.0,9449.0,1.0,nodesolidserver/node-solid-server,2023-12-17 18:26:45,5.7.8,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,974995.0,,,,,,,,,, 48,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],28,True,decentralized-identity/did-resolver,did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-01-17 11:54:56.000000,2024-01-15 00:58:48,387.0,14.0,41.0,24.0,127.0,3.0,18.0,199.0,24.0,5492.0,5492.0,24.0,https://www.npmjs.com/package/did-resolver,146100.0,146100.0,1.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,, 49,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-01-15 07:40:26.000000,2024-01-15 01:46:25,461.0,29.0,65.0,29.0,144.0,5.0,47.0,188.0,57.0,1449.0,1449.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16813.0,16813.0,1.0,,2024-01-13 07:12:48,10.1.3,,,,,,,,,,,,,,, 50,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-01-18 16:26:57.000000,2024-01-18 08:16:54,2814.0,179.0,347.0,36.0,4889.0,460.0,1439.0,5960.0,100.0,,,96.0,,,781.0,3.0,ghcr.io/zitadel/zitadel,2024-01-18 09:14:11,2.42.11,2343.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-01-18 18:42:51.000000,2024-01-18 16:28:43,13413.0,637.0,437.0,32.0,6242.0,468.0,1311.0,5565.0,100.0,,,207.0,,,93.0,3.0,,2024-01-09 18:11:53,ersion/2023.10.6,2605.0,,,,,,,,https://charts.goauthentik.io,,,,,, 52,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-01-18 09:03:18.000000,2024-01-18 09:03:06,2448.0,36.0,733.0,71.0,241.0,,,2910.0,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,144289.0,144289.0,3.0,,2024-01-17 08:17:36,8.4.5,,,,,,,,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-01-18 11:32:53.000000,2024-01-16 01:30:52,1753.0,110.0,120.0,18.0,1743.0,138.0,511.0,1849.0,17.0,42.0,42.0,60.0,,,1745.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,254.0,https://hub.docker.com/r/kanidm/server,2024-01-10 05:25:21.454134,,102703.0,,,,,,,,,, 54,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-01-18 19:26:21.000000,2024-01-18 17:47:45,33522.0,431.0,57.0,31.0,4286.0,335.0,2694.0,342.0,100.0,,,110.0,,,293.0,3.0,,2023-12-14 13:58:11,1.0.21,1173.0,,,,,,,,,,,,,, 55,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,credentials-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-01-18 09:12:47.000000,2024-01-18 09:12:14,359.0,14.0,39.0,23.0,96.0,2.0,47.0,162.0,54.0,854.0,854.0,22.0,https://www.npmjs.com/package/did-jwt-vc,13942.0,13942.0,1.0,,2024-01-18 09:12:30,4.0.0,,,,,,,,,,,,,,, 56,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-01-17 19:18:46.000000,2024-01-17 19:15:17,6047.0,161.0,306.0,411.0,4162.0,117.0,417.0,1676.0,28.0,,,152.0,,,0.0,2.0,,2024-01-17 19:18:46,1.7.0,51.0,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-01-17 22:41:52.000000,2024-01-16 21:34:52,2950.0,104.0,260.0,52.0,2226.0,39.0,201.0,830.0,100.0,27.0,27.0,79.0,,,,2.0,,2024-01-16 21:31:51,1.11.50,,,,,,,,,,,,,,, 58,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-01-18 14:09:33.000000,2024-01-16 17:25:38,1829.0,15.0,110.0,23.0,746.0,62.0,354.0,381.0,43.0,557.0,557.0,54.0,,,,1.0,,2024-01-16 17:06:31,5.6.0,,,,,,,,,,,,,,, 59,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-01-18 19:05:56.000000,2024-01-18 18:23:55,8627.0,427.0,438.0,30.0,1596.0,217.0,911.0,375.0,72.0,,,133.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,, 60,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,729.0,73.0,,,96.0,,,77368.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,376.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7040082.0,,,,,,,,,, 61,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-01-18 03:28:59.000000,2024-01-17 02:42:26,433.0,61.0,91.0,18.0,419.0,58.0,182.0,318.0,30.0,346.0,346.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2024-01-16 22:08:29,0.2.12,,,,,,,,,,,,,,, 62,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-01-18 16:40:42.000000,2024-01-18 16:40:38,1424.0,16.0,71.0,24.0,986.0,52.0,215.0,275.0,23.0,109.0,109.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,, 63,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2023-12-08 22:18:11.000000,2023-12-08 22:18:11,4035.0,11.0,757.0,254.0,329.0,62.0,210.0,2824.0,4.0,,,56.0,,,899.0,3.0,,2015-09-29 22:50:55,1.1.0,109750.0,,,,,,,,,,,,,, 64,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-01-18 05:25:25.000000,2024-01-17 11:44:28,2492.0,482.0,98.0,18.0,850.0,26.0,128.0,2230.0,55.0,1.0,1.0,39.0,,,85.0,3.0,ghcr.io/permify/permify,2024-01-17 11:56:15,0.7.1,1457.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-01-10 04:17:45.000000,2023-12-20 10:28:40,1684.0,7.0,124.0,21.0,353.0,37.0,77.0,2002.0,32.0,,,46.0,,,4072.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,562.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,1.0,141942.0,,,,,,,,,, 66,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-01-18 19:42:22.000000,2024-01-18 10:51:18,15760.0,60.0,309.0,51.0,7168.0,,,1047.0,,,,221.0,,,40354.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2024-01-17 05:09:35.320054,159.0,5649586.0,,,,,,,,,, 67,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-01-18 18:33:50.000000,2024-01-09 08:39:33,1687.0,33.0,220.0,60.0,284.0,26.0,82.0,504.0,6.0,,,100.0,,,1544.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-01-09 08:41:01.805068,,118891.0,,,,,,,,,, 68,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,credentials-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-01-17 05:05:56.000000,2024-01-17 05:02:39,762.0,167.0,36.0,16.0,205.0,23.0,76.0,62.0,25.0,59.0,59.0,22.0,,,3818.0,2.0,,2023-06-02 16:26:49,0.1.0,45822.0,,,,,,,,,,,,,, 69,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3001.0,285.0,25.0,1.0,143.0,19666.0,35.0,,,11.0,,,23456.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,727144.0,,,,,,,,,,,,,, 70,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-01-05 08:55:41.000000,2024-01-05 08:55:10,931.0,27.0,409.0,61.0,433.0,107.0,348.0,11043.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,, 71,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-01-17 13:25:40.000000,2024-01-17 13:25:40,562.0,4.0,279.0,58.0,145.0,180.0,548.0,5150.0,11.0,,,61.0,,,213.0,3.0,,2020-09-02 15:57:23,2.6.1,15157.0,,,,,,,,,,,,,,howdy 72,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-01-05 16:51:19.000000,2024-01-05 16:40:57,14889.0,11.0,650.0,113.0,17.0,,,673.0,,122.0,122.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,, 73,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-01-18 08:29:46.000000,2024-01-17 10:24:43,13218.0,155.0,123.0,11.0,1761.0,933.0,1961.0,287.0,55.0,,,84.0,,,104.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,,,,,,, 74,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,267.0,66.0,222.0,8.0,123.0,3648.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,, 75,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-01-10 20:30:46.000000,2024-01-10 20:28:55,2244.0,65.0,150.0,177.0,843.0,73.0,1041.0,1067.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,, 76,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,104.0,40.0,682.0,37.0,441.0,430.0,12.0,32.0,32.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,, 77,aries-framework-javascript,https://github.com/openwallet-foundation/agent-framework-javascript,ssi-sdks,Agent Framework JavaScript.,,['hyperledger'],21,True,hyperledger/aries-framework-javascript,,https://github.com/openwallet-foundation/agent-framework-javascript,Apache-2.0,2019-11-20 17:23:33,2024-01-18 13:58:07.000000,2024-01-18 12:03:19,859.0,31.0,147.0,27.0,1023.0,176.0,468.0,215.0,77.0,3.0,3.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,openwallet-foundation/agent-framework-javascript,, 78,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-10 10:32:34.000000,2023-11-14 00:30:30,1728.0,10.0,100.0,28.0,344.0,36.0,73.0,175.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,, 79,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-01-15 08:33:28.000000,2024-01-15 02:17:05,284.0,14.0,15.0,14.0,116.0,1.0,10.0,80.0,38.0,853.0,853.0,12.0,https://www.npmjs.com/package/web-did-resolver,12480.0,12480.0,2.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,, 80,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-01-18 15:25:19.000000,2024-01-18 15:24:22,2459.0,81.0,32.0,14.0,3170.0,50.0,95.0,62.0,22.0,782.0,782.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-12-20 18:55:46,2.0.0,,,,,,,,,,,,,,, 81,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4662.0,567.0,122.0,500.0,620.0,13356.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 82,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-01-16 16:26:13.000000,2023-11-21 17:51:02,4892.0,12.0,631.0,64.0,1746.0,31.0,49.0,660.0,36.0,,,101.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,567.0,,,,,,,,,,,,,, 83,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,155.0,20.0,2046.0,388.0,1196.0,236.0,14.0,3.0,3.0,61.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,, 84,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-01-16 22:27:33.000000,2024-01-16 19:43:59,426.0,93.0,39.0,6.0,229.0,55.0,94.0,96.0,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2024-01-11 22:18:15,api-0.8.4,,,,,,,,,,,,,,, 85,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-01-04 09:29:30.000000,2023-07-12 07:05:13,339.0,,804.0,238.0,240.0,181.0,525.0,2635.0,,,,47.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,, 86,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,269.0,96.0,42.0,28.0,24.0,2416.0,,,,26.0,,,1277.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1277.0,,,,,,, 87,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-01-07 11:42:37.000000,2023-10-25 17:45:50,394.0,1.0,668.0,94.0,310.0,156.0,323.0,1631.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,, 88,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-01-12 05:05:43.000000,2023-12-07 04:55:29,2178.0,14.0,206.0,56.0,581.0,55.0,172.0,314.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 89,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-01-18 19:14:00.000000,2024-01-14 15:33:32,1868.0,306.0,79.0,80.0,731.0,34.0,627.0,263.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,, 90,digitalbazaar-vc,https://github.com/digitalbazaar/vc,credentials-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,19,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-01-16 16:58:33.000000,2024-01-16 16:58:30,388.0,44.0,44.0,16.0,87.0,23.0,62.0,160.0,,226.0,226.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,9.0,32.0,7.0,195.0,4.0,162.0,95.0,98.0,,,16.0,,,404.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,11675.0,,,,,,,,,, 92,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-01-10 15:12:34.000000,2023-12-14 15:18:17,1094.0,16.0,16.0,12.0,1259.0,,321.0,28.0,16.0,,,27.0,,,354.0,2.0,,2023-11-16 22:24:18,1.13.0,9577.0,,,,,,,,,,,,,, 93,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2306.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,, 94,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,71.0,69.0,1224.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,, 95,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-01-18 13:43:35.000000,2023-11-01 15:51:52,531.0,3.0,49.0,30.0,357.0,73.0,103.0,167.0,,120.0,120.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-01-18 18:23:31.000000,2024-01-12 17:44:38,1365.0,115.0,57.0,9.0,490.0,,111.0,71.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,, 97,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-01-16 20:25:34.000000,2024-01-16 20:25:34,2320.0,107.0,36.0,11.0,428.0,131.0,89.0,46.0,1.0,25.0,25.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 98,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,371.0,559.0,56.0,126.0,88.0,8173.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-24 21:09:48.000000,2023-12-13 20:50:19,537.0,3.0,149.0,84.0,207.0,17.0,42.0,1354.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-01-15 21:28:17.000000,2024-01-15 21:28:16,239.0,29.0,23.0,5.0,246.0,15.0,18.0,932.0,92.0,1.0,1.0,5.0,,,124.0,3.0,warrantdev/warrant,2024-01-12 18:52:54,1.3.0,842.0,https://hub.docker.com/r/warrantdev/warrant,2024-01-12 18:52:53.405588,,537.0,,,,,,,,,, 101,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-01-18 09:37:30.000000,2024-01-17 15:19:17,994.0,45.0,37.0,49.0,214.0,174.0,147.0,448.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,, 102,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-01-10 17:45:15.000000,2023-12-15 16:35:44,3615.0,22.0,67.0,27.0,5.0,,,227.0,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-01-15 23:47:19.000000,2024-01-10 15:16:53,326.0,20.0,54.0,12.0,345.0,47.0,107.0,190.0,4.0,39.0,39.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 104,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-01-18 16:33:24.000000,2024-01-15 20:46:33,1635.0,50.0,107.0,20.0,814.0,68.0,175.0,123.0,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-01-18 16:19:14.000000,2024-01-18 16:01:21,398.0,15.0,22.0,4.0,134.0,6.0,23.0,44.0,34.0,129.0,129.0,15.0,,,,3.0,,2024-01-18 16:19:14,1.7.1,,,,,,,,,,,,,,, 106,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-01-18 03:34:37.000000,2024-01-14 00:01:03,1482.0,58.0,7.0,9.0,141.0,4.0,8.0,41.0,30.0,3.0,3.0,14.0,,,,3.0,,2024-01-13 23:59:36,0.18.0,,,,,,,,,,,,,,, 107,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,6.0,25.0,3.0,111.0,,46.0,33.0,48.0,,,12.0,,,144.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4036.0,,,,,,,,,, 108,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-01-18 18:00:00.000000,2024-01-18 11:46:23,3640.0,234.0,11.0,7.0,462.0,47.0,1788.0,31.0,,,,4.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,73.0,488.0,33.0,324.0,389.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,4.0,65.0,33.0,248.0,46.0,72.0,237.0,,6.0,6.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,, 111,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,protocols-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,16,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-01-18 03:52:24.000000,2024-01-14 01:43:34,952.0,19.0,10.0,7.0,108.0,9.0,22.0,28.0,27.0,17.0,17.0,16.0,,,2.0,1.0,,2024-01-14 01:44:23,3.0.0,58.0,,,,,,,,,,,,,, 112,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,16,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,12.0,6.0,3.0,36.0,,36.0,22.0,28.0,,,9.0,,,32.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,722.0,,,,,,,,,, 113,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-01-15 01:21:50.000000,2023-12-27 14:26:07,448.0,12.0,53.0,11.0,514.0,87.0,126.0,142.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 114,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-01-15 13:58:30.000000,2024-01-05 14:27:39,810.0,6.0,170.0,34.0,349.0,39.0,150.0,104.0,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-01-15 17:36:47.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,228.0,55.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-01-18 16:21:19.000000,2024-01-18 16:21:04,411.0,27.0,25.0,29.0,55.0,13.0,10.0,67.0,2.0,,,12.0,,,,3.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,, 117,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-10 18:49:07.000000,2024-01-10 18:48:43,529.0,93.0,26.0,12.0,140.0,13.0,42.0,42.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-01-18 19:13:28.000000,2024-01-16 19:07:27,681.0,13.0,58.0,73.0,267.0,158.0,107.0,306.0,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,protocols-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-01-14 04:19:24.000000,2024-01-14 04:14:38,625.0,20.0,19.0,8.0,47.0,5.0,12.0,70.0,13.0,44.0,44.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,, 120,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,14,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,49.0,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,protocols-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-01-16 10:06:09.000000,2024-01-16 10:06:09,650.0,33.0,10.0,6.0,71.0,4.0,10.0,42.0,14.0,,,15.0,,,,3.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,, 123,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2022-10-15 14:37:14.000000,2022-07-19 15:07:09,89.0,,152.0,37.0,93.0,30.0,102.0,946.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,245.0,4.0,,,5.0,,,228.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,, 125,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,7.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-01-18 00:10:11.000000,2023-12-21 21:16:56,875.0,90.0,20.0,14.0,175.0,13.0,123.0,61.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,13,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-01-18 20:15:43.000000,2024-01-18 10:53:28,339.0,296.0,6.0,3.0,52.0,9.0,8.0,44.0,75.0,,,8.0,,,,3.0,waltid/identity,,,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,, 128,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-01-18 00:55:18.000000,2023-12-29 15:14:42,706.0,15.0,23.0,11.0,194.0,21.0,184.0,43.0,2.0,,,17.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,, 129,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-01-18 17:32:25.000000,2024-01-16 15:18:39,365.0,131.0,5.0,17.0,319.0,,,59.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,183.0,183.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,47.0,,57.0,57.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,54.0,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,17.0,19.0,73.0,11.0,24.0,41.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/ssi-mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-01-18 15:20:29.000000,2023-12-19 14:30:38,913.0,60.0,8.0,6.0,160.0,7.0,10.0,39.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,25.0,1.0,2.0,69.0,,6.0,,48.0,,,8.0,,,395.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2374.0,,,,,,,,,, 136,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-01-17 21:59:38.000000,2024-01-13 16:04:47,194.0,84.0,10.0,8.0,73.0,16.0,31.0,11.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,19.0,14.0,138.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,9.0,20.0,123.0,9.0,15.0,69.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-21 21:16:29.000000,2023-12-08 16:25:57,245.0,1.0,12.0,10.0,23.0,1.0,3.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,identity-credential,https://github.com/WICG/identity-credential,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/identity-credential,,2023-04-23 18:07:46,2024-01-12 22:12:08.000000,2024-01-12 22:12:08,60.0,14.0,3.0,22.0,14.0,21.0,18.0,27.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-01-12 18:05:58.000000,2023-10-06 14:24:02,60.0,,3.0,10.0,58.0,2.0,1.0,14.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,, 143,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-01-12 11:28:49.000000,2024-01-12 11:28:48,100.0,56.0,4.0,3.0,17.0,9.0,13.0,5.0,1.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,credentials-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,3.0,9.0,,1.0,,9.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,, 145,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-01-17 22:01:16.000000,2024-01-12 17:04:06,63.0,2.0,2.0,10.0,62.0,1.0,1.0,16.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,, 146,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,30.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,30.0,67239.0,,,,,,,,,, 147,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-01-02 18:43:41.042672,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2024-01-02 18:43:41.042672,22.0,4089825.0,,,,,,,,,, 148,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 149,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,, 150,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 151,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ================================================ FILE: history/2024-01-25_changes.md ================================================ Nothing changed from last update. ================================================ FILE: history/2024-01-25_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,organizations,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,identity-foundation,https://identity.foundation/,organizations,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,solidproject,https://github.com/solid,organizations,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,w3c,https://github.com/w3c,organizations,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,openid,https://github.com/openid,organizations,OpenID Foundation Working Groups.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,trustoverip,https://github.com/trustoverip,organizations,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-01-25 16:44:55.000000,2024-01-25 16:44:55,2795.0,238.0,2588.0,100.0,2252.0,212.0,3663.0,20934.0,100.0,188172.0,188172.0,637.0,https://www.npmjs.com/package/next-auth,2632278.0,2632278.0,1.0,,,,,,,,,,,,,,,,,,, 7,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-01-22 16:24:11.000000,2024-01-09 17:38:17,3820.0,56.0,1909.0,237.0,4109.0,97.0,2118.0,11636.0,67.0,5775.0,5775.0,375.0,,,2838737.0,1.0,coredns/coredns,2023-08-15 20:00:30,1.11.1,7021738.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,147.0,259340841.0,,,,,,,,,,, 8,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-01-25 11:57:20.000000,2024-01-25 11:57:20,8405.0,288.0,1913.0,147.0,3231.0,179.0,3026.0,11085.0,100.0,772.0,772.0,429.0,,,1823445.0,1.0,,2023-12-12 16:08:13,1.12.7,69290921.0,,,,,,,,,,,,,,, 9,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-01-25 17:29:54.278273,2024-01-25 16:52:17,4964.0,125.0,1202.0,123.0,4071.0,320.0,2137.0,8884.0,100.0,3297.0,3297.0,437.0,,,5148220.0,1.0,openpolicyagent/opa,2024-01-25 13:34:39,0.61.0,5230128.0,https://hub.docker.com/r/openpolicyagent/opa,2024-01-25 17:29:54.278273,41.0,489805301.0,,,,,,,,,,, 10,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-01-09 08:35:12.000000,2024-01-06 20:50:34,1694.0,14.0,459.0,68.0,495.0,78.0,293.0,2706.0,48.0,486468.0,486468.0,195.0,,,80427889.0,1.0,,2023-01-10 13:13:43,3.2.2,,,,,,oauthlib,https://pypi.org/project/oauthlib,80427889.0,,,,,,,, 11,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2023-11-27 23:03:09.000000,2023-11-27 22:57:28,624.0,6.0,1189.0,309.0,157.0,335.0,428.0,22178.0,,989111.0,989111.0,38.0,https://www.npmjs.com/package/passport,8231516.0,8231516.0,1.0,,,,,,,,,,,,,,,,,,, 12,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-01-25 18:05:51.000000,2024-01-25 17:30:37,23862.0,687.0,5845.0,374.0,14095.0,1952.0,6681.0,18797.0,48.0,,,1316.0,,,64826.0,1.0,quay.io/keycloak/keycloak,2024-01-08 13:48:54,23.0.4,2398590.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 13,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-01-17 08:32:59.000000,2024-01-17 08:32:38,1374.0,20.0,387.0,62.0,185.0,73.0,349.0,4125.0,33.0,30356.0,30356.0,105.0,,,6050447.0,1.0,,2023-12-17 12:54:58,1.3.0,,,,,,authlib,https://pypi.org/project/authlib,6050447.0,,,,,,,, 14,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-01-25 18:17:12.000000,2024-01-25 18:08:50,18892.0,431.0,3876.0,826.0,19075.0,973.0,4876.0,29192.0,100.0,6887.0,6887.0,1442.0,,,,1.0,,2023-12-05 20:48:13,1.15.4,,,,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,face,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-01-25 15:09:55.000000,2024-01-23 22:37:45,1181.0,85.0,1652.0,127.0,117.0,3.0,849.0,8993.0,2.0,2465.0,2465.0,52.0,,,153005.0,1.0,,2024-01-25 15:09:55,0.0.81,,,,,,deepface,https://pypi.org/project/deepface,153005.0,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,voice,A PyTorch-based Speech Toolkit.,,,36,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-01-25 15:48:13.000000,2024-01-25 15:48:12,9620.0,34.0,1182.0,122.0,1087.0,110.0,879.0,7166.0,10.0,1444.0,1444.0,226.0,,,166520.0,1.0,,2023-11-22 02:28:28,0.5.16,,,,,,speechbrain,https://pypi.org/project/speechbrain,166520.0,,,,,,,, 17,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-01-22 11:48:49.000000,2024-01-22 11:48:48,3759.0,28.0,1332.0,232.0,1739.0,83.0,1393.0,14880.0,100.0,3.0,3.0,291.0,,,3974111.0,2.0,oryd/hydra,2023-05-24 08:55:23,2.1.2,701271.0,https://hub.docker.com/r/oryd/hydra,2023-08-16 21:09:15.061728,75.0,412265761.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 18,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-01-25 16:03:59.000000,2024-01-25 09:22:43,4093.0,84.0,850.0,108.0,1800.0,169.0,1036.0,9835.0,43.0,327.0,327.0,218.0,,,1658062.0,1.0,oryd/kratos,2023-07-12 20:24:48,1.0.0,36617.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112696445.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-01-23 10:09:12.000000,2024-01-23 10:07:34,1533.0,35.0,252.0,42.0,372.0,13.0,429.0,5369.0,100.0,64184.0,64184.0,67.0,https://www.npmjs.com/package/@casl/ability,1764478.0,1764478.0,1.0,,2023-11-21 22:26:52,@casl/angular@8.2.3,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-31 10:36:48.000000,2023-12-31 10:32:49,1083.0,6.0,1559.0,233.0,484.0,38.0,739.0,16395.0,100.0,2693.0,2693.0,138.0,https://www.npmjs.com/package/casbin,158920.0,235445.0,2.0,,2023-12-31 10:34:10,2.81.0,,,,,,casbin,https://pypi.org/project/casbin,76525.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 21,face-api-js,https://github.com/justadudewhohacks/face-api.js,face,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3526.0,336.0,109.0,430.0,390.0,15845.0,38.0,8160.0,8160.0,25.0,https://www.npmjs.com/package/face-api.js,133196.0,133196.0,2.0,,2020-03-22 14:01:55,0.22.2,,,,,,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-01-25 05:17:20.220618,2024-01-24 13:15:06,24574.0,597.0,3825.0,605.0,4644.0,,,10642.0,100.0,21.0,21.0,345.0,,,6012.0,2.0,apereo/cas,2023-12-29 14:54:27,7.0.0,,https://hub.docker.com/r/apereo/cas,2024-01-25 05:17:20.220618,129.0,889882.0,,,,,,,,,,, 23,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-01-25 17:59:45.000000,2024-01-25 17:46:53,7835.0,604.0,543.0,59.0,5564.0,307.0,1417.0,4252.0,100.0,183.0,183.0,305.0,,,13738.0,2.0,,2024-01-09 21:11:36,ockam_v0.116.0,343473.0,,,,,,,,,,,build-trust/ockam/ockam,,,, 24,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-01-25 15:18:32.000000,2024-01-25 10:21:28,3469.0,204.0,219.0,37.0,1283.0,98.0,315.0,4137.0,64.0,44.0,44.0,41.0,,,61585.0,2.0,authzed/spicedb,2024-01-22 11:44:28,1.29.0,42711.0,https://hub.docker.com/r/authzed/spicedb,2024-01-22 11:57:13.739577,6.0,1741750.0,,,,,,,,,,, 25,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-01-25 01:07:09.664657,2024-01-25 00:21:34,3298.0,176.0,273.0,38.0,3908.0,79.0,875.0,3770.0,100.0,13.0,13.0,91.0,,,19677551.0,2.0,pomerium/pomerium,2024-01-10 15:55:52,0.25.0,50994.0,https://hub.docker.com/r/pomerium/pomerium,2024-01-25 01:07:09.664657,10.0,1180591938.0,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,face,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12950.0,1565.0,225.0,723.0,584.0,50917.0,2.0,21.0,21.0,54.0,,,61848.0,2.0,animcogn/face_recognition,2018-04-02 17:18:43,1.2.2,1224.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7310.0,face_recognition,https://pypi.org/project/face_recognition,61744.0,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,voice,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-01-16 12:11:24.000000,2024-01-16 12:11:24,4735.0,4.0,1695.0,181.0,1688.0,437.0,1346.0,9616.0,15.0,88.0,88.0,131.0,,,179550.0,3.0,,2023-04-14 09:36:52,r1.4.1,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,179550.0,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-01-25 18:14:26.000000,2024-01-25 14:15:32,6385.0,136.0,422.0,80.0,3490.0,145.0,1195.0,1604.0,96.0,130.0,130.0,182.0,,,2511.0,2.0,ghcr.io/spiffe/spire-server,2023-12-21 19:45:00,1.8.7,188350.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 29,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-01-25 17:34:07.000000,2024-01-25 16:26:06,12377.0,891.0,693.0,117.0,6426.0,3796.0,8827.0,717.0,100.0,,,697.0,,,16322.0,2.0,wso2/wso2is,2023-01-30 04:38:12,6.1.0,22381.0,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1842702.0,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2023-11-29 00:13:18.000000,2023-11-07 19:41:15,3599.0,5.0,388.0,31.0,522.0,72.0,353.0,534.0,50.0,1667.0,1667.0,172.0,,,505401.0,2.0,,2023-06-11 17:22:24,7.4.2,,,,,,pysaml2,https://pypi.org/project/pysaml2,505401.0,,,,,,,, 31,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-01-25 14:32:11.000000,2024-01-25 14:26:31,2705.0,80.0,1496.0,174.0,2004.0,283.0,802.0,8756.0,81.0,145.0,145.0,230.0,,,3.0,2.0,quay.io/dexidp/dex,2024-01-25 14:31:22,2.38.0,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 32,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-01-25 18:04:51.000000,2024-01-25 17:43:40,3871.0,399.0,253.0,198.0,3961.0,76.0,245.0,3749.0,49.0,8.0,8.0,151.0,,,252866.0,3.0,hashicorp/boundary,2023-12-12 20:49:05,0.14.3,,https://hub.docker.com/r/hashicorp/boundary,2023-12-12 20:57:03.493064,12.0,12137573.0,,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,face,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4932.0,504.0,152.0,1008.0,1349.0,20087.0,1.0,1535.0,1535.0,58.0,,,182097.0,2.0,animcogn/insightface,2023-04-02 07:43:27,0.7,1638865.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,, 34,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-01-11 16:17:28.000000,2024-01-11 16:14:43,440.0,66.0,151.0,38.0,108.0,1.0,87.0,755.0,25.0,976.0,976.0,26.0,,,44575.0,2.0,,2024-01-11 16:18:23,2.0.0,,,,,,webauthn,https://pypi.org/project/webauthn,44575.0,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,29,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-01-25 15:30:25.000000,2024-01-25 15:30:24,5201.0,307.0,989.0,159.0,5041.0,70.0,1098.0,18573.0,100.0,,,146.0,,,681.0,2.0,,2022-12-21 09:01:04,4.37.5,32715.0,,,,,,,,,,,,,,, 36,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-01-23 12:06:50.669164,2024-01-23 11:52:16,2224.0,166.0,932.0,57.0,1351.0,103.0,1074.0,7925.0,100.0,3.0,3.0,160.0,,,3092.0,2.0,casbin/casdoor,2024-01-23 12:01:05,1.511.0,,https://hub.docker.com/r/casbin/casdoor,2024-01-23 12:06:50.669164,13.0,120592.0,,,,,,,,casbin/casdoor,,, 37,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,29,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-01-25 17:40:13.000000,2024-01-25 13:19:32,5572.0,516.0,293.0,38.0,4921.0,68.0,268.0,6773.0,52.0,10.0,10.0,46.0,,,1037.0,2.0,svhd/logto,2023-12-06 09:10:56,1.12.0,2947.0,https://hub.docker.com/r/svhd/logto,2024-01-24 01:20:33.367662,2.0,27811.0,,,,,,,,,,, 38,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-01-25 08:54:56.000000,2023-12-01 16:01:35,2389.0,17.0,1002.0,106.0,821.0,29.0,832.0,5237.0,64.0,8461.0,8461.0,315.0,,,,2.0,,2023-12-01 16:03:07,.5.6.8,,,,,,,,,,,,,,doorkeeper,, 39,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-01-23 09:53:23.000000,2024-01-19 13:40:58,1492.0,10.0,317.0,56.0,1117.0,41.0,267.0,4438.0,50.0,26.0,26.0,71.0,,,726847.0,2.0,oryd/keto,,,18712.0,https://hub.docker.com/r/oryd/keto,2023-03-09 14:30:27.177505,7.0,50858257.0,,,,,,,,,,, 40,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-01-13 04:51:09.000000,2024-01-13 04:41:13,1213.0,13.0,163.0,30.0,1525.0,108.0,101.0,3344.0,100.0,82.0,82.0,66.0,,,26591.0,2.0,,2024-01-13 04:08:30,0.27.3,2708.0,,,,,oso,https://pypi.org/project/oso,26514.0,,,,,,,, 41,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-01-24 16:55:57.000000,2024-01-16 18:03:51,5261.0,175.0,279.0,41.0,767.0,47.0,258.0,1255.0,53.0,1602.0,1602.0,296.0,,,,2.0,,2024-01-24 19:01:59,7.0.0,,,,,,,,,,,,,,,, 42,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-01-25 17:49:04.000000,2024-01-18 04:03:26,614.0,8.0,64.0,40.0,213.0,4.0,84.0,310.0,100.0,4399.0,4399.0,41.0,https://www.npmjs.com/package/did-jwt,144773.0,144773.0,1.0,,2024-01-18 04:03:55,8.0.0,,,,,,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,voice,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-01-16 17:12:16.000000,2023-12-18 20:11:16,136.0,12.0,6041.0,469.0,203.0,,,54831.0,10.0,21.0,21.0,66.0,,,250810.0,3.0,,2023-11-17 19:59:53,20231117,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,250810.0,,,,,,,, 44,faceswap,https://github.com/deepfakes/faceswap,face,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-01-12 15:15:19.000000,2024-01-12 15:14:56,1787.0,5.0,12620.0,1525.0,514.0,15.0,825.0,48275.0,4.0,,,97.0,,,3801.0,3.0,,2023-06-18 18:08:19,2.2.0,224275.0,,,,,,,,,,,,,,, 45,deepfacelab,https://github.com/iperov/DeepFaceLab,face,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9166.0,1115.0,131.0,541.0,801.0,44243.0,2.0,21.0,21.0,22.0,,,3733.0,3.0,,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,171719.0,,,,,,,,,,,,,,, 46,openface,https://github.com/cmusatyalab/openface,face,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3493.0,759.0,74.0,9.0,370.0,14973.0,4.0,68.0,68.0,30.0,,,1611.0,3.0,bamos/openface,2016-02-25 17:42:46,0.2.1,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161198.0,,,,,,,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-01-25 18:10:53.000000,2024-01-24 22:23:08,6433.0,105.0,546.0,140.0,4375.0,184.0,2706.0,4899.0,100.0,,,129.0,,,20884.0,2.0,letsencrypt/boulder-tools,2024-01-23 21:49:20,release-2024-01-22,63738.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-01-17 23:45:40.135569,13.0,1960686.0,,,,,,,,,,, 48,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2023-12-15 14:20:58.000000,2023-09-08 08:05:44,1354.0,,324.0,48.0,717.0,49.0,277.0,3149.0,100.0,3.0,3.0,109.0,,,1155891.0,3.0,oryd/oathkeeper,2023-07-18 10:23:06,0.40.6,34261.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,34.0,87812670.0,,,,,,,,,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-01-25 12:56:22.000000,2024-01-25 12:56:22,1504.0,96.0,98.0,28.0,1597.0,50.0,276.0,2218.0,56.0,19.0,19.0,25.0,,,1590.0,3.0,ghcr.io/cerbos/cerbos,2024-01-16 08:53:43,0.33.0,54092.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 50,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-01-17 14:55:38.000000,2023-12-17 17:09:26,2994.0,37.0,289.0,79.0,837.0,284.0,614.0,1756.0,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,724.0,9451.0,1.0,nodesolidserver/node-solid-server,2023-12-17 18:26:45,5.7.8,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,977501.0,,,,,,,,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-01-25 12:45:46.000000,2024-01-23 10:51:48,2639.0,40.0,116.0,59.0,301.0,28.0,251.0,778.0,35.0,126.0,126.0,43.0,,,55655.0,2.0,,2023-10-10 20:15:44,5.2.1,7444.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,55573.0,,,,,,,, 52,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-01-22 03:20:02.000000,2024-01-22 00:36:17,462.0,30.0,65.0,29.0,144.0,5.0,47.0,189.0,57.0,1449.0,1449.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,17186.0,17186.0,1.0,,2024-01-13 07:12:48,10.1.3,,,,,,,,,,,,,,,, 53,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-01-25 18:11:37.000000,2024-01-25 16:28:20,2819.0,157.0,356.0,36.0,4902.0,464.0,1450.0,6057.0,100.0,,,96.0,,,791.0,3.0,ghcr.io/zitadel/zitadel,2024-01-18 09:14:11,2.42.11,2374.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,, 54,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-01-25 18:08:31.000000,2024-01-25 18:08:00,13480.0,628.0,440.0,33.0,6312.0,474.0,1322.0,5633.0,100.0,,,209.0,,,93.0,3.0,,2024-01-09 18:11:53,ersion/2023.10.6,2606.0,,,,,,,,https://charts.goauthentik.io,,,,,,, 55,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-01-25 08:40:50.000000,2024-01-25 08:40:46,2453.0,30.0,734.0,70.0,243.0,,,2918.0,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,150553.0,150553.0,2.0,,2024-01-17 08:17:36,8.4.5,,,,,,,,,,,,,,,, 56,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-01-25 10:07:32.000000,2024-01-24 23:08:54,1764.0,109.0,120.0,18.0,1755.0,135.0,520.0,1860.0,17.0,42.0,42.0,61.0,,,1800.0,3.0,kanidm/server,2023-10-31 12:08:26,1.1.0-rc.15,248.0,https://hub.docker.com/r/kanidm/server,2024-01-24 05:54:08.260387,,105965.0,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-01-25 17:57:22.000000,2024-01-25 17:57:21,33603.0,481.0,57.0,31.0,4377.0,342.0,2726.0,345.0,100.0,,,110.0,,,368.0,3.0,,2024-01-24 14:30:17,1.0.22,1106.0,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-01-24 07:18:43.000000,2024-01-18 09:12:14,359.0,8.0,39.0,23.0,96.0,2.0,47.0,162.0,54.0,857.0,857.0,22.0,https://www.npmjs.com/package/did-jwt-vc,15610.0,15610.0,1.0,,2024-01-18 09:12:30,4.0.0,,,,,,,,,,,,,,,, 59,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-01-22 17:28:41.000000,2024-01-22 17:28:39,6049.0,140.0,307.0,410.0,4164.0,118.0,417.0,1677.0,28.0,,,149.0,,,0.0,2.0,,2024-01-17 19:18:46,1.7.0,51.0,,,,,,,,,,,,,,, 60,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-01-25 05:07:17.000000,2024-01-25 03:12:34,2956.0,101.0,262.0,52.0,2234.0,37.0,203.0,832.0,100.0,27.0,27.0,81.0,,,,2.0,,2024-01-16 21:31:51,1.11.50,,,,,,,,,,,,,,,, 61,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-01-25 14:45:04.000000,2024-01-25 11:40:05,1837.0,23.0,110.0,23.0,753.0,62.0,358.0,381.0,43.0,558.0,558.0,54.0,,,,1.0,,2024-01-16 17:06:31,5.6.0,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-01-25 17:06:28.000000,2024-01-25 17:05:23,8652.0,392.0,439.0,30.0,1600.0,218.0,915.0,376.0,73.0,,,135.0,,,,1.0,,2023-11-25 05:08:09,0.11.0,,,,,,,,,,,,,,,, 63,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-01-16 12:04:31.000000,2024-01-16 12:04:31,614.0,26.0,150.0,35.0,258.0,61.0,172.0,1009.0,14.0,225.0,225.0,44.0,,,,3.0,,2022-09-28 20:32:17,3.0.1,,,,,,,,,,,,,,,, 64,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,733.0,73.0,,,96.0,,,77389.0,3.0,cyberark/conjur,2023-08-04 21:07:07,1.20.0,377.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7042011.0,,,,,,,,,,, 65,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-01-25 14:12:50.000000,2024-01-24 23:48:13,437.0,58.0,91.0,18.0,423.0,60.0,184.0,318.0,31.0,348.0,348.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,2024-01-19 03:37:57,0.2.13,,,,,,,,,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-01-25 16:02:46.000000,2024-01-25 16:02:42,1429.0,21.0,71.0,24.0,990.0,53.0,215.0,275.0,24.0,109.0,109.0,35.0,,,,2.0,,2023-11-02 09:48:53,1.0.0,,,,,,,,,,,,,,,, 67,hanko,https://github.com/teamhanko/hanko,idp,Auth and user management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-01-25 17:05:05.000000,2024-01-24 14:30:12,1949.0,68.0,816.0,27.0,1111.0,44.0,117.0,5214.0,18.0,211.0,211.0,42.0,,,1.0,3.0,,2023-11-27 14:20:28,backend/v0.9.1,21.0,,,,,,,,,,,,,,, 68,openbr,https://github.com/biometrics/openbr,face,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-01-23 19:06:26.000000,2023-12-08 22:18:11,4035.0,11.0,757.0,254.0,329.0,62.0,210.0,2823.0,4.0,,,56.0,,,899.0,3.0,,2015-09-29 22:50:55,1.1.0,109773.0,,,,,,,,,,,,,,, 69,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-01-24 18:50:04.000000,2024-01-24 18:50:04,2504.0,449.0,99.0,18.0,856.0,25.0,130.0,2253.0,55.0,1.0,1.0,40.0,,,86.0,3.0,ghcr.io/permify/permify,2024-01-17 11:56:15,0.7.1,1466.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 70,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-01-24 16:37:38.000000,2023-12-20 10:28:40,1684.0,7.0,124.0,21.0,354.0,37.0,77.0,2014.0,32.0,,,46.0,,,4122.0,3.0,permitio/opal-server,2023-09-14 19:06:35,0.7.4,562.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,1.0,143685.0,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-01-25 17:40:15.000000,2024-01-25 17:07:20,15766.0,65.0,310.0,51.0,7190.0,,,1049.0,,,,222.0,,,40395.0,3.0,freeipa/freeipa-server,,,,https://hub.docker.com/r/freeipa/freeipa-server,2024-01-24 05:14:27.458634,159.0,5655406.0,,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-01-23 12:42:08.376657,2024-01-23 12:40:14,1689.0,21.0,219.0,60.0,285.0,26.0,82.0,506.0,6.0,,,100.0,,,1548.0,2.0,universalresolver/uni-resolver-web,2022-01-07 16:42:38,0.5.0,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-01-23 12:42:08.376657,,119233.0,,,,,,,,,,, 73,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-01-22 20:12:32.000000,2024-01-15 00:58:48,387.0,14.0,41.0,24.0,127.0,3.0,18.0,200.0,24.0,5512.0,5512.0,24.0,,,,2.0,,2023-03-08 14:05:37,4.1.0,,,,,,,,,,,,,,,, 74,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-01-25 04:33:19.000000,2024-01-25 04:32:41,766.0,158.0,36.0,16.0,208.0,22.0,79.0,61.0,26.0,60.0,60.0,22.0,,,4060.0,2.0,,2023-06-02 16:26:49,0.1.0,48721.0,,,,,,,,,,,,,,, 75,deepfacelive,https://github.com/iperov/DeepFaceLive,face,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3020.0,284.0,25.0,1.0,143.0,19755.0,35.0,,,11.0,,,23732.0,3.0,,2023-01-21 09:26:53,TINA_SHIFT,735704.0,,,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-01-24 06:41:46.000000,2024-01-05 08:55:10,931.0,27.0,411.0,61.0,436.0,108.0,349.0,11095.0,57.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,2023-12-07 05:06:05,7.0.16,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 77,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-01-24 17:15:00.000000,2024-01-17 13:25:40,562.0,4.0,280.0,58.0,146.0,181.0,548.0,5164.0,11.0,,,61.0,,,214.0,3.0,,2020-09-02 15:57:23,2.6.1,15231.0,,,,,,,,,,,,,,howdy, 78,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],22,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,8.0,262.0,90.0,488.0,25.0,160.0,2805.0,1.0,78.0,78.0,23.0,,,,3.0,,2021-06-23 10:02:43,ctap2.0,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-01-23 17:05:27.000000,2024-01-23 17:04:15,14895.0,16.0,650.0,113.0,17.0,,,674.0,,122.0,122.0,721.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-01-25 16:05:33.000000,2024-01-24 09:37:41,13222.0,154.0,125.0,11.0,1763.0,934.0,1962.0,289.0,55.0,,,85.0,,,104.0,3.0,,2023-06-16 12:51:58,11.4.3,7726.0,,,,,,,,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-01-22 03:46:05.000000,2024-01-22 00:57:43,285.0,14.0,15.0,14.0,116.0,1.0,10.0,80.0,38.0,857.0,857.0,12.0,https://www.npmjs.com/package/web-did-resolver,13882.0,13882.0,2.0,,2023-07-03 18:25:08,2.0.27,,,,,,,,,,,,,,,, 82,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,222.0,8.0,123.0,3654.0,2.0,10.0,10.0,39.0,,,,3.0,,2022-02-09 12:50:28,1.0.1,,,,,,,,,,,,,,,, 83,webauthn,https://github.com/w3c/webauthn,protocols,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-01-24 20:20:10.000000,2024-01-24 20:18:51,2247.0,63.0,150.0,178.0,844.0,72.0,1043.0,1069.0,7.0,,,72.0,,,,1.0,,2018-03-20 13:11:25,CR-00-20180320,,,,,,,,,,,,,,,, 84,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2023-09-06 10:03:37.000000,2023-07-17 21:06:20,282.0,,51.0,246.0,28.0,6.0,39.0,697.0,52.0,1097.0,1097.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,2023-01-31 02:32:05,2.1.1,,,,,,,,,,,,,,,, 85,sidetree,https://github.com/decentralized-identity/sidetree,protocols,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,431.0,12.0,32.0,32.0,47.0,,,,1.0,,2021-03-09 22:06:35,1.0.2,,,,,,,,,,,,,,,, 86,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Credo: The Open Trust Framework.,,['openwallet-foundation'],21,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-01-25 02:17:13.000000,2024-01-22 17:40:18,860.0,32.0,147.0,28.0,1027.0,176.0,469.0,218.0,77.0,3.0,3.0,56.0,,,,2.0,,2023-10-05 13:35:35,0.4.2,,,,,,,,,,,,,,,, 87,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-25 17:34:48.000000,2024-01-23 08:35:12,1730.0,12.0,100.0,28.0,345.0,36.0,73.0,176.0,49.0,30.0,30.0,51.0,,,,3.0,,2023-06-11 17:23:23,8.4.0,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-01-24 14:39:38.000000,2024-01-24 14:39:37,2471.0,84.0,32.0,15.0,3180.0,50.0,95.0,62.0,22.0,786.0,786.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,2023-12-20 18:55:46,2.0.0,,,,,,,,,,,,,,,, 89,facenet,https://github.com/davidsandberg/facenet,face,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4661.0,567.0,122.0,500.0,620.0,13368.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-01-20 11:25:45.000000,2023-10-25 17:45:50,394.0,,669.0,95.0,311.0,155.0,326.0,1636.0,25.0,,,50.0,,,,3.0,,2023-05-01 17:52:41,1.6.2,,,,,,,,,,,,,,,, 91,indy-node,https://github.com/hyperledger/indy-node,ssi-infra,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-01-24 17:43:49.000000,2024-01-24 17:43:49,4894.0,14.0,632.0,64.0,1747.0,31.0,49.0,660.0,36.0,,,101.0,,,10.0,1.0,,2022-09-02 20:48:34,1.12.6,568.0,,,,,,,,,,,,,,, 92,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-01-25 14:20:07.000000,2024-01-01 13:30:55,2220.0,56.0,66.0,21.0,723.0,5.0,95.0,361.0,52.0,,,26.0,,,,3.0,,2024-01-01 12:29:46,0.22.0.RELEASE,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 93,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,155.0,20.0,2046.0,388.0,1196.0,237.0,14.0,3.0,3.0,61.0,,,,2.0,,2023-05-09 10:57:15,0.3.2,,,,,,,,,,,,,,,, 94,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,False,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-01-25 18:09:57.000000,2024-01-25 17:29:30,428.0,94.0,39.0,6.0,234.0,57.0,94.0,97.0,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,2024-01-11 22:18:15,api-0.8.4,,,,,,,,,,,,,,,, 95,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-01-04 09:29:30.000000,2023-07-12 07:05:13,339.0,,804.0,238.0,240.0,180.0,526.0,2647.0,,,,47.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 96,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,270.0,96.0,42.0,28.0,24.0,2424.0,,,,26.0,,,1566.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,1566.0,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,protocols,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-01-24 15:14:10.000000,2024-01-24 15:14:10,2180.0,15.0,207.0,56.0,582.0,55.0,172.0,314.0,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,vc-data-model,https://github.com/w3c/vc-data-model,credentials,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-01-25 17:04:42.000000,2024-01-14 15:33:32,1868.0,305.0,81.0,79.0,732.0,35.0,628.0,263.0,,,,65.0,,,,1.0,,,,,,,,,,,,,,,,,,, 99,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,19,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-01-16 16:58:33.000000,2024-01-16 16:58:30,388.0,44.0,44.0,16.0,87.0,23.0,62.0,163.0,,228.0,228.0,14.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,9.0,33.0,7.0,195.0,4.0,162.0,95.0,98.0,,,16.0,,,414.0,2.0,waltid/ssikit,2023-12-13 10:55:46,1.2312131048.0,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,11966.0,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,19,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-01-23 20:31:15.000000,2024-01-23 20:28:55,1095.0,15.0,16.0,12.0,1262.0,,321.0,28.0,16.0,,,27.0,,,356.0,2.0,,2023-11-16 22:24:18,1.13.0,9631.0,,,,,,,,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,220.0,63.0,103.0,4.0,54.0,2310.0,40.0,,,50.0,,,,3.0,,2020-04-30 07:36:33,1.2.0,,,,,,,,,,,,,,,, 103,ion,https://github.com/decentralized-identity/ion,ssi-infra,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,71.0,69.0,1224.0,17.0,,,32.0,,,,2.0,,2022-06-09 01:42:53,1.0.4,,,,,,,,,,,,,,,, 104,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-01-16 15:36:31.000000,2023-12-29 21:20:41,901.0,5.0,53.0,11.0,297.0,8.0,103.0,599.0,,727.0,727.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-01-02 16:08:06.000000,2024-01-02 16:08:05,102.0,5.0,33.0,7.0,14.0,,23.0,278.0,21.0,136.0,136.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,2024-01-02 15:37:13,1.3.3,,,,,,,,,,,,,,,, 106,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-01-25 15:09:04.000000,2024-01-12 17:44:38,1365.0,114.0,57.0,9.0,495.0,,111.0,71.0,13.0,,,16.0,,,,2.0,,2023-12-04 18:12:46,2.3.6,,,,,,,,,,,,,,,, 107,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-01-25 14:44:17.000000,2024-01-16 20:25:34,2320.0,105.0,37.0,11.0,430.0,131.0,89.0,45.0,1.0,25.0,25.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,solid-project,https://github.com/solid/solid,protocols,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,370.0,559.0,56.0,126.0,88.0,8173.0,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2023-12-24 21:09:48.000000,2023-12-13 20:50:19,537.0,3.0,149.0,84.0,207.0,17.0,42.0,1353.0,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 110,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-01-24 19:59:05.000000,2024-01-24 19:59:04,243.0,31.0,23.0,5.0,250.0,15.0,18.0,937.0,94.0,1.0,1.0,5.0,,,125.0,3.0,warrantdev/warrant,2024-01-24 05:12:06,1.5.0,844.0,https://hub.docker.com/r/warrantdev/warrant,2024-01-24 05:12:04.560150,,547.0,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,protocols,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-01-25 16:32:38.000000,2024-01-25 16:32:37,996.0,44.0,37.0,49.0,216.0,173.0,148.0,448.0,1.0,,,22.0,,,,2.0,,2021-12-21 13:00:06,protocol-v0.9.0,,,,,,,,,,,,,,,, 112,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-01-10 17:45:15.000000,2023-12-15 16:35:44,3615.0,22.0,68.0,27.0,5.0,,,228.0,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-01-23 18:50:22.000000,2024-01-10 15:16:53,326.0,20.0,54.0,12.0,347.0,47.0,107.0,190.0,4.0,40.0,40.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,17,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-01-25 00:18:31.000000,2023-11-01 15:51:52,531.0,2.0,49.0,30.0,358.0,73.0,103.0,168.0,,120.0,120.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-01-25 17:13:36.000000,2024-01-25 17:11:09,1643.0,55.0,107.0,20.0,822.0,69.0,175.0,122.0,,,,41.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-01-25 13:13:14.000000,2024-01-24 16:25:29,401.0,16.0,22.0,4.0,139.0,6.0,23.0,44.0,36.0,131.0,131.0,15.0,,,,3.0,,2024-01-24 16:26:03,1.7.3,,,,,,,,,,,,,,,, 117,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-01-22 19:11:23.000000,2024-01-22 19:11:22,1495.0,71.0,9.0,9.0,144.0,4.0,8.0,41.0,31.0,3.0,3.0,15.0,,,,3.0,,2024-01-19 10:56:27,0.18.1,,,,,,,,,,,,,,,, 118,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,6.0,25.0,3.0,111.0,,46.0,33.0,48.0,,,12.0,,,146.0,3.0,waltid/walletkit,2023-12-13 10:51:55,1.2312131047.0,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4090.0,,,,,,,,,,, 119,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-01-25 14:57:41.000000,2024-01-24 15:20:14,3727.0,281.0,11.0,7.0,463.0,51.0,1803.0,32.0,,,,4.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-01-23 07:23:25.000000,2024-01-23 07:23:24,1848.0,38.0,132.0,61.0,477.0,5.0,227.0,519.0,,,,63.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,did-core,https://github.com/w3c/did-core,credentials,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,73.0,488.0,33.0,324.0,389.0,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,16,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-01-19 11:58:34.000000,2024-01-19 11:58:30,958.0,25.0,10.0,7.0,108.0,7.0,24.0,28.0,27.0,17.0,17.0,16.0,,,2.0,3.0,,2024-01-14 01:44:23,3.0.0,58.0,,,,,,,,,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,2.0,65.0,33.0,248.0,46.0,72.0,239.0,,6.0,6.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 124,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2023-11-13 15:58:16.000000,2023-09-16 04:20:28,78.0,,29.0,2.0,31.0,11.0,21.0,205.0,9.0,32.0,32.0,8.0,,,,3.0,,2023-03-10 01:28:21,1.2.1,,,,,,,,,,,,,,,, 125,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-01-23 18:52:23.000000,2024-01-22 16:00:23,449.0,13.0,53.0,11.0,518.0,87.0,126.0,143.0,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,protocols,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-01-15 17:36:47.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,228.0,55.0,172.0,75.0,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-01-19 10:05:24.000000,2024-01-19 10:05:24,413.0,19.0,25.0,29.0,56.0,14.0,9.0,67.0,2.0,,,12.0,,,,2.0,,2021-10-08 12:33:05,0.2.0,,,,,,,,,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-01-25 16:24:12.000000,2024-01-23 10:05:09,662.0,44.0,11.0,6.0,72.0,4.0,10.0,43.0,14.0,,,15.0,,,,3.0,,2023-10-14 23:03:15,0.8.1,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,, 129,anoncreds,https://github.com/hyperledger/anoncreds-spec,credentials,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-24 12:12:35.000000,2024-01-10 18:48:43,529.0,92.0,27.0,12.0,141.0,13.0,42.0,43.0,,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,37.0,94.0,30.0,102.0,950.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/fedidcg/FedCM,protocols,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-01-19 17:13:52.000000,2024-01-19 17:12:31,682.0,13.0,59.0,73.0,267.0,157.0,109.0,306.0,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-01-19 14:12:54.000000,2024-01-05 14:27:39,810.0,2.0,170.0,34.0,349.0,39.0,150.0,103.0,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-01-25 08:13:52.000000,2024-01-25 08:13:52,628.0,23.0,19.0,8.0,48.0,8.0,13.0,70.0,13.0,44.0,44.0,12.0,,,0.0,3.0,,,,26.0,,,,,,,,,,,,,,, 134,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,14,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-infra,OIDC identity provider for digital identity.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,22.0,28.0,,,9.0,,,32.0,3.0,waltid/idpkit,2023-09-07 16:06:04,1.2309071555.0,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,723.0,,,,,,,,,,, 137,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,245.0,4.0,,,5.0,,,228.0,3.0,cogolabs/beyond,2022-05-26 15:15:14,1.8.10,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,, 138,web-access-control,https://github.com/solid/web-access-control-spec,protocols,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,7.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,bbs-signature,https://github.com/decentralized-identity/bbs-signature,credentials,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-01-25 00:10:15.000000,2023-12-21 21:16:56,875.0,81.0,20.0,14.0,175.0,13.0,123.0,62.0,,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,13,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-01-25 18:17:36.000000,2024-01-25 09:45:50,425.0,352.0,9.0,3.0,56.0,12.0,8.0,45.0,81.0,,,8.0,,,,3.0,waltid/identity,,,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,, 141,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,credentials,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-01-25 00:56:59.000000,2023-12-29 15:14:42,706.0,12.0,23.0,12.0,194.0,21.0,184.0,43.0,2.0,,,17.0,,,,3.0,,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,,,,,,,,,,,,,,,, 142,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,12,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,6.0,17.0,8.0,16.0,5.0,9.0,140.0,,7.0,7.0,4.0,,,431.0,3.0,,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,431.0,,,,,,,, 143,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-16 05:53:56.000000,2023-11-30 18:50:14,119.0,4.0,20.0,10.0,41.0,10.0,10.0,104.0,,,,8.0,https://www.npmjs.com/package/did-resolver,155326.0,155326.0,3.0,,,,,,,,,,,,,,,,,,, 144,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-01-25 16:36:47.000000,2024-01-16 15:18:39,365.0,113.0,6.0,17.0,322.0,,,60.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,183.0,183.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,7.0,8.0,47.0,,57.0,57.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,protocols,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,17.0,19.0,73.0,11.0,24.0,41.0,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-01-23 08:46:39.000000,2024-01-22 08:43:23,930.0,74.0,8.0,6.0,160.0,7.0,10.0,40.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 150,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,11,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,24.0,1.0,2.0,69.0,,6.0,,48.0,,,8.0,,,424.0,3.0,waltid/ssikit-web-wallet,2023-11-24 22:29:54,1.2311242224.0,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2546.0,,,,,,,,,,, 151,vlei,https://github.com/WebOfTrust/vLEI,credentials,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2023-11-22 18:27:37.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,34.0,21.0,27.0,24.0,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-01-23 23:52:48.000000,2024-01-23 13:28:54,219.0,102.0,10.0,8.0,75.0,16.0,31.0,11.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,kepler,https://github.com/spruceid/kepler,ssi-infra,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,keri,https://github.com/WebOfTrust/keri,protocols,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2023-12-21 21:16:29.000000,2023-12-08 16:25:57,245.0,1.0,12.0,10.0,23.0,1.0,3.0,37.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,identity-credential,https://github.com/WICG/digital-credentials,credentials,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-01-25 05:47:38.000000,2024-01-25 04:15:15,62.0,11.0,3.0,23.0,18.0,27.0,19.0,29.0,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 157,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-01-19 17:44:10.000000,2024-01-19 16:48:50,102.0,57.0,5.0,3.0,19.0,10.0,13.0,5.0,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,8,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-01-24 21:51:44.000000,2024-01-24 20:38:49,61.0,1.0,3.0,10.0,60.0,2.0,1.0,15.0,2.0,,,3.0,,,,3.0,,2023-06-19 17:55:50,1.0.0,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2023-12-06 17:35:36.000000,2023-12-06 17:35:36,47.0,3.0,4.0,9.0,,1.0,,9.0,,,,,,,,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-01-17 22:01:16.000000,2024-01-12 17:04:06,63.0,2.0,2.0,10.0,62.0,1.0,1.0,16.0,2.0,,,5.0,,,,3.0,,2023-06-20 20:22:25,1.0.0,,,,,,,,,,,,,,,, 161,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-01-19 08:47:25.000000,2024-01-19 08:47:25,11.0,11.0,,14.0,7.0,2.0,7.0,7.0,,,,2.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,30.0,,,,,,,,3.0,keyfactor/ejbca-ce,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,30.0,68334.0,,,,,,,,,,, 163,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-01-02 18:43:41.042672,,,,,,,,,22.0,,,,,,,,3.0,cfssl/cfssl,,,,https://hub.docker.com/r/cfssl/cfssl,2024-01-02 18:43:41.042672,22.0,4093489.0,,,,,,,,,,, 164,vc-api,{},protocols,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 165,openwallet-foundation,https://github.com/openwallet-foundation,organizations,OpenWallet Foundation.,,,1,False,,,,,,,,,,,,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, 166,decentralized-web-node,{},protocols,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 167,didcomm-messaging,{},protocols,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 168,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn ================================================ FILE: history/2024-02-01_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 21K · 📈) - Authentication for the Web. ISC - ory-hydra (🥈36 · ⭐ 15K · 📈) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - pysaml2 (🥈33 · ⭐ 530 · 📈) - Python implementation of SAML2. Apache-2 - yubikey-manager (🥈30 · ⭐ 780 · 📈) - Python library and command line tool for configuring any.. BSD-2 - credo-ts (🥈23 · ⭐ 220 · 📈) - Typescript framework for building decentralized identity.. Apache-2 openwallet-foundation ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇40 · ⭐ 12K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - spicedb (🥈32 · ⭐ 4.2K · 📉) - Open Source, Google Zanzibar-inspired permissions database to.. Apache-2 - wso2-identity-server (🥈31 · ⭐ 720 · 📉) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - conjur (🥉22 · ⭐ 730 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - indy-node (🥈19 · ⭐ 660 · 📉) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger ## ➕ Added Projects _Projects that were recently added to this best-of list._ - maxkey (🥉23 · ⭐ 1.1K · ➕) - MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access.. Apache-2 - oauth2-proxy (➕) - ❗Unlicensed ================================================ FILE: history/2024-02-01_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,updated_github_id,gem_url,new_addition,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-02-01 14:17:25.000000,2024-02-01 00:40:51,2833.0,255.0,2610.0,101.0,2272.0,217.0,3688.0,21034.0,2024-02-01 00:11:56,@auth/azure-tables-adapter@0.3.0,100.0,191250.0,191250.0,640.0,https://www.npmjs.com/package/next-auth,3074497.0,3074497.0,1.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-01-31 09:00:59.000000,2024-01-29 18:02:12,3832.0,61.0,1918.0,238.0,4119.0,99.0,2118.0,11670.0,2023-08-15 20:00:30,1.11.1,67.0,5799.0,5799.0,375.0,,,2815907.0,1.0,-1.0,coredns/coredns,7042521.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,147.0,259993921.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-02-01 17:36:28.000000,2024-02-01 16:07:18,8446.0,316.0,1915.0,146.0,3265.0,177.0,3035.0,11114.0,2023-12-12 16:08:13,1.12.7,100.0,788.0,788.0,429.0,,,1801946.0,1.0,,,70275900.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-02-01 17:48:41.000000,2024-02-01 17:45:07,4973.0,121.0,1208.0,123.0,4082.0,321.0,2140.0,8903.0,2024-01-25 13:34:39,0.61.0,100.0,3344.0,3344.0,439.0,,,5140895.0,1.0,,openpolicyagent/opa,5326076.0,https://hub.docker.com/r/openpolicyagent/opa,2024-02-01 14:52:33.390746,41.0,494141942.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-01-09 08:35:12.000000,2024-01-06 20:50:34,1694.0,14.0,461.0,68.0,495.0,79.0,293.0,2709.0,2023-01-10 13:13:43,3.2.2,48.0,488812.0,488812.0,195.0,,,84412385.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,84412385.0,,,,,,,,, 16,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-01-26 23:38:45.000000,2024-01-26 23:38:34,625.0,7.0,1192.0,309.0,157.0,335.0,428.0,22201.0,,,,993318.0,993318.0,38.0,https://www.npmjs.com/package/passport,9702407.0,9702407.0,1.0,,,,,,,,,,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-02-01 17:48:15.000000,2024-02-01 17:48:15,23930.0,702.0,5868.0,375.0,14182.0,1939.0,6775.0,18906.0,2024-01-29 08:15:36,23.0.5,49.0,,,1323.0,,,63680.0,1.0,,quay.io/keycloak/keycloak,2419857.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-01-17 08:32:59.000000,2024-01-17 08:32:38,1374.0,20.0,390.0,62.0,185.0,74.0,349.0,4137.0,2023-12-17 12:54:58,1.3.0,33.0,30515.0,30515.0,105.0,,,6750207.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,6750207.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-02-01 18:07:06.000000,2024-02-01 18:01:26,18934.0,443.0,3880.0,826.0,19159.0,982.0,4877.0,29219.0,2024-01-30 20:59:02,1.15.5,100.0,6912.0,6912.0,1443.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-02-01 12:08:05.342072,2024-02-01 11:33:29,3776.0,45.0,1335.0,232.0,1745.0,83.0,1395.0,14896.0,2023-05-24 08:55:23,2.1.2,100.0,3.0,3.0,291.0,,,3939032.0,2.0,1.0,oryd/hydra,705078.0,https://hub.docker.com/r/oryd/hydra,2024-02-01 12:08:05.342072,75.0,412540876.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 21,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-02-01 05:17:08.000000,2024-01-31 23:49:57,1196.0,100.0,1662.0,127.0,122.0,5.0,866.0,9077.0,2024-01-26 21:01:20,0.0.83,3.0,2499.0,2499.0,53.0,,,174014.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,174014.0,,,,,,,,, 22,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,36,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-02-01 16:13:46.000000,2024-01-29 14:17:15,9629.0,42.0,1183.0,123.0,1093.0,80.0,910.0,7193.0,2023-11-22 02:28:28,0.5.16,10.0,1458.0,1458.0,226.0,,,178256.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,178256.0,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-02-01 15:16:15.000000,2024-02-01 11:39:56,4103.0,89.0,855.0,107.0,1809.0,170.0,1037.0,9853.0,2023-07-12 20:24:48,1.0.0,43.0,327.0,327.0,218.0,,,1634481.0,1.0,,oryd/kratos,36777.0,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112727489.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-01-31 01:47:29.000000,2024-01-31 01:45:08,1536.0,38.0,252.0,41.0,373.0,10.0,435.0,5380.0,2024-01-31 01:45:14,@casl/mongoose@7.2.2,100.0,64833.0,64833.0,67.0,https://www.npmjs.com/package/@casl/ability,2079188.0,2079188.0,1.0,,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2023-12-31 10:36:48.000000,2023-12-31 10:32:49,1083.0,5.0,1562.0,233.0,484.0,39.0,739.0,16437.0,2023-12-31 10:34:10,2.81.0,100.0,2712.0,2712.0,138.0,https://www.npmjs.com/package/casbin,184571.0,271154.0,2.0,,,,,,,,casbin,https://pypi.org/project/casbin,86583.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3528.0,336.0,109.0,432.0,390.0,15865.0,2020-03-22 14:01:55,0.22.2,38.0,8212.0,8212.0,25.0,https://www.npmjs.com/package/face-api.js,152537.0,152537.0,2.0,,,,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-02-01 14:56:21.000000,2024-01-30 22:51:31,24612.0,608.0,3827.0,606.0,4651.0,,,10657.0,2023-12-29 14:54:27,7.0.0,100.0,21.0,21.0,346.0,,,5999.0,2.0,,apereo/cas,,https://hub.docker.com/r/apereo/cas,2024-02-01 00:41:37.184462,129.0,893942.0,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-02-01 17:29:18.000000,2024-02-01 13:35:29,7886.0,611.0,543.0,58.0,5609.0,312.0,1419.0,4261.0,2024-01-09 21:11:36,ockam_v0.116.0,100.0,183.0,183.0,305.0,,,13239.0,2.0,,,344222.0,,,,,,,,,,,build-trust/ockam/ockam,,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-02-01 18:15:16.000000,2024-02-01 18:12:14,3319.0,180.0,274.0,38.0,3942.0,80.0,875.0,3782.0,2024-01-10 15:55:52,0.25.0,100.0,13.0,13.0,91.0,,,19652639.0,2.0,,pomerium/pomerium,51224.0,https://hub.docker.com/r/pomerium/pomerium,2024-02-01 18:12:17.794490,10.0,1198749763.0,,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-01-30 13:07:06.000000,2024-01-30 13:06:56,3603.0,9.0,387.0,31.0,522.0,72.0,353.0,533.0,2024-01-30 11:50:06,7.5.0,51.0,1669.0,1669.0,172.0,,,571253.0,2.0,1.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,571253.0,,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12953.0,1565.0,225.0,723.0,584.0,50991.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,64889.0,2.0,,animcogn/face_recognition,1224.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7352.0,face_recognition,https://pypi.org/project/face_recognition,64787.0,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-01-16 12:11:24.000000,2024-01-16 12:11:24,4735.0,4.0,1701.0,181.0,1688.0,438.0,1346.0,9662.0,2023-04-14 09:36:52,r1.4.1,15.0,88.0,88.0,131.0,,,218838.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,218838.0,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-02-01 18:12:19.000000,2024-01-30 22:27:08,3481.0,188.0,223.0,37.0,1294.0,98.0,318.0,4163.0,2024-01-22 11:44:28,1.29.0,65.0,44.0,44.0,41.0,,,60962.0,2.0,-1.0,authzed/spicedb,43660.0,https://hub.docker.com/r/authzed/spicedb,2024-01-30 20:22:56.548026,6.0,1783731.0,,,,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-02-01 18:13:04.000000,2024-02-01 18:12:23,6402.0,140.0,421.0,80.0,3512.0,145.0,1197.0,1605.0,2023-12-21 19:45:00,1.8.7,96.0,133.0,133.0,182.0,,,2549.0,2.0,,ghcr.io/spiffe/spire-server,193737.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-02-01 04:37:49.000000,2024-01-30 21:18:57,2707.0,82.0,1501.0,174.0,2022.0,284.0,802.0,8777.0,2024-01-25 14:31:22,2.38.0,81.0,146.0,146.0,231.0,,,3.0,2.0,,quay.io/dexidp/dex,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 36,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-02-01 18:06:05.000000,2024-02-01 17:46:43,3911.0,406.0,254.0,197.0,4018.0,77.0,246.0,3752.0,2024-01-30 23:59:36,0.15.0,50.0,8.0,8.0,153.0,,,250513.0,3.0,,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-01-31 00:05:52.365063,12.0,12275161.0,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-02-01 16:26:07.000000,2024-02-01 08:24:54,12446.0,799.0,693.0,117.0,6460.0,3853.0,8906.0,717.0,2023-01-30 04:38:12,6.1.0,100.0,,,697.0,,,16217.0,2.0,-1.0,wso2/wso2is,22460.0,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1847429.0,,,,,,,,,,,, 38,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4948.0,501.0,152.0,1009.0,1350.0,20203.0,2023-04-02 07:43:27,0.7,1.0,1586.0,1586.0,58.0,,,171286.0,3.0,,animcogn/insightface,1712852.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 39,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-02-01 10:30:20.000000,2024-02-01 10:30:10,2664.0,65.0,116.0,59.0,301.0,25.0,254.0,781.0,2024-01-31 11:57:05,5.3.0,36.0,126.0,126.0,43.0,,,60029.0,2.0,2.0,,7669.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,59945.0,,,,,,,,, 40,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-01-11 16:17:28.000000,2024-01-11 16:14:43,440.0,63.0,152.0,38.0,108.0,1.0,87.0,761.0,2024-01-11 16:18:23,2.0.0,25.0,979.0,979.0,26.0,,,53998.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,53998.0,,,,,,,,, 41,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,29,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-02-01 16:36:23.000000,2024-02-01 16:36:21,5229.0,322.0,987.0,157.0,5070.0,72.0,1101.0,18619.0,2022-12-21 09:01:04,4.37.5,100.0,,,146.0,,,674.0,2.0,,,33068.0,,,,,,,,,,,,,,,, 42,casdoor,https://github.com/casbin/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,29,True,casdoor/casdoor,,https://github.com/casbin/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-02-01 17:52:22.000000,2024-02-01 15:06:12,2238.0,156.0,940.0,58.0,1365.0,100.0,1088.0,7983.0,2024-02-01 15:15:09,1.521.1,100.0,3.0,3.0,164.0,,,3079.0,2.0,,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2024-02-01 10:05:12.122611,13.0,123189.0,,,,,,,,casbin/casdoor,,,, 43,logto,https://github.com/logto-io/logto,idp,Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS..,,,29,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-02-01 10:33:51.000000,2024-02-01 04:18:28,5635.0,543.0,295.0,38.0,4976.0,67.0,269.0,6796.0,2023-12-06 09:10:56,1.12.0,52.0,10.0,10.0,46.0,,,1033.0,2.0,,svhd/logto,2959.0,https://hub.docker.com/r/svhd/logto,2024-01-24 01:20:33.367662,2.0,28790.0,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-01-29 07:12:11.000000,2024-01-29 07:12:04,2391.0,19.0,1003.0,107.0,821.0,30.0,832.0,5238.0,2023-12-01 16:03:07,.5.6.8,64.0,8480.0,8480.0,315.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-02-01 16:49:01.000000,2024-02-01 15:35:36,1499.0,17.0,319.0,56.0,1118.0,41.0,267.0,4455.0,,,51.0,26.0,26.0,71.0,,,716683.0,2.0,,oryd/keto,18821.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50863374.0,,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-01-13 04:51:09.000000,2024-01-13 04:41:13,1213.0,13.0,163.0,30.0,1525.0,108.0,101.0,3350.0,2024-01-13 04:08:30,0.27.3,100.0,82.0,82.0,66.0,,,29663.0,2.0,,,2708.0,,,,,oso,https://pypi.org/project/oso,29588.0,,,,,,,,, 47,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-01-24 16:55:57.000000,2024-01-16 18:03:51,5261.0,138.0,279.0,41.0,767.0,48.0,258.0,1260.0,2024-01-24 19:01:59,7.0.0,53.0,1618.0,1618.0,296.0,,,,2.0,,,,,,,,,,,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-02-01 18:06:44.000000,2024-01-18 04:03:26,614.0,6.0,64.0,40.0,214.0,4.0,84.0,310.0,2024-01-18 04:03:55,8.0.0,100.0,4419.0,4419.0,41.0,https://www.npmjs.com/package/did-jwt,167035.0,167035.0,1.0,,,,,,,,,,,,,,,,,,, 49,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-01-27 07:23:50.000000,2023-12-18 20:11:16,136.0,12.0,6091.0,472.0,205.0,,,55244.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,266215.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,266215.0,,,,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-01-26 03:06:01.000000,2024-01-12 15:14:56,1787.0,5.0,12633.0,1523.0,515.0,15.0,828.0,48348.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,3835.0,3.0,,,230127.0,,,,,,,,,,,,,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9181.0,1115.0,131.0,541.0,801.0,44349.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3672.0,3.0,,,172616.0,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3492.0,759.0,74.0,9.0,370.0,14980.0,2016-02-25 17:42:46,0.2.1,4.0,68.0,68.0,30.0,,,1596.0,3.0,,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161227.0,,,,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-02-01 16:38:06.000000,2024-01-30 19:34:13,6439.0,101.0,547.0,140.0,4380.0,191.0,2707.0,4907.0,2024-01-30 19:10:20,release-2024-01-30,100.0,,,129.0,,,20613.0,2.0,,letsencrypt/boulder-tools,63933.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-01-17 23:45:40.135569,13.0,1961790.0,,,,,,,,,,,, 54,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-01-31 18:15:38.000000,2023-09-08 08:05:44,1354.0,,326.0,48.0,718.0,50.0,277.0,3156.0,2023-07-18 10:23:06,0.40.6,100.0,3.0,3.0,109.0,,,1141053.0,3.0,,oryd/oathkeeper,34671.0,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,36.0,87825567.0,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-02-01 18:10:26.000000,2024-02-01 08:41:19,1512.0,92.0,100.0,28.0,1605.0,47.0,279.0,2238.0,2024-01-16 08:53:43,0.33.0,56.0,20.0,20.0,26.0,,,1556.0,3.0,,ghcr.io/cerbos/cerbos,54462.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-01-30 16:11:37.000000,2023-12-17 17:09:26,2994.0,37.0,289.0,79.0,838.0,285.0,614.0,1757.0,2023-12-17 18:26:45,5.7.8,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,808.0,9480.0,1.0,,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,980034.0,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-01-31 23:14:18.000000,2024-01-31 18:19:22,464.0,32.0,65.0,29.0,144.0,5.0,47.0,189.0,2024-01-13 07:12:48,10.1.3,57.0,1450.0,1450.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,19255.0,19255.0,1.0,,,,,,,,,,,,,,,,,,, 58,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-02-01 16:51:01.000000,2024-02-01 07:59:53,2831.0,160.0,359.0,36.0,4913.0,473.0,1461.0,6132.0,2024-01-31 14:32:34,2.43.7,100.0,,,97.0,,,529.0,3.0,,ghcr.io/zitadel/zitadel,2118.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 59,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-02-01 15:29:59.000000,2024-02-01 11:56:26,13546.0,650.0,444.0,33.0,6380.0,474.0,1332.0,5703.0,2024-01-29 17:26:20,ersion/2023.10.7,100.0,,,210.0,,,91.0,3.0,,,2642.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 60,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-01-27 10:17:37.000000,2024-01-25 08:40:46,2453.0,30.0,736.0,70.0,243.0,,,2930.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,178652.0,178652.0,2.0,,,,,,,,,,,,,,,,,,, 61,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-02-01 08:50:54.931893,2024-02-01 02:00:29,1772.0,100.0,121.0,18.0,1763.0,134.0,522.0,1865.0,2023-10-31 12:08:26,1.1.0-rc.15,17.0,42.0,42.0,62.0,,,1822.0,3.0,,kanidm/server,250.0,https://hub.docker.com/r/kanidm/server,2024-02-01 08:50:54.931893,,109094.0,,,,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,"An open source enterprise digital identity platform that scales: Janssen is a distribution of standards-based,..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-02-01 13:50:04.000000,2024-02-01 13:50:03,33623.0,482.0,57.0,31.0,4416.0,344.0,2748.0,352.0,2024-02-01 08:06:08,1.0.22,100.0,,,111.0,,,276.0,3.0,,,1104.0,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-02-01 17:21:38.000000,2024-01-18 09:12:14,359.0,5.0,40.0,23.0,97.0,2.0,47.0,163.0,2024-01-18 09:12:30,4.0.0,54.0,859.0,859.0,22.0,https://www.npmjs.com/package/did-jwt-vc,17905.0,17905.0,1.0,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-01-29 17:54:06.000000,2024-01-29 17:54:05,6051.0,118.0,308.0,409.0,4166.0,118.0,417.0,1678.0,2024-01-17 19:18:46,1.7.0,28.0,,,149.0,,,0.0,2.0,,,51.0,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-01-31 18:10:36.000000,2024-01-31 18:10:36,2963.0,98.0,262.0,52.0,2238.0,37.0,204.0,834.0,2024-01-31 05:49:52,1.11.51,100.0,27.0,27.0,81.0,,,,2.0,,,,,,,,,,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-02-01 18:14:14.000000,2024-01-31 16:38:23,1841.0,25.0,113.0,23.0,758.0,61.0,362.0,381.0,2024-01-16 17:06:31,5.6.0,43.0,561.0,561.0,54.0,,,,1.0,,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-02-01 00:55:03.000000,2024-01-31 15:30:20,8737.0,451.0,439.0,30.0,1611.0,212.0,929.0,379.0,2023-11-25 05:08:09,0.11.0,73.0,,,134.0,,,,1.0,,,,,,,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-01-26 13:50:46.000000,2024-01-26 13:50:46,615.0,24.0,151.0,35.0,258.0,61.0,173.0,1014.0,2022-09-28 20:32:17,3.0.1,14.0,228.0,228.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,,, 69,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],24,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-02-01 02:35:53.000000,2024-02-01 02:34:29,442.0,45.0,92.0,18.0,427.0,62.0,184.0,318.0,2024-01-26 20:37:43,0.2.14,32.0,350.0,350.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,,, 70,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-02-01 17:17:44.000000,2024-01-26 14:33:50,1431.0,19.0,71.0,23.0,994.0,53.0,217.0,275.0,2023-11-02 09:48:53,1.0.0,24.0,110.0,110.0,35.0,,,,2.0,,,,,,,,,,,,,,,,,,, 71,hanko,https://github.com/teamhanko/hanko,idp,Auth and user management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-02-01 11:38:43.000000,2024-01-31 13:04:40,1956.0,68.0,806.0,27.0,1119.0,44.0,118.0,5223.0,2023-11-27 14:20:28,backend/v0.9.1,18.0,215.0,215.0,43.0,,,1.0,3.0,,,21.0,,,,,,,,,,,,,,,, 72,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-01-23 19:06:26.000000,2023-12-08 22:18:11,4035.0,11.0,757.0,255.0,329.0,62.0,210.0,2824.0,2015-09-29 22:50:55,1.1.0,4.0,,,56.0,,,892.0,3.0,,,109777.0,,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-02-01 10:37:42.000000,2024-01-31 09:33:14,2516.0,441.0,100.0,18.0,881.0,26.0,130.0,2266.0,2024-02-01 10:45:31,0.7.3,57.0,1.0,1.0,40.0,,,81.0,3.0,,ghcr.io/permify/permify,1471.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-01-31 22:26:18.000000,2023-12-20 10:28:40,1684.0,7.0,124.0,21.0,358.0,38.0,77.0,2021.0,2023-09-14 19:06:35,0.7.4,32.0,,,46.0,,,4048.0,3.0,,permitio/opal-server,562.0,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,1.0,145183.0,,,,,,,,,,,, 75,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-01-10 10:36:35.000000,2024-01-05 02:13:29,2229.0,18.0,260.0,26.0,90.0,8.0,88.0,1105.0,2023-10-11 13:10:11,4.0.2,57.0,,,37.0,,,86.0,3.0,,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,7551.0,,,,,,,,,,True,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-02-01 09:18:41.000000,2024-01-30 17:27:12,15779.0,76.0,310.0,51.0,7212.0,,,1052.0,,,,,,222.0,,,40149.0,3.0,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2024-01-31 05:06:33.435128,161.0,5661139.0,,,,,,,,,,,, 77,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-01-29 23:54:32.000000,2024-01-23 12:40:14,1689.0,19.0,219.0,59.0,286.0,26.0,82.0,507.0,2022-01-07 16:42:38,0.5.0,6.0,,,100.0,,,1532.0,2.0,,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-01-23 12:42:08.376657,,119520.0,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-02-01 15:41:04.000000,2024-02-01 15:38:55,888.0,57.0,151.0,28.0,1053.0,176.0,471.0,220.0,2023-10-05 13:35:35,0.4.2,77.0,3.0,3.0,57.0,,,,2.0,2.0,,,,,,,,,,,,,,,,,, 79,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-01-31 22:26:26.000000,2024-01-29 02:52:17,388.0,11.0,41.0,24.0,128.0,3.0,18.0,201.0,2023-03-08 14:05:37,4.1.0,24.0,5537.0,5537.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-01-31 03:29:21.000000,2024-01-31 03:29:21,769.0,153.0,36.0,16.0,211.0,23.0,80.0,63.0,2023-06-02 16:26:49,0.1.0,27.0,62.0,62.0,22.0,,,4089.0,2.0,,,53157.0,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3042.0,285.0,25.0,1.0,143.0,19869.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,23264.0,3.0,,,744465.0,,,,,,,,,,,,,,,, 82,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-01-30 07:08:56.000000,2024-01-05 08:55:10,931.0,23.0,414.0,62.0,437.0,109.0,349.0,11167.0,2023-12-07 05:06:05,7.0.16,57.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-01-24 17:15:00.000000,2024-01-17 13:25:40,562.0,4.0,280.0,59.0,146.0,182.0,550.0,5184.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,212.0,3.0,,,15320.0,,,,,,,,,,,,,,,howdy, 84,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],22,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,8.0,262.0,90.0,488.0,25.0,160.0,2807.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 85,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,734.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,76567.0,3.0,-2.0,cyberark/conjur,378.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7043727.0,,,,,,,,,,,, 86,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-01-30 14:52:06.000000,2024-01-29 17:59:54,14915.0,34.0,651.0,113.0,17.0,,,673.0,,,,122.0,122.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,,, 87,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-02-01 01:55:57.000000,2024-02-01 00:47:43,13258.0,171.0,126.0,11.0,1765.0,933.0,1963.0,290.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,103.0,3.0,,,7726.0,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-01-31 21:24:56.000000,2024-01-29 02:01:43,286.0,14.0,15.0,14.0,117.0,1.0,10.0,80.0,2023-07-03 18:25:08,2.0.27,38.0,863.0,863.0,12.0,https://www.npmjs.com/package/web-did-resolver,18042.0,18042.0,2.0,,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,268.0,66.0,222.0,8.0,123.0,3657.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-01-29 16:52:29.000000,2024-01-24 20:18:51,2247.0,61.0,151.0,179.0,846.0,68.0,1047.0,1066.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,74.0,,,,1.0,,,,,,,,,,,,,,,,,,, 91,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2023-09-06 10:03:37.000000,2023-07-17 21:06:20,282.0,,51.0,246.0,28.0,6.0,39.0,698.0,2023-01-31 02:32:05,2.1.1,52.0,1111.0,1111.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 92,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,431.0,2021-03-09 22:06:35,1.0.2,12.0,32.0,32.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 93,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-31 08:16:37.000000,2024-01-23 08:35:12,1730.0,12.0,100.0,28.0,346.0,36.0,73.0,176.0,2023-06-11 17:23:23,8.4.0,49.0,30.0,30.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-01-30 11:54:01.000000,2024-01-30 11:52:36,2480.0,93.0,32.0,16.0,3190.0,49.0,96.0,62.0,2023-12-20 18:55:46,2.0.0,22.0,789.0,789.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4662.0,567.0,122.0,500.0,620.0,13375.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-01-20 11:25:45.000000,2023-10-25 17:45:50,394.0,,669.0,97.0,311.0,155.0,326.0,1640.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-02-01 07:45:18.000000,2024-02-01 07:44:20,2232.0,63.0,67.0,21.0,726.0,5.0,95.0,363.0,2024-02-01 07:18:11,0.22.1.RELEASE,53.0,,,26.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 98,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,156.0,20.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-02-01 14:32:34.000000,2024-01-31 17:32:10,429.0,82.0,39.0,6.0,238.0,58.0,96.0,100.0,2024-01-11 22:18:15,api-0.8.4,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,,, 100,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-01-26 19:48:38.000000,2024-01-26 19:47:04,1098.0,17.0,16.0,12.0,1264.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,345.0,2.0,,,9687.0,,,,,,,,,,,,,,,, 101,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-01-04 09:29:30.000000,2023-07-12 07:05:13,339.0,,805.0,238.0,240.0,183.0,526.0,2659.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 102,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,269.0,96.0,42.0,28.0,24.0,2429.0,,,,,,26.0,,,1828.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1828.0,,,,,,,,, 103,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-02-01 12:35:18.000000,2024-02-01 12:35:18,4896.0,9.0,633.0,64.0,1748.0,33.0,49.0,659.0,2022-09-02 20:48:34,1.12.6,36.0,,,101.0,,,10.0,2.0,-1.0,,568.0,,,,,,,,,,,,,,,, 104,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-01-31 16:53:33.000000,2024-01-31 15:58:58,2185.0,20.0,207.0,56.0,583.0,55.0,172.0,313.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-02-01 05:26:51.000000,2024-01-26 14:45:00,1869.0,282.0,81.0,78.0,737.0,36.0,631.0,263.0,,,,,,65.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,19,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-01-16 16:58:33.000000,2024-01-16 16:58:30,388.0,44.0,44.0,16.0,87.0,23.0,62.0,164.0,,,,233.0,233.0,14.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,9.0,33.0,7.0,195.0,4.0,162.0,96.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,404.0,2.0,,waltid/ssikit,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,12083.0,,,,,,,,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2023-06-09 16:12:30.000000,2023-06-09 16:12:30,149.0,,221.0,63.0,103.0,4.0,54.0,2313.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,89.0,184.0,71.0,69.0,1224.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-01-26 21:44:28.000000,2023-12-29 21:20:41,901.0,5.0,52.0,11.0,298.0,8.0,103.0,599.0,,,,731.0,731.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,,, 111,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-01-02 16:08:06.000000,2024-01-02 16:08:05,102.0,5.0,33.0,7.0,14.0,,23.0,280.0,2024-01-02 15:37:13,1.3.3,21.0,137.0,137.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 112,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-02-01 00:18:22.000000,2023-11-01 15:51:52,531.0,,50.0,30.0,359.0,73.0,103.0,169.0,,,,120.0,120.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-02-01 05:14:18.000000,2024-01-31 19:56:10,1645.0,50.0,108.0,21.0,826.0,69.0,176.0,124.0,,,,,,41.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-01-30 17:37:22.000000,2024-01-30 17:27:52,1473.0,190.0,58.0,9.0,500.0,,111.0,72.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-02-01 15:05:03.000000,2024-01-29 14:41:19,2322.0,104.0,37.0,11.0,431.0,135.0,89.0,45.0,,,1.0,28.0,28.0,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,370.0,559.0,56.0,126.0,88.0,8172.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-01-30 19:42:50.000000,2023-12-13 20:50:19,537.0,3.0,149.0,84.0,208.0,17.0,42.0,1355.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-01-29 19:47:19.000000,2024-01-24 19:59:04,243.0,27.0,24.0,5.0,252.0,16.0,18.0,938.0,2024-01-24 05:12:06,1.5.0,94.0,1.0,1.0,5.0,,,115.0,3.0,,warrantdev/warrant,844.0,https://hub.docker.com/r/warrantdev/warrant,2024-01-24 05:12:04.560150,,549.0,,,,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-02-01 15:22:24.000000,2024-01-31 06:10:42,3617.0,23.0,68.0,27.0,5.0,,,228.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-01-29 23:41:32.000000,2024-01-10 15:16:53,326.0,14.0,54.0,12.0,348.0,47.0,107.0,192.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-02-01 12:41:08.000000,2024-01-30 15:36:30,402.0,15.0,22.0,4.0,142.0,6.0,23.0,44.0,2024-01-30 15:37:17,1.7.4,37.0,132.0,132.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-01-30 18:49:23.000000,2024-01-22 19:11:22,1495.0,71.0,9.0,9.0,144.0,4.0,8.0,41.0,2024-01-19 10:56:27,0.18.1,31.0,3.0,3.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,4.0,25.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,141.0,3.0,,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4096.0,,,,,,,,,,,, 124,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-02-01 12:39:03.000000,2024-01-26 15:06:52,3737.0,261.0,11.0,7.0,463.0,42.0,1835.0,32.0,,,,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-02-01 12:42:24.000000,2024-02-01 12:42:23,1853.0,37.0,132.0,61.0,479.0,5.0,227.0,522.0,,,,,,64.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-02-01 09:31:14.000000,2024-01-25 16:32:37,996.0,39.0,37.0,49.0,216.0,173.0,148.0,448.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 127,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,86.0,73.0,488.0,33.0,324.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,16,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-01-30 12:08:18.000000,2024-01-30 12:08:18,960.0,27.0,11.0,7.0,109.0,7.0,24.0,28.0,2024-01-14 01:44:23,3.0.0,27.0,17.0,17.0,16.0,,,1.0,3.0,,,58.0,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2023-12-21 14:12:22.000000,2023-12-21 14:12:09,306.0,2.0,65.0,33.0,248.0,47.0,72.0,241.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-01-29 01:18:16.000000,2024-01-22 16:00:23,449.0,12.0,53.0,11.0,519.0,87.0,126.0,143.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-02-01 00:57:19.000000,2024-01-31 15:21:51,812.0,4.0,172.0,34.0,351.0,39.0,150.0,104.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-01-15 17:36:47.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,228.0,55.0,172.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-01-19 10:05:24.000000,2024-01-19 10:05:24,413.0,18.0,25.0,29.0,56.0,14.0,9.0,67.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-24 12:12:35.000000,2024-01-10 18:48:43,529.0,73.0,27.0,12.0,141.0,13.0,42.0,43.0,,,,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,37.0,94.0,30.0,102.0,952.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-01-19 17:13:52.000000,2024-01-19 17:12:31,682.0,13.0,59.0,72.0,267.0,158.0,113.0,308.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2023-11-13 15:58:16.000000,2023-09-16 04:20:28,78.0,,29.0,2.0,31.0,11.0,21.0,205.0,2023-03-10 01:28:21,1.2.1,9.0,32.0,32.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-01-28 10:49:31.000000,2024-01-25 08:13:52,628.0,23.0,20.0,8.0,50.0,8.0,15.0,72.0,,,13.0,46.0,46.0,12.0,,,0.0,3.0,,,26.0,,,,,,,,,,,,,,,, 139,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],14,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-02-01 00:10:16.000000,2024-01-31 19:22:55,877.0,82.0,21.0,14.0,176.0,13.0,123.0,64.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-01-25 16:24:12.000000,2024-01-23 10:05:09,662.0,42.0,11.0,6.0,72.0,4.0,10.0,45.0,2023-10-14 23:03:15,0.8.1,14.0,,,15.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI,,,, 142,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,31.0,3.0,,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,724.0,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,9.0,2.0,4.0,1.0,245.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,225.0,3.0,,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2023-12-15 11:01:37.000000,2023-12-15 11:01:36,456.0,7.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,13,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-02-01 17:57:17.000000,2024-02-01 14:32:37,451.0,368.0,12.0,4.0,82.0,14.0,11.0,47.0,,,90.0,,,9.0,,,,3.0,,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 147,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-02-01 00:54:15.000000,2023-12-29 15:14:42,706.0,12.0,23.0,12.0,194.0,21.0,184.0,43.0,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,2.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,6.0,20.0,11.0,42.0,10.0,10.0,104.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,182765.0,182765.0,3.0,,,,,,,,,,,,,,,,,,, 149,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-02-01 17:00:49.000000,2024-01-16 15:18:39,365.0,106.0,7.0,18.0,328.0,,,62.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,,,183.0,183.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,59.0,59.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,11,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,17.0,8.0,16.0,5.0,9.0,143.0,,,,7.0,7.0,4.0,,,571.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,571.0,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-01-23 08:46:39.000000,2024-01-22 08:43:23,930.0,70.0,9.0,6.0,160.0,7.0,10.0,40.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,18.0,19.0,73.0,12.0,24.0,41.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,5.0,13.0,10.0,24.0,1.0,3.0,37.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,3.0,11.0,9.0,35.0,21.0,27.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-01-31 18:47:31.000000,2024-01-31 18:34:38,236.0,119.0,10.0,8.0,80.0,17.0,32.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,10,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,4.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,363.0,3.0,,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2546.0,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-01-26 02:45:02.000000,2024-01-26 02:44:59,63.0,9.0,3.0,23.0,18.0,28.0,21.0,30.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,WICG/digital-credentials,,,, 163,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-02-01 14:08:54.000000,2024-02-01 14:08:53,106.0,60.0,5.0,3.0,20.0,8.0,16.0,5.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,8,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-01-31 19:44:44.000000,2024-01-25 19:51:38,62.0,2.0,3.0,10.0,61.0,2.0,1.0,15.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-01-31 14:07:29.000000,2023-12-06 17:35:36,47.0,3.0,4.0,10.0,1.0,1.0,,9.0,,,,,,,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-01-17 22:01:16.000000,2024-01-12 17:04:06,63.0,2.0,2.0,10.0,62.0,1.0,1.0,17.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-01-19 08:47:25.000000,2024-01-19 08:47:25,11.0,11.0,,14.0,7.0,2.0,7.0,7.0,,,,,,2.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,69596.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-02-01 00:02:57.681278,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-02-01 00:02:57.681278,22.0,4096728.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,True,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-02-15_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ory-hydra (🥇37 · ⭐ 15K · 📈) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - speechbrain (🥇37 · ⭐ 7.3K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - indy-node (🥈21 · ⭐ 660 · 📈) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - entra-verifiedid-wallet-library-ios (🥉10 · ⭐ 15 · 📈) - A library to manage your Decentralized Identities and.. MIT - pyMDOC-CBOR (🥉10 · ⭐ 10 · 📈) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇39 · ⭐ 12K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - whisper (🥉26 · ⭐ 56K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - dwn-sdk-js (🥈23 · ⭐ 320 · 📉) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 - openbr (🥉22 · ⭐ 2.8K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed - satosa (🥉19 · ⭐ 180 · 📉) - Proxy translating between different authentication protocols.. Apache-2 ================================================ FILE: history/2024-02-15_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-02-15 17:58:01.000000,2024-02-15 09:34:03,2887.0,259.0,2665.0,102.0,2323.0,228.0,3722.0,21225.0,2024-02-14 14:44:24,next-auth@5.0.0-beta.11,100.0,197356.0,197356.0,648.0,https://www.npmjs.com/package/next-auth,3147437.0,3147437.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-02-15 18:05:16.000000,2024-02-15 13:32:40,8498.0,342.0,1924.0,146.0,3300.0,175.0,3054.0,11210.0,2024-02-08 13:37:30,1.14.2,100.0,810.0,810.0,432.0,,,1985652.0,1.0,71483499.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-02-15 13:18:25.000000,2024-02-14 17:23:14,4981.0,102.0,1217.0,123.0,4096.0,332.0,2142.0,8940.0,2024-01-25 13:34:39,0.61.0,100.0,3400.0,3400.0,440.0,,,5227649.0,1.0,5553171.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-02-14 18:27:50.249986,41.0,502231755.0,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,14.0,463.0,68.0,496.0,79.0,293.0,2716.0,2023-01-10 13:13:43,3.2.2,48.0,494310.0,494310.0,195.0,,,85048556.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,85048556.0,,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",39,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-02-12 13:21:02.000000,2024-02-05 17:12:34,3835.0,39.0,1923.0,238.0,4133.0,100.0,2120.0,11709.0,2023-08-15 20:00:30,1.11.1,67.0,5826.0,5826.0,375.0,,,2829495.0,1.0,7087254.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,148.0,261237068.0,,,,-1.0,,,,,,,, 16,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,7.0,1196.0,310.0,157.0,335.0,428.0,22237.0,,,,1001093.0,1001093.0,38.0,https://www.npmjs.com/package/passport,9759191.0,9759191.0,1.0,,,,,,,,,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-02-15 17:55:55.000000,2024-02-15 17:48:53,24081.0,768.0,5906.0,375.0,14354.0,1881.0,6963.0,19057.0,2024-02-02 14:15:35,23.0.6,50.0,,,1335.0,,,64813.0,1.0,2462915.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-02-14 15:51:08.000000,2024-02-12 11:38:34,3784.0,50.0,1335.0,232.0,1749.0,81.0,1399.0,14937.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3944770.0,1.0,715278.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,413143110.0,,,,1.0,https://k8s.ory.sh/helm/charts,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-02-15 13:47:15.000000,2024-02-14 09:02:53,9656.0,66.0,1189.0,126.0,1112.0,82.0,916.0,7262.0,2023-11-22 02:28:28,0.5.16,10.0,1496.0,1496.0,229.0,,,194798.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,194798.0,1.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-02-05 09:45:38.000000,2024-01-17 08:32:38,1374.0,19.0,396.0,62.0,187.0,74.0,349.0,4159.0,2023-12-17 12:54:58,1.3.0,33.0,30785.0,30785.0,105.0,,,7553594.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,7553594.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-02-15 18:16:33.000000,2024-02-15 17:34:37,19056.0,505.0,3893.0,826.0,19419.0,986.0,4890.0,29294.0,2024-01-30 20:59:02,1.15.5,100.0,6950.0,6950.0,1443.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-02-10 18:28:25.000000,2024-02-10 18:28:20,1227.0,128.0,1682.0,127.0,130.0,2.0,887.0,9197.0,2024-02-04 13:36:56,0.0.84,4.0,2567.0,2567.0,53.0,,,196061.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,196061.0,,,,,,,,, 23,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-02-14 15:35:19.000000,2024-02-14 15:12:37,1544.0,43.0,252.0,41.0,379.0,10.0,436.0,5399.0,2024-02-14 14:03:07,@casl/vue@2.2.2,100.0,65835.0,65835.0,68.0,https://www.npmjs.com/package/@casl/ability,2115200.0,2115200.0,1.0,,,,,,,,,,,,,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP,..",,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-02-15 15:34:55.000000,2024-02-12 13:12:40,4123.0,85.0,859.0,108.0,1828.0,174.0,1041.0,9917.0,2023-07-12 20:24:48,1.0.0,43.0,327.0,327.0,218.0,,,1635537.0,1.0,37050.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2023-07-12 20:24:47.415774,17.0,112799952.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-02-07 15:38:33.000000,2024-02-07 15:34:31,1084.0,6.0,1566.0,232.0,485.0,38.0,740.0,16504.0,2024-02-07 15:35:41,2.82.0,100.0,2732.0,2732.0,139.0,https://www.npmjs.com/package/casbin,187647.0,266314.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,78667.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3529.0,336.0,109.0,432.0,390.0,15903.0,2020-03-22 14:01:55,0.22.2,38.0,8309.0,8309.0,25.0,https://www.npmjs.com/package/face-api.js,141738.0,141738.0,2.0,,,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-02-15 13:44:24.000000,2024-02-15 12:45:50,24749.0,685.0,3826.0,605.0,4672.0,,,10677.0,2024-02-02 12:57:17,7.0.1,100.0,21.0,21.0,346.0,,,6057.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-02-15 00:39:44.001339,129.0,902597.0,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-02-15 16:00:11.000000,2024-02-15 01:24:47,7978.0,648.0,548.0,59.0,5692.0,309.0,1424.0,4280.0,2024-01-09 21:11:36,ockam_v0.116.0,100.0,183.0,183.0,306.0,,,13321.0,2.0,346366.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-02-14 16:04:40.203787,2024-02-13 23:26:14,3333.0,163.0,276.0,38.0,3952.0,78.0,879.0,3792.0,2024-01-10 15:55:52,0.25.0,100.0,15.0,15.0,91.0,,,20264835.0,2.0,53211.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-02-14 16:04:40.203787,10.0,1236091324.0,,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-02-07 18:51:16.000000,2024-01-30 13:06:56,3603.0,4.0,387.0,31.0,523.0,75.0,353.0,534.0,2024-01-30 11:50:06,7.5.0,51.0,1678.0,1678.0,172.0,,,615921.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,615921.0,,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-01-13 20:33:11.000000,2022-06-10 09:12:18,238.0,,12954.0,1563.0,225.0,729.0,584.0,51089.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,67035.0,2.0,1225.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7403.0,face_recognition,https://pypi.org/project/face_recognition,66932.0,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-01-16 12:11:24.000000,2024-01-16 12:11:24,4735.0,4.0,1710.0,182.0,1688.0,440.0,1347.0,9711.0,2023-04-14 09:36:52,r1.4.1,15.0,89.0,89.0,131.0,,,225864.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,225864.0,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-02-13 17:14:11.000000,2024-02-09 19:57:35,3507.0,171.0,228.0,37.0,1302.0,99.0,318.0,4235.0,2024-02-02 17:00:01,1.29.1,66.0,46.0,46.0,41.0,,,64353.0,2.0,46505.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-02-02 17:00:01.288986,6.0,1882516.0,,,,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-02-15 17:50:18.000000,2024-02-15 00:32:24,6423.0,132.0,425.0,79.0,3535.0,139.0,1207.0,1613.0,2023-12-21 19:45:00,1.8.7,96.0,135.0,135.0,183.0,,,2701.0,2.0,205333.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-02-15 12:31:36.000000,2024-02-15 12:31:35,2739.0,114.0,1505.0,174.0,2046.0,287.0,804.0,8816.0,2024-01-25 14:31:22,2.38.0,81.0,149.0,149.0,233.0,,,3.0,2.0,306.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 36,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-02-15 17:41:17.000000,2024-02-15 17:26:29,3946.0,422.0,255.0,198.0,4084.0,80.0,248.0,3757.0,2024-01-30 23:59:36,0.15.0,50.0,8.0,8.0,154.0,,,256368.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-01-31 00:05:52.365063,12.0,12562075.0,,,,,,,,,,,, 37,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-02-13 14:01:30.000000,2024-01-11 16:14:43,440.0,63.0,153.0,38.0,111.0,2.0,88.0,765.0,2024-01-11 16:18:23,2.0.0,25.0,985.0,985.0,26.0,,,69828.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,69828.0,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-02-15 17:26:38.000000,2024-02-15 14:22:45,12590.0,802.0,697.0,116.0,6540.0,3882.0,9075.0,737.0,2023-01-30 04:38:12,6.1.0,100.0,,,699.0,,,16315.0,2.0,22517.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1857164.0,,,,,,,,,,,, 39,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4974.0,498.0,152.0,1016.0,1350.0,20369.0,2023-04-02 07:43:27,0.7,1.0,1658.0,1658.0,58.0,,,191638.0,3.0,1916378.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 40,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,30,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-02-15 17:29:14.417224,2024-02-15 17:13:34,2270.0,173.0,951.0,58.0,1384.0,101.0,1106.0,8053.0,2024-02-15 17:23:58,1.537.0,100.0,3.0,3.0,164.0,,,3202.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-02-15 17:29:14.417224,13.0,128100.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers that works universally.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-02-12 07:46:01.000000,2024-02-10 13:21:05,5667.0,468.0,296.0,38.0,5009.0,71.0,269.0,6829.0,2024-02-08 13:51:36,1.13.0,53.0,11.0,11.0,46.0,,,1098.0,2.0,2735.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-02-08 13:49:59.485811,2.0,31173.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-02-15 09:56:06.000000,2024-02-01 19:23:19,2665.0,64.0,117.0,59.0,302.0,26.0,254.0,786.0,2024-01-31 11:57:05,5.3.0,36.0,128.0,128.0,43.0,,,63347.0,2.0,8022.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,63259.0,,,,,,,,, 43,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,29,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-02-15 15:15:06.000000,2024-02-15 12:12:47,5272.0,306.0,993.0,158.0,5116.0,70.0,1106.0,18784.0,2022-12-21 09:01:04,4.37.5,100.0,,,147.0,,,687.0,2.0,33679.0,,,,,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-02-14 08:01:40.000000,2024-02-14 07:54:16,2396.0,14.0,1002.0,107.0,824.0,29.0,833.0,5237.0,2024-02-14 08:01:40,.5.6.9,65.0,8513.0,8513.0,316.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-02-15 12:39:40.000000,2024-02-02 14:13:13,1501.0,19.0,321.0,56.0,1121.0,38.0,271.0,4473.0,,,51.0,26.0,26.0,71.0,,,716839.0,2.0,20680.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50872335.0,,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-02-02 18:38:20.000000,2024-01-13 04:41:13,1213.0,11.0,164.0,30.0,1526.0,108.0,101.0,3355.0,2024-01-13 04:08:30,0.27.3,100.0,82.0,82.0,66.0,,,28264.0,2.0,2714.0,,,,,,oso,https://pypi.org/project/oso,28189.0,,,,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-02-11 16:49:27.000000,2024-02-06 22:17:58,3046.0,89.0,289.0,79.0,841.0,282.0,618.0,1760.0,2023-12-17 18:26:45,5.7.8,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,591.0,9308.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2023-12-17 18:38:41.970023,4.0,985063.0,,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-02-13 20:33:38.000000,2024-02-13 20:33:34,5269.0,111.0,284.0,42.0,769.0,51.0,259.0,1269.0,2024-02-09 14:54:54,7.0.1,54.0,1646.0,1646.0,296.0,,,,2.0,,,,,,,,,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-02-15 17:20:37.000000,2024-01-18 04:03:26,614.0,6.0,64.0,40.0,215.0,4.0,84.0,314.0,2024-01-18 04:03:55,8.0.0,100.0,4461.0,4461.0,41.0,https://www.npmjs.com/package/did-jwt,174355.0,174355.0,1.0,,,,,,,,,,,,,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-01-26 03:06:01.000000,2024-01-12 15:14:56,1787.0,4.0,12654.0,1523.0,515.0,15.0,828.0,48485.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4028.0,3.0,241699.0,,,,,,,,,,,,,,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9234.0,1115.0,131.0,541.0,801.0,44507.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3696.0,3.0,173743.0,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3495.0,759.0,74.0,10.0,370.0,14998.0,2016-02-25 17:42:46,0.2.1,4.0,68.0,68.0,30.0,,,1596.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161257.0,,,,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-02-15 17:33:55.000000,2024-02-14 01:44:23,6459.0,108.0,554.0,138.0,4401.0,191.0,2719.0,4929.0,2024-02-12 22:36:34,release-2024-02-12,100.0,,,129.0,,,20824.0,2.0,65061.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-02-14 23:57:39.136100,13.0,1965474.0,,,,,,,,,,,, 54,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-01-31 18:15:38.000000,2023-09-08 08:05:44,1354.0,,323.0,48.0,718.0,50.0,277.0,3164.0,2023-07-18 10:23:06,0.40.6,100.0,3.0,3.0,109.0,,,1141428.0,3.0,35269.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,36.0,87853787.0,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-02-15 16:32:49.000000,2024-02-15 16:31:24,1525.0,89.0,103.0,27.0,1620.0,44.0,282.0,2261.0,2024-01-16 08:53:43,0.33.0,56.0,21.0,21.0,26.0,,,1575.0,3.0,55131.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-02-14 22:03:33.000000,2024-02-14 22:02:56,470.0,29.0,65.0,29.0,144.0,5.0,47.0,189.0,2024-02-14 22:03:28,10.1.5,59.0,1457.0,1457.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,15371.0,15371.0,1.0,,,,,,,,,,,,,,,,,, 57,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-02-15 13:34:03.000000,2024-02-15 13:34:02,2850.0,158.0,366.0,38.0,4942.0,488.0,1479.0,6258.0,2024-02-12 07:12:31,2.45.0,100.0,,,98.0,,,570.0,3.0,2282.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-02-15 18:08:51.000000,2024-02-15 17:55:53,13656.0,635.0,455.0,33.0,6505.0,480.0,1346.0,5798.0,2024-01-29 17:26:20,ersion/2023.10.7,100.0,,,210.0,,,95.0,3.0,2767.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-02-07 07:28:03.000000,2024-02-07 07:27:50,2459.0,36.0,738.0,70.0,243.0,,,2947.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,173880.0,173880.0,2.0,,,,,,,,,,,,,,,,,, 60,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-02-15 07:10:26.000000,2024-02-15 02:31:01,1791.0,100.0,125.0,18.0,1789.0,160.0,531.0,1891.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,64.0,,,2420.0,3.0,253.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-02-07 06:29:26.911239,,145014.0,,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform that scales for CIAM: Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-02-15 11:16:02.000000,2024-02-15 10:30:24,33668.0,436.0,58.0,31.0,4486.0,335.0,2809.0,358.0,2024-02-03 07:03:23,1.0.22,100.0,,,112.0,,,361.0,3.0,1447.0,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-02-15 11:06:45.000000,2024-01-18 09:12:14,359.0,4.0,40.0,23.0,97.0,2.0,47.0,165.0,2024-01-18 09:12:30,4.0.0,54.0,871.0,871.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18369.0,18369.0,1.0,,,,,,,,,,,,,,,,,, 63,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-02-09 00:55:55.000000,2023-12-18 20:11:16,136.0,2.0,6186.0,478.0,207.0,,,55924.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,261644.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,261644.0,-2.0,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-02-12 23:19:41.000000,2024-02-12 23:19:40,6065.0,100.0,310.0,411.0,4178.0,118.0,417.0,1680.0,2024-01-17 19:18:46,1.7.0,28.0,,,149.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-02-14 16:17:07.000000,2024-02-14 16:17:06,2974.0,91.0,263.0,52.0,2247.0,37.0,205.0,840.0,2024-01-31 05:49:52,1.11.51,100.0,28.0,28.0,81.0,,,,2.0,,,,,,,,,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-02-15 10:58:57.000000,2024-01-31 16:38:23,1841.0,23.0,114.0,23.0,758.0,63.0,362.0,384.0,2024-01-16 17:06:31,5.6.0,43.0,570.0,570.0,54.0,,,,1.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-02-15 17:24:51.000000,2024-02-15 17:24:50,8798.0,449.0,440.0,31.0,1632.0,218.0,936.0,381.0,2023-11-25 05:08:09,0.11.0,73.0,,,134.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-02-15 14:20:15.000000,2024-02-08 09:41:44,1693.0,16.0,123.0,21.0,363.0,38.0,78.0,2036.0,2023-09-14 19:06:35,0.7.4,32.0,,,47.0,,,4153.0,3.0,576.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2023-09-14 19:15:56.999755,1.0,148935.0,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-02-15 07:17:29.000000,2024-02-12 16:51:12,616.0,18.0,151.0,35.0,262.0,61.0,174.0,1026.0,2022-09-28 20:32:17,3.0.1,14.0,228.0,228.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-02-14 19:07:06.000000,2024-02-07 15:49:14,1436.0,23.0,72.0,23.0,1002.0,55.0,222.0,276.0,2024-02-07 15:49:47,1.1.0,25.0,110.0,110.0,35.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-13 10:21:42.000000,2024-02-12 14:33:43,776.0,132.0,37.0,16.0,217.0,24.0,83.0,65.0,2024-02-13 10:21:42,0.2.0,30.0,67.0,67.0,22.0,,,4682.0,2.0,60872.0,,,,,,,,,,,,,,,,, 72,hanko,https://github.com/teamhanko/hanko,idp,Auth and user management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-02-15 16:16:28.000000,2024-02-12 10:01:40,1992.0,80.0,806.0,26.0,1147.0,41.0,123.0,5260.0,2023-11-27 14:20:28,backend/v0.9.1,18.0,222.0,222.0,43.0,,,1.0,3.0,21.0,,,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-02-15 05:59:54.000000,2024-02-10 14:19:37,2530.0,388.0,105.0,18.0,888.0,24.0,133.0,2300.0,2024-02-01 10:45:31,0.7.3,57.0,1.0,1.0,41.0,,,84.0,3.0,1528.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-01-10 10:36:35.000000,2024-01-05 02:13:29,2229.0,15.0,260.0,26.0,90.0,8.0,88.0,1117.0,2023-10-11 13:10:11,4.0.2,57.0,,,37.0,,,89.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,7760.0,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-02-15 16:57:44.000000,2024-02-14 08:26:00,15802.0,94.0,310.0,51.0,7234.0,,,1063.0,,,,,,223.0,,,40231.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-02-14 06:51:39.075203,162.0,5672704.0,,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-02-15 14:08:19.000000,2024-02-08 10:07:41,1691.0,19.0,220.0,60.0,286.0,27.0,82.0,508.0,2022-01-07 16:42:38,0.5.0,6.0,,,100.0,,,1539.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-02-05 16:27:06.887033,,120098.0,,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-02-15 16:19:06.000000,2024-02-15 14:46:43,449.0,40.0,93.0,18.0,436.0,65.0,184.0,319.0,2024-02-10 10:58:58,0.2.17,35.0,351.0,351.0,40.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,-1.0,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-02-15 15:47:00.000000,2024-02-15 15:42:01,909.0,70.0,157.0,28.0,1080.0,119.0,534.0,222.0,2023-10-05 13:35:35,0.4.2,77.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-02-12 22:33:51.000000,2024-02-05 01:53:15,389.0,10.0,41.0,23.0,128.0,3.0,18.0,201.0,2023-03-08 14:05:37,4.1.0,24.0,5592.0,5592.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3154.0,293.0,25.0,1.0,143.0,20603.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,23822.0,3.0,762333.0,,,,,,,,,,,,,,,,, 81,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-02-14 14:02:09.000000,2024-02-09 17:33:27,939.0,27.0,417.0,61.0,446.0,109.0,352.0,11254.0,2024-02-10 17:26:32,6.0.17,59.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,4.0,282.0,60.0,147.0,188.0,551.0,5231.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,214.0,3.0,15474.0,,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-02-03 00:32:39.000000,2024-02-03 00:32:39,4037.0,9.0,757.0,255.0,330.0,62.0,210.0,2826.0,2015-09-29 22:50:55,1.1.0,4.0,,,57.0,,,892.0,3.0,109817.0,,,,,,,,,-1.0,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,739.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,76607.0,3.0,387.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7047471.0,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-02-14 21:29:52.000000,2024-02-09 17:33:51,14918.0,35.0,653.0,113.0,17.0,,,674.0,,,,123.0,123.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-02-15 05:47:51.000000,2024-02-14 14:50:00,13267.0,133.0,125.0,12.0,1768.0,936.0,1963.0,298.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,103.0,3.0,7726.0,,,,,,,,,,,,,,,,, 87,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-02-12 21:09:10.000000,2024-02-12 00:43:26,288.0,13.0,15.0,14.0,117.0,1.0,10.0,81.0,2023-07-03 18:25:08,2.0.27,38.0,879.0,879.0,12.0,https://www.npmjs.com/package/web-did-resolver,20956.0,20956.0,2.0,,,,,,,,,,,,,,,,,, 88,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,9.0,123.0,3667.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,263.0,89.0,488.0,25.0,160.0,2822.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-02-14 20:06:19.000000,2024-02-14 19:59:07,2249.0,46.0,151.0,179.0,848.0,71.0,1047.0,1070.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,74.0,,,,1.0,,,,,,,,,,,,,,,,,, 91,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2023-09-06 10:03:37.000000,2023-07-17 21:06:20,282.0,,51.0,248.0,28.0,6.0,39.0,702.0,2023-01-31 02:32:05,2.1.1,52.0,1141.0,1141.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-02-14 18:34:46.000000,2024-02-14 18:34:45,4915.0,25.0,632.0,64.0,1757.0,32.0,51.0,658.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,573.0,,,,,,,,,2.0,,,,,,,, 93,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,32.0,32.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 94,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-02-15 16:23:56.000000,2024-02-15 16:22:34,2495.0,87.0,32.0,16.0,3214.0,49.0,96.0,65.0,2023-12-20 18:55:46,2.0.0,22.0,793.0,793.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4665.0,567.0,122.0,500.0,620.0,13396.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-01-20 11:25:45.000000,2023-10-25 17:45:50,394.0,,671.0,96.0,311.0,157.0,326.0,1647.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-02-06 14:53:38.000000,2024-02-01 07:44:20,2232.0,51.0,68.0,22.0,728.0,5.0,95.0,364.0,2024-02-01 07:18:11,0.22.1.RELEASE,53.0,,,26.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-02-15 16:33:53.000000,2024-02-07 15:20:58,2211.0,43.0,208.0,55.0,585.0,55.0,172.0,316.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,156.0,20.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-02-15 15:40:16.000000,2024-02-15 15:40:15,443.0,90.0,40.0,6.0,249.0,54.0,107.0,102.0,2024-01-11 22:18:15,api-0.8.4,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-02-06 19:42:36.000000,2024-02-06 19:40:39,1099.0,12.0,16.0,12.0,1265.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,352.0,2.0,9859.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,806.0,240.0,242.0,183.0,527.0,2667.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,270.0,96.0,42.0,28.0,24.0,2448.0,,,,,,26.0,,,2233.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2233.0,,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-02-04 16:25:34.000000,2023-06-09 16:12:30,149.0,,221.0,63.0,104.0,4.0,54.0,2315.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-02-15 13:31:14.000000,2024-02-10 21:04:36,1906.0,251.0,83.0,78.0,749.0,30.0,640.0,265.0,,,,,,66.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-31 08:16:37.000000,2024-01-23 08:35:12,1730.0,2.0,100.0,28.0,346.0,36.0,73.0,178.0,2023-06-11 17:23:23,8.4.0,49.0,30.0,30.0,51.0,,,,3.0,,,,,,,,,,-2.0,,,,,,,, 107,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2023-12-13 10:55:45.426370,2023-12-13 10:48:35,1531.0,6.0,33.0,7.0,195.0,2.0,164.0,97.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,416.0,2.0,58.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,12449.0,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,159.0,88.0,184.0,71.0,69.0,1226.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-02-09 17:41:51.000000,2023-12-29 21:20:41,901.0,4.0,52.0,11.0,300.0,9.0,103.0,602.0,,,,739.0,739.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-01-02 16:08:06.000000,2024-01-02 16:08:05,102.0,5.0,33.0,7.0,14.0,,24.0,288.0,2024-01-02 15:37:13,1.3.3,21.0,142.0,142.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-02-15 00:17:14.000000,2023-11-01 15:51:52,531.0,,52.0,30.0,359.0,73.0,103.0,173.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,23.0,44.0,16.0,88.0,23.0,62.0,165.0,,,,251.0,251.0,14.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-02-12 18:54:43.000000,2024-01-30 17:27:52,1473.0,146.0,59.0,9.0,500.0,,111.0,72.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-02-15 18:17:08.000000,2024-02-15 18:17:07,2335.0,106.0,37.0,10.0,442.0,133.0,94.0,46.0,,,1.0,29.0,29.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,371.0,559.0,56.0,126.0,88.0,8173.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-02-14 16:34:56.000000,2024-02-04 01:57:10,538.0,3.0,149.0,84.0,208.0,17.0,42.0,1362.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-02-12 21:23:52.000000,2024-02-12 21:23:51,249.0,29.0,24.0,5.0,257.0,15.0,19.0,942.0,2024-02-07 00:43:37,1.6.0,95.0,1.0,1.0,5.0,,,119.0,3.0,883.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-02-07 00:43:37.669098,,555.0,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-02-14 11:18:03.000000,2024-02-14 11:17:22,3623.0,24.0,68.0,27.0,5.0,,,228.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],17,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-02-12 23:39:37.000000,2024-01-10 15:16:53,326.0,12.0,54.0,12.0,350.0,48.0,107.0,193.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-02-15 16:54:03.000000,2024-02-14 00:44:49,1655.0,53.0,109.0,20.0,834.0,73.0,176.0,124.0,,,,,,41.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-02-15 14:58:03.000000,2024-02-14 15:28:44,406.0,17.0,22.0,4.0,148.0,6.0,23.0,45.0,2024-02-07 17:23:49,1.7.5,38.0,136.0,136.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-02-14 12:00:19.000000,2024-02-06 12:32:15,1501.0,77.0,10.0,9.0,146.0,5.0,8.0,43.0,2024-01-19 10:56:27,0.18.1,31.0,3.0,3.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,17,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,4.0,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,141.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4103.0,,,,,,,,,,,, 124,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-02-15 13:06:17.000000,2024-02-15 13:02:53,3822.0,322.0,11.0,7.0,469.0,43.0,1900.0,33.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 125,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-02-07 08:42:19.000000,2024-02-07 08:42:19,983.0,50.0,11.0,7.0,112.0,6.0,25.0,30.0,2024-02-05 19:58:50,3.2.0,28.0,17.0,17.0,17.0,,,1.0,3.0,58.0,,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-02-13 09:38:40.000000,2024-02-08 11:27:54,1857.0,29.0,135.0,60.0,484.0,6.0,227.0,526.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-02-14 16:08:56.000000,2024-02-14 09:03:03,1001.0,32.0,38.0,50.0,219.0,174.0,147.0,449.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,88.0,73.0,488.0,34.0,324.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,5.0,66.0,33.0,251.0,47.0,72.0,243.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-02-12 00:18:55.000000,2024-02-05 20:54:24,451.0,14.0,53.0,11.0,526.0,87.0,126.0,143.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-02-08 19:38:37.000000,2024-01-31 15:21:51,812.0,4.0,174.0,35.0,353.0,39.0,150.0,107.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-01-15 17:36:47.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,228.0,55.0,172.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-01-19 10:05:24.000000,2024-01-19 10:05:24,413.0,18.0,25.0,29.0,56.0,14.0,9.0,67.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-02-15 17:22:12.000000,2024-02-15 17:22:05,703.0,81.0,12.0,6.0,74.0,5.0,11.0,48.0,2023-10-14 23:03:15,0.8.1,14.0,,,15.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 135,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],15,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-24 12:12:35.000000,2024-01-10 18:48:43,529.0,49.0,26.0,12.0,141.0,14.0,42.0,44.0,,,,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,37.0,94.0,30.0,102.0,955.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-01-19 17:13:52.000000,2024-01-19 17:12:31,682.0,12.0,58.0,73.0,267.0,158.0,109.0,308.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2023-11-13 15:58:16.000000,2023-09-16 04:20:28,78.0,,29.0,2.0,31.0,11.0,21.0,207.0,2023-03-10 01:28:21,1.2.1,9.0,33.0,33.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-02-09 00:22:43.000000,2024-01-25 08:13:52,628.0,21.0,20.0,8.0,50.0,8.0,15.0,72.0,,,13.0,49.0,49.0,12.0,,,0.0,3.0,26.0,,,,,,,,,,,,,,,,, 140,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],14,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-02-15 00:09:29.000000,2024-01-31 19:22:55,877.0,76.0,21.0,14.0,176.0,14.0,124.0,64.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,31.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,724.0,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,245.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,225.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-02-01 21:47:30.000000,2024-02-01 21:47:23,457.0,4.0,22.0,30.0,41.0,27.0,45.0,117.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,6.0,21.0,11.0,42.0,10.0,10.0,111.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,192991.0,192991.0,3.0,,,,,,,,,,,,,,,,,, 146,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,13,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-02-15 17:37:57.000000,2024-02-15 13:59:46,559.0,451.0,15.0,3.0,121.0,15.0,18.0,53.0,,,100.0,,,12.0,,,,3.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-02-15 00:52:10.000000,2024-02-13 16:39:32,708.0,12.0,23.0,12.0,195.0,15.0,190.0,44.0,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,2.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-02-15 17:12:45.000000,2024-02-12 11:33:05,388.0,98.0,8.0,18.0,339.0,,,62.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,,,183.0,183.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,59.0,59.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,11,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,17.0,8.0,16.0,4.0,10.0,148.0,,,,8.0,8.0,4.0,,,689.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,689.0,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-02-15 02:50:36.000000,2024-02-15 02:50:24,935.0,55.0,9.0,7.0,162.0,8.0,9.0,40.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,18.0,19.0,73.0,13.0,24.0,42.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,5.0,13.0,10.0,24.0,1.0,3.0,38.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-02-12 21:23:17.000000,2024-02-12 21:23:14,66.0,11.0,3.0,25.0,22.0,31.0,24.0,35.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-02-15 17:50:19.000000,2024-02-13 18:52:48,72.0,12.0,3.0,10.0,71.0,2.0,1.0,15.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,2.0,,,,,,,, 159,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-02-09 03:01:17.000000,2024-02-09 03:00:59,241.0,123.0,10.0,8.0,83.0,17.0,32.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,28.0,5.0,10.0,2.0,1.0,2.0,10.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,2.0,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,2.0,11.0,9.0,35.0,20.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-02-11 21:35:33.000000,2024-02-05 15:52:15,107.0,60.0,6.0,3.0,22.0,10.0,17.0,5.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,2.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,364.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2548.0,,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,7,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-02-14 23:57:35.000000,2024-01-12 17:04:06,63.0,2.0,2.0,10.0,65.0,1.0,1.0,18.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-02-12 14:43:52.000000,2024-02-12 14:43:52,14.0,13.0,1.0,14.0,8.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,71980.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-02-08 16:35:10.372181,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-02-08 16:35:10.372181,22.0,4103312.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-02-22_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇43 · ⭐ 21K · 📈) - Authentication for the Web. ISC - ory-kratos (🥇36 · ⭐ 10K · 📈) - Next-gen identity server replacing your Auth0, Okta,.. Apache-2 ory - casdoor (🥈31 · ⭐ 8.1K · 📈) - An open-source UI-first Identity and Access Management (IAM) /.. Apache-2 - laragear-webauthn (🥉16 · ⭐ 210 · 📈) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - waltid-identity (🥉16 · ⭐ 56 · 🐣) - All-In-One identity and wallet toolkit. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casl (🥇35 · ⭐ 5.4K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - spiffe (🥉16 · ⭐ 1.4K · 📉) - The SPIFFE Project. Apache-2 cncf linux-foundation - tbd-ssi-sdk (🥉16 · ⭐ 190 · 📉) - self sovereign identity sdk. Apache-2 web5 - waltid-walletkit (🥉16 · ⭐ 33 · 📉) - Toolkit for SSI and NFT/SBT wallets. Apache-2 - anoncreds (🥉14 · ⭐ 44 · 📉) - The specification for AnonCreds verifiable credential.. Apache-2 hyperledger ================================================ FILE: history/2024-02-22_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-02-22 14:37:59.000000,2024-02-20 14:20:31,2895.0,256.0,2683.0,101.0,2332.0,232.0,3743.0,21308.0,2024-02-19 13:08:16,next-auth@5.0.0-beta.12,100.0,200393.0,200393.0,649.0,https://www.npmjs.com/package/next-auth,3330358.0,3330358.0,1.0,1.0,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-02-22 15:26:53.000000,2024-02-22 14:46:44,8551.0,391.0,1926.0,146.0,3323.0,175.0,3063.0,11233.0,2024-02-08 13:37:30,1.14.2,100.0,827.0,827.0,437.0,,,2019339.0,1.0,,72696214.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-02-22 11:05:19.000000,2024-02-20 11:46:17,4983.0,103.0,1219.0,123.0,4101.0,331.0,2143.0,8954.0,2024-01-25 13:34:39,0.61.0,100.0,3435.0,3435.0,440.0,,,5261142.0,1.0,,5664526.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-02-20 12:23:41.119383,41.0,505311916.0,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,14.0,463.0,68.0,496.0,79.0,293.0,2721.0,2023-01-10 13:13:43,3.2.2,48.0,497093.0,497093.0,195.0,,,84880628.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,84880628.0,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",39,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-02-21 19:10:38.000000,2024-02-05 17:12:34,3835.0,39.0,1926.0,238.0,4136.0,101.0,2120.0,11735.0,2023-08-15 20:00:30,1.11.1,67.0,5835.0,5835.0,375.0,,,2836083.0,1.0,,7110005.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,148.0,261838629.0,,,,,,,,,,, 16,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,7.0,1196.0,310.0,157.0,335.0,428.0,22263.0,,,,1005050.0,1005050.0,38.0,https://www.npmjs.com/package/passport,10225102.0,10225102.0,1.0,,,,,,,,,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-02-22 18:09:10.000000,2024-02-22 18:09:09,24152.0,771.0,5919.0,373.0,14442.0,1842.0,7069.0,19105.0,2024-02-22 09:05:48,23.0.7,51.0,,,1338.0,,,65425.0,1.0,,2486179.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-02-14 15:51:08.000000,2024-02-12 11:38:34,3784.0,48.0,1338.0,232.0,1749.0,83.0,1399.0,14954.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3947799.0,1.0,,719931.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,413454378.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-02-22 16:31:53.000000,2024-02-21 19:59:00,9663.0,66.0,1189.0,126.0,1122.0,83.0,917.0,7282.0,2023-11-22 02:28:28,0.5.16,10.0,1518.0,1518.0,229.0,,,217362.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,217362.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-02-05 09:45:38.000000,2024-01-17 08:32:38,1374.0,13.0,394.0,62.0,187.0,77.0,349.0,4167.0,2023-12-17 12:54:58,1.3.0,33.0,30934.0,30934.0,105.0,,,7795815.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,7795815.0,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-02-22 18:10:53.000000,2024-02-22 17:08:59,19107.0,539.0,3900.0,826.0,19545.0,981.0,4903.0,29326.0,2024-01-30 20:59:02,1.15.5,100.0,6968.0,6968.0,1443.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-02-22 17:42:59.000000,2024-02-22 17:42:58,4141.0,97.0,865.0,108.0,1836.0,172.0,1049.0,10164.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,220.0,,,1636020.0,1.0,1.0,37392.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112832782.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-02-22 14:01:55.000000,2024-02-22 14:01:55,1251.0,146.0,1691.0,127.0,134.0,3.0,891.0,9272.0,2024-02-04 13:36:56,0.0.84,4.0,2596.0,2596.0,54.0,,,206679.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,206679.0,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-02-20 07:32:41.000000,2024-02-20 07:30:50,1545.0,22.0,253.0,41.0,380.0,10.0,436.0,5419.0,2024-02-14 14:03:07,@casl/vue@2.2.2,100.0,66337.0,66337.0,68.0,https://www.npmjs.com/package/@casl/ability,2230484.0,2230484.0,1.0,-1.0,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-02-22 16:28:58.000000,2024-02-07 15:34:31,1084.0,4.0,1567.0,232.0,486.0,42.0,742.0,16545.0,2024-02-07 15:35:41,2.82.0,100.0,2739.0,2739.0,139.0,https://www.npmjs.com/package/casbin,192628.0,271137.0,2.0,,,,,,,,casbin,https://pypi.org/project/casbin,78509.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3528.0,336.0,109.0,433.0,390.0,15910.0,2020-03-22 14:01:55,0.22.2,38.0,8352.0,8352.0,25.0,https://www.npmjs.com/package/face-api.js,147908.0,147908.0,2.0,,,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-02-22 08:42:12.000000,2024-02-15 12:45:50,24749.0,622.0,3825.0,605.0,4672.0,,,10683.0,2024-02-02 12:57:17,7.0.1,100.0,21.0,21.0,346.0,,,6085.0,2.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-02-22 00:32:19.110507,129.0,906728.0,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-02-22 18:04:57.000000,2024-02-22 17:29:33,8012.0,660.0,549.0,59.0,5723.0,315.0,1424.0,4282.0,2024-01-09 21:11:36,ockam_v0.116.0,100.0,183.0,183.0,306.0,,,13363.0,2.0,,347448.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-02-16 21:35:46.243323,2024-02-16 20:49:37,3335.0,163.0,276.0,38.0,3953.0,78.0,879.0,3797.0,2024-01-10 15:55:52,0.25.0,100.0,15.0,15.0,91.0,,,20563414.0,2.0,,53445.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-02-16 21:35:46.243323,10.0,1254304439.0,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-02-07 18:51:16.000000,2024-01-30 13:06:56,3603.0,4.0,386.0,31.0,523.0,72.0,356.0,535.0,2024-01-30 11:50:06,7.5.0,51.0,1681.0,1681.0,172.0,,,612453.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,612453.0,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-22 04:35:51.000000,2022-06-10 09:12:18,238.0,,12970.0,1563.0,226.0,730.0,584.0,51158.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,70653.0,2.0,,1225.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7460.0,face_recognition,https://pypi.org/project/face_recognition,70550.0,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-01-16 12:11:24.000000,2024-01-16 12:11:24,4735.0,3.0,1716.0,182.0,1688.0,443.0,1347.0,9753.0,2023-04-14 09:36:52,r1.4.1,15.0,90.0,90.0,131.0,,,227458.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,227458.0,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-02-21 21:31:31.000000,2024-02-21 14:32:13,3517.0,181.0,229.0,37.0,1311.0,99.0,319.0,4261.0,2024-02-02 17:00:01,1.29.1,66.0,46.0,46.0,41.0,,,65545.0,2.0,,47324.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-02-02 17:00:01.288986,6.0,1917435.0,,,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-02-22 17:53:09.000000,2024-02-22 16:35:55,6434.0,136.0,428.0,79.0,3547.0,140.0,1209.0,1618.0,2023-12-21 19:45:00,1.8.7,96.0,136.0,136.0,185.0,,,2750.0,2.0,,209057.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-02-22 04:49:08.000000,2024-02-17 08:08:22,2742.0,117.0,1505.0,174.0,2055.0,288.0,804.0,8846.0,2024-01-25 14:31:22,2.38.0,81.0,150.0,150.0,233.0,,,3.0,2.0,,306.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 36,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-02-22 16:24:40.226831,2024-02-22 16:09:37,2282.0,176.0,957.0,58.0,1393.0,99.0,1119.0,8115.0,2024-02-22 16:18:59,1.543.0,100.0,3.0,3.0,166.0,,,3264.0,2.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-02-22 16:24:40.226831,13.0,130577.0,,,,,,,,,,, 37,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-02-22 16:45:46.000000,2024-02-21 21:32:26,3953.0,426.0,256.0,198.0,4103.0,81.0,249.0,3763.0,2024-01-30 23:59:36,0.15.0,50.0,8.0,8.0,155.0,,,259087.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-01-31 00:05:52.365063,12.0,12695305.0,,,,,,,,,,, 38,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-02-21 20:28:08.000000,2024-02-19 04:26:42,442.0,65.0,153.0,38.0,113.0,2.0,88.0,769.0,2024-01-11 16:18:23,2.0.0,25.0,988.0,988.0,27.0,,,74453.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,74453.0,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-02-22 17:05:27.000000,2024-02-22 17:05:26,12680.0,786.0,696.0,116.0,6591.0,3958.0,9126.0,735.0,2023-01-30 04:38:12,6.1.0,100.0,,,699.0,,,16039.0,2.0,,10182.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1861826.0,,,,,,,,,,, 40,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4987.0,497.0,152.0,1017.0,1352.0,20456.0,2023-04-02 07:43:27,0.7,1.0,1701.0,1701.0,58.0,,,202441.0,3.0,,2024408.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers that works universally.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-02-22 16:42:06.000000,2024-02-22 06:14:40,5681.0,438.0,301.0,38.0,5026.0,71.0,269.0,6859.0,2024-02-08 13:51:36,1.13.0,53.0,11.0,11.0,46.0,,,1411.0,2.0,,2756.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-02-08 13:49:59.485811,2.0,41163.0,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-02-15 09:56:06.000000,2024-02-01 19:23:19,2665.0,60.0,117.0,59.0,302.0,26.0,254.0,791.0,2024-01-31 11:57:05,5.3.0,36.0,128.0,128.0,43.0,,,62864.0,2.0,,8124.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,62775.0,,,,,,,, 43,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,29,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-02-22 15:33:14.000000,2024-02-22 13:50:12,5294.0,299.0,994.0,157.0,5141.0,69.0,1107.0,18829.0,2022-12-21 09:01:04,4.37.5,100.0,,,147.0,,,693.0,2.0,,33993.0,,,,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-02-22 06:41:28.000000,2024-02-22 06:41:27,2398.0,12.0,1003.0,107.0,826.0,30.0,833.0,5241.0,2024-02-14 08:01:40,.5.6.9,65.0,8530.0,8530.0,318.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-02-15 12:39:40.000000,2024-02-02 14:13:13,1501.0,19.0,323.0,57.0,1121.0,37.0,272.0,4495.0,,,51.0,26.0,26.0,71.0,,,716898.0,2.0,,20800.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50876367.0,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-02-02 18:38:20.000000,2024-01-13 04:41:13,1213.0,10.0,165.0,30.0,1526.0,108.0,101.0,3353.0,2024-01-13 04:08:30,0.27.3,100.0,82.0,82.0,66.0,,,28313.0,2.0,,2714.0,,,,,,oso,https://pypi.org/project/oso,28238.0,,,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-02-22 15:52:31.144612,2024-02-06 22:17:58,3046.0,89.0,289.0,79.0,842.0,283.0,618.0,1759.0,2023-12-17 18:26:45,5.7.8,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,495.0,9234.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-02-22 15:52:31.144612,4.0,987596.0,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-02-20 18:42:32.000000,2024-02-20 18:42:31,5271.0,107.0,287.0,41.0,770.0,51.0,260.0,1278.0,2024-02-09 14:54:54,7.0.1,54.0,1664.0,1664.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-02-22 16:30:42.000000,2024-01-18 04:03:26,614.0,6.0,64.0,40.0,215.0,4.0,84.0,314.0,2024-01-18 04:03:55,8.0.0,100.0,4482.0,4482.0,41.0,https://www.npmjs.com/package/did-jwt,186446.0,186446.0,1.0,,,,,,,,,,,,,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-02-22 06:54:07.000000,2024-01-12 15:14:56,1787.0,4.0,12675.0,1524.0,516.0,15.0,828.0,48555.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4134.0,3.0,,248045.0,,,,,,,,,,,,,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9236.0,1114.0,131.0,541.0,801.0,44595.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3708.0,3.0,,174317.0,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3495.0,760.0,74.0,10.0,370.0,15002.0,2016-02-25 17:42:46,0.2.1,4.0,69.0,69.0,30.0,,,1596.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161267.0,,,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-02-21 22:51:27.000000,2024-02-21 22:51:26,6462.0,108.0,554.0,138.0,4405.0,192.0,2719.0,4932.0,2024-02-20 18:44:43,release-2024-02-20,100.0,,,129.0,,,20835.0,2.0,,65158.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-02-14 23:57:39.136100,13.0,1966140.0,,,,,,,,,,, 54,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],28,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-01-31 18:15:38.000000,2023-09-08 08:05:44,1354.0,,323.0,48.0,718.0,50.0,277.0,3167.0,2023-07-18 10:23:06,0.40.6,100.0,3.0,3.0,109.0,,,1141606.0,3.0,,35533.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2023-07-18 10:23:05.234030,36.0,87867262.0,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-02-20 18:33:22.000000,2024-02-20 16:17:59,1535.0,95.0,103.0,28.0,1629.0,43.0,283.0,2270.0,2024-02-20 09:17:15,0.34.0,57.0,21.0,21.0,26.0,,,1592.0,3.0,,55749.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-02-19 19:37:04.000000,2024-02-19 01:48:07,471.0,29.0,65.0,29.0,144.0,5.0,47.0,189.0,2024-02-14 22:03:28,10.1.5,59.0,1458.0,1458.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,15853.0,15853.0,1.0,,,,,,,,,,,,,,,,,, 57,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-02-22 18:10:51.000000,2024-02-22 17:25:47,2862.0,149.0,372.0,37.0,4957.0,494.0,1487.0,6343.0,2024-02-16 14:27:29,2.46.0,100.0,,,99.0,,,588.0,3.0,,2352.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-02-22 17:47:17.000000,2024-02-22 16:53:19,13725.0,640.0,458.0,33.0,6588.0,496.0,1359.0,5857.0,2024-02-22 15:36:54,ersion/2024.2.1,100.0,,,211.0,,,100.0,3.0,,2827.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-02-07 07:28:03.000000,2024-02-07 07:27:50,2459.0,33.0,739.0,70.0,243.0,,,2960.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,179800.0,179800.0,2.0,,,,,,,,,,,,,,,,,, 60,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-02-22 10:57:36.000000,2024-02-22 07:34:46,1813.0,113.0,125.0,18.0,1810.0,160.0,544.0,1905.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,66.0,,,3293.0,3.0,,249.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-02-07 06:29:26.911239,,197354.0,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform that scales for CIAM: Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-02-22 17:49:30.000000,2024-02-22 17:49:28,33696.0,445.0,57.0,31.0,4533.0,336.0,2837.0,361.0,2024-02-03 07:03:23,1.0.22,100.0,,,112.0,,,411.0,3.0,,1647.0,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-02-19 19:17:12.000000,2024-01-18 09:12:14,359.0,4.0,40.0,23.0,97.0,2.0,47.0,165.0,2024-01-18 09:12:30,4.0.0,54.0,874.0,874.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18940.0,18940.0,1.0,,,,,,,,,,,,,,,,,, 63,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-02-22 15:22:59.000000,2023-12-18 20:11:16,136.0,2.0,6234.0,479.0,209.0,,,56346.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,267729.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,267729.0,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-02-21 21:00:35.000000,2024-02-21 21:00:26,6071.0,97.0,310.0,411.0,4181.0,118.0,417.0,1681.0,2024-01-17 19:18:46,1.7.0,28.0,,,150.0,,,0.0,2.0,,51.0,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-02-22 00:24:06.000000,2024-02-21 22:05:47,2985.0,91.0,262.0,52.0,2255.0,38.0,205.0,845.0,2024-02-21 22:04:52,1.11.52,100.0,29.0,29.0,81.0,,,,2.0,,,,,,,,,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-02-22 18:13:33.000000,2024-02-22 18:04:33,1848.0,30.0,113.0,23.0,764.0,61.0,366.0,387.0,2024-01-16 17:06:31,5.6.0,43.0,575.0,575.0,54.0,,,,1.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-02-22 15:49:46.000000,2024-02-22 15:15:21,8886.0,512.0,440.0,30.0,1648.0,211.0,950.0,382.0,2023-11-25 05:08:09,0.11.0,74.0,,,134.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-02-22 14:56:20.074703,2024-02-20 12:55:31,1697.0,20.0,125.0,21.0,365.0,38.0,79.0,2059.0,2023-09-14 19:06:35,0.7.4,32.0,,,49.0,,,4225.0,3.0,,580.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-02-22 14:56:20.074703,1.0,151493.0,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-02-16 13:38:11.000000,2024-02-16 13:38:11,618.0,20.0,151.0,35.0,262.0,60.0,176.0,1029.0,2022-09-28 20:32:17,3.0.1,14.0,230.0,230.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-02-22 16:01:58.000000,2024-02-21 14:49:12,1440.0,27.0,73.0,23.0,1008.0,52.0,226.0,276.0,2024-02-19 15:08:47,1.0.1,27.0,110.0,110.0,35.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-19 21:25:32.000000,2024-02-19 21:22:49,781.0,124.0,37.0,16.0,221.0,24.0,83.0,66.0,2024-02-13 10:21:42,0.2.0,30.0,69.0,69.0,22.0,,,4859.0,2.0,,63168.0,,,,,,,,,,,,,,,, 72,hanko,https://github.com/teamhanko/hanko,idp,Auth and user management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-02-22 16:39:05.000000,2024-02-20 22:05:54,2004.0,85.0,803.0,27.0,1162.0,41.0,125.0,5271.0,2024-02-16 16:42:14,backend/v0.10.0,19.0,224.0,224.0,43.0,,,1.0,3.0,,21.0,,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-02-22 16:03:30.000000,2024-02-21 15:22:18,2540.0,340.0,105.0,17.0,898.0,28.0,133.0,2322.0,2024-02-17 20:13:26,0.7.4,58.0,1.0,1.0,41.0,,,85.0,3.0,,1532.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-02-22 00:17:43.000000,2024-01-05 02:13:29,2229.0,13.0,261.0,26.0,96.0,8.0,88.0,1127.0,2023-10-11 13:10:11,4.0.2,57.0,,,37.0,,,91.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,7965.0,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-02-22 15:44:39.000000,2024-02-21 22:07:33,15805.0,96.0,310.0,52.0,7251.0,,,1064.0,,,,,,223.0,,,40273.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-02-21 08:19:08.857998,162.0,5678590.0,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-02-22 17:20:29.000000,2024-02-20 15:48:56,1705.0,29.0,221.0,60.0,291.0,28.0,83.0,511.0,2022-01-07 16:42:38,0.5.0,6.0,,,102.0,,,1543.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-02-20 15:50:44.239326,,120421.0,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-02-21 20:49:05.000000,2024-02-21 20:47:48,453.0,39.0,93.0,18.0,438.0,67.0,184.0,319.0,2024-02-21 20:48:22,0.2.18,36.0,356.0,356.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-02-22 18:16:19.000000,2024-02-22 18:14:06,916.0,75.0,157.0,28.0,1085.0,120.0,536.0,223.0,2023-10-05 13:35:35,0.4.2,77.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-02-19 18:08:51.000000,2024-02-19 00:24:37,390.0,10.0,41.0,23.0,128.0,3.0,18.0,202.0,2023-03-08 14:05:37,4.1.0,24.0,5620.0,5620.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3182.0,295.0,25.0,1.0,143.0,20717.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24138.0,3.0,,772421.0,,,,,,,,,,,,,,,, 81,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-02-22 10:26:40.000000,2024-02-09 17:33:27,939.0,19.0,419.0,61.0,451.0,110.0,352.0,11274.0,2024-02-10 17:26:32,6.0.17,59.0,,,26.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,4.0,284.0,61.0,147.0,188.0,552.0,5246.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,216.0,3.0,,15561.0,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-02-03 00:32:39.000000,2024-02-03 00:32:39,4037.0,7.0,757.0,255.0,330.0,62.0,210.0,2827.0,2015-09-29 22:50:55,1.1.0,4.0,,,57.0,,,893.0,3.0,,109845.0,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,742.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,76627.0,3.0,,387.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7049286.0,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,51.0,248.0,29.0,6.0,39.0,703.0,2023-01-31 02:32:05,2.1.1,52.0,1156.0,1156.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-02-14 21:29:52.000000,2024-02-09 17:33:51,14918.0,35.0,652.0,113.0,17.0,,,674.0,,,,124.0,124.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-02-22 10:25:16.000000,2024-02-22 10:20:00,13289.0,155.0,125.0,12.0,1775.0,935.0,1964.0,303.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,103.0,3.0,,7726.0,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-02-19 19:02:44.000000,2024-02-19 00:07:08,289.0,13.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,882.0,882.0,12.0,https://www.npmjs.com/package/web-did-resolver,24526.0,24526.0,2.0,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,9.0,123.0,3668.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,265.0,89.0,488.0,25.0,160.0,2825.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-02-21 20:28:18.000000,2024-02-21 20:26:56,2263.0,58.0,151.0,179.0,849.0,72.0,1048.0,1073.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,74.0,,,,1.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-02-14 18:34:46.000000,2024-02-14 18:34:45,4915.0,23.0,633.0,64.0,1757.0,33.0,51.0,662.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,,575.0,,,,,,,,,,,,,,,, 93,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,33.0,33.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 94,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-02-22 11:29:58.000000,2024-02-22 11:29:57,2507.0,92.0,32.0,16.0,3221.0,49.0,96.0,65.0,2023-12-20 18:55:46,2.0.0,22.0,797.0,797.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4664.0,567.0,122.0,501.0,620.0,13404.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-02-17 18:38:26.000000,2023-10-25 17:45:50,394.0,,674.0,97.0,312.0,157.0,326.0,1650.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-02-19 14:39:28.000000,2024-02-01 07:44:20,2232.0,50.0,68.0,22.0,729.0,5.0,95.0,365.0,2024-02-01 07:18:11,0.22.1.RELEASE,53.0,,,26.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-02-21 16:38:47.000000,2024-02-21 04:41:44,2213.0,45.0,208.0,55.0,587.0,55.0,172.0,315.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,157.0,20.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-02-22 16:19:00.000000,2024-02-21 23:51:39,447.0,85.0,40.0,7.0,258.0,54.0,109.0,101.0,2024-01-11 22:18:15,api-0.8.4,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-02-21 23:12:09.000000,2024-02-16 20:14:38,1106.0,18.0,16.0,12.0,1270.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,357.0,2.0,,10003.0,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,804.0,240.0,242.0,183.0,527.0,2675.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,272.0,98.0,42.0,28.0,24.0,2464.0,,,,,,26.0,,,2374.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2374.0,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-02-04 16:25:34.000000,2023-06-09 16:12:30,149.0,,221.0,63.0,104.0,3.0,55.0,2319.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-02-22 10:44:48.000000,2024-02-21 17:00:14,1913.0,235.0,85.0,77.0,751.0,25.0,646.0,268.0,,,,,,66.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-31 08:16:37.000000,2024-01-23 08:35:12,1730.0,2.0,100.0,28.0,346.0,37.0,73.0,178.0,2023-06-11 17:23:23,8.4.0,49.0,30.0,30.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,4.0,33.0,7.0,196.0,2.0,164.0,97.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,422.0,2.0,,58.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,12620.0,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,159.0,88.0,184.0,71.0,69.0,1227.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-02-19 21:16:14.000000,2023-12-29 21:20:41,901.0,3.0,52.0,11.0,301.0,9.0,103.0,605.0,,,,743.0,743.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-01-02 16:08:06.000000,2024-01-02 16:08:05,102.0,5.0,33.0,7.0,14.0,,24.0,292.0,2024-01-02 15:37:13,1.3.3,21.0,143.0,143.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-02-22 16:27:42.000000,2023-11-01 15:51:52,531.0,,52.0,30.0,359.0,73.0,103.0,172.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,23.0,44.0,16.0,88.0,23.0,62.0,167.0,,,,256.0,256.0,14.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-02-22 06:45:00.000000,2024-02-21 13:11:56,1659.0,49.0,109.0,21.0,840.0,72.0,177.0,125.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-02-22 10:23:24.000000,2024-01-30 17:27:52,1473.0,129.0,59.0,9.0,504.0,2.0,111.0,73.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-02-21 19:28:11.000000,2024-02-21 19:28:10,2343.0,112.0,37.0,10.0,446.0,134.0,94.0,46.0,,,1.0,30.0,30.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,371.0,559.0,56.0,126.0,88.0,8171.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-02-20 02:00:14.000000,2024-02-20 02:00:14,250.0,30.0,24.0,5.0,258.0,15.0,19.0,946.0,2024-02-07 00:43:37,1.6.0,95.0,1.0,1.0,5.0,,,119.0,3.0,,883.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-02-07 00:43:37.669098,,558.0,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-02-20 18:46:26.000000,2024-02-20 18:43:33,3625.0,23.0,68.0,27.0,5.0,,,228.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-02-22 15:40:01.000000,2024-02-22 14:57:08,1569.0,130.0,10.0,9.0,150.0,7.0,8.0,47.0,2024-01-19 10:56:27,0.18.1,31.0,3.0,3.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-02-22 14:47:47.000000,2024-02-19 11:34:32,407.0,18.0,22.0,4.0,150.0,8.0,23.0,45.0,2024-02-07 17:23:49,1.7.5,38.0,139.0,139.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-02-22 14:50:53.000000,2024-02-22 14:50:49,3852.0,347.0,13.0,7.0,470.0,49.0,1916.0,34.0,,,,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-02-07 08:42:19.000000,2024-02-07 08:42:19,983.0,50.0,11.0,7.0,112.0,6.0,25.0,30.0,2024-02-05 19:58:50,3.2.0,28.0,17.0,17.0,17.0,,,1.0,3.0,,58.0,,,,,,,,,,,,,,,, 123,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-02-14 16:34:56.000000,2024-02-04 01:57:10,538.0,3.0,148.0,84.0,208.0,17.0,42.0,1366.0,,,,,,57.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,, 124,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-02-20 08:05:46.000000,2024-02-20 08:05:45,1858.0,25.0,135.0,60.0,485.0,6.0,227.0,526.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-02-22 18:10:31.000000,2024-02-22 16:12:52,1006.0,36.0,38.0,50.0,221.0,174.0,147.0,451.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 126,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,88.0,73.0,488.0,34.0,324.0,388.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,5.0,66.0,33.0,251.0,46.0,73.0,245.0,,,,6.0,6.0,22.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 128,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-02-21 02:14:09.000000,2024-02-21 02:13:56,85.0,7.0,29.0,2.0,36.0,1.0,31.0,208.0,2024-02-20 23:54:41,1.2.2,10.0,34.0,34.0,8.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, 129,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],16,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-02-19 23:47:10.000000,2024-01-10 15:16:53,326.0,9.0,54.0,12.0,351.0,48.0,107.0,194.0,,,4.0,41.0,41.0,18.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,, 130,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,16,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-02-22 17:47:00.000000,2024-02-21 13:24:31,584.0,459.0,16.0,3.0,134.0,16.0,21.0,56.0,2024-02-19 10:02:03,0.1.0,100.0,,,12.0,,,,3.0,3.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,, 131,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,2.0,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,141.0,3.0,-1.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4107.0,,,,,,,,,,, 132,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-02-19 01:11:33.000000,2024-02-05 20:54:24,451.0,14.0,53.0,11.0,527.0,87.0,126.0,143.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-02-19 14:26:07.000000,2024-01-31 15:21:51,812.0,4.0,175.0,35.0,354.0,39.0,150.0,106.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-01-15 17:36:47.000000,2023-10-05 20:28:43,621.0,,33.0,31.0,228.0,55.0,172.0,75.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-02-20 15:49:26.000000,2024-02-20 15:49:22,416.0,14.0,25.0,29.0,56.0,14.0,9.0,68.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-02-22 16:14:52.000000,2024-02-22 16:14:51,711.0,85.0,13.0,6.0,76.0,5.0,11.0,50.0,2024-02-16 11:11:01,0.9.0,15.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,37.0,94.0,30.0,102.0,957.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-02-16 15:24:52.000000,2024-01-19 17:12:31,682.0,10.0,57.0,74.0,267.0,157.0,109.0,311.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-02-09 00:22:43.000000,2024-01-25 08:13:52,628.0,21.0,20.0,8.0,50.0,8.0,15.0,74.0,,,13.0,49.0,49.0,12.0,,,0.0,3.0,,26.0,,,,,,,,,,,,,,,, 140,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],14,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-02-22 00:09:10.000000,2024-01-31 19:22:55,877.0,74.0,21.0,14.0,176.0,16.0,124.0,65.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-01-24 12:12:35.000000,2024-01-10 18:48:43,529.0,33.0,26.0,12.0,141.0,14.0,42.0,44.0,,,,,,25.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,, 143,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,31.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,724.0,,,,,,,,,,, 144,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,245.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,225.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-02-19 10:11:24.000000,2024-02-19 10:11:21,461.0,6.0,22.0,30.0,41.0,27.0,45.0,118.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,6.0,22.0,11.0,42.0,10.0,10.0,113.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,208106.0,208106.0,3.0,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-02-22 00:51:16.000000,2024-02-20 16:47:42,711.0,15.0,23.0,13.0,198.0,13.0,193.0,46.0,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,2.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,12,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,17.0,9.0,16.0,4.0,10.0,151.0,,,,8.0,8.0,4.0,,,666.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,666.0,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-02-22 18:13:48.000000,2024-02-12 11:33:05,388.0,92.0,8.0,18.0,341.0,,,63.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,50.0,,,,184.0,184.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,18.0,19.0,73.0,12.0,25.0,42.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,10,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-02-22 14:57:31.000000,2024-02-22 14:57:29,948.0,42.0,9.0,7.0,163.0,8.0,9.0,41.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,5.0,13.0,10.0,24.0,1.0,3.0,38.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-02-22 15:47:24.000000,2024-02-22 00:17:50,69.0,14.0,4.0,26.0,25.0,34.0,26.0,36.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,20.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-02-21 21:36:37.000000,2024-02-15 22:20:01,73.0,13.0,3.0,10.0,76.0,3.0,1.0,15.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-02-09 03:01:17.000000,2024-02-09 03:00:59,241.0,110.0,10.0,8.0,83.0,17.0,32.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,28.0,5.0,10.0,2.0,1.0,2.0,10.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-02-16 13:39:32.000000,2024-02-16 13:39:32,108.0,60.0,6.0,3.0,22.0,9.0,18.0,5.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,365.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2556.0,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-02-21 18:16:42.000000,2024-01-12 17:04:06,63.0,2.0,3.0,10.0,65.0,1.0,1.0,18.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-02-12 14:43:52.000000,2024-02-12 14:43:52,14.0,13.0,1.0,14.0,8.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,73378.0,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-02-21 22:05:18.297326,,,,,,,,,22.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-02-21 22:05:18.297326,22.0,4106943.0,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-02-29_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - coredns (🥇40 · ⭐ 12K · 📈) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - oathkeeper (🥉29 · ⭐ 3.2K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - laragear-webauthn (🥉17 · ⭐ 210 · 📈) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - django-passkeys (🥉13 · ⭐ 150 · 📈) - Django Authentication Backend For Passkeys. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - passport (🥈36 · ⭐ 22K · 📉) - Simple, unobtrusive authentication for Node.js. MIT - webauthn4j (🥉19 · ⭐ 370 · 📉) - A portable Java library for WebAuthn and Apple App Attest.. Apache-2 - fedfm (🥉13 · ⭐ 320 · 📉) - A privacy preserving identity exchange Web API. ❗Unlicensed w3c - did-method-plc (🥉12 · ⭐ 120 · 📉) - A cryptographic, strongly-consistent, and recoverable.. ❗Unlicensed ================================================ FILE: history/2024-02-29_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-02-29 17:55:02.000000,2024-02-29 14:06:14,2911.0,252.0,2695.0,103.0,2347.0,232.0,3761.0,21390.0,2024-02-19 13:08:16,next-auth@5.0.0-beta.12,100.0,203619.0,203619.0,656.0,https://www.npmjs.com/package/next-auth,3415333.0,3415333.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-02-26 16:10:29.000000,2024-02-05 17:12:34,3835.0,39.0,1927.0,238.0,4138.0,103.0,2120.0,11768.0,2024-02-26 16:10:29,1.11.2,68.0,5855.0,5855.0,375.0,,,2845586.0,1.0,coredns/coredns,7133947.0,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,150.0,262715868.0,1.0,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],40,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-02-29 17:21:55.000000,2024-02-26 15:34:45,8558.0,391.0,1928.0,146.0,3331.0,178.0,3065.0,11258.0,2024-02-23 10:49:04,1.14.3,100.0,841.0,841.0,437.0,,,2071532.0,1.0,,72503651.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-02-29 18:00:47.418918,2024-02-29 17:23:05,4990.0,93.0,1222.0,123.0,4110.0,332.0,2143.0,8975.0,2024-02-29 17:24:55,0.62.0,100.0,3472.0,3472.0,442.0,,,5298157.0,1.0,openpolicyagent/opa,5780690.0,https://hub.docker.com/r/openpolicyagent/opa,2024-02-29 18:00:47.418918,41.0,508728618.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,14.0,465.0,68.0,496.0,79.0,293.0,2726.0,2023-01-10 13:13:43,3.2.2,48.0,499880.0,499880.0,195.0,,,88593045.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,88593045.0,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-02-29 17:56:37.000000,2024-02-29 17:16:44,24228.0,776.0,5942.0,374.0,14509.0,1816.0,7159.0,19182.0,2024-02-22 09:05:48,23.0.7,51.0,,,1341.0,,,66069.0,1.0,quay.io/keycloak/keycloak,2510645.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 17,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-02-29 11:24:11.000000,2024-02-12 11:38:34,3784.0,48.0,1342.0,232.0,1751.0,84.0,1400.0,14977.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3951212.0,1.0,oryd/hydra,724043.0,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,413806629.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-02-28 22:05:44.000000,2024-02-26 19:58:53,9677.0,77.0,1198.0,126.0,1128.0,82.0,921.0,7442.0,2024-02-26 20:54:49,1.0.0,11.0,1543.0,1543.0,229.0,,,403917.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,403917.0,,,,,,,, 19,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-02-28 01:46:29.000000,2024-02-28 01:46:28,1378.0,16.0,396.0,62.0,188.0,78.0,349.0,4170.0,2023-12-17 12:54:58,1.3.0,33.0,31077.0,31077.0,107.0,,,8050371.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,8050371.0,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-02-29 17:38:03.000000,2024-02-29 16:45:22,19171.0,566.0,3898.0,827.0,19676.0,987.0,4907.0,29367.0,2024-01-30 20:59:02,1.15.5,100.0,6993.0,6993.0,1445.0,,,,1.0,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1201.0,310.0,157.0,336.0,428.0,22278.0,,,,1009611.0,1009611.0,38.0,https://www.npmjs.com/package/passport,10379182.0,10379182.0,2.0,,,,,,,-1.0,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-02-29 17:58:47.000000,2024-02-23 09:42:00,4143.0,95.0,867.0,108.0,1841.0,174.0,1050.0,10360.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,220.0,,,1636423.0,1.0,oryd/kratos,37760.0,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112860079.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-02-27 11:07:52.000000,2024-02-27 11:07:52,1271.0,165.0,1695.0,129.0,141.0,7.0,902.0,9352.0,2024-02-25 15:43:18,0.0.85,5.0,2632.0,2632.0,55.0,,,212825.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,212825.0,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-02-27 06:09:02.000000,2024-02-27 06:07:26,1552.0,28.0,252.0,41.0,383.0,10.0,436.0,5428.0,2024-02-23 20:35:37,@casl/ability@6.7.0,100.0,66875.0,66875.0,68.0,https://www.npmjs.com/package/@casl/ability,2257768.0,2257768.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-02-22 16:28:58.000000,2024-02-07 15:34:31,1084.0,4.0,1569.0,232.0,486.0,44.0,743.0,16583.0,2024-02-07 15:35:41,2.82.0,100.0,2746.0,2746.0,139.0,https://www.npmjs.com/package/casbin,193446.0,271028.0,2.0,,,,,,,,casbin,https://pypi.org/project/casbin,77582.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3534.0,337.0,109.0,433.0,390.0,15923.0,2020-03-22 14:01:55,0.22.2,38.0,8433.0,8433.0,25.0,https://www.npmjs.com/package/face-api.js,149554.0,149554.0,2.0,,,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-02-29 00:43:07.642984,2024-02-25 14:04:03,24878.0,700.0,3825.0,605.0,4672.0,,,10696.0,2024-02-02 12:57:17,7.0.1,100.0,21.0,21.0,346.0,,,6118.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2024-02-29 00:43:07.642984,129.0,911725.0,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-02-29 18:14:13.000000,2024-02-28 22:34:05,8066.0,646.0,553.0,59.0,5779.0,316.0,1427.0,4294.0,2024-01-09 21:11:36,ockam_v0.116.0,100.0,183.0,183.0,306.0,,,13402.0,2.0,,348475.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-02-28 20:50:03.675769,2024-02-28 19:58:31,3337.0,157.0,274.0,38.0,3957.0,78.0,880.0,3803.0,2024-01-10 15:55:52,0.25.0,100.0,16.0,16.0,91.0,,,20853778.0,2.0,pomerium/pomerium,53672.0,https://hub.docker.com/r/pomerium/pomerium,2024-02-28 20:50:03.675769,10.0,1272016341.0,,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-02-07 18:51:16.000000,2024-01-30 13:06:56,3603.0,4.0,387.0,31.0,523.0,72.0,356.0,536.0,2024-01-30 11:50:06,7.5.0,51.0,1686.0,1686.0,172.0,,,611152.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,611152.0,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,12982.0,1564.0,227.0,730.0,584.0,51231.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,72811.0,2.0,animcogn/face_recognition,1226.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7496.0,,face_recognition,https://pypi.org/project/face_recognition,72707.0,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-02-26 03:00:29.000000,2024-02-26 03:00:28,4737.0,5.0,1721.0,183.0,1688.0,442.0,1354.0,9797.0,2023-04-14 09:36:52,r1.4.1,15.0,92.0,92.0,133.0,,,214273.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,214273.0,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-02-29 16:48:14.000000,2024-02-28 19:24:13,3556.0,186.0,229.0,37.0,1325.0,98.0,321.0,4303.0,2024-02-02 17:00:01,1.29.1,66.0,46.0,46.0,42.0,,,66952.0,2.0,authzed/spicedb,48293.0,https://hub.docker.com/r/authzed/spicedb,2024-02-02 17:00:01.288986,6.0,1958629.0,,,,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-02-29 17:08:15.000000,2024-02-28 22:33:32,6452.0,143.0,429.0,79.0,3570.0,142.0,1211.0,1628.0,2024-02-22 22:40:28,1.9.0,97.0,136.0,136.0,185.0,,,2822.0,2.0,ghcr.io/spiffe/spire-server,214490.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-02-29 04:16:52.000000,2024-02-27 13:45:41,2767.0,142.0,1510.0,174.0,2068.0,288.0,805.0,8864.0,2024-01-25 14:31:22,2.38.0,81.0,152.0,152.0,233.0,,,3.0,2.0,quay.io/dexidp/dex,306.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 36,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-02-28 10:17:40.000000,2024-02-28 10:07:53,2299.0,188.0,967.0,59.0,1406.0,105.0,1122.0,8176.0,2024-02-28 10:17:41,1.552.1,100.0,3.0,3.0,167.0,,,3330.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2024-02-28 08:12:42.918977,13.0,133215.0,,,,,,,,,,,, 37,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-02-29 18:01:13.000000,2024-02-29 17:40:01,3989.0,453.0,257.0,200.0,4130.0,81.0,250.0,3763.0,2024-02-29 17:52:18,0.15.1,51.0,8.0,8.0,155.0,,,261888.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-02-29 17:54:22.065218,12.0,12832538.0,,,,,,,,,,,, 38,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-02-21 20:28:08.000000,2024-02-19 04:26:42,442.0,65.0,154.0,37.0,113.0,2.0,88.0,771.0,2024-01-11 16:18:23,2.0.0,25.0,992.0,992.0,27.0,,,78487.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,78487.0,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-02-29 18:06:03.000000,2024-02-29 18:06:03,12734.0,761.0,697.0,117.0,6623.0,3996.0,9148.0,737.0,2023-01-30 04:38:12,6.1.0,100.0,,,699.0,,,16089.0,2.0,wso2/wso2is,10356.0,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1866498.0,,,,,,,,,,,, 40,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,4991.0,496.0,152.0,1023.0,1353.0,20555.0,2023-04-02 07:43:27,0.7,1.0,1727.0,1727.0,58.0,,,213260.0,3.0,animcogn/insightface,2132590.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-02-29 15:00:20.000000,2024-02-29 10:14:19,5710.0,401.0,304.0,39.0,5051.0,74.0,271.0,6921.0,2024-02-26 10:22:18,1.13.1,54.0,11.0,11.0,48.0,,,1441.0,2.0,svhd/logto,2763.0,https://hub.docker.com/r/svhd/logto,2024-02-26 10:21:17.012407,2.0,42125.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-02-27 09:17:44.000000,2024-02-27 09:16:56,2668.0,63.0,119.0,59.0,304.0,27.0,255.0,794.0,2024-01-31 11:57:05,5.3.0,36.0,129.0,129.0,44.0,,,62856.0,2.0,,8910.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,62759.0,,,,,,,, 43,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,29,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-02-29 16:37:44.000000,2024-02-29 16:37:43,5317.0,298.0,995.0,158.0,5168.0,70.0,1109.0,18934.0,2022-12-21 09:01:04,4.37.5,100.0,,,147.0,,,699.0,2.0,,34269.0,,,,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-02-24 11:01:49.000000,2024-02-24 11:01:48,2400.0,11.0,1002.0,106.0,826.0,29.0,834.0,5237.0,2024-02-14 08:01:40,.5.6.9,65.0,8541.0,8541.0,319.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-02-28 09:19:12.000000,2024-02-27 16:36:47,1503.0,21.0,323.0,57.0,1122.0,36.0,273.0,4514.0,,,52.0,26.0,26.0,71.0,,,716958.0,2.0,oryd/keto,20873.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50880533.0,,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-02-02 18:38:20.000000,2024-01-13 04:41:13,1213.0,10.0,167.0,30.0,1526.0,108.0,101.0,3356.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,66.0,,,34502.0,2.0,,2714.0,,,,,,oso,https://pypi.org/project/oso,34427.0,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-02-29 16:18:27.000000,2024-02-29 16:18:26,1361.0,7.0,325.0,48.0,719.0,52.0,277.0,3173.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1141801.0,3.0,oryd/oathkeeper,35797.0,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,87881970.0,1.0,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-02-26 21:43:01.000000,2024-02-22 20:17:12,3048.0,79.0,290.0,79.0,844.0,283.0,619.0,1760.0,2023-12-17 18:26:45,5.7.8,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,565.0,9327.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-02-22 15:52:31.144612,4.0,990134.0,,,,,,,,,,,, 49,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-02-20 18:42:32.000000,2024-02-20 18:42:31,5271.0,104.0,287.0,41.0,770.0,51.0,260.0,1286.0,2024-02-09 14:54:54,7.0.1,54.0,1685.0,1685.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 50,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-02-29 16:34:32.000000,2024-02-28 18:12:15,616.0,8.0,64.0,40.0,215.0,5.0,84.0,314.0,2024-02-28 18:12:43,8.0.1,100.0,4506.0,4506.0,41.0,https://www.npmjs.com/package/did-jwt,191566.0,191566.0,1.0,,,,,,,,,,,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-02-22 06:54:07.000000,2024-01-12 15:14:56,1787.0,4.0,12681.0,1525.0,516.0,15.0,829.0,48629.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4231.0,3.0,,253901.0,,,,,,,,,,,,,,,, 52,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9261.0,1115.0,131.0,541.0,801.0,44689.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3721.0,3.0,,174907.0,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3498.0,761.0,74.0,10.0,370.0,15012.0,2016-02-25 17:42:46,0.2.1,4.0,70.0,70.0,30.0,,,1596.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161276.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-02-29 17:00:54.000000,2024-02-26 21:47:08,6465.0,102.0,554.0,139.0,4410.0,196.0,2720.0,4936.0,2024-02-26 15:56:24,release-2024-02-26,100.0,,,129.0,,,21015.0,2.0,letsencrypt/boulder-tools,65780.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-02-14 23:57:39.136100,13.0,1967148.0,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-02-28 18:39:32.000000,2024-02-28 18:39:32,1542.0,95.0,105.0,28.0,1639.0,43.0,283.0,2295.0,2024-02-20 09:17:15,0.34.0,57.0,21.0,21.0,26.0,,,1608.0,3.0,ghcr.io/cerbos/cerbos,56310.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-02-26 18:21:13.000000,2024-02-26 00:10:04,472.0,27.0,65.0,29.0,144.0,5.0,47.0,190.0,2024-02-14 22:03:28,10.1.5,59.0,1464.0,1464.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,15396.0,15396.0,1.0,,,,,,,,,,,,,,,,,, 57,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-02-29 16:13:21.000000,2024-02-29 16:13:20,2880.0,160.0,375.0,39.0,4980.0,495.0,1503.0,6392.0,2024-02-16 14:27:29,2.46.0,100.0,,,100.0,,,605.0,3.0,ghcr.io/zitadel/zitadel,2423.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-02-29 17:35:40.000000,2024-02-29 17:29:01,13795.0,682.0,462.0,36.0,6667.0,502.0,1374.0,5909.0,2024-02-22 15:36:54,ersion/2024.2.1,100.0,,,214.0,,,101.0,3.0,,2854.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-02-07 07:28:03.000000,2024-02-07 07:27:50,2459.0,30.0,739.0,69.0,243.0,,,2974.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,180598.0,180598.0,2.0,,,,,,,,,,,,,,,,,, 60,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-02-29 07:43:16.000000,2024-02-29 05:13:47,1824.0,115.0,126.0,19.0,1824.0,164.0,549.0,1923.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,69.0,,,3495.0,3.0,kanidm/server,249.0,https://hub.docker.com/r/kanidm/server,2024-02-07 06:29:26.911239,,209497.0,,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform that scales for CIAM: Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-02-29 18:12:08.000000,2024-02-29 15:10:39,33724.0,412.0,57.0,31.0,4577.0,334.0,2877.0,366.0,2024-02-03 07:03:23,1.0.22,100.0,,,112.0,,,457.0,3.0,,1831.0,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-02-29 17:20:27.000000,2024-02-28 21:55:00,361.0,6.0,40.0,23.0,97.0,2.0,47.0,166.0,2024-02-28 21:55:17,4.0.1,55.0,883.0,883.0,22.0,https://www.npmjs.com/package/did-jwt-vc,19553.0,19553.0,1.0,,,,,,,,,,,,,,,,,, 63,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-02-27 00:37:16.000000,2023-12-18 20:11:16,136.0,2.0,6288.0,482.0,211.0,,,56766.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,312082.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,312082.0,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-02-26 17:57:50.000000,2024-02-26 17:57:43,6077.0,90.0,312.0,412.0,4184.0,118.0,417.0,1683.0,2024-01-17 19:18:46,1.7.0,28.0,,,150.0,,,0.0,2.0,,51.0,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-02-29 17:18:04.000000,2024-02-29 17:18:03,2993.0,88.0,263.0,52.0,2264.0,36.0,209.0,845.0,2024-02-21 22:04:52,1.11.52,100.0,29.0,29.0,81.0,,,,2.0,,,,,,,,,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-02-29 17:41:24.000000,2024-02-29 14:54:39,1853.0,35.0,116.0,22.0,768.0,61.0,368.0,387.0,2024-01-16 17:06:31,5.6.0,43.0,582.0,582.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-02-29 16:44:54.000000,2024-02-29 16:44:20,8899.0,475.0,440.0,30.0,1655.0,212.0,951.0,382.0,2023-11-25 05:08:09,0.11.0,74.0,,,134.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-02-28 16:06:55.867063,2024-02-20 12:55:31,1697.0,18.0,129.0,21.0,366.0,38.0,80.0,2214.0,2023-09-14 19:06:35,0.7.4,32.0,,,49.0,,,4268.0,3.0,permitio/opal-server,580.0,https://hub.docker.com/r/permitio/opal-server,2024-02-28 16:06:55.867063,1.0,153070.0,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-02-29 17:43:24.000000,2024-02-28 17:52:12,620.0,22.0,150.0,35.0,264.0,59.0,179.0,1035.0,2022-09-28 20:32:17,3.0.1,15.0,230.0,230.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-02-29 12:31:15.000000,2024-02-29 12:31:12,1444.0,30.0,74.0,23.0,1012.0,54.0,228.0,278.0,2024-02-19 15:08:47,1.0.1,27.0,111.0,111.0,36.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-24 15:23:34.000000,2024-02-24 15:23:34,787.0,128.0,37.0,16.0,221.0,24.0,83.0,66.0,2024-02-13 10:21:42,0.2.0,30.0,70.0,70.0,22.0,,,5151.0,2.0,,66973.0,,,,,,,,,,,,,,,, 72,hanko,https://github.com/teamhanko/hanko,idp,Auth and user management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-02-29 11:09:44.000000,2024-02-28 08:48:55,2008.0,83.0,802.0,27.0,1170.0,41.0,126.0,5288.0,2024-02-16 16:42:14,backend/v0.10.0,19.0,224.0,224.0,43.0,,,1.0,3.0,,21.0,,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-02-29 08:41:31.000000,2024-02-29 08:41:31,2593.0,340.0,108.0,18.0,924.0,27.0,136.0,2346.0,2024-02-27 09:41:07,0.7.7,61.0,1.0,1.0,42.0,,,86.0,3.0,ghcr.io/permify/permify,1550.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-02-22 00:17:43.000000,2024-01-05 02:13:29,2229.0,11.0,264.0,26.0,96.0,20.0,88.0,1137.0,2023-10-11 13:10:11,4.0.2,57.0,,,37.0,,,93.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,8119.0,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-02-29 15:05:06.000000,2024-02-28 12:13:19,15834.0,119.0,310.0,52.0,7256.0,,,1068.0,,,,,,223.0,,,40321.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2024-02-28 07:27:56.760409,162.0,5685268.0,,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-02-29 12:40:06.000000,2024-02-28 17:10:32,1713.0,36.0,221.0,60.0,294.0,28.0,83.0,512.0,2022-01-07 16:42:38,0.5.0,6.0,,,103.0,,,1547.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-02-28 17:12:05.749967,,120711.0,,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-02-27 18:02:18.000000,2024-02-27 18:00:59,454.0,37.0,93.0,18.0,439.0,69.0,184.0,318.0,2024-02-21 20:48:22,0.2.18,36.0,358.0,358.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-02-29 17:15:59.000000,2024-02-29 05:19:23,920.0,75.0,160.0,28.0,1088.0,120.0,537.0,223.0,2023-10-05 13:35:35,0.4.2,77.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-02-26 18:53:06.000000,2024-02-26 01:14:15,391.0,10.0,41.0,23.0,128.0,3.0,18.0,202.0,2023-03-08 14:05:37,4.1.0,24.0,5652.0,5652.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3218.0,299.0,25.0,1.0,143.0,20854.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24461.0,3.0,,782775.0,,,,,,,,,,,,,,,, 81,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-02-29 14:05:21.000000,2024-02-27 05:27:33,954.0,30.0,424.0,61.0,459.0,111.0,352.0,11306.0,2024-02-28 09:06:29,6.0.18,61.0,,,26.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,4.0,283.0,61.0,147.0,191.0,552.0,5263.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,217.0,3.0,,15641.0,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-02-03 00:32:39.000000,2024-02-03 00:32:39,4037.0,4.0,757.0,255.0,330.0,62.0,210.0,2828.0,2015-09-29 22:50:55,1.1.0,4.0,,,57.0,,,893.0,3.0,,109858.0,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,742.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,76646.0,3.0,cyberark/conjur,387.0,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7051040.0,,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,51.0,247.0,29.0,6.0,39.0,704.0,2023-01-31 02:32:05,2.1.1,52.0,1174.0,1174.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-02-14 21:29:52.000000,2024-02-09 17:33:51,14918.0,31.0,652.0,113.0,17.0,,,675.0,,,,125.0,125.0,727.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-02-29 16:05:58.000000,2024-02-29 03:09:04,13292.0,146.0,126.0,12.0,1777.0,938.0,1964.0,307.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,103.0,3.0,,7726.0,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-02-26 18:16:47.000000,2024-02-26 00:27:13,290.0,13.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,892.0,892.0,12.0,https://www.npmjs.com/package/web-did-resolver,25710.0,25710.0,2.0,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,7.0,125.0,3674.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,266.0,89.0,488.0,25.0,160.0,2837.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-02-29 11:58:33.000000,2024-02-28 19:46:22,2265.0,53.0,151.0,178.0,853.0,73.0,1050.0,1073.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,74.0,,,,1.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-02-14 18:34:46.000000,2024-02-14 18:34:45,4915.0,23.0,634.0,64.0,1757.0,34.0,51.0,663.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,,589.0,,,,,,,,,,,,,,,, 93,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],21,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 94,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-02-29 16:59:28.000000,2024-02-28 10:55:31,2513.0,94.0,32.0,16.0,3235.0,49.0,96.0,65.0,2023-12-20 18:55:46,2.0.0,22.0,800.0,800.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,568.0,122.0,501.0,620.0,13407.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-02-27 05:03:01.000000,2023-10-25 17:45:50,394.0,,675.0,97.0,313.0,157.0,326.0,1651.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-02-26 15:07:04.000000,2024-02-21 04:41:44,2213.0,43.0,208.0,55.0,587.0,55.0,172.0,315.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,157.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-02-29 18:03:41.000000,2024-02-27 18:32:47,451.0,81.0,40.0,7.0,262.0,51.0,119.0,103.0,2024-01-11 22:18:15,api-0.8.4,19.0,65.0,65.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 100,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-02-27 19:47:15.000000,2024-02-27 19:45:11,1107.0,16.0,16.0,12.0,1271.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,361.0,2.0,,10116.0,,,,,,,,,,,,,,,, 101,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,806.0,239.0,242.0,183.0,528.0,2683.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 102,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,272.0,98.0,42.0,28.0,24.0,2473.0,,,,,,26.0,,,2128.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2128.0,,,,,,,, 103,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-02-04 16:25:34.000000,2023-06-09 16:12:30,149.0,,221.0,63.0,104.0,3.0,55.0,2318.0,2020-04-30 07:36:33,1.2.0,40.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 104,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-02-28 14:44:32.000000,2024-02-01 07:44:20,2232.0,40.0,68.0,22.0,730.0,5.0,95.0,366.0,2024-02-01 07:18:11,0.22.1.RELEASE,53.0,,,26.0,,,,3.0,,,,,,,-1.0,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 105,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],19,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-02-28 17:01:34.000000,2024-02-27 15:22:46,1919.0,201.0,85.0,77.0,754.0,22.0,650.0,269.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-31 08:16:37.000000,2024-01-23 08:35:12,1730.0,2.0,101.0,28.0,346.0,37.0,73.0,178.0,2023-06-11 17:23:23,8.4.0,49.0,30.0,30.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,4.0,33.0,7.0,196.0,2.0,164.0,97.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,433.0,2.0,waltid/ssikit,58.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,12944.0,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,158.0,88.0,184.0,71.0,69.0,1226.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-02-19 21:16:14.000000,2023-12-29 21:20:41,901.0,3.0,52.0,11.0,301.0,9.0,103.0,606.0,,,,748.0,748.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-02-26 16:14:10.000000,2024-02-25 10:28:24,106.0,7.0,34.0,7.0,14.0,,24.0,298.0,2024-02-26 16:14:10,1.4.1,23.0,144.0,144.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-02-29 00:17:16.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,359.0,73.0,103.0,172.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,22.0,44.0,16.0,88.0,23.0,62.0,168.0,,,,264.0,264.0,14.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,aries-mobile-agent-react-native,https://github.com/hyperledger/aries-mobile-agent-react-native,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],18,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/hyperledger/aries-mobile-agent-react-native,Apache-2.0,2020-11-06 19:58:19,2024-02-29 11:02:25.000000,2024-02-28 22:15:14,1661.0,47.0,111.0,21.0,844.0,72.0,177.0,125.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-02-28 14:47:04.000000,2024-01-30 17:27:52,1473.0,121.0,59.0,9.0,509.0,3.0,111.0,73.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-02-27 00:00:56.000000,2024-02-26 23:23:51,2365.0,107.0,37.0,10.0,453.0,135.0,94.0,46.0,,,1.0,30.0,30.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,371.0,559.0,56.0,125.0,88.0,8171.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-02-20 02:00:14.000000,2024-02-20 02:00:14,250.0,27.0,27.0,5.0,258.0,15.0,19.0,946.0,2024-02-07 00:43:37,1.6.0,95.0,1.0,1.0,5.0,,,119.0,3.0,warrantdev/warrant,883.0,https://hub.docker.com/r/warrantdev/warrant,2024-02-07 00:43:37.669098,,562.0,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-02-20 18:46:26.000000,2024-02-20 18:43:33,3625.0,21.0,68.0,27.0,5.0,,,227.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-02-29 16:30:23.000000,2024-02-29 16:30:23,91.0,13.0,30.0,2.0,39.0,1.0,31.0,214.0,2024-02-27 00:51:36,1.2.4,12.0,35.0,35.0,8.0,,,,3.0,,,,,,,1.0,,,,,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-02-29 15:57:56.000000,2024-02-22 14:57:08,1569.0,125.0,10.0,9.0,150.0,8.0,9.0,47.0,2024-01-19 10:56:27,0.18.1,31.0,3.0,3.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-02-29 16:54:43.000000,2024-02-28 15:19:15,412.0,22.0,22.0,4.0,153.0,6.0,26.0,46.0,2024-02-28 15:19:44,1.8.1,40.0,142.0,142.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-02-29 17:15:48.000000,2024-02-29 17:12:27,3858.0,335.0,13.0,7.0,471.0,45.0,1941.0,34.0,,,,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-02-07 08:42:19.000000,2024-02-07 08:42:19,983.0,45.0,11.0,7.0,112.0,6.0,25.0,30.0,2024-02-05 19:58:50,3.2.0,28.0,17.0,17.0,17.0,,,1.0,3.0,,58.0,,,,,,,,,,,,,,,, 124,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-02-14 16:34:56.000000,2024-02-04 01:57:10,538.0,3.0,148.0,84.0,208.0,17.0,42.0,1372.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-02-29 15:21:28.000000,2024-02-29 15:21:27,1866.0,31.0,135.0,60.0,489.0,6.0,228.0,531.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],16,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-02-28 19:30:51.000000,2024-02-28 19:30:45,1014.0,42.0,38.0,51.0,223.0,177.0,148.0,452.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2023-12-11 00:52:55.000000,2023-04-11 23:37:45,1309.0,,88.0,73.0,488.0,34.0,323.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,5.0,66.0,33.0,251.0,46.0,73.0,247.0,,,,6.0,6.0,22.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 129,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],16,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-02-19 23:47:10.000000,2024-01-10 15:16:53,326.0,9.0,54.0,12.0,351.0,48.0,107.0,195.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-In-One identity and wallet toolkit.,,,16,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-02-29 17:09:06.000000,2024-02-29 13:42:57,713.0,585.0,18.0,5.0,150.0,13.0,26.0,59.0,2024-02-19 10:02:03,0.1.0,100.0,,,14.0,,,,3.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 131,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,2.0,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,141.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4116.0,,,,,,,,,,,, 132,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-02-19 01:11:33.000000,2024-02-05 20:54:24,451.0,14.0,53.0,11.0,527.0,87.0,126.0,143.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-02-27 21:44:43.000000,2024-01-31 15:21:51,812.0,4.0,176.0,35.0,355.0,39.0,150.0,107.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-02-29 18:06:17.000000,2024-02-29 18:05:54,624.0,3.0,33.0,31.0,230.0,53.0,174.0,74.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-02-20 15:49:26.000000,2024-02-20 15:49:22,416.0,12.0,25.0,29.0,56.0,14.0,9.0,68.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-02-29 05:35:09.000000,2024-02-22 16:14:51,711.0,82.0,13.0,6.0,77.0,5.0,11.0,50.0,2024-02-16 11:11:01,0.9.0,15.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,37.0,94.0,30.0,102.0,958.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,14,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-02-28 16:44:46.000000,2024-01-25 08:13:52,628.0,19.0,20.0,8.0,52.0,8.0,15.0,74.0,,,13.0,49.0,49.0,12.0,,,0.0,3.0,,26.0,,,,,,,,,,,,,,,, 139,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],14,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-02-29 00:09:04.000000,2024-01-31 19:22:55,877.0,64.0,21.0,14.0,176.0,16.0,124.0,65.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-02-27 17:30:17.000000,2024-02-27 17:29:57,531.0,17.0,26.0,12.0,142.0,14.0,42.0,44.0,,,,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,14,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,31.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,725.0,,,,,,,,,,,, 143,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-02-28 20:22:47.000000,2024-02-28 19:50:12,684.0,6.0,57.0,73.0,270.0,157.0,109.0,320.0,,,,,,33.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,, 144,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,225.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 145,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,18.0,9.0,16.0,4.0,10.0,153.0,,,,11.0,11.0,4.0,,,563.0,3.0,,,,,,,1.0,django-passkeys,https://pypi.org/project/django-passkeys,563.0,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-02-19 10:11:24.000000,2024-02-19 10:11:21,461.0,6.0,22.0,30.0,41.0,27.0,45.0,118.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-02-29 17:35:04.000000,2024-02-29 13:08:46,715.0,16.0,24.0,14.0,204.0,11.0,196.0,48.0,2023-12-11 17:33:14,draft-ietf-oauth-selective-disclosure-jwt-07,2.0,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,2.0,22.0,11.0,42.0,10.0,10.0,119.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,213305.0,213305.0,3.0,,,,,,,-1.0,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-02-29 17:06:37.000000,2024-02-23 14:18:24,393.0,72.0,8.0,18.0,351.0,,,64.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,13.0,9.0,260.0,37.0,10.0,51.0,,,,184.0,184.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,10,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-02-22 14:57:31.000000,2024-02-22 14:57:29,948.0,42.0,9.0,7.0,163.0,8.0,9.0,43.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2023-11-21 15:13:51.000000,2023-10-02 22:37:32,194.0,,18.0,19.0,73.0,12.0,25.0,42.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,5.0,13.0,10.0,24.0,1.0,3.0,39.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-02-27 23:09:09.000000,2024-02-27 23:09:09,77.0,22.0,4.0,28.0,27.0,35.0,26.0,37.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,20.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-02-28 17:24:24.000000,2024-02-23 21:40:05,75.0,15.0,4.0,11.0,79.0,3.0,1.0,16.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-02-23 15:39:37.000000,2024-02-09 03:00:59,241.0,102.0,10.0,8.0,84.0,17.0,32.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,28.0,6.0,10.0,2.0,1.0,2.0,10.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-02-16 13:39:32.000000,2024-02-16 13:39:32,108.0,58.0,7.0,3.0,22.0,9.0,18.0,6.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,365.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2556.0,,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-02-29 17:34:19.000000,2024-01-12 17:04:06,63.0,2.0,3.0,11.0,67.0,1.0,1.0,18.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-02-12 14:43:52.000000,2024-02-12 14:43:52,14.0,13.0,1.0,14.0,8.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,74808.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-02-21 22:05:18.297326,,,,,,,,,22.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-02-21 22:05:18.297326,22.0,4110398.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-03-07_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇41 · ⭐ 11K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - speechbrain (🥇38 · ⭐ 7.5K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - ockam (🥈34 · ⭐ 4.3K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - spicedb (🥈33 · ⭐ 4.3K · 📈) - Open Source, Google Zanzibar-inspired permissions database to.. Apache-2 - sphereon-siop-oid4vp (🥉16 · ⭐ 74 · 📈) - Self Issued OpenID Provider v2 (SIOP) with optional.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇39 · ⭐ 12K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - insightface (🥉29 · ⭐ 21K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - openbr (🥉21 · ⭐ 2.8K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed - gotrue (🥉20 · ⭐ 3.7K · 💤) - An SWT based API for managing users and issuing SWT tokens. MIT - waltid-idpkit (🥉12 · ⭐ 24 · 📉) - OIDC identity provider for digital identity. Apache-2 ================================================ FILE: history/2024-03-07_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-03-07 18:06:07.000000,2024-03-05 20:10:16,2932.0,269.0,2716.0,103.0,2370.0,238.0,3776.0,21469.0,2024-03-07 14:57:20,next-auth@4.24.7,100.0,206806.0,206806.0,661.0,https://www.npmjs.com/package/next-auth,3494466.0,3494466.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-03-07 17:27:07.000000,2024-03-07 17:27:06,8577.0,392.0,1931.0,146.0,3358.0,177.0,3074.0,11291.0,2024-02-23 10:49:04,1.14.3,100.0,859.0,859.0,438.0,,,2048304.0,1.0,73738965.0,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-03-07 16:47:04.056164,2024-03-07 16:09:31,5000.0,93.0,1221.0,122.0,4120.0,336.0,2144.0,8994.0,2024-03-06 10:37:47,0.62.1,100.0,3510.0,3510.0,443.0,,,5286504.0,1.0,5890793.0,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-03-07 16:47:04.056164,41.0,512564195.0,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,14.0,465.0,68.0,496.0,79.0,293.0,2728.0,2023-01-10 13:13:43,3.2.2,48.0,502307.0,502307.0,195.0,,,93031214.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,93031214.0,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",39,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-03-06 18:57:13.000000,2024-03-06 18:57:12,3836.0,33.0,1930.0,239.0,4146.0,105.0,2121.0,11790.0,2023-08-15 20:00:30,1.11.1,67.0,5868.0,5868.0,376.0,,,2831523.0,1.0,7155550.0,-1.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,151.0,264193693.0,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-03-07 15:31:17.000000,2024-03-01 13:30:43,9688.0,87.0,1207.0,127.0,1138.0,84.0,921.0,7537.0,2024-02-26 20:54:49,1.0.0,11.0,1567.0,1567.0,229.0,,,446648.0,1.0,,1.0,,,,,,speechbrain,https://pypi.org/project/speechbrain,446648.0,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-03-07 17:56:17.000000,2024-03-07 14:23:19,24332.0,816.0,5972.0,375.0,14658.0,1779.0,7308.0,19268.0,2024-03-05 08:29:04,24.0.1,53.0,,,1347.0,,,65024.0,1.0,2535954.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-03-06 11:58:47.000000,2024-03-05 14:14:07,3789.0,53.0,1341.0,232.0,1755.0,82.0,1402.0,14999.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3917296.0,1.0,729101.0,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,414160029.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-02-28 01:46:29.000000,2024-02-28 01:46:28,1378.0,16.0,397.0,61.0,188.0,78.0,349.0,4180.0,2023-12-17 12:54:58,1.3.0,33.0,31218.0,31218.0,107.0,,,8250466.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,8250466.0,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-03-07 18:14:14.000000,2024-03-07 18:10:51,19201.0,542.0,3898.0,825.0,19773.0,994.0,4908.0,29391.0,2024-02-29 19:00:00,1.15.6,100.0,7007.0,7007.0,1445.0,,,,1.0,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1200.0,310.0,157.0,336.0,428.0,22296.0,,,,1014012.0,1014012.0,38.0,https://www.npmjs.com/package/passport,10505438.0,10505438.0,2.0,,,,,,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-03-07 16:43:25.000000,2024-03-07 15:52:56,4155.0,105.0,890.0,108.0,1849.0,177.0,1051.0,10391.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,220.0,,,1613454.0,1.0,37994.0,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112888693.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-03-06 19:15:16.000000,2024-03-02 20:50:36,1282.0,162.0,1709.0,130.0,145.0,5.0,915.0,9429.0,2024-02-25 15:43:18,0.0.85,5.0,2667.0,2667.0,55.0,,,209174.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,209174.0,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-03-06 19:21:44.000000,2024-03-05 06:21:05,1553.0,28.0,251.0,40.0,384.0,10.0,437.0,5437.0,2024-02-23 20:35:37,@casl/ability@6.7.0,100.0,67373.0,67373.0,68.0,https://www.npmjs.com/package/@casl/ability,2267208.0,2267208.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-02-22 16:28:58.000000,2024-02-07 15:34:31,1084.0,4.0,1569.0,232.0,486.0,46.0,743.0,16623.0,2024-02-07 15:35:41,2.82.0,100.0,2751.0,2751.0,139.0,https://www.npmjs.com/package/casbin,193172.0,280499.0,2.0,,,,,,,,casbin,https://pypi.org/project/casbin,87327.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3536.0,337.0,109.0,433.0,390.0,15947.0,2020-03-22 14:01:55,0.22.2,38.0,8486.0,8486.0,25.0,https://www.npmjs.com/package/face-api.js,150124.0,150124.0,2.0,,,,,,,,,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-03-07 18:14:32.000000,2024-03-07 16:24:47,8110.0,618.0,555.0,59.0,5810.0,314.0,1431.0,4305.0,2024-03-04 23:44:40,ockam_v0.117.0,100.0,183.0,183.0,308.0,,,12953.0,2.0,349742.0,1.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-03-07 17:26:00.000000,2024-03-07 16:21:55,24973.0,736.0,3829.0,605.0,4675.0,,,10704.0,2024-03-01 14:37:08,7.0.2,100.0,21.0,21.0,347.0,,,6102.0,2.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-03-07 00:32:32.242255,129.0,915376.0,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-03-06 20:06:50.000000,2024-03-06 19:08:44,3595.0,219.0,233.0,37.0,1338.0,99.0,322.0,4331.0,2024-03-05 22:50:13,1.29.5,68.0,46.0,46.0,43.0,,,65935.0,2.0,50024.0,1.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-03-05 22:50:13.104070,6.0,1992328.0,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-03-06 23:32:35.673985,2024-03-06 22:45:01,3373.0,136.0,274.0,38.0,4008.0,76.0,883.0,3808.0,2024-01-10 15:55:52,0.25.0,100.0,16.0,16.0,91.0,,,20800276.0,2.0,53913.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-03-06 23:32:35.673985,10.0,1289552885.0,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-02-07 18:51:16.000000,2024-01-30 13:06:56,3603.0,4.0,388.0,31.0,523.0,75.0,356.0,537.0,2024-01-30 11:50:06,7.5.0,51.0,1693.0,1693.0,172.0,,,598068.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,598068.0,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,12993.0,1565.0,227.0,730.0,584.0,51293.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,83996.0,2.0,1227.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7516.0,face_recognition,https://pypi.org/project/face_recognition,83893.0,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-03-04 02:55:40.000000,2024-03-04 02:55:39,4740.0,4.0,1721.0,183.0,1688.0,445.0,1357.0,9830.0,2023-04-14 09:36:52,r1.4.1,15.0,92.0,92.0,135.0,,,259323.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,259323.0,,,,,,,, 34,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-03-07 15:22:55.000000,2024-03-07 15:21:25,2319.0,199.0,968.0,59.0,1418.0,110.0,1131.0,8230.0,2024-03-06 12:39:54,1.559.0,100.0,3.0,3.0,168.0,,,3323.0,2.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-03-06 12:45:44.195695,13.0,136269.0,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-03-07 17:21:05.000000,2024-03-07 13:58:12,6476.0,162.0,432.0,78.0,3593.0,142.0,1213.0,1636.0,2024-03-05 22:56:54,1.9.1,99.0,136.0,136.0,185.0,,,2801.0,2.0,215743.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-03-07 16:24:36.000000,2024-03-07 11:49:33,12785.0,719.0,698.0,117.0,6647.0,4014.0,9163.0,738.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16003.0,2.0,10528.0,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2021-03-12 19:48:53.680553,34.0,1871456.0,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-03-07 17:36:19.000000,2024-02-27 13:45:41,2767.0,142.0,1513.0,173.0,2082.0,291.0,805.0,8877.0,2024-01-25 14:31:22,2.38.0,81.0,152.0,152.0,233.0,,,3.0,2.0,306.0,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-03-07 17:17:37.000000,2024-03-07 13:04:08,4025.0,451.0,257.0,199.0,4157.0,80.0,251.0,3770.0,2024-02-29 17:52:18,0.15.1,51.0,8.0,8.0,155.0,,,259437.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-02-29 17:54:22.065218,12.0,12971868.0,,,,,,,,,,, 39,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-02-21 20:28:08.000000,2024-02-19 04:26:42,442.0,65.0,154.0,37.0,113.0,2.0,88.0,776.0,2024-01-11 16:18:23,2.0.0,25.0,998.0,998.0,27.0,,,77783.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,77783.0,,,,,,,, 40,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,30,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-03-07 17:29:17.000000,2024-03-07 17:29:16,5402.0,357.0,994.0,158.0,5207.0,61.0,1119.0,19001.0,2022-12-21 09:01:04,4.37.5,100.0,,,151.0,,,694.0,2.0,34703.0,,,,,,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-03-07 16:13:28.000000,2024-03-07 08:57:59,5756.0,403.0,308.0,40.0,5073.0,74.0,273.0,6985.0,2024-03-01 07:10:09,1.14.0,55.0,11.0,11.0,49.0,,,1439.0,2.0,2794.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-03-01 07:08:17.094617,2.0,43506.0,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-03-04 03:26:07.000000,2024-03-01 10:55:42,2670.0,64.0,120.0,59.0,307.0,28.0,255.0,796.0,2024-01-31 11:57:05,5.3.0,36.0,129.0,129.0,44.0,,,63641.0,2.0,8994.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,63544.0,,,,,,,, 43,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,29,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5011.0,497.0,152.0,1027.0,1353.0,20653.0,2023-04-02 07:43:27,0.7,1.0,1754.0,1754.0,58.0,,,203785.0,3.0,2241628.0,-1.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-02-24 11:01:49.000000,2024-02-24 11:01:48,2400.0,11.0,1003.0,106.0,826.0,30.0,834.0,5239.0,2024-02-14 08:01:40,.5.6.9,65.0,8555.0,8555.0,319.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-03-05 09:59:17.000000,2024-03-05 09:59:16,1505.0,23.0,323.0,57.0,1122.0,36.0,273.0,4533.0,,,52.0,26.0,26.0,71.0,,,707059.0,2.0,20934.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50884741.0,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-02-02 18:38:20.000000,2024-01-13 04:41:13,1213.0,10.0,167.0,30.0,1526.0,108.0,101.0,3359.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,66.0,,,36153.0,2.0,2714.0,,,,,,,oso,https://pypi.org/project/oso,36080.0,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-03-03 15:00:02.000000,2024-02-29 16:18:26,1361.0,7.0,327.0,48.0,720.0,52.0,277.0,3175.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1128156.0,3.0,36022.0,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,87959346.0,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-03-06 19:49:59.000000,2024-02-22 20:17:12,3048.0,79.0,291.0,78.0,845.0,284.0,619.0,1761.0,2023-12-17 18:26:45,5.7.8,52.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,555.0,9262.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-02-22 15:52:31.144612,5.0,992674.0,,,,,,,,,,, 49,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-03-06 15:04:58.000000,2024-03-06 15:04:53,5273.0,103.0,291.0,41.0,771.0,52.0,260.0,1291.0,2024-02-09 14:54:54,7.0.1,54.0,1704.0,1704.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 50,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-03-07 15:26:38.000000,2024-02-28 18:12:15,616.0,8.0,64.0,40.0,215.0,4.0,85.0,315.0,2024-02-28 18:12:43,8.0.1,100.0,4539.0,4539.0,41.0,https://www.npmjs.com/package/did-jwt,192734.0,192734.0,1.0,,,,,,,,,,,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-03-01 11:13:04.000000,2024-03-01 11:12:44,1788.0,5.0,12687.0,1526.0,516.0,16.0,829.0,48711.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4255.0,3.0,259560.0,,,,,,,,,,,,,,,,, 52,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9284.0,1116.0,131.0,541.0,801.0,44788.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3655.0,3.0,175473.0,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3499.0,761.0,74.0,10.0,370.0,15021.0,2016-02-25 17:42:46,0.2.1,4.0,70.0,70.0,30.0,,,1581.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161295.0,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-03-07 18:08:41.000000,2024-03-07 18:03:10,6475.0,99.0,554.0,137.0,4422.0,203.0,2725.0,4941.0,2024-03-05 22:52:11,release-2024-03-05,100.0,,,129.0,,,20737.0,2.0,66109.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-03-05 20:31:13.477384,13.0,1968446.0,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-03-07 17:37:29.000000,2024-03-07 16:19:24,1553.0,99.0,108.0,30.0,1667.0,43.0,284.0,2349.0,2024-02-20 09:17:15,0.34.0,57.0,21.0,21.0,26.0,,,1585.0,3.0,57066.0,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-03-04 20:08:35.000000,2024-03-04 00:29:45,473.0,25.0,65.0,29.0,144.0,5.0,47.0,190.0,2024-02-14 22:03:28,10.1.5,59.0,1470.0,1470.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,15531.0,15531.0,1.0,,,,,,,,,,,,,,,,,, 57,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-03-07 15:40:11.000000,2024-03-07 15:38:38,2896.0,156.0,379.0,39.0,4999.0,502.0,1509.0,6434.0,2024-03-07 11:24:28,2.47.2,100.0,,,100.0,,,516.0,3.0,2584.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-03-07 18:09:07.000000,2024-03-07 18:07:18,13843.0,686.0,463.0,37.0,6732.0,505.0,1383.0,5962.0,2024-03-04 19:38:33,ersion/2024.2.2,100.0,,,216.0,,,99.0,3.0,2884.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-02-07 07:28:03.000000,2024-02-07 07:27:50,2459.0,27.0,738.0,69.0,243.0,,,2977.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,187285.0,187285.0,2.0,,,,,,,,,,,,,,,,,, 60,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-03-07 04:54:59.000000,2024-03-07 03:59:21,1838.0,121.0,128.0,18.0,1840.0,170.0,559.0,1933.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,69.0,,,3504.0,3.0,256.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-02 02:12:45.117009,,213533.0,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform that scales for CIAM: Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-03-07 18:12:43.000000,2024-03-07 14:41:36,33749.0,406.0,58.0,31.0,4620.0,346.0,2909.0,369.0,2024-02-03 07:03:23,1.0.22,100.0,,,112.0,,,401.0,3.0,2007.0,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-03-06 20:57:18.000000,2024-02-28 21:55:00,361.0,6.0,40.0,23.0,97.0,2.0,48.0,166.0,2024-02-28 21:55:17,4.0.1,55.0,891.0,891.0,22.0,https://www.npmjs.com/package/did-jwt-vc,20933.0,20933.0,1.0,,,,,,,,,,,,,,,,,, 63,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-03-06 07:44:10.000000,2023-12-18 20:11:16,136.0,2.0,6332.0,487.0,212.0,,,57201.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,320108.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,320108.0,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-03-04 17:37:28.000000,2024-03-04 17:30:25,6079.0,82.0,312.0,413.0,4186.0,118.0,417.0,1683.0,2024-01-17 19:18:46,1.7.0,28.0,,,150.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-03-07 16:12:33.000000,2024-03-07 16:12:32,3006.0,87.0,263.0,51.0,2274.0,35.0,212.0,847.0,2024-03-04 21:43:53,1.11.53,100.0,30.0,30.0,82.0,,,,2.0,,,,,,,,,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-03-07 17:16:40.000000,2024-03-07 17:11:13,1855.0,31.0,116.0,22.0,771.0,60.0,370.0,389.0,2024-01-16 17:06:31,5.6.0,43.0,589.0,589.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-03-07 17:00:00.000000,2024-03-07 16:33:45,8912.0,425.0,440.0,30.0,1662.0,213.0,953.0,382.0,2023-11-25 05:08:09,0.11.0,75.0,,,134.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-03-07 16:19:22.000000,2024-03-06 13:44:39,1745.0,64.0,129.0,21.0,369.0,38.0,81.0,2240.0,2023-09-14 19:06:35,0.7.4,32.0,1.0,1.0,50.0,,,4216.0,3.0,580.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-06 13:38:52.913053,1.0,155422.0,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-06 22:18:07.000000,2024-02-28 17:52:12,620.0,22.0,151.0,35.0,266.0,62.0,179.0,1037.0,2022-09-28 20:32:17,3.0.1,15.0,230.0,230.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-03-07 14:26:23.420618,2024-03-07 14:24:30,1722.0,45.0,221.0,60.0,297.0,28.0,83.0,513.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1531.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-03-07 14:26:23.420618,,121018.0,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-03-07 15:21:04.000000,2024-03-06 13:16:00,1446.0,26.0,74.0,24.0,1014.0,61.0,230.0,278.0,2024-02-19 15:08:47,1.0.1,27.0,111.0,111.0,36.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-24 15:23:34.000000,2024-02-24 15:23:34,787.0,87.0,37.0,16.0,221.0,24.0,83.0,66.0,2024-02-13 10:21:42,0.2.0,30.0,72.0,72.0,22.0,,,5143.0,2.0,72014.0,,,,,,,,,,,,,,,,, 73,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-03-07 17:57:27.000000,2024-03-07 17:55:25,2013.0,81.0,804.0,27.0,1182.0,40.0,128.0,5307.0,2024-02-16 16:42:14,backend/v0.10.0,19.0,225.0,225.0,43.0,,,1.0,3.0,21.0,,,,,,,,,,,,,,,,, 74,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-03-07 15:55:27.000000,2024-03-07 12:33:03,2617.0,341.0,109.0,18.0,947.0,28.0,136.0,2366.0,2024-02-27 09:41:07,0.7.7,61.0,1.0,1.0,42.0,,,81.0,3.0,1556.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 75,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-02-22 00:17:43.000000,2024-01-05 02:13:29,2229.0,11.0,264.0,26.0,96.0,17.0,91.0,1148.0,2023-10-11 13:10:11,4.0.2,57.0,,,37.0,,,94.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,8321.0,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-03-07 17:05:08.000000,2024-03-05 20:46:01,15844.0,128.0,310.0,52.0,7264.0,,,1070.0,,,,,,223.0,,,40082.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-03-06 06:39:57.000959,162.0,5691781.0,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-03-07 18:03:55.000000,2024-03-07 17:57:44,458.0,37.0,93.0,18.0,443.0,67.0,187.0,319.0,2024-02-21 20:48:22,0.2.18,36.0,361.0,361.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-03-06 09:33:49.000000,2024-03-04 12:49:22,923.0,78.0,161.0,28.0,1095.0,122.0,537.0,225.0,2023-10-05 13:35:35,0.4.2,77.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-03-06 20:29:17.000000,2024-03-04 00:18:13,392.0,10.0,41.0,23.0,128.0,3.0,18.0,202.0,2023-03-08 14:05:37,4.1.0,24.0,5693.0,5693.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3258.0,300.0,25.0,1.0,143.0,20956.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24068.0,3.0,794247.0,,,,,,,,,,,,,,,,, 81,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-03-07 12:20:35.000000,2024-03-05 15:38:36,961.0,32.0,432.0,60.0,462.0,112.0,353.0,11560.0,2024-03-05 15:21:18,8.0.0,62.0,,,26.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,4.0,283.0,62.0,147.0,192.0,553.0,5277.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,215.0,3.0,15730.0,,,,,,,,,,,,,,,howdy,, 83,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,742.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75841.0,3.0,390.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7052749.0,,,,,,,,,,, 84,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,51.0,249.0,29.0,6.0,39.0,706.0,2023-01-31 02:32:05,2.1.1,52.0,1187.0,1187.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-03-01 18:13:13.000000,2024-03-01 18:12:37,14920.0,28.0,653.0,113.0,17.0,,,675.0,,,,125.0,125.0,728.0,,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-03-07 17:04:38.000000,2024-03-07 14:27:36,13305.0,143.0,126.0,12.0,1781.0,938.0,1965.0,308.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,101.0,3.0,7726.0,,,,,,,,,,,,,,,,, 87,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-03-04 19:26:59.000000,2024-03-04 00:54:01,291.0,13.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,900.0,900.0,12.0,https://www.npmjs.com/package/web-did-resolver,25772.0,25772.0,2.0,,,,,,,,,,,,,,,,,, 88,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,266.0,89.0,488.0,25.0,161.0,2840.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-03-06 23:56:22.000000,2024-02-03 00:32:39,4037.0,2.0,757.0,255.0,331.0,62.0,210.0,2829.0,2015-09-29 22:50:55,1.1.0,4.0,,,57.0,,,885.0,3.0,109860.0,-1.0,,,,,,,,,,,,,,,, 90,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-03-06 20:41:46.000000,2024-02-28 19:46:22,2265.0,51.0,151.0,177.0,854.0,75.0,1050.0,1074.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,74.0,,,,1.0,,,,,,,,,,,,,,,,,, 91,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-02-14 18:34:46.000000,2024-02-14 18:34:45,4915.0,23.0,635.0,64.0,1757.0,36.0,53.0,664.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,589.0,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-03-05 03:23:07.000000,2024-03-04 09:55:13,2516.0,91.0,32.0,16.0,3246.0,50.0,96.0,65.0,2023-12-20 18:55:46,2.0.0,22.0,803.0,803.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4668.0,568.0,122.0,501.0,620.0,13421.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,6.0,126.0,3677.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,-1.0,,,,,,,,,,,,,,,, 95,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-03-07 13:38:11.000000,2024-03-07 13:37:01,2246.0,53.0,68.0,22.0,734.0,5.0,95.0,368.0,2024-03-02 00:08:13,0.22.2.RELEASE,54.0,,,26.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 97,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,157.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-03-06 22:31:15.000000,2024-03-06 16:19:49,453.0,59.0,40.0,7.0,264.0,51.0,120.0,105.0,2024-01-11 22:18:15,api-0.8.4,19.0,66.0,66.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 99,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-03-04 21:45:55.000000,2024-02-27 19:45:11,1107.0,15.0,16.0,12.0,1272.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,353.0,2.0,10261.0,,,,,,,,,,,,,,,,, 100,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,810.0,238.0,242.0,183.0,528.0,2690.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,272.0,97.0,42.0,28.0,24.0,2474.0,,,,,,26.0,,,2034.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2034.0,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-03-06 13:35:30.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,105.0,2.0,56.0,2320.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-03-07 00:51:59.000000,2024-03-06 20:47:12,395.0,1.0,675.0,96.0,315.0,157.0,327.0,1656.0,2023-05-01 17:52:41,1.6.2,25.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 104,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-02-26 15:07:04.000000,2024-02-21 04:41:44,2213.0,33.0,208.0,55.0,587.0,55.0,172.0,315.0,,,,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-01-31 08:16:37.000000,2024-01-23 08:35:12,1730.0,2.0,101.0,28.0,346.0,37.0,73.0,178.0,2023-06-11 17:23:23,8.4.0,49.0,30.0,30.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 106,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,19,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,4.0,33.0,7.0,196.0,2.0,164.0,98.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,426.0,2.0,58.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,13144.0,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,158.0,88.0,184.0,71.0,69.0,1225.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-07 17:21:50.000000,2024-03-05 13:34:12,903.0,4.0,53.0,11.0,302.0,9.0,103.0,607.0,,,,755.0,755.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-02-26 16:14:10.000000,2024-02-25 10:28:24,106.0,7.0,34.0,7.0,14.0,,24.0,304.0,2024-02-26 16:14:10,1.4.1,23.0,145.0,145.0,7.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 110,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-03-07 15:19:39.000000,2024-03-03 21:13:36,1929.0,161.0,85.0,77.0,760.0,16.0,657.0,270.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-02-29 16:30:23.000000,2024-02-28 05:23:29,88.0,10.0,30.0,3.0,39.0,1.0,31.0,216.0,2024-02-27 00:51:36,1.2.4,12.0,35.0,35.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-03-07 00:14:30.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,359.0,73.0,103.0,172.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-03-06 08:35:07.000000,2024-01-30 17:27:52,1473.0,104.0,59.0,9.0,510.0,4.0,112.0,73.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-03-06 17:51:28.000000,2024-03-06 17:51:28,2370.0,98.0,37.0,10.0,460.0,138.0,95.0,46.0,,,1.0,30.0,30.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,371.0,558.0,56.0,125.0,88.0,8171.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-03-06 02:13:12.000000,2024-03-06 02:13:11,255.0,32.0,27.0,5.0,263.0,15.0,19.0,953.0,2024-03-05 23:24:02,1.8.2,98.0,1.0,1.0,5.0,,,111.0,3.0,883.0,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-03-05 23:24:02.765616,,580.0,,,,,,,,,,, 117,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-03-06 18:43:05.000000,2024-03-06 16:01:49,1019.0,45.0,38.0,51.0,224.0,177.0,148.0,452.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-03-05 21:14:08.000000,2024-03-01 19:09:27,3626.0,22.0,68.0,27.0,5.0,,,227.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,7.0,44.0,16.0,88.0,24.0,62.0,169.0,,,,269.0,269.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-03-07 06:15:12.000000,2024-03-06 20:15:53,1667.0,47.0,112.0,20.0,850.0,71.0,178.0,126.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 121,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-03-07 10:20:23.000000,2024-03-05 06:39:18,1615.0,158.0,11.0,9.0,153.0,8.0,9.0,49.0,2024-03-02 22:04:04,0.19.0,32.0,3.0,3.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-03-07 17:09:56.000000,2024-03-07 15:46:25,414.0,24.0,22.0,4.0,155.0,7.0,28.0,46.0,2024-03-07 17:09:56,1.8.2,41.0,143.0,143.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-03-07 10:20:08.000000,2024-03-06 09:34:28,3903.0,363.0,13.0,7.0,472.0,37.0,1966.0,35.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 124,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-03-01 09:35:03.000000,2024-02-29 22:35:20,989.0,49.0,12.0,7.0,112.0,6.0,25.0,31.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,17.0,,,1.0,3.0,58.0,,,,,,,,,,,,,,,,, 125,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-02-14 16:34:56.000000,2024-02-04 01:57:10,538.0,3.0,148.0,84.0,208.0,17.0,42.0,1372.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-03-07 13:42:07.000000,2024-02-29 15:21:27,1866.0,31.0,135.0,60.0,489.0,6.0,228.0,533.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-05 17:17:43.000000,2023-04-11 23:37:45,1309.0,,89.0,73.0,489.0,34.0,323.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,5.0,66.0,33.0,251.0,46.0,73.0,247.0,,,,6.0,6.0,22.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 129,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],16,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-03-04 23:39:11.000000,2024-01-10 15:16:53,326.0,7.0,54.0,12.0,354.0,48.0,107.0,195.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,16,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-03-06 16:45:55.000000,2024-03-04 20:24:43,651.0,42.0,20.0,8.0,52.0,8.0,15.0,74.0,2024-02-29 22:50:37,0.6.0,14.0,49.0,49.0,12.0,,,0.0,3.0,26.0,2.0,,,,,,,,,,,,,,,, 131,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,16,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-03-07 14:55:32.000000,2024-03-07 14:04:35,803.0,652.0,19.0,5.0,173.0,13.0,27.0,65.0,2024-02-19 10:02:03,0.1.0,100.0,,,14.0,,,,3.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-03-07 06:22:40.000000,2024-01-31 15:21:51,812.0,4.0,178.0,35.0,358.0,39.0,150.0,108.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-03-07 18:11:15.000000,2024-03-07 18:10:53,625.0,4.0,33.0,31.0,232.0,54.0,175.0,74.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-03-05 11:16:47.000000,2024-03-05 11:16:36,420.0,16.0,25.0,29.0,57.0,13.0,10.0,69.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-03 01:29:33.000000,2024-03-03 01:29:26,718.0,87.0,13.0,6.0,78.0,5.0,11.0,51.0,2024-02-29 22:57:37,0.10.0,16.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,1.0,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,137.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4122.0,,,,,,,,,,, 137,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,155.0,38.0,94.0,30.0,102.0,960.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-02-19 01:11:33.000000,2024-02-05 20:54:24,451.0,7.0,53.0,11.0,527.0,87.0,126.0,143.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],14,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-03-07 00:07:41.000000,2024-01-31 19:22:55,877.0,48.0,21.0,14.0,176.0,16.0,124.0,67.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-02-27 17:30:17.000000,2024-02-27 17:29:57,531.0,10.0,26.0,12.0,142.0,14.0,42.0,45.0,,,,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-02-28 20:22:47.000000,2024-02-28 19:50:12,684.0,6.0,57.0,72.0,270.0,157.0,109.0,325.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,245.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,223.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,, 144,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,18.0,9.0,16.0,4.0,10.0,155.0,,,,11.0,11.0,4.0,,,348.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,348.0,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,7.0,22.0,29.0,41.0,27.0,45.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-03-07 00:42:02.000000,2024-03-04 17:27:13,719.0,18.0,24.0,14.0,206.0,9.0,198.0,48.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,2.0,23.0,11.0,42.0,10.0,10.0,118.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,210738.0,210738.0,3.0,,,,,,,,,,,,,,,,,, 149,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-03-07 15:15:33.000000,2024-02-23 14:18:24,393.0,57.0,8.0,18.0,358.0,,,64.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,12,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,14.0,9.0,260.0,37.0,10.0,51.0,,,,184.0,184.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,1.0,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,30.0,3.0,,-2.0,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,725.0,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-03-05 22:45:02.000000,2024-03-05 22:44:49,952.0,46.0,9.0,7.0,163.0,8.0,9.0,43.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-03-07 01:58:56.000000,2024-03-07 01:58:53,80.0,22.0,5.0,29.0,29.0,35.0,26.0,40.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,4.0,13.0,10.0,24.0,1.0,3.0,39.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,20.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-03-06 21:50:14.000000,2024-02-23 21:40:05,75.0,15.0,7.0,11.0,80.0,3.0,1.0,19.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,26.0,6.0,10.0,2.0,1.0,2.0,11.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 161,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-03-01 16:08:59.000000,2024-03-01 16:08:41,244.0,104.0,10.0,8.0,86.0,17.0,32.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-03-06 14:52:26.000000,2024-03-06 14:52:25,113.0,58.0,7.0,3.0,27.0,9.0,20.0,6.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-03-06 22:21:52.000000,2024-03-06 22:21:51,66.0,5.0,3.0,11.0,67.0,1.0,1.0,18.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,320.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2560.0,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-02-12 14:43:52.000000,2024-02-12 14:43:52,14.0,13.0,1.0,14.0,8.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-05 17:21:46.665552,,,,,,,,,22.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-05 17:21:46.665552,22.0,4114014.0,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,76207.0,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-03-14_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - coredns (🥇40 · ⭐ 12K · 📈) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - deepface (🥇37 · ⭐ 9.5K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - authelia (🥈31 · ⭐ 19K · 📈) - The Single Sign-On Multi-Factor portal for web apps. Apache-2 - opal (🥉25 · ⭐ 2.2K · 📈) - Policy and data administration, distribution, and real-time updates.. Apache-2 - appauth-ios (🥉21 · ⭐ 1.7K · 📈) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - did-resolver (🥈22 · ⭐ 200 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif - waltid-ssikit (🥈18 · ⭐ 97 · 📉) - All-In-One SSI infrastructure toolkit. Apache-2 - laragear-webauthn (🥉17 · ⭐ 220 · 📉) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - bbs-signature (🥉13 · ⭐ 67 · 📉) - The BBS Signature Scheme. Apache-2 dif - did-key.js (🥉9 · ⭐ 51 · 💀) - A DID Key Implementation in TypeScript. Apache-2 ================================================ FILE: history/2024-03-14_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-03-14 17:01:52.000000,2024-03-14 17:01:51,2946.0,263.0,2734.0,101.0,2390.0,248.0,3797.0,21551.0,2024-03-07 14:57:20,next-auth@4.24.7,100.0,209819.0,209819.0,663.0,https://www.npmjs.com/package/next-auth,3642881.0,3642881.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-03-14 16:27:25.000000,2024-03-14 15:58:22,8590.0,372.0,1936.0,146.0,3367.0,178.0,3078.0,11317.0,2024-03-08 12:32:07,1.14.4,100.0,887.0,887.0,439.0,,,2139319.0,1.0,74876189.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-03-14 11:02:00.000000,2024-03-13 13:43:06,3859.0,48.0,1937.0,238.0,4160.0,105.0,2128.0,11823.0,2023-08-15 20:00:30,1.11.1,67.0,5879.0,5879.0,381.0,,,2846635.0,1.0,7177844.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,151.0,265620673.0,1.0,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-03-14 11:48:02.000000,2024-03-13 20:04:17,5005.0,85.0,1224.0,122.0,4123.0,336.0,2146.0,9029.0,2024-03-06 10:37:47,0.62.1,100.0,3541.0,3541.0,444.0,,,5327575.0,1.0,6005491.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-03-13 23:35:11.743288,41.0,516420021.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,14.0,466.0,68.0,496.0,79.0,293.0,2731.0,2023-01-10 13:13:43,3.2.2,48.0,504973.0,504973.0,195.0,,,96721773.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,96721773.0,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-03-14 15:51:02.000000,2024-03-13 14:54:59,9701.0,91.0,1215.0,127.0,1141.0,85.0,921.0,7593.0,2024-02-26 20:54:49,1.0.0,11.0,1596.0,1596.0,230.0,,,621828.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,621828.0,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-03-14 18:11:53.000000,2024-03-14 15:47:07,24405.0,834.0,5991.0,374.0,14776.0,1772.0,7410.0,19360.0,2024-03-05 08:29:04,24.0.1,53.0,,,1352.0,,,65614.0,1.0,2558954.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-03-14 16:54:41.000000,2024-03-13 12:23:21,3794.0,54.0,1341.0,232.0,1760.0,81.0,1403.0,15017.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3920691.0,1.0,733541.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,414513376.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-03-12 05:12:30.000000,2024-03-11 18:49:09,1316.0,193.0,1720.0,129.0,160.0,1.0,943.0,9533.0,2024-03-09 22:56:58,0.0.86,6.0,2702.0,2702.0,56.0,,,188610.0,1.0,,,,,,,1.0,deepface,https://pypi.org/project/deepface,188610.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-02-28 01:46:29.000000,2024-02-28 01:46:28,1378.0,12.0,397.0,61.0,188.0,79.0,349.0,4192.0,2023-12-17 12:54:58,1.3.0,33.0,31416.0,31416.0,107.0,,,8407007.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,8407007.0,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-03-14 18:15:21.000000,2024-03-14 18:15:20,19249.0,551.0,3902.0,826.0,19891.0,998.0,4911.0,29434.0,2024-02-29 19:00:00,1.15.6,100.0,7017.0,7017.0,1452.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1202.0,310.0,157.0,339.0,428.0,22322.0,,,,1018233.0,1018233.0,38.0,https://www.npmjs.com/package/passport,10735479.0,10735479.0,2.0,,,,,,,,,,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-03-14 18:05:38.000000,2024-03-12 14:53:29,4165.0,103.0,893.0,109.0,1857.0,180.0,1054.0,10435.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,220.0,,,1613875.0,1.0,38177.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112917890.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-03-12 07:26:36.000000,2024-03-12 07:23:43,1554.0,28.0,251.0,40.0,386.0,10.0,437.0,5479.0,2024-02-23 20:35:37,@casl/ability@6.7.0,100.0,67884.0,67884.0,68.0,https://www.npmjs.com/package/@casl/ability,2288906.0,2288906.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-03-13 08:45:44.000000,2024-03-13 08:41:53,1088.0,8.0,1571.0,232.0,489.0,46.0,744.0,16664.0,2024-03-13 08:43:15,2.84.1,100.0,2758.0,2758.0,141.0,https://www.npmjs.com/package/casbin,195501.0,294337.0,2.0,,,,,,,,casbin,https://pypi.org/project/casbin,98836.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3537.0,337.0,109.0,434.0,390.0,15968.0,2020-03-22 14:01:55,0.22.2,38.0,8533.0,8533.0,25.0,https://www.npmjs.com/package/face-api.js,151277.0,151277.0,2.0,,,,,,,,,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-03-14 17:38:05.000000,2024-03-14 11:05:05,8151.0,580.0,554.0,59.0,5842.0,313.0,1433.0,4313.0,2024-03-04 23:44:40,ockam_v0.117.0,100.0,183.0,183.0,309.0,,,12995.0,2.0,350871.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-03-14 17:44:41.000000,2024-03-14 17:24:52,24992.0,699.0,3831.0,605.0,4675.0,,,10713.0,2024-03-01 14:37:08,7.0.2,100.0,21.0,21.0,347.0,,,6136.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-03-14 00:34:41.399381,129.0,920510.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-03-14 15:33:27.000000,2024-03-14 13:48:10,3625.0,235.0,236.0,37.0,1350.0,99.0,325.0,4365.0,2024-03-05 22:50:13,1.29.5,68.0,46.0,46.0,43.0,,,67085.0,2.0,51430.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-03-05 22:50:13.104070,7.0,2026529.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-03-13 15:23:23.817631,2024-03-08 23:04:25,3378.0,131.0,274.0,38.0,4017.0,75.0,884.0,3814.0,2024-03-13 15:14:20,0.25.1,100.0,16.0,16.0,91.0,,,21089891.0,2.0,54017.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-03-13 15:23:23.817631,10.0,1307507599.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-03-14 14:11:29.000000,2024-01-30 13:06:56,3603.0,4.0,390.0,31.0,523.0,76.0,356.0,537.0,2024-01-30 11:50:06,7.5.0,51.0,1699.0,1699.0,172.0,,,589859.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,589859.0,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13003.0,1565.0,227.0,731.0,584.0,51354.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,102874.0,2.0,1227.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7540.0,,face_recognition,https://pypi.org/project/face_recognition,102771.0,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-03-14 13:26:52.000000,2024-03-04 02:55:39,4740.0,4.0,1728.0,183.0,1692.0,454.0,1358.0,9894.0,2023-04-14 09:36:52,r1.4.1,15.0,95.0,95.0,136.0,,,263934.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,263934.0,,,,,,,, 34,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-03-13 16:07:59.000000,2024-03-13 15:59:05,2344.0,213.0,971.0,60.0,1425.0,112.0,1136.0,8267.0,2024-03-13 16:08:01,1.567.1,100.0,3.0,3.0,169.0,,,3457.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-03-13 15:49:49.236189,13.0,141770.0,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-03-14 17:47:38.000000,2024-03-14 17:37:33,6491.0,162.0,433.0,78.0,3613.0,147.0,1215.0,1645.0,2024-03-05 22:56:54,1.9.1,99.0,138.0,138.0,185.0,,,2830.0,2.0,217938.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-03-14 16:31:41.000000,2024-03-14 13:48:50,12827.0,705.0,699.0,117.0,6670.0,4028.0,9179.0,738.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16051.0,2.0,10675.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,34.0,1876766.0,,,,,,,,,,,, 37,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-03-14 17:16:47.000000,2024-03-14 12:05:12,5447.0,373.0,996.0,157.0,5255.0,65.0,1122.0,19076.0,2024-03-14 11:19:46,4.38.0,100.0,,,151.0,,,712.0,2.0,34926.0,,,,,,1.0,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-03-14 16:26:05.000000,2024-03-12 10:01:20,2791.0,166.0,1514.0,173.0,2095.0,291.0,806.0,8891.0,2024-01-25 14:31:22,2.38.0,81.0,154.0,154.0,234.0,,,3.0,2.0,307.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-03-14 17:19:46.000000,2024-03-14 14:09:51,4038.0,452.0,256.0,199.0,4191.0,80.0,251.0,3776.0,2024-03-11 17:34:03,0.15.2,53.0,8.0,8.0,155.0,,,262167.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-03-11 17:36:02.634331,12.0,13108356.0,,,,,,,,,,,, 40,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-02-21 20:28:08.000000,2024-02-19 04:26:42,442.0,65.0,156.0,37.0,113.0,2.0,88.0,781.0,2024-01-11 16:18:23,2.0.0,25.0,1000.0,1000.0,27.0,,,75920.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,75920.0,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-03-14 14:44:23.000000,2024-03-14 02:50:30,5776.0,402.0,311.0,40.0,5092.0,77.0,274.0,7023.0,2024-03-01 07:10:09,1.14.0,55.0,11.0,11.0,49.0,,,1598.0,2.0,2815.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-03-01 07:08:17.094617,2.0,48723.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-03-13 15:10:05.000000,2024-03-01 10:55:42,2670.0,64.0,120.0,60.0,308.0,28.0,255.0,800.0,2024-01-31 11:57:05,5.3.0,36.0,131.0,131.0,44.0,,,67477.0,2.0,9138.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,67378.0,,,,,,,, 43,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,29,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5024.0,498.0,152.0,1029.0,1353.0,20762.0,2023-04-02 07:43:27,0.7,1.0,1792.0,1792.0,58.0,,,212833.0,3.0,2341162.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-03-14 11:35:16.000000,2024-03-13 08:57:15,2406.0,17.0,1005.0,107.0,830.0,30.0,836.0,5241.0,2024-02-14 08:01:40,.5.6.9,65.0,8563.0,8563.0,321.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-03-05 09:59:17.000000,2024-03-05 09:59:16,1505.0,23.0,323.0,57.0,1122.0,35.0,274.0,4554.0,,,52.0,26.0,26.0,71.0,,,707129.0,2.0,21006.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50889734.0,,,,,,,,,,,, 46,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,29,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,10.0,167.0,31.0,1526.0,108.0,101.0,3363.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,66.0,,,37233.0,2.0,2715.0,,,,,,,oso,https://pypi.org/project/oso,37160.0,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-03-12 20:48:15.000000,2024-02-29 16:18:26,1361.0,7.0,327.0,48.0,720.0,53.0,277.0,3178.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1128383.0,3.0,36199.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,87976814.0,,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-03-08 17:14:04.000000,2024-03-08 07:54:42,3050.0,77.0,291.0,78.0,846.0,289.0,620.0,1762.0,2024-03-08 08:15:27,5.7.9,53.0,3.0,3.0,86.0,https://www.npmjs.com/package/solid-server,749.0,9478.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-03-08 08:18:17.013317,5.0,995215.0,,,,,,,,,,,, 49,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-03-14 14:19:34.000000,2024-03-12 18:15:44,5275.0,77.0,291.0,41.0,774.0,55.0,261.0,1296.0,2024-02-09 14:54:54,7.0.1,54.0,1720.0,1720.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 50,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-03-14 16:32:54.000000,2024-03-14 12:12:32,618.0,6.0,64.0,40.0,215.0,4.0,85.0,317.0,2024-03-14 12:12:59,8.0.2,100.0,4566.0,4566.0,41.0,https://www.npmjs.com/package/did-jwt,200342.0,200342.0,1.0,,,,,,,,,,,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-03-13 18:21:16.000000,2024-03-13 18:21:04,1791.0,8.0,12697.0,1524.0,517.0,16.0,829.0,48788.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4340.0,3.0,264800.0,,,,,,,,,,,,,,,,, 52,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9299.0,1116.0,131.0,541.0,801.0,44873.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3666.0,3.0,175995.0,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3499.0,761.0,74.0,10.0,370.0,15029.0,2016-02-25 17:42:46,0.2.1,4.0,70.0,70.0,30.0,,,1581.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161322.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-03-14 17:49:08.000000,2024-03-14 17:46:58,6489.0,94.0,553.0,137.0,4437.0,201.0,2727.0,4952.0,2024-03-12 22:12:00,release-2024-03-12,100.0,,,131.0,,,20757.0,2.0,66148.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-03-05 20:31:13.477384,13.0,1970387.0,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-03-13 07:14:35.000000,2024-03-12 18:32:17,1565.0,104.0,109.0,29.0,1680.0,37.0,291.0,2368.0,2024-02-20 09:17:15,0.34.0,57.0,19.0,19.0,27.0,,,1606.0,3.0,57831.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-03-11 19:40:21.000000,2024-03-11 00:34:16,474.0,25.0,66.0,29.0,144.0,5.0,47.0,191.0,2024-02-14 22:03:28,10.1.5,59.0,1477.0,1477.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16290.0,16290.0,1.0,,,,,,,,,,,,,,,,,, 57,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-03-14 17:55:34.000000,2024-03-14 15:29:24,2923.0,175.0,381.0,39.0,5030.0,497.0,1527.0,6485.0,2024-03-12 19:59:56,2.44.4,100.0,,,101.0,,,499.0,3.0,2496.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-03-14 18:13:06.000000,2024-03-14 17:10:42,13889.0,691.0,467.0,37.0,6786.0,511.0,1389.0,6005.0,2024-03-04 19:38:33,ersion/2024.2.2,100.0,,,217.0,,,99.0,3.0,2894.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-02-07 07:28:03.000000,2024-02-07 07:27:50,2459.0,24.0,739.0,69.0,243.0,,,2984.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,194643.0,194643.0,2.0,,,,,,,,,,,,,,,,,, 60,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-03-14 15:04:25.000000,2024-03-13 00:38:24,1845.0,125.0,130.0,18.0,1849.0,170.0,565.0,1942.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,71.0,,,3630.0,3.0,255.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-02 02:12:45.117009,,221218.0,,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-03-14 16:03:29.000000,2024-03-14 13:23:25,33780.0,360.0,58.0,31.0,4657.0,344.0,2943.0,375.0,2024-03-14 13:25:07,1.1.0,100.0,,,112.0,,,435.0,3.0,2176.0,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-03-14 16:24:19.000000,2024-03-14 16:22:57,363.0,6.0,40.0,23.0,97.0,2.0,48.0,167.0,2024-03-14 16:23:14,4.0.2,56.0,897.0,897.0,22.0,https://www.npmjs.com/package/did-jwt-vc,23328.0,23328.0,1.0,,,,,,,,,,,,,,,,,, 63,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-03-08 04:08:05.000000,2023-12-18 20:11:16,136.0,1.0,6432.0,492.0,213.0,,,57748.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,309772.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,309772.0,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-03-14 17:10:41.000000,2024-03-14 13:36:17,1759.0,77.0,130.0,21.0,373.0,38.0,81.0,2245.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,51.0,,,4318.0,3.0,594.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,159181.0,1.0,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-03-11 18:28:02.000000,2024-03-11 18:27:55,6085.0,72.0,312.0,414.0,4188.0,118.0,417.0,1684.0,2024-01-17 19:18:46,1.7.0,28.0,,,150.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-03-14 17:45:46.000000,2024-03-14 17:45:46,3018.0,95.0,263.0,52.0,2285.0,32.0,217.0,850.0,2024-03-04 21:43:53,1.11.53,100.0,30.0,30.0,83.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-03-14 16:51:36.000000,2024-03-07 17:11:13,1855.0,29.0,117.0,23.0,771.0,62.0,370.0,391.0,2024-01-16 17:06:31,5.6.0,43.0,594.0,594.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-03-14 17:24:34.000000,2024-03-12 16:06:42,8924.0,424.0,442.0,30.0,1668.0,214.0,954.0,382.0,2023-11-25 05:08:09,0.11.0,75.0,,,135.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,22.0,152.0,35.0,266.0,63.0,180.0,1042.0,2022-09-28 20:32:17,3.0.1,15.0,234.0,234.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-03-14 12:32:49.000000,2024-03-13 17:11:10,1724.0,47.0,221.0,60.0,298.0,28.0,83.0,513.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1536.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-03-13 17:12:39.510600,,121346.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-03-14 15:11:06.000000,2024-03-12 13:45:04,1447.0,27.0,75.0,24.0,1018.0,60.0,233.0,280.0,2024-02-19 15:08:47,1.0.1,27.0,111.0,111.0,36.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-24 15:23:34.000000,2024-02-24 15:23:34,787.0,83.0,38.0,16.0,221.0,24.0,83.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,22.0,,,5536.0,2.0,77514.0,,,,,,,,,,,,,,,,, 73,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-03-13 22:57:12.000000,2024-03-08 20:45:51,2015.0,79.0,802.0,27.0,1191.0,39.0,130.0,5335.0,2024-02-16 16:42:14,backend/v0.10.0,19.0,227.0,227.0,43.0,,,1.0,3.0,26.0,,,,,,,,,,,,,,,,, 74,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-03-14 10:57:11.000000,2024-03-14 10:57:11,2633.0,331.0,114.0,18.0,954.0,28.0,136.0,2379.0,2024-02-27 09:41:07,0.7.7,61.0,1.0,1.0,42.0,,,85.0,3.0,1627.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 75,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-03-09 13:53:23.000000,2024-03-09 13:45:01,2239.0,19.0,266.0,27.0,96.0,17.0,91.0,1161.0,2023-10-11 13:10:11,4.0.2,57.0,,,38.0,,,96.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,8518.0,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-03-14 16:29:32.000000,2024-03-14 12:59:48,15848.0,119.0,310.0,52.0,7272.0,,,1070.0,,,,,,223.0,,,40127.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-03-14 14:53:59.322704,162.0,5698141.0,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-03-14 16:46:54.000000,2024-03-14 16:45:15,14945.0,51.0,654.0,113.0,18.0,,,676.0,,,,125.0,125.0,732.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-03-14 17:18:01.000000,2024-03-13 16:06:27,462.0,39.0,93.0,18.0,448.0,67.0,187.0,320.0,2024-02-21 20:48:22,0.2.18,36.0,365.0,365.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-03-13 21:45:20.000000,2024-03-13 21:43:51,928.0,80.0,163.0,28.0,1098.0,123.0,537.0,228.0,2024-03-13 21:44:32,0.5.0,78.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3283.0,300.0,25.0,1.0,143.0,21041.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24379.0,3.0,804531.0,,,,,,,,,,,,,,,,, 81,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-03-14 11:32:18.000000,2024-03-14 11:31:55,968.0,39.0,440.0,60.0,470.0,112.0,356.0,11696.0,2024-03-12 07:49:55,8.0.1,63.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,4.0,284.0,61.0,147.0,193.0,553.0,5298.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,216.0,3.0,15821.0,,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-03-13 19:09:23.000000,2024-03-12 15:04:55,4038.0,3.0,758.0,255.0,332.0,62.0,210.0,2830.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,886.0,3.0,109902.0,,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,744.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75862.0,3.0,393.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7054787.0,,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,51.0,249.0,29.0,6.0,39.0,708.0,2023-01-31 02:32:05,2.1.1,52.0,1202.0,1202.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-03-14 14:47:59.000000,2024-03-14 14:47:59,13318.0,129.0,127.0,12.0,1788.0,938.0,1965.0,309.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,101.0,3.0,7727.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-03-11 20:10:37.000000,2024-03-04 00:18:13,392.0,9.0,41.0,23.0,128.0,3.0,18.0,202.0,2023-03-08 14:05:37,4.1.0,24.0,5721.0,5721.0,24.0,,,,2.0,,,,,,,-1.0,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-03-11 19:00:59.000000,2024-03-11 00:03:00,292.0,13.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,907.0,907.0,12.0,https://www.npmjs.com/package/web-did-resolver,28504.0,28504.0,2.0,,,,,,,,,,,,,,,,,, 89,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,266.0,89.0,488.0,25.0,161.0,2843.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-03-13 23:07:34.000000,2024-03-13 23:06:30,403.0,9.0,675.0,96.0,322.0,160.0,330.0,1658.0,2024-03-13 23:07:34,1.7.3,29.0,,,50.0,,,,3.0,,,,,,,2.0,,,,,,,,,,, 91,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-03-14 17:25:07.000000,2024-03-14 17:18:26,2278.0,53.0,152.0,178.0,858.0,74.0,1051.0,1076.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-03-14 17:02:53.000000,2024-03-14 17:02:52,4919.0,27.0,636.0,64.0,1759.0,37.0,53.0,665.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,590.0,,,,,,,,,,,,,,,,, 93,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-03-14 15:28:00.000000,2024-03-14 12:09:13,2527.0,90.0,32.0,16.0,3256.0,50.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,806.0,806.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4669.0,568.0,122.0,501.0,620.0,13438.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,6.0,126.0,3679.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-03-13 14:55:00.000000,2024-03-13 08:47:17,2248.0,51.0,68.0,22.0,737.0,5.0,95.0,369.0,2024-03-02 00:08:13,0.22.2.RELEASE,54.0,,,26.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-03-13 21:18:41.000000,2024-03-13 15:11:17,2255.0,63.0,208.0,55.0,590.0,53.0,175.0,316.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,157.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-03-14 17:26:05.000000,2024-03-14 17:26:04,457.0,53.0,40.0,7.0,271.0,54.0,120.0,108.0,2024-01-11 22:18:15,api-0.8.4,19.0,66.0,66.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-03-13 21:55:39.000000,2024-03-11 19:03:56,1111.0,17.0,16.0,12.0,1276.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,360.0,2.0,10445.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,811.0,239.0,242.0,184.0,528.0,2694.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,272.0,98.0,42.0,28.0,24.0,2483.0,,,,,,26.0,,,1985.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1985.0,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-03-06 13:35:30.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,105.0,2.0,56.0,2327.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,19,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-03-11 09:53:42.000000,2024-03-11 09:53:10,109.0,10.0,35.0,7.0,15.0,,24.0,307.0,2024-03-11 09:53:43,1.5.0,24.0,147.0,147.0,8.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-03-08 07:42:53.000000,2024-01-23 08:35:12,1730.0,2.0,102.0,28.0,346.0,38.0,73.0,180.0,2023-06-11 17:23:23,8.4.0,49.0,31.0,31.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,158.0,88.0,184.0,71.0,69.0,1226.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,8.0,53.0,11.0,302.0,8.0,104.0,607.0,,,,758.0,758.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-03-14 15:39:12.000000,2024-03-13 16:56:15,1945.0,166.0,85.0,76.0,763.0,11.0,663.0,270.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-03-14 00:17:13.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,359.0,73.0,103.0,172.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,2.0,164.0,97.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,431.0,2.0,62.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,13327.0,-1.0,,,,,,,,,,, 112,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-03-12 16:19:43.000000,2024-01-30 17:27:52,1473.0,95.0,61.0,10.0,510.0,4.0,112.0,74.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-03-14 01:11:58.000000,2024-03-14 01:11:06,1688.0,211.0,11.0,10.0,153.0,8.0,9.0,50.0,2024-03-02 22:04:04,0.19.0,32.0,3.0,3.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-03-13 22:25:20.000000,2024-03-13 22:25:20,2386.0,111.0,38.0,10.0,466.0,137.0,96.0,46.0,,,1.0,30.0,30.0,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,558.0,56.0,125.0,88.0,8173.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-03-12 16:13:32.000000,2024-03-12 16:13:31,543.0,6.0,149.0,83.0,213.0,19.0,42.0,1376.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-03-13 23:52:29.000000,2024-03-13 23:52:28,258.0,31.0,27.0,5.0,266.0,15.0,19.0,957.0,2024-03-09 01:23:12,1.9.0,99.0,1.0,1.0,5.0,,,113.0,3.0,887.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-03-09 01:23:12.331214,,588.0,,,,,,,,,,,, 118,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-03-14 16:18:59.000000,2024-03-14 16:18:58,1023.0,47.0,38.0,51.0,227.0,179.0,148.0,453.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-03-08 16:30:32.000000,2024-03-08 16:18:59,3630.0,14.0,68.0,27.0,5.0,,,227.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-03-14 05:26:05.000000,2024-03-14 05:26:04,89.0,11.0,30.0,2.0,40.0,1.0,31.0,223.0,2024-03-13 06:30:56,2.0.0,13.0,40.0,40.0,8.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,, 121,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,7.0,44.0,16.0,88.0,24.0,62.0,169.0,,,,273.0,273.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-03-13 19:07:11.000000,2024-03-13 19:04:41,1672.0,49.0,113.0,19.0,856.0,64.0,185.0,127.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 123,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-03-06 16:45:55.000000,2024-03-04 20:24:43,651.0,42.0,21.0,8.0,52.0,8.0,15.0,74.0,2024-02-29 22:50:37,0.6.0,14.0,49.0,49.0,12.0,,,0.0,3.0,27.0,,,,,,,,,,,,,,,,, 124,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-03-14 10:06:27.000000,2024-03-11 09:29:07,415.0,24.0,22.0,4.0,157.0,8.0,28.0,46.0,2024-03-11 09:29:54,1.8.3,42.0,144.0,144.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-03-14 12:40:54.000000,2024-03-11 13:08:07,3905.0,331.0,13.0,7.0,474.0,43.0,1988.0,35.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 126,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-03-13 05:21:29.000000,2024-02-29 22:35:20,989.0,49.0,12.0,7.0,113.0,5.0,26.0,31.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,17.0,,,1.0,3.0,61.0,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-03-13 10:26:00.000000,2024-02-29 15:21:27,1866.0,30.0,135.0,61.0,489.0,6.0,228.0,534.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-05 17:17:43.000000,2023-04-11 23:37:45,1309.0,,89.0,73.0,489.0,34.0,323.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,5.0,66.0,33.0,251.0,46.0,73.0,246.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],16,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-03-08 15:10:51.000000,2024-01-10 15:16:53,326.0,6.0,54.0,12.0,356.0,48.0,107.0,195.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,16,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-03-14 16:51:05.000000,2024-03-14 10:16:32,894.0,657.0,19.0,5.0,193.0,11.0,30.0,67.0,2024-03-14 09:49:49,0.2.0,100.0,,,14.0,,,,3.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,137.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4122.0,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-03-14 17:05:01.000000,2024-01-31 15:21:51,812.0,4.0,179.0,35.0,359.0,39.0,150.0,109.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-03-14 17:55:13.000000,2024-03-14 17:54:50,627.0,6.0,33.0,31.0,234.0,53.0,177.0,76.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-03-05 11:16:47.000000,2024-03-05 11:16:36,420.0,15.0,25.0,29.0,57.0,13.0,10.0,69.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-13 20:07:55.000000,2024-03-13 20:07:55,735.0,104.0,14.0,6.0,84.0,5.0,12.0,51.0,2024-03-13 20:06:25,0.10.2,18.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,156.0,38.0,94.0,30.0,102.0,962.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-03-13 22:57:00.000000,2024-02-05 20:54:24,451.0,7.0,54.0,11.0,531.0,87.0,126.0,144.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-12 15:40:13.000000,2024-03-12 15:39:50,537.0,16.0,26.0,12.0,142.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-13 04:11:36.000000,2024-02-28 19:50:12,684.0,6.0,57.0,73.0,271.0,155.0,111.0,326.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,245.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,223.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,18.0,9.0,16.0,4.0,10.0,155.0,,,,11.0,11.0,4.0,,,266.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,266.0,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,27.0,45.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-03-14 00:09:11.000000,2024-01-31 19:22:55,877.0,31.0,21.0,14.0,176.0,17.0,124.0,67.0,,,,,,17.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-03-14 00:11:32.000000,2024-03-11 15:07:21,720.0,15.0,24.0,14.0,208.0,9.0,198.0,49.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,30.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,725.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-01-30 20:57:50.000000,2024-01-30 20:57:49,121.0,2.0,23.0,11.0,42.0,10.0,10.0,119.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,216911.0,216911.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-03-14 17:02:45.000000,2024-03-12 13:07:17,409.0,59.0,8.0,18.0,372.0,,,64.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2023-02-10 20:11:47.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,27.0,8.0,8.0,47.0,,,,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-03-13 00:43:55.000000,2024-03-13 00:43:19,953.0,46.0,9.0,8.0,163.0,8.0,9.0,44.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-03-13 17:33:24.000000,2024-03-13 17:33:24,82.0,24.0,5.0,29.0,30.0,38.0,26.0,41.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,4.0,13.0,10.0,24.0,1.0,3.0,39.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,20.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-03-11 23:01:29.000000,2024-02-23 21:40:05,75.0,15.0,6.0,11.0,80.0,3.0,1.0,19.0,2023-06-19 17:55:50,1.0.0,2.0,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,26.0,6.0,10.0,2.0,1.0,2.0,11.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 160,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-03-10 02:10:40.000000,2024-03-01 16:08:41,244.0,77.0,10.0,8.0,86.0,15.0,34.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-03-11 00:11:33.000000,2024-03-11 00:11:33,114.0,51.0,7.0,3.0,28.0,10.0,20.0,6.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2023-07-31 13:48:45.000000,2023-07-31 13:48:42,119.0,,35.0,16.0,23.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,14.0,9.0,260.0,37.0,10.0,51.0,,,,,,9.0,,,,3.0,,,,,,,-3.0,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-03-14 17:45:03.000000,2024-03-14 16:35:05,68.0,7.0,4.0,11.0,71.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,320.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2560.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-02-12 14:43:52.000000,2024-02-12 14:43:52,14.0,13.0,1.0,13.0,8.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-11 17:53:50.314105,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-11 17:53:50.314105,22.0,4118191.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,77630.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-03-21_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇38 · ⭐ 19K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - faceswap (🥉29 · ⭐ 49K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - whisper (🥉27 · ⭐ 58K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - supertokens (🥉23 · ⭐ 12K · 📈) - Open source alternative to Auth0 / Firebase Auth / AWS.. ❗️Custom - solid-specification (🥈18 · ⭐ 460 · 📈) - Solid Technical Reports. MIT solid ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇39 · ⭐ 2.7K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - authlib (🥈36 · ⭐ 4.2K · 📉) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - oso (🥉28 · ⭐ 3.4K · 📉) - Oso is a batteries-included framework for building authorization in.. Apache-2 - bbs-signature (🥉11 · ⭐ 67 · 📉) - The BBS Signature Scheme. Apache-2 dif - sphereon-ssi-mobile-wallet (🥉10 · ⭐ 45 · 📉) - Open-Source Mobile SSI Wallet. ❗️GPL-3.0 ================================================ FILE: history/2024-03-21_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-03-21 17:21:07.000000,2024-03-16 15:04:45,2949.0,262.0,2744.0,101.0,2399.0,254.0,3806.0,21646.0,2024-03-07 14:57:20,next-auth@4.24.7,100.0,213056.0,213056.0,663.0,https://www.npmjs.com/package/next-auth,3824934.0,3824934.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-03-21 11:19:16.000000,2024-03-15 09:54:01,8592.0,345.0,1939.0,146.0,3369.0,179.0,3083.0,11339.0,2024-03-08 12:32:07,1.14.4,100.0,912.0,912.0,441.0,,,2174908.0,1.0,76121804.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-03-20 11:12:09.000000,2024-03-13 13:43:06,3859.0,48.0,1939.0,238.0,4167.0,107.0,2128.0,11849.0,2023-08-15 20:00:30,1.11.1,67.0,5899.0,5899.0,381.0,,,2861722.0,1.0,7199660.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,151.0,267045756.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-03-21 18:11:33.000000,2024-03-20 16:49:04,5011.0,76.0,1227.0,123.0,4130.0,339.0,2148.0,9059.0,2024-03-06 10:37:47,0.62.1,100.0,3574.0,3574.0,445.0,,,5371978.0,1.0,6124542.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-03-20 17:26:26.083116,41.0,520597574.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,5.0,466.0,68.0,496.0,79.0,293.0,2734.0,2023-01-10 13:13:43,3.2.2,48.0,507355.0,507355.0,195.0,,,102573971.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,102573971.0,-1.0,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-03-21 18:06:35.000000,2024-03-21 17:44:44,24479.0,867.0,6009.0,376.0,14906.0,1745.0,7529.0,19453.0,2024-03-05 08:29:04,24.0.1,53.0,,,1356.0,,,66236.0,1.0,2583227.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,1.0,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-03-21 16:22:52.000000,2024-03-21 16:22:51,9726.0,116.0,1224.0,127.0,1148.0,87.0,922.0,7662.0,2024-02-26 20:54:49,1.0.0,11.0,1627.0,1627.0,231.0,,,1722612.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1722612.0,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-03-20 17:17:15.000000,2024-03-15 08:55:56,3796.0,52.0,1341.0,230.0,1764.0,82.0,1404.0,15030.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,291.0,,,3924147.0,1.0,737595.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,414873802.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-03-20 18:10:35.000000,2024-03-20 18:10:34,1351.0,217.0,1735.0,131.0,170.0,2.0,955.0,9616.0,2024-03-17 12:12:37,0.0.87,7.0,2760.0,2760.0,58.0,,,158360.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,158360.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-03-21 18:14:42.000000,2024-03-21 16:14:22,19282.0,561.0,3910.0,826.0,20001.0,1004.0,4917.0,29481.0,2024-02-29 19:00:00,1.15.6,100.0,7030.0,7030.0,1455.0,,,,1.0,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1203.0,309.0,157.0,339.0,428.0,22333.0,,,,1022606.0,1022606.0,38.0,https://www.npmjs.com/package/passport,10943231.0,10943231.0,2.0,,,,,,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-03-21 13:04:00.000000,2024-03-21 11:02:04,4172.0,110.0,894.0,109.0,1869.0,179.0,1057.0,10448.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,220.0,,,1614270.0,1.0,38403.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112945155.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,36,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-03-21 17:19:40.000000,2024-02-28 01:46:28,1378.0,8.0,401.0,61.0,189.0,80.0,349.0,4207.0,2023-12-17 12:54:58,1.3.0,33.0,31548.0,31548.0,107.0,,,8612144.0,2.0,,,,,,,authlib,https://pypi.org/project/authlib,8612144.0,-1.0,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-03-19 07:07:00.000000,2024-03-19 07:04:18,1555.0,28.0,251.0,41.0,387.0,10.0,437.0,5506.0,2024-02-23 20:35:37,@casl/ability@6.7.0,100.0,68418.0,68418.0,68.0,https://www.npmjs.com/package/@casl/ability,2326095.0,2326095.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-03-18 14:29:19.000000,2024-03-18 14:25:25,1089.0,7.0,1571.0,231.0,490.0,45.0,744.0,16700.0,2024-03-18 14:26:40,2.85.0,100.0,2770.0,2770.0,141.0,https://www.npmjs.com/package/casbin,202496.0,319690.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,117194.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,34,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3540.0,337.0,109.0,433.0,391.0,15992.0,2020-03-22 14:01:55,0.22.2,38.0,8611.0,8611.0,25.0,https://www.npmjs.com/package/face-api.js,145472.0,145472.0,2.0,,,,,,,,,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-03-21 18:06:02.000000,2024-03-21 17:15:44,8201.0,551.0,553.0,57.0,5874.0,311.0,1436.0,4317.0,2024-03-19 14:02:36,ockam_v0.118.0,100.0,183.0,183.0,309.0,,,13042.0,2.0,352147.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-03-21 15:59:47.116390,2024-03-14 17:24:52,24992.0,639.0,3830.0,605.0,4675.0,,,10717.0,2024-03-01 14:37:08,7.0.2,100.0,21.0,21.0,347.0,,,6173.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-03-21 15:59:47.116390,129.0,925954.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-03-21 17:50:27.000000,2024-03-21 17:50:27,3662.0,249.0,235.0,37.0,1377.0,99.0,326.0,4389.0,2024-03-19 12:48:19,1.30.0,69.0,48.0,48.0,43.0,,,68613.0,2.0,52839.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-03-19 12:59:32.182440,7.0,2072433.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-03-21 03:36:37.000000,2024-03-20 21:03:03,3382.0,130.0,274.0,39.0,4022.0,75.0,884.0,3816.0,2024-03-13 15:14:20,0.25.1,100.0,16.0,16.0,91.0,,,21377147.0,2.0,54263.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-03-20 21:51:15.273171,10.0,1325317210.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-03-14 14:11:29.000000,2024-01-30 13:06:56,3603.0,4.0,390.0,31.0,523.0,76.0,356.0,538.0,2024-01-30 11:50:06,7.5.0,51.0,1700.0,1700.0,173.0,,,610799.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,610799.0,,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13012.0,1565.0,227.0,731.0,584.0,51413.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,115324.0,2.0,1227.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7564.0,face_recognition,https://pypi.org/project/face_recognition,115220.0,,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-03-19 08:05:33.000000,2024-03-04 02:55:39,4740.0,4.0,1732.0,182.0,1693.0,461.0,1360.0,9933.0,2023-04-14 09:36:52,r1.4.1,15.0,97.0,97.0,136.0,,,264102.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,264102.0,,,,,,,,, 34,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-03-21 16:50:32.000000,2024-03-21 10:17:38,2372.0,226.0,979.0,61.0,1439.0,112.0,1151.0,8395.0,2024-03-21 10:26:52,1.579.1,100.0,3.0,3.0,171.0,,,3593.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-03-20 12:15:14.204794,13.0,147321.0,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-03-21 16:29:53.000000,2024-03-21 13:59:55,6504.0,169.0,434.0,78.0,3632.0,155.0,1215.0,1651.0,2024-03-05 22:56:54,1.9.1,99.0,140.0,140.0,185.0,,,2854.0,2.0,219780.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-03-21 16:33:34.000000,2024-03-21 08:09:22,12856.0,661.0,698.0,117.0,6690.0,4056.0,9189.0,740.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16097.0,2.0,10792.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,34.0,1881832.0,,,,,,,,,,,, 37,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-03-21 18:11:21.000000,2024-03-21 17:14:06,5523.0,435.0,1001.0,157.0,5337.0,60.0,1144.0,19175.0,2024-03-20 05:41:34,4.38.6,100.0,,,153.0,,,730.0,2.0,35047.0,,,,,,,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-03-20 04:48:47.000000,2024-03-12 10:01:20,2791.0,148.0,1517.0,173.0,2101.0,291.0,806.0,8908.0,2024-01-25 14:31:22,2.38.0,81.0,155.0,155.0,234.0,,,3.0,2.0,308.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-03-21 17:58:56.000000,2024-03-20 19:47:13,4049.0,462.0,260.0,199.0,4215.0,82.0,251.0,3777.0,2024-03-11 17:34:03,0.15.2,53.0,8.0,8.0,155.0,,,264861.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-03-11 17:36:02.634331,12.0,13243072.0,,,,,,,,,,,, 40,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-20 16:19:05.000000,2024-02-19 04:26:42,442.0,65.0,156.0,37.0,114.0,3.0,88.0,784.0,2024-01-11 16:18:23,2.0.0,25.0,1006.0,1006.0,27.0,,,79285.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,79285.0,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-03-21 15:51:08.000000,2024-03-21 15:25:50,5830.0,423.0,315.0,40.0,5126.0,74.0,277.0,7041.0,2024-03-01 07:10:09,1.14.0,55.0,11.0,11.0,50.0,,,1832.0,2.0,2849.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-03-01 07:08:17.094617,2.0,56413.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-03-13 15:10:05.000000,2024-03-01 10:55:42,2670.0,59.0,120.0,61.0,308.0,29.0,255.0,802.0,2024-01-31 11:57:05,5.3.0,36.0,132.0,132.0,44.0,,,78256.0,2.0,9223.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,78156.0,,,,,,,,, 43,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-03-21 11:56:16.000000,2024-03-21 11:56:01,1796.0,13.0,12707.0,1524.0,517.0,17.0,830.0,48858.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4428.0,3.0,270152.0,,,,,,,,,1.0,,,,,,,, 44,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,29,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2023-12-24 05:29:03.000000,2023-12-24 05:29:03,2283.0,2.0,5035.0,498.0,152.0,1030.0,1353.0,20851.0,2023-04-02 07:43:27,0.7,1.0,1836.0,1836.0,58.0,,,221613.0,3.0,2437740.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-03-15 16:02:47.000000,2024-03-13 08:57:15,2406.0,17.0,1005.0,107.0,830.0,30.0,836.0,5245.0,2024-02-14 08:01:40,.5.6.9,65.0,8574.0,8574.0,321.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 46,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-03-05 09:59:17.000000,2024-03-05 09:59:16,1505.0,23.0,323.0,57.0,1122.0,35.0,275.0,4564.0,,,52.0,26.0,26.0,71.0,,,708036.0,2.0,21143.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,50954836.0,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-03-12 20:48:15.000000,2024-02-29 16:18:26,1361.0,7.0,327.0,48.0,720.0,53.0,277.0,3181.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1129133.0,3.0,36347.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88035129.0,,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-03-21 17:53:07.000000,2024-03-18 20:41:34,3061.0,64.0,290.0,78.0,852.0,285.0,625.0,1763.0,2024-03-08 08:15:27,5.7.9,53.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,737.0,9489.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-03-18 20:51:00.665037,5.0,997761.0,,,,,,,,,,,, 49,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-03-20 17:23:58.000000,2024-03-20 17:20:17,5279.0,51.0,292.0,41.0,776.0,54.0,264.0,1301.0,2024-03-20 16:56:25,7.0.2,55.0,1731.0,1731.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 50,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-03-21 17:04:07.000000,2024-03-20 18:52:21,620.0,8.0,64.0,40.0,215.0,4.0,85.0,318.0,2024-03-20 18:52:49,8.0.3,100.0,4609.0,4609.0,41.0,https://www.npmjs.com/package/did-jwt,211266.0,211266.0,1.0,,,,,,,,,,,,,,,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9320.0,1117.0,131.0,541.0,801.0,44955.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3675.0,3.0,176444.0,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3501.0,761.0,74.0,10.0,371.0,15034.0,2016-02-25 17:42:46,0.2.1,4.0,72.0,72.0,30.0,,,1582.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161403.0,,,,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-03-21 17:41:37.000000,2024-03-20 22:21:16,6496.0,94.0,554.0,137.0,4441.0,202.0,2730.0,4962.0,2024-03-18 20:24:12,release-2024-03-18,100.0,,,131.0,,,20778.0,2.0,66412.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-03-05 20:31:13.477384,13.0,1971390.0,,,,,,,,,,,, 54,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,4.0,167.0,30.0,1526.0,108.0,101.0,3369.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,66.0,,,39032.0,3.0,2715.0,,,,,,oso,https://pypi.org/project/oso,38959.0,-1.0,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-03-21 15:51:07.000000,2024-03-21 09:49:43,1575.0,109.0,112.0,30.0,1691.0,38.0,293.0,2412.0,2024-02-20 09:17:15,0.34.0,57.0,20.0,20.0,27.0,,,1622.0,3.0,58419.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-03-18 23:33:21.000000,2024-03-11 00:34:16,474.0,21.0,66.0,29.0,144.0,5.0,47.0,191.0,2024-02-14 22:03:28,10.1.5,59.0,1482.0,1482.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16520.0,16520.0,1.0,,,,,,,,,,,,,,,,,, 57,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-03-20 15:57:33.000000,2023-12-18 20:11:16,136.0,,6514.0,497.0,215.0,,,58333.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,308342.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,308342.0,1.0,,,,,,,, 58,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,27,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-03-21 17:42:45.000000,2024-03-21 17:42:44,2939.0,177.0,387.0,42.0,5053.0,498.0,1538.0,6563.0,2024-03-21 12:35:44,2.48.1,100.0,,,101.0,,,571.0,3.0,2286.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 59,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-03-21 18:03:39.000000,2024-03-21 18:03:38,13949.0,697.0,467.0,38.0,6853.0,508.0,1407.0,6062.0,2024-03-04 19:38:33,ersion/2024.2.2,100.0,,,222.0,,,99.0,3.0,2898.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 60,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-03-19 00:43:48.000000,2024-02-07 07:27:50,2459.0,20.0,740.0,69.0,244.0,,,2987.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,198716.0,198716.0,2.0,,,,,,,,,,,,,,,,,, 61,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-03-21 14:01:34.000000,2024-03-20 02:43:33,1852.0,121.0,132.0,18.0,1860.0,173.0,567.0,1960.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,72.0,,,3758.0,3.0,258.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-02 02:12:45.117009,,229006.0,,,,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-03-21 17:28:58.000000,2024-03-21 12:49:34,33789.0,343.0,58.0,31.0,4684.0,351.0,2957.0,378.0,2024-03-14 13:25:07,1.1.0,100.0,,,112.0,,,444.0,3.0,2222.0,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-03-21 01:54:56.000000,2024-03-20 21:12:03,365.0,8.0,40.0,23.0,97.0,2.0,48.0,168.0,2024-03-20 21:12:23,4.0.3,57.0,902.0,902.0,22.0,https://www.npmjs.com/package/did-jwt-vc,25954.0,25954.0,1.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-03-21 15:40:45.000000,2024-03-21 15:40:45,1766.0,79.0,130.0,21.0,374.0,37.0,82.0,2251.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,52.0,,,4355.0,3.0,602.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,160533.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-03-20 18:20:44.000000,2024-03-18 17:17:31,6097.0,83.0,313.0,415.0,4196.0,119.0,417.0,1689.0,2024-01-17 19:18:46,1.7.0,28.0,,,150.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-03-21 04:47:17.000000,2024-03-21 04:47:17,3026.0,100.0,263.0,52.0,2292.0,33.0,219.0,849.0,2024-03-15 22:24:05,1.11.54,100.0,30.0,30.0,84.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-03-21 01:47:57.000000,2024-03-07 17:11:13,1855.0,29.0,117.0,23.0,771.0,62.0,370.0,393.0,2024-01-16 17:06:31,5.6.0,43.0,600.0,600.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-03-21 17:17:16.000000,2024-03-21 16:08:08,9000.0,466.0,444.0,30.0,1677.0,214.0,958.0,385.0,2023-11-25 05:08:09,0.11.0,75.0,,,136.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,16.0,152.0,35.0,266.0,63.0,180.0,1049.0,2022-09-28 20:32:17,3.0.1,15.0,235.0,235.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-03-21 12:31:23.000000,2024-03-15 10:29:18,1725.0,44.0,220.0,60.0,298.0,28.0,83.0,515.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1541.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-03-15 10:30:54.415389,,121753.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-03-21 09:42:59.000000,2024-03-19 08:51:52,1449.0,29.0,76.0,24.0,1022.0,59.0,234.0,282.0,2024-02-19 15:08:47,1.0.1,27.0,112.0,112.0,37.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-24 15:23:34.000000,2024-02-24 15:23:34,787.0,51.0,38.0,16.0,221.0,24.0,83.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,76.0,76.0,22.0,,,5842.0,2.0,81796.0,,,,,,,,,,,,,,,,, 73,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-03-21 12:21:34.000000,2024-03-21 07:14:58,989.0,59.0,442.0,58.0,481.0,111.0,357.0,11734.0,2024-03-20 17:22:51,9.0.1,65.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,1.0,,,,,,,, 74,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-03-21 08:47:27.000000,2024-03-08 20:45:51,2015.0,79.0,798.0,28.0,1199.0,39.0,130.0,5342.0,2024-02-16 16:42:14,backend/v0.10.0,19.0,227.0,227.0,43.0,,,2.0,3.0,42.0,,,,,,,,,,,,,,,,, 75,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-03-21 17:56:44.000000,2024-03-21 17:56:44,2674.0,342.0,116.0,18.0,974.0,28.0,137.0,2395.0,2024-02-27 09:41:07,0.7.7,61.0,1.0,1.0,42.0,,,85.0,3.0,1630.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 76,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-03-16 05:09:57.000000,2024-03-09 13:45:01,2239.0,17.0,267.0,28.0,100.0,17.0,91.0,1183.0,2023-10-11 13:10:11,4.0.2,57.0,,,38.0,,,99.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,8751.0,,,,,,,,,,,, 77,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-03-21 14:20:56.000000,2024-03-20 12:59:21,15850.0,112.0,310.0,52.0,7284.0,,,1071.0,,,,,,223.0,,,40161.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-03-20 05:08:38.455569,163.0,5702909.0,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-03-19 13:28:22.000000,2024-03-15 17:37:04,14947.0,52.0,654.0,114.0,18.0,,,676.0,,,,125.0,125.0,732.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-03-21 14:52:57.000000,2024-03-21 00:20:55,464.0,41.0,93.0,18.0,453.0,67.0,187.0,319.0,2024-02-21 20:48:22,0.2.18,36.0,367.0,367.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 80,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-03-19 12:30:24.000000,2024-03-19 08:48:30,930.0,79.0,164.0,28.0,1102.0,124.0,537.0,230.0,2024-03-13 21:44:32,0.5.0,78.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3308.0,302.0,25.0,1.0,143.0,21127.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24688.0,3.0,814716.0,,,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,3.0,284.0,61.0,147.0,194.0,553.0,5315.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,217.0,3.0,15895.0,,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-03-19 21:04:36.000000,2024-03-19 21:04:35,4039.0,4.0,758.0,256.0,332.0,62.0,210.0,2832.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,886.0,3.0,109915.0,,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,748.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75881.0,3.0,394.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7056534.0,,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,51.0,248.0,29.0,7.0,39.0,711.0,2023-01-31 02:32:05,2.1.1,52.0,1211.0,1211.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-03-21 16:22:29.000000,2024-03-21 16:22:29,13329.0,139.0,126.0,12.0,1798.0,940.0,1965.0,313.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,101.0,3.0,7727.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-03-20 23:25:41.000000,2024-03-04 00:18:13,392.0,8.0,41.0,23.0,128.0,3.0,18.0,203.0,2023-03-08 14:05:37,4.1.0,24.0,5759.0,5759.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-03-19 02:35:49.000000,2024-03-11 00:03:00,292.0,12.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,916.0,916.0,12.0,https://www.npmjs.com/package/web-did-resolver,29103.0,29103.0,2.0,,,,,,,,,,,,,,,,,, 89,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-01-15 13:57:58.000000,2024-01-15 13:57:58,1279.0,1.0,267.0,89.0,488.0,25.0,161.0,2852.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-03-13 23:07:34.000000,2024-03-13 23:06:30,403.0,9.0,675.0,96.0,322.0,159.0,334.0,1669.0,2024-03-13 23:07:34,1.7.3,29.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-03-20 20:00:50.000000,2024-03-14 17:18:26,2278.0,51.0,153.0,179.0,861.0,74.0,1052.0,1079.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-03-14 17:02:53.000000,2024-03-14 17:02:52,4919.0,27.0,636.0,70.0,1759.0,36.0,54.0,668.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,594.0,,,,,,,,,,,,,,,,, 93,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-03-21 12:58:31.000000,2024-03-21 12:57:17,2538.0,92.0,32.0,16.0,3272.0,50.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,809.0,809.0,21.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4670.0,568.0,122.0,501.0,620.0,13452.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,6.0,126.0,3683.0,2022-02-09 12:50:28,1.0.1,2.0,10.0,10.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,433.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-03-20 01:05:26.000000,2024-03-20 01:04:12,2252.0,54.0,68.0,22.0,737.0,4.0,96.0,369.0,2024-03-02 00:08:13,0.22.2.RELEASE,54.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-03-20 21:22:38.000000,2024-03-20 14:56:05,2264.0,72.0,208.0,53.0,592.0,53.0,175.0,316.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2023-10-27 19:12:10.000000,2023-09-01 12:06:39,3196.0,,157.0,20.0,2046.0,388.0,1196.0,242.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,"An SDK for building decentralized web apps with DIDs, VCs, and DWNs.",,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-03-21 17:29:08.000000,2024-03-21 17:29:07,469.0,64.0,41.0,7.0,278.0,54.0,121.0,108.0,2024-01-11 22:18:15,api-0.8.4,19.0,66.0,66.0,26.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-03-20 16:15:46.000000,2024-03-20 16:13:59,1113.0,19.0,16.0,12.0,1279.0,,321.0,28.0,2023-11-16 22:24:18,1.13.0,16.0,,,27.0,,,365.0,2.0,10602.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,814.0,240.0,242.0,185.0,528.0,2701.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,275.0,98.0,42.0,28.0,24.0,2496.0,,,,,,26.0,,,2061.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2061.0,,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-03-06 13:35:30.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,105.0,2.0,56.0,2332.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,19,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-03-11 09:53:42.000000,2024-03-11 09:53:10,109.0,10.0,35.0,7.0,15.0,,24.0,314.0,2024-03-11 09:53:43,1.5.0,24.0,147.0,147.0,8.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-03-20 20:31:43.000000,2024-01-23 08:35:12,1730.0,2.0,103.0,28.0,347.0,38.0,73.0,181.0,2023-06-11 17:23:23,8.4.0,49.0,31.0,31.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,159.0,88.0,184.0,71.0,69.0,1227.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,8.0,53.0,11.0,302.0,8.0,104.0,608.0,,,,762.0,762.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-03-19 02:08:25.000000,2024-03-19 02:08:22,1029.0,50.0,38.0,52.0,227.0,178.0,149.0,456.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,23.0,,,,2.0,,,,,,,,,,1.0,,,,,,,, 110,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-03-21 00:35:23.000000,2024-03-13 16:56:15,1945.0,150.0,85.0,76.0,764.0,11.0,664.0,270.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-03-21 00:18:23.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,359.0,73.0,103.0,174.0,,,,121.0,121.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,2.0,164.0,100.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,436.0,2.0,63.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,13472.0,,,,,,,,,,,, 113,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,18,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-03-20 00:40:47.000000,2024-03-20 00:40:46,656.0,47.0,21.0,8.0,52.0,8.0,15.0,75.0,2024-02-29 22:50:37,0.6.0,14.0,52.0,52.0,12.0,,,0.0,2.0,27.0,,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-03-20 10:13:55.000000,2024-01-30 17:27:52,1473.0,83.0,61.0,10.0,511.0,3.0,113.0,74.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-03-20 17:37:12.000000,2024-03-20 00:49:55,1731.0,245.0,11.0,10.0,158.0,8.0,9.0,52.0,2024-03-20 00:05:38,0.21.0,33.0,3.0,3.0,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-03-21 00:57:49.000000,2024-03-21 00:57:49,2406.0,97.0,38.0,10.0,473.0,138.0,96.0,47.0,,,1.0,30.0,30.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8175.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-03-12 16:13:32.000000,2024-03-12 16:13:31,543.0,6.0,149.0,83.0,213.0,19.0,42.0,1381.0,,,,,,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-03-21 00:59:42.321583,2024-03-21 00:55:02,261.0,31.0,28.0,5.0,270.0,15.0,19.0,962.0,2024-03-21 00:59:42,1.11.0,100.0,1.0,1.0,5.0,,,120.0,3.0,889.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-03-21 00:59:42.321583,,602.0,,,,,,,,,,,, 120,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-03-20 00:31:31.000000,2024-03-18 22:38:29,95.0,17.0,31.0,2.0,45.0,1.0,32.0,229.0,2024-03-18 22:40:07,2.0.3,16.0,40.0,40.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-03-16 08:37:55.000000,2024-03-08 16:18:59,3630.0,14.0,68.0,27.0,5.0,,,227.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,7.0,45.0,16.0,88.0,25.0,62.0,169.0,,,,278.0,278.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-03-21 08:21:44.000000,2024-03-20 18:28:58,1675.0,50.0,113.0,19.0,862.0,64.0,185.0,129.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 124,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,17,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-03-21 15:55:01.000000,2024-03-20 21:36:04,419.0,27.0,22.0,4.0,159.0,8.0,29.0,46.0,2024-03-20 21:47:59,1.9.1,44.0,147.0,147.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-03-21 15:15:16.000000,2024-03-21 06:50:36,3995.0,373.0,13.0,7.0,474.0,37.0,2016.0,35.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 126,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-03-19 22:06:19.000000,2024-03-19 22:06:17,1001.0,61.0,12.0,7.0,113.0,5.0,26.0,31.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,18.0,,,1.0,3.0,61.0,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-03-21 15:39:44.000000,2024-03-20 17:37:15,1873.0,33.0,135.0,62.0,491.0,4.0,230.0,535.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,3.0,66.0,33.0,251.0,46.0,73.0,246.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],16,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-03-18 17:34:54.000000,2024-03-18 17:27:20,328.0,8.0,54.0,12.0,356.0,47.0,108.0,195.0,,,4.0,41.0,41.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,16,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-03-21 09:36:25.000000,2024-03-20 22:36:34,1000.0,724.0,19.0,5.0,210.0,13.0,28.0,71.0,2024-03-14 09:49:49,0.2.0,100.0,,,14.0,,,,3.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,137.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4124.0,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-03-14 17:05:01.000000,2024-01-31 15:21:51,812.0,4.0,180.0,35.0,359.0,39.0,150.0,109.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-03-14 17:55:13.000000,2024-03-14 17:54:50,627.0,6.0,33.0,31.0,234.0,53.0,177.0,77.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-03-18 16:21:42.000000,2024-03-15 10:29:54,421.0,14.0,25.0,29.0,58.0,13.0,10.0,69.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-17 14:52:50.000000,2024-03-13 20:07:55,735.0,97.0,14.0,6.0,85.0,7.0,12.0,51.0,2024-03-13 20:06:25,0.10.2,18.0,,,16.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],14,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,156.0,38.0,94.0,30.0,102.0,964.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-03-18 01:01:29.000000,2024-02-05 20:54:24,451.0,7.0,54.0,11.0,532.0,87.0,126.0,144.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,15.0,26.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-20 22:23:11.000000,2024-02-28 19:50:12,684.0,5.0,57.0,72.0,272.0,155.0,111.0,330.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,223.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,2.0,18.0,9.0,16.0,4.0,10.0,156.0,,,,11.0,11.0,4.0,,,245.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,245.0,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,27.0,45.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-03-21 12:24:40.000000,2024-03-11 15:07:21,720.0,15.0,24.0,14.0,209.0,13.0,198.0,50.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,28.0,7.0,9.0,47.0,,,,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,30.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,727.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-18 22:56:00.000000,2024-01-30 20:57:49,121.0,2.0,24.0,11.0,43.0,10.0,10.0,120.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,227143.0,227143.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-03-21 16:10:39.000000,2024-03-12 13:07:17,409.0,50.0,8.0,19.0,379.0,,,65.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-03-21 00:10:10.000000,2024-01-31 19:22:55,877.0,2.0,21.0,14.0,176.0,18.0,124.0,67.0,,,,,,17.0,,,,3.0,,,,,,,,,,-2.0,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,10,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-03-21 09:38:01.000000,2024-03-15 09:50:22,955.0,42.0,9.0,8.0,164.0,8.0,9.0,45.0,,,,,,8.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,Sphereon-Opensource/mobile-wallet, 156,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-03-20 21:21:02.000000,2024-03-20 21:21:02,83.0,24.0,7.0,30.0,30.0,38.0,26.0,42.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,3.0,13.0,10.0,24.0,1.0,3.0,39.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-01-29 00:06:27.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-03-21 17:43:39.000000,2024-03-21 17:10:15,79.0,19.0,7.0,11.0,83.0,4.0,1.0,20.0,2023-06-19 17:55:50,1.0.0,2.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-02-09 12:04:08.000000,2024-02-09 12:03:50,73.0,26.0,6.0,10.0,2.0,1.0,2.0,12.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 161,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-03-19 07:18:41.000000,2024-03-19 07:18:41,245.0,49.0,10.0,8.0,86.0,15.0,34.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-03-11 00:11:33.000000,2024-03-11 00:11:33,114.0,44.0,7.0,3.0,28.0,10.0,20.0,6.0,,,1.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,10.0,20.0,123.0,9.0,15.0,70.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,14.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-03-20 19:44:38.000000,2024-03-20 19:40:45,70.0,9.0,4.0,11.0,72.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,320.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2560.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-03-15 22:33:59.000000,2024-02-12 14:43:52,14.0,13.0,1.0,13.0,9.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,22.0,4122414.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,79074.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-04-04_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - insightface (🥉31 · ⭐ 21K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - did-jwt (🥇30 · ⭐ 320 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - zitadel (🥉28 · ⭐ 6.8K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - waltid-identity (🥈20 · ⭐ 74 · 🐣) - All-in-one open-source identity and wallet toolkit. Apache-2 - tbd-ssi-sdk (🥈18 · ⭐ 200 · 📈) - self sovereign identity sdk. Apache-2 web5 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - face-api-js (🥈33 · ⭐ 16K · 💀) - JavaScript API for face detection and face recognition in the.. MIT - identity-server (🥈28 · ⭐ 1.3K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - fido2-net-lib (🥉23 · ⭐ 1.1K · 📉) - FIDO2 .NET library for FIDO2 / WebAuthn Attestation and.. MIT - howdy (🥉21 · ⭐ 5.3K · 📉) - Windows Hello style facial authentication for Linux. MIT - webauthn4j (🥉19 · ⭐ 370 · 📉) - A portable Java library for WebAuthn and Apple App Attest.. Apache-2 ================================================ FILE: history/2024-04-04_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,trending,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-04-04 11:45:55.000000,2024-03-31 16:53:55,2958.0,235.0,2792.0,100.0,2424.0,261.0,3832.0,21794.0,2024-03-31 10:20:41,@auth/azure-tables-adapter@0.6.2,100.0,219421.0,219421.0,665.0,https://www.npmjs.com/package/next-auth,3810767.0,3810767.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-03-29 20:34:43.000000,2024-03-27 14:33:00,8607.0,268.0,1953.0,147.0,3375.0,175.0,3097.0,11390.0,2024-03-08 12:32:07,1.14.4,100.0,959.0,959.0,442.0,,,2166090.0,1.0,77979269.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-04-02 14:20:49.000000,2024-03-29 13:13:07,3865.0,54.0,1948.0,239.0,4184.0,109.0,2128.0,11890.0,2023-08-15 20:00:30,1.11.1,67.0,5968.0,5968.0,383.0,,,2862273.0,1.0,7241781.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,151.0,269921231.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-04-04 17:54:45.634984,2024-04-04 17:17:19,5035.0,96.0,1240.0,123.0,4156.0,341.0,2156.0,9116.0,2024-03-28 16:33:25,0.63.0,100.0,3738.0,3738.0,450.0,,,5401971.0,1.0,6334280.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-04-04 17:54:45.634984,41.0,528680388.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,5.0,466.0,68.0,496.0,79.0,293.0,2734.0,2023-01-10 13:13:43,3.2.2,48.0,511748.0,511748.0,195.0,,,103248348.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,103248348.0,,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-04-04 18:07:17.000000,2024-04-04 17:26:03,24579.0,909.0,6039.0,375.0,15043.0,1739.0,7655.0,19600.0,2024-03-24 22:33:12,24.0.2,54.0,,,1364.0,,,65809.0,1.0,2632379.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-04-04 14:15:48.000000,2024-04-02 15:13:26,9746.0,136.0,1233.0,127.0,1163.0,86.0,928.0,7774.0,2024-02-26 20:54:49,1.0.0,11.0,1691.0,1691.0,231.0,,,2408174.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2408174.0,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-04-04 15:48:37.000000,2024-04-04 15:48:37,3804.0,50.0,1349.0,231.0,1767.0,82.0,1407.0,15069.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3893970.0,1.0,746707.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,415560437.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-03-31 08:35:45.000000,2024-03-31 08:35:35,1369.0,225.0,1756.0,130.0,177.0,3.0,982.0,9765.0,2024-03-22 10:14:08,0.0.89,9.0,2828.0,2828.0,58.0,,,87578.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,87578.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-04-04 18:04:50.000000,2024-04-04 17:02:35,19350.0,595.0,3920.0,825.0,20176.0,994.0,4947.0,29555.0,2024-04-04 13:39:03,1.16.1,100.0,7088.0,7088.0,1463.0,,,,1.0,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1203.0,309.0,157.0,339.0,428.0,22374.0,,,,1030439.0,1030439.0,38.0,https://www.npmjs.com/package/passport,10427788.0,10427788.0,2.0,,,,,,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-04-04 13:59:23.000000,2024-04-04 12:47:00,4190.0,122.0,900.0,110.0,1885.0,180.0,1065.0,10510.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,221.0,,,1592240.0,1.0,38756.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,112995160.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 23,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,36,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-03-31 07:19:50.000000,2024-02-28 01:46:28,1378.0,5.0,404.0,60.0,192.0,80.0,349.0,4231.0,2023-12-17 12:54:58,1.3.0,33.0,31821.0,31821.0,107.0,,,8585692.0,2.0,,,,,,,authlib,https://pypi.org/project/authlib,8585692.0,,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-04-02 08:44:33.000000,2024-04-02 08:41:51,1565.0,36.0,251.0,41.0,391.0,13.0,441.0,5536.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,69397.0,69397.0,68.0,https://www.npmjs.com/package/@casl/ability,2228022.0,2228022.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-03-31 04:20:58.000000,2024-03-31 04:17:01,1090.0,7.0,1577.0,230.0,492.0,44.0,746.0,16752.0,2024-03-31 04:18:20,2.86.0,100.0,2952.0,2952.0,142.0,https://www.npmjs.com/package/casbin,196318.0,323472.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,127154.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-04-04 18:18:32.000000,2024-04-04 16:43:26,8260.0,517.0,555.0,57.0,5928.0,313.0,1437.0,4329.0,2024-03-27 18:04:37,ockam_v0.119.0,100.0,183.0,183.0,309.0,,,12682.0,2.0,355122.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3543.0,337.0,109.0,433.0,391.0,16041.0,2020-03-22 14:01:55,0.22.2,38.0,8788.0,8788.0,25.0,https://www.npmjs.com/package/face-api.js,123219.0,123219.0,2.0,,,,,,,,,,,,,,-1.0,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-04-04 15:09:57.000000,2024-04-02 14:04:23,25026.0,570.0,3837.0,606.0,4681.0,,,10730.0,2024-03-29 09:25:57,7.0.3,100.0,21.0,21.0,347.0,,,6207.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-04-04 00:36:13.297361,129.0,937283.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-04-04 16:52:19.000000,2024-04-04 16:48:52,3719.0,280.0,237.0,37.0,1398.0,98.0,328.0,4436.0,2024-03-19 12:48:19,1.30.0,69.0,50.0,50.0,43.0,,,69212.0,2.0,54981.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-03-19 12:59:32.182440,7.0,2158066.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-04-04 14:56:10.000000,2024-04-01 21:53:46,3391.0,109.0,274.0,39.0,4033.0,80.0,885.0,3826.0,2024-03-13 15:14:20,0.25.1,100.0,17.0,17.0,91.0,,,21623516.0,2.0,54731.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-04-01 22:42:01.806370,10.0,1362215278.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-03-14 14:11:29.000000,2024-01-30 13:06:56,3603.0,4.0,390.0,31.0,523.0,77.0,357.0,538.0,2024-01-30 11:50:06,7.5.0,51.0,1708.0,1708.0,173.0,,,622608.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,622608.0,,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13028.0,1566.0,227.0,731.0,584.0,51575.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,165096.0,2.0,1227.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7609.0,face_recognition,https://pypi.org/project/face_recognition,164993.0,,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-03-19 08:05:33.000000,2024-03-04 02:55:39,4740.0,4.0,1739.0,183.0,1693.0,472.0,1360.0,10014.0,2023-04-14 09:36:52,r1.4.1,15.0,98.0,98.0,136.0,,,227873.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,227873.0,,,,,,,,, 34,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-04-02 14:09:23.438689,2024-04-02 13:54:16,2395.0,228.0,986.0,61.0,1449.0,94.0,1173.0,8475.0,2024-04-02 14:04:01,1.590.0,100.0,3.0,3.0,172.0,,,3782.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-04-02 14:09:23.438689,13.0,158848.0,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-04-04 18:05:00.000000,2024-04-04 18:02:39,6522.0,167.0,438.0,78.0,3660.0,154.0,1221.0,1660.0,2024-04-04 18:07:01,1.8.9,100.0,142.0,142.0,185.0,,,2949.0,2.0,227148.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-04-03 18:09:20.000000,2024-04-03 18:09:20,12914.0,684.0,698.0,117.0,6718.0,4082.0,9210.0,743.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16042.0,2.0,10945.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1891505.0,,,,,,,,,,,, 37,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-04-02 09:33:47.000000,2023-12-24 05:29:03,2283.0,,5056.0,499.0,153.0,1036.0,1354.0,21021.0,2023-04-02 07:43:27,0.7,1.0,1912.0,1912.0,58.0,,,218694.0,3.0,2624327.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,2.0,,,, 38,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-04-04 17:59:30.000000,2024-04-04 17:59:29,5604.0,478.0,1014.0,157.0,5417.0,60.0,1148.0,19347.0,2024-03-31 09:53:52,4.38.7,100.0,,,157.0,,,730.0,2.0,35802.0,,,,,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-04-04 16:55:13.000000,2024-03-31 14:47:38,2805.0,150.0,1521.0,173.0,2121.0,294.0,807.0,8934.0,2024-03-22 20:32:45,2.39.0,82.0,156.0,156.0,237.0,,,3.0,2.0,310.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-04-04 18:13:18.000000,2024-04-04 17:15:31,4067.0,304.0,262.0,200.0,4255.0,83.0,252.0,3784.0,2024-03-21 20:57:34,0.15.3,54.0,8.0,8.0,156.0,,,265203.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-03-21 21:00:35.925884,13.0,13525353.0,,,,,,,,,,,, 41,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,53.0,156.0,37.0,117.0,4.0,89.0,789.0,2024-03-28 21:00:33,2.1.0,26.0,1016.0,1016.0,27.0,,,79015.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,79015.0,,,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-04-04 13:07:19.000000,2024-04-03 14:40:53,5954.0,494.0,325.0,39.0,5214.0,73.0,286.0,7119.0,2024-03-01 07:10:09,1.14.0,55.0,11.0,11.0,51.0,,,2054.0,2.0,2969.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-03-01 07:08:17.094617,2.0,65660.0,,,,,,,,,,,, 43,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-02 11:15:40.000000,2024-03-26 16:46:53,2700.0,88.0,119.0,61.0,308.0,28.0,255.0,805.0,2024-03-27 08:06:51,5.4.0,37.0,133.0,133.0,46.0,,,100317.0,2.0,9424.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,100216.0,,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-04-04 17:22:47.000000,2024-03-25 23:02:49,622.0,10.0,64.0,40.0,215.0,4.0,85.0,319.0,2024-03-25 23:03:17,8.0.4,100.0,4688.0,4688.0,41.0,https://www.npmjs.com/package/did-jwt,196638.0,196638.0,1.0,,,,,,,,,,,,,,1.0,,,, 45,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-04-03 16:33:24.000000,2024-04-03 15:43:37,1805.0,21.0,12729.0,1525.0,518.0,17.0,831.0,49011.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4560.0,3.0,282774.0,,,,,,,,,,,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-04-03 08:22:01.000000,2024-04-03 08:20:20,2414.0,25.0,1010.0,108.0,831.0,30.0,837.0,5253.0,2024-02-14 08:01:40,.5.6.9,65.0,8597.0,8597.0,322.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 47,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-03-25 13:43:30.000000,2024-03-05 09:59:16,1505.0,19.0,326.0,57.0,1123.0,36.0,275.0,4580.0,,,52.0,26.0,26.0,71.0,,,699031.0,2.0,21294.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,51005441.0,,,,,,,,,,,, 48,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-03-26 15:50:43.000000,2024-02-29 16:18:26,1361.0,7.0,328.0,48.0,721.0,53.0,278.0,3189.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1116113.0,3.0,36627.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88135447.0,,,,,,,,,,,, 49,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-04-04 15:49:17.000000,2024-04-03 18:17:24,3085.0,68.0,291.0,78.0,852.0,285.0,627.0,1765.0,2024-04-04 10:50:02,5.7.10,54.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,579.0,9299.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-04 10:48:39.575604,5.0,1002871.0,,,,,,,,,,,, 50,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9351.0,1121.0,131.0,541.0,801.0,45116.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3620.0,3.0,177390.0,,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3502.0,761.0,74.0,10.0,371.0,15045.0,2016-02-25 17:42:46,0.2.1,4.0,73.0,73.0,30.0,,,1567.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161463.0,,,,,,,,,,,, 52,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-04-04 18:06:37.000000,2024-04-04 18:06:36,2975.0,198.0,396.0,39.0,5107.0,491.0,1570.0,6787.0,2024-04-04 17:27:25,2.49.1,100.0,,,104.0,,,425.0,3.0,2128.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,1.0,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-04-04 18:12:25.000000,2024-04-04 16:58:44,6509.0,105.0,559.0,138.0,4455.0,200.0,2740.0,4971.0,2024-04-01 22:19:41,release-2024-04-01,100.0,,,132.0,,,20505.0,2.0,66528.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-04-04 15:03:09.460634,13.0,1972760.0,,,,,,,,,,,, 54,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,4.0,167.0,30.0,1526.0,108.0,101.0,3370.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,32758.0,3.0,2716.0,,,,,,oso,https://pypi.org/project/oso,32687.0,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-04-04 14:08:08.000000,2024-04-04 14:08:08,1584.0,108.0,114.0,29.0,1704.0,36.0,297.0,2433.0,2024-02-20 09:17:15,0.34.0,57.0,23.0,23.0,28.0,,,1605.0,3.0,59396.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 56,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-04-03 18:02:31.000000,2024-03-21 20:23:23,5282.0,28.0,294.0,40.0,778.0,54.0,264.0,1314.0,2024-03-21 20:17:49,7.0.3,56.0,1779.0,1779.0,297.0,,,,2.0,,,,,,,,,,,,,,-1.0,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-04-03 18:07:23.000000,2024-03-25 01:06:54,475.0,18.0,65.0,29.0,144.0,5.0,47.0,192.0,2024-02-14 22:03:28,10.1.5,59.0,1500.0,1500.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,17058.0,17058.0,1.0,,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-04-03 23:29:13.000000,2024-03-26 04:30:10,367.0,10.0,40.0,23.0,97.0,2.0,48.0,169.0,2024-03-26 04:30:27,4.0.4,58.0,916.0,916.0,22.0,https://www.npmjs.com/package/did-jwt-vc,20246.0,20246.0,1.0,,,,,,,,,,,,,,,,,, 59,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-03-31 02:16:14.000000,2023-12-18 20:11:16,136.0,,6619.0,506.0,217.0,,,59134.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,251395.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,251395.0,,,,,,,,, 60,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-04-04 18:05:57.000000,2024-04-04 16:50:44,14045.0,733.0,488.0,39.0,6951.0,495.0,1460.0,6466.0,2024-03-04 19:38:33,ersion/2024.2.2,100.0,,,232.0,,,97.0,3.0,2920.0,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 61,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-03-29 10:46:59.000000,2024-03-29 10:46:57,2460.0,20.0,740.0,70.0,245.0,,,3003.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,199380.0,199380.0,2.0,,,,,,,,,,,,,,,,,, 62,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-04-01 21:49:09.000000,2024-04-01 21:49:02,1863.0,121.0,133.0,19.0,1869.0,175.0,571.0,1986.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,73.0,,,3880.0,3.0,258.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-26 02:09:54.008979,,240349.0,,,,,,,,,,,, 63,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-04-04 16:45:03.000000,2024-04-04 14:40:49,33836.0,357.0,58.0,31.0,4749.0,359.0,2998.0,382.0,2024-03-14 13:25:07,1.1.0,100.0,,,112.0,,,382.0,3.0,2295.0,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-04-01 15:45:44.000000,2024-03-28 16:10:30,1768.0,81.0,129.0,21.0,376.0,37.0,82.0,2262.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,52.0,,,4331.0,3.0,606.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,164003.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-04-01 19:08:31.000000,2024-04-01 19:08:31,6121.0,99.0,312.0,416.0,4206.0,120.0,417.0,1692.0,2024-01-17 19:18:46,1.7.0,28.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-04-04 00:17:56.000000,2024-04-03 02:31:02,3040.0,100.0,264.0,52.0,2303.0,35.0,220.0,850.0,2024-04-03 02:26:55,1.11.55,100.0,30.0,30.0,85.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-04-04 01:39:56.000000,2024-03-28 15:46:16,1857.0,31.0,118.0,23.0,774.0,64.0,373.0,395.0,2024-04-02 18:54:31,6.0.0,44.0,614.0,614.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-04-04 17:03:59.000000,2024-04-03 19:55:19,9084.0,489.0,447.0,31.0,1687.0,214.0,967.0,391.0,2023-11-25 05:08:09,0.11.0,75.0,,,136.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-04-04 12:26:49.000000,2024-03-28 18:26:00,1730.0,47.0,221.0,59.0,298.0,29.0,83.0,519.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1529.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-03-28 18:27:35.839564,,122384.0,,,,,,,,,,,, 70,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-04-04 10:02:12.000000,2024-04-02 08:32:48,1456.0,36.0,77.0,24.0,1030.0,55.0,240.0,284.0,2024-03-27 14:33:19,1.2.0,28.0,114.0,114.0,38.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-02-24 15:23:34.000000,2024-02-24 15:23:34,787.0,51.0,38.0,16.0,221.0,24.0,83.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,80.0,80.0,22.0,,,5939.0,2.0,89088.0,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-04-04 13:54:34.000000,2024-03-21 07:14:58,989.0,58.0,449.0,58.0,489.0,111.0,358.0,11815.0,2024-04-04 09:26:05,5.0.3,69.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,23,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-04-04 08:22:00.000000,2024-04-03 14:15:25,2019.0,83.0,793.0,28.0,1214.0,38.0,131.0,5364.0,2024-03-27 16:10:14,backend/v0.10.1,20.0,228.0,228.0,44.0,,,2.0,3.0,62.0,,,,,,,,,,,,,,,,, 74,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-04-04 09:11:04.000000,2024-04-03 08:03:22,2790.0,357.0,117.0,18.0,1012.0,29.0,138.0,2421.0,2024-03-30 21:57:30,0.8.0,64.0,1.0,1.0,42.0,,,84.0,3.0,1690.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 75,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-04-03 02:53:31.000000,2024-04-03 02:49:52,2252.0,23.0,276.0,28.0,106.0,19.0,92.0,1229.0,2024-03-27 23:41:43,4.0.3,58.0,,,40.0,,,104.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,9292.0,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-04-04 16:13:25.000000,2024-04-04 15:42:24,15859.0,121.0,312.0,52.0,7310.0,,,1074.0,,,,,,223.0,,,39962.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-04-03 05:26:10.404869,163.0,5714607.0,,,,,,,,,,,, 77,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,9.0,152.0,35.0,266.0,64.0,180.0,1053.0,2022-09-28 20:32:17,3.0.1,15.0,236.0,236.0,44.0,,,,3.0,,,,,,,,,,,,,,-1.0,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-04-04 10:14:39.000000,2024-04-03 16:52:44,14958.0,59.0,656.0,113.0,18.0,,,677.0,,,,127.0,127.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-04-04 18:18:39.000000,2024-04-04 18:16:12,468.0,40.0,94.0,18.0,458.0,67.0,188.0,319.0,2024-04-04 18:18:39,0.2.22,39.0,367.0,367.0,41.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 80,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-04-04 17:24:37.000000,2024-04-04 13:27:42,938.0,86.0,163.0,28.0,1117.0,128.0,538.0,233.0,2024-03-28 14:30:46,0.5.1,79.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3344.0,305.0,25.0,1.0,143.0,21318.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24546.0,3.0,834591.0,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-03-29 20:16:40.000000,2024-03-29 20:16:40,4041.0,6.0,758.0,255.0,334.0,62.0,210.0,2833.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,879.0,3.0,109966.0,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-04-02 17:34:05.000000,2024-04-02 17:34:02,404.0,10.0,679.0,95.0,323.0,159.0,338.0,1671.0,2024-03-13 23:07:34,1.7.3,29.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,753.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75112.0,3.0,394.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7060142.0,,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,52.0,249.0,29.0,7.0,39.0,714.0,2023-01-31 02:32:05,2.1.1,52.0,1226.0,1226.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-04-03 19:28:58.000000,2024-04-03 16:52:15,13356.0,166.0,126.0,12.0,1803.0,941.0,1965.0,315.0,2023-06-16 12:51:58,11.4.3,55.0,,,85.0,,,100.0,3.0,7727.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-04-03 18:57:42.000000,2024-03-25 01:03:55,393.0,8.0,41.0,23.0,128.0,3.0,18.0,205.0,2023-03-08 14:05:37,4.1.0,24.0,5841.0,5841.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-04-03 18:24:53.000000,2024-03-25 02:20:25,293.0,11.0,15.0,14.0,117.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,934.0,934.0,12.0,https://www.npmjs.com/package/web-did-resolver,29197.0,29197.0,2.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-02-08 03:31:07.000000,2024-01-17 13:25:40,562.0,2.0,283.0,61.0,147.0,195.0,555.0,5339.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,216.0,3.0,16027.0,,,,,,,,,,,,,-1.0,,howdy,, 90,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-04 09:57:31.000000,2024-01-15 13:57:58,1279.0,1.0,268.0,89.0,490.0,25.0,161.0,2869.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-04-03 19:53:32.000000,2024-04-03 19:52:19,2285.0,48.0,153.0,178.0,863.0,73.0,1057.0,1087.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-03-14 17:02:53.000000,2024-03-14 17:02:52,4919.0,27.0,640.0,70.0,1759.0,36.0,56.0,669.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,599.0,,,,,,,,,,,,,,,,, 93,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-04-04 17:24:59.000000,2024-04-02 15:35:43,2562.0,112.0,32.0,16.0,3296.0,50.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,819.0,819.0,22.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4668.0,567.0,122.0,501.0,620.0,13470.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,270.0,65.0,222.0,6.0,126.0,3692.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,434.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-04-01 14:02:01.000000,2024-03-27 23:47:58,2273.0,81.0,209.0,52.0,596.0,55.0,175.0,317.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 99,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-04-04 17:39:05.000000,2024-04-04 17:15:30,495.0,88.0,41.0,7.0,303.0,47.0,131.0,111.0,2024-04-03 23:06:29,@web5/dids@1.0.0,24.0,66.0,66.0,28.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 100,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-04-04 17:32:06.000000,2024-04-04 16:14:02,1281.0,977.0,21.0,5.0,252.0,9.0,38.0,74.0,2024-03-14 09:49:49,0.2.0,100.0,,,16.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,4.0,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-04-04 01:52:34.000000,2024-03-27 21:22:46,1114.0,20.0,16.0,12.0,1284.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,363.0,2.0,10897.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-02-14 16:36:16.000000,2023-07-12 07:05:13,339.0,,814.0,240.0,242.0,186.0,529.0,2714.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,277.0,99.0,42.0,28.0,24.0,2507.0,,,,,,26.0,,,1967.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1967.0,,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-03-06 13:35:30.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,105.0,2.0,56.0,2337.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-04-03 14:30:26.000000,2024-04-01 13:37:30,2260.0,40.0,68.0,22.0,742.0,4.0,97.0,372.0,2024-04-01 13:34:38,0.23.0.RELEASE,55.0,,,27.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,-1.0,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-03-20 20:31:43.000000,2024-01-23 08:35:12,1730.0,2.0,105.0,28.0,347.0,38.0,73.0,185.0,2023-06-11 17:23:23,8.4.0,49.0,31.0,31.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-04-03 08:30:35.000000,2024-04-03 08:30:35,549.0,12.0,150.0,83.0,218.0,19.0,42.0,1386.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,88.0,184.0,71.0,69.0,1228.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-04-02 16:13:21.845412,2024-04-02 16:07:34,266.0,32.0,26.0,4.0,275.0,15.0,21.0,966.0,2024-04-02 16:13:22,1.13.1,100.0,1.0,1.0,5.0,,,115.0,3.0,863.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-04-02 16:13:21.845412,,622.0,,,,,,,,,,,, 110,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,5.0,53.0,11.0,302.0,8.0,104.0,614.0,,,,766.0,766.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-04-04 09:56:46.000000,2024-04-04 09:51:33,1053.0,74.0,38.0,52.0,231.0,178.0,150.0,459.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-03-25 13:08:59.000000,2024-03-25 13:08:59,111.0,9.0,35.0,7.0,16.0,,25.0,320.0,2024-03-11 09:53:43,1.5.0,24.0,155.0,155.0,9.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 113,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-04-03 19:13:11.000000,2024-04-02 13:55:54,1961.0,127.0,86.0,76.0,770.0,10.0,668.0,271.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-03-20 00:31:31.000000,2024-03-18 22:38:29,95.0,17.0,32.0,3.0,45.0,1.0,32.0,232.0,2024-03-18 22:40:07,2.0.3,16.0,42.0,42.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-04-03 17:29:51.000000,2024-04-03 17:29:51,337.0,17.0,54.0,12.0,361.0,48.0,108.0,199.0,,,4.0,44.0,44.0,18.0,,,,2.0,,,,,,,,,,,,,,2.0,,,, 116,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-04-04 00:18:21.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,360.0,73.0,103.0,175.0,,,,122.0,122.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,2.0,164.0,102.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,434.0,2.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,13850.0,,,,,,,,,,,, 118,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,18,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-03-20 00:40:47.000000,2024-03-20 00:40:46,656.0,46.0,21.0,8.0,52.0,8.0,15.0,76.0,2024-02-29 22:50:37,0.6.0,14.0,56.0,56.0,12.0,,,0.0,2.0,27.0,,,,,,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-04-01 09:08:26.000000,2024-03-25 11:25:43,1479.0,85.0,62.0,10.0,521.0,4.0,113.0,74.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-04-04 07:44:03.000000,2024-04-04 07:40:02,1741.0,255.0,11.0,11.0,163.0,8.0,9.0,55.0,2024-04-04 07:43:56,0.22.0,35.0,3.0,3.0,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,18,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-04-04 14:47:45.000000,2024-04-04 14:47:06,437.0,45.0,24.0,4.0,172.0,8.0,29.0,49.0,2024-04-04 14:47:45,1.10.1,49.0,153.0,153.0,17.0,,,,2.0,,,,,,,,,,,,,,,,,, 122,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-04-04 14:08:07.000000,2024-04-04 14:07:48,2473.0,155.0,40.0,11.0,491.0,137.0,98.0,48.0,,,1.0,31.0,31.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8175.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-04-03 11:01:43.000000,2024-03-08 16:18:59,3630.0,13.0,68.0,27.0,5.0,,,227.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,7.0,46.0,16.0,88.0,25.0,62.0,170.0,,,,289.0,289.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-04-03 09:32:31.000000,2024-04-02 18:39:28,1680.0,48.0,117.0,19.0,867.0,64.0,185.0,130.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-04-04 12:06:11.000000,2024-04-03 11:26:32,4049.0,398.0,13.0,7.0,474.0,38.0,2057.0,36.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-04-03 07:17:47.000000,2024-03-19 22:06:17,1001.0,58.0,12.0,6.0,114.0,7.0,26.0,32.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,18.0,,,1.0,3.0,61.0,,,,,,,,,,,,,,,,, 129,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-04-03 12:18:04.000000,2024-04-03 12:18:04,1880.0,34.0,135.0,62.0,495.0,4.0,230.0,537.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,389.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,3.0,66.0,33.0,251.0,46.0,73.0,248.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,133.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4124.0,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-04-03 21:24:28.000000,2024-04-01 15:33:09,813.0,3.0,182.0,40.0,363.0,39.0,150.0,109.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-03-14 17:55:13.000000,2024-03-14 17:54:50,627.0,6.0,34.0,31.0,234.0,53.0,177.0,78.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-03 12:20:03.000000,2024-04-03 12:20:02,430.0,20.0,25.0,28.0,58.0,13.0,10.0,70.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-29 23:49:48.000000,2024-03-29 23:49:48,737.0,97.0,15.0,7.0,86.0,7.0,12.0,52.0,2024-03-13 20:06:25,0.10.2,18.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-03-18 01:01:29.000000,2024-02-05 20:54:24,451.0,3.0,54.0,11.0,532.0,87.0,126.0,148.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],14,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,12.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,157.0,37.0,94.0,30.0,102.0,965.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-25 18:26:59.000000,2024-03-25 18:25:14,685.0,5.0,59.0,71.0,272.0,128.0,140.0,336.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,220.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,9.0,16.0,4.0,10.0,160.0,,,,11.0,11.0,4.0,,,207.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,207.0,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,27.0,45.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-04-04 00:12:45.000000,2024-04-02 21:25:05,722.0,16.0,24.0,14.0,210.0,11.0,200.0,50.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,28.0,7.0,9.0,47.0,,,,64.0,64.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,29.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,736.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,2.0,25.0,10.0,43.0,10.0,10.0,124.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,217601.0,217601.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-04-04 15:09:30.000000,2024-03-22 13:31:11,421.0,60.0,8.0,18.0,403.0,,,67.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-04-04 00:10:24.000000,2024-01-31 19:22:55,877.0,2.0,21.0,14.0,176.0,18.0,124.0,68.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-04-04 09:23:14.000000,2024-04-04 09:23:04,982.0,69.0,9.0,8.0,164.0,9.0,10.0,49.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-03-29 18:22:17.000000,2024-03-29 18:22:17,84.0,25.0,7.0,31.0,30.0,38.0,28.0,45.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-03 20:26:04.000000,2024-04-03 20:10:36,86.0,26.0,7.0,11.0,92.0,4.0,1.0,20.0,2023-06-19 17:55:50,1.0.0,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-03-26 14:02:26.000000,2024-02-09 12:03:50,73.0,26.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,2.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 160,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,10,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-02 14:41:01.000000,2024-04-02 14:41:00,248.0,48.0,10.0,10.0,89.0,12.0,37.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,71.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,14.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,3.0,13.0,10.0,24.0,1.0,3.0,39.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-04-03 16:07:59.000000,2024-03-20 19:40:45,70.0,8.0,4.0,11.0,74.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-01 20:10:33.000000,2024-04-01 20:10:33,118.0,34.0,8.0,3.0,33.0,11.0,20.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,1.0,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,284.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2564.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-03-31 23:26:31.000000,2024-02-12 14:43:52,14.0,13.0,1.0,13.0,9.0,2.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,22.0,4130438.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,92356.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-04-11_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇39 · ⭐ 7.8K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - authlib (🥇37 · ⭐ 4.2K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - hanko (🥉24 · ⭐ 5.4K · 📈) - Customer Identity and Access Management for the passkey era. ❗Unlicensed - keripy (🥈19 · ⭐ 48 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 - tbd-ssi-service (🥉15 · ⭐ 150 · 📈) - The Self Sovereign Identity Service. Apache-2 web5 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - py_webauthn (🥈30 · ⭐ 790 · 📉) - Pythonic WebAuthn. BSD-3 - hyperledger-anoncreds-rs (🥈23 · ⭐ 68 · 📉) - anoncreds-rs. Apache-2 hyperledger - webauthn (🥇20 · ⭐ 1.1K · 📉) - Web Authentication: An API for accessing Public Key.. ❗️W3C w3c - sphereon-siop-oid4vp (🥉17 · ⭐ 76 · 📉) - Self Issued OpenID Provider v2 (SIOP) with optional.. Apache-2 - anoncreds (🥉13 · ⭐ 45 · 📉) - The specification for AnonCreds verifiable credential.. Apache-2 hyperledger ================================================ FILE: history/2024-04-11_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-04-11 17:57:39.000000,2024-04-11 17:57:34,3041.0,305.0,2809.0,101.0,2442.0,266.0,3852.0,21911.0,2024-04-08 16:01:14,@auth/azure-tables-adapter@0.7.0,100.0,222641.0,222641.0,670.0,https://www.npmjs.com/package/next-auth,3796015.0,3796015.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-04-10 16:53:47.000000,2024-04-10 13:31:22,8611.0,232.0,1953.0,147.0,3381.0,176.0,3100.0,11405.0,2024-03-08 12:32:07,1.14.4,100.0,969.0,969.0,442.0,,,2202236.0,1.0,79280502.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-04-11 10:10:33.000000,2024-04-10 12:33:56,3877.0,57.0,1953.0,239.0,4202.0,112.0,2130.0,11906.0,2023-08-15 20:00:30,1.11.1,67.0,5983.0,5983.0,384.0,,,2877820.0,1.0,7263655.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,271406090.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-04-11 18:12:39.401140,2024-04-11 17:36:05,5046.0,101.0,1243.0,124.0,4168.0,339.0,2161.0,9137.0,2024-03-28 16:33:25,0.63.0,100.0,3769.0,3769.0,452.0,,,5442935.0,1.0,6453054.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-04-11 18:12:39.401140,41.0,532560750.0,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-04-11 15:28:28.000000,2024-04-11 14:55:09,9763.0,150.0,1241.0,127.0,1173.0,79.0,937.0,7815.0,2024-02-26 20:54:49,1.0.0,11.0,1716.0,1716.0,231.0,,,3320035.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3320035.0,1.0,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,79.0,293.0,2736.0,2023-01-10 13:13:43,3.2.2,48.0,514066.0,514066.0,195.0,,,103475201.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,103475201.0,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-04-11 18:03:00.000000,2024-04-11 18:02:33,24656.0,903.0,6062.0,374.0,15134.0,1745.0,7731.0,19693.0,2024-03-24 22:33:12,24.0.2,54.0,,,1368.0,,,66401.0,1.0,2656041.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-04-05 14:18:15.000000,2024-04-05 14:18:14,3807.0,50.0,1350.0,231.0,1768.0,82.0,1407.0,15095.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3897231.0,1.0,751266.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,415902678.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-04-08 19:21:12.000000,2024-04-08 19:21:10,1389.0,233.0,1763.0,131.0,183.0,1.0,993.0,9826.0,2024-03-22 10:14:08,0.0.89,9.0,2886.0,2886.0,59.0,,,63099.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,63099.0,,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-04-11 14:30:04.000000,2024-04-08 13:03:35,1391.0,17.0,408.0,60.0,197.0,81.0,350.0,4242.0,2023-12-17 12:54:58,1.3.0,33.0,31976.0,31976.0,113.0,,,8538438.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,8538438.0,1.0,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-04-11 18:12:56.000000,2024-04-11 17:59:11,19385.0,576.0,3925.0,823.0,20269.0,1005.0,4948.0,29580.0,2024-04-04 13:39:03,1.16.1,100.0,7099.0,7099.0,1467.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1205.0,309.0,157.0,339.0,428.0,22389.0,,,,1034711.0,1034711.0,38.0,https://www.npmjs.com/package/passport,10355570.0,10355570.0,2.0,,,,,,,,,,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-04-11 15:47:01.000000,2024-04-05 12:16:10,4194.0,120.0,902.0,111.0,1889.0,181.0,1065.0,10534.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,221.0,,,1592745.0,1.0,38879.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113030804.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-04-09 06:16:14.000000,2024-04-09 06:13:13,1566.0,35.0,252.0,41.0,393.0,13.0,441.0,5554.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,69796.0,69796.0,68.0,https://www.npmjs.com/package/@casl/ability,2233464.0,2233464.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-04-07 09:25:56.000000,2024-04-07 09:21:56,1092.0,9.0,1579.0,230.0,494.0,42.0,748.0,16791.0,2024-04-07 09:23:08,2.87.1,100.0,2961.0,2961.0,143.0,https://www.npmjs.com/package/casbin,193981.0,317615.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,123634.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-04-11 17:53:51.000000,2024-04-11 16:04:02,8307.0,517.0,555.0,57.0,5968.0,313.0,1437.0,4336.0,2024-04-01 22:34:18,ockam_v0.120.0,100.0,183.0,183.0,309.0,,,12730.0,2.0,356455.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3545.0,338.0,109.0,433.0,390.0,16061.0,2020-03-22 14:01:55,0.22.2,38.0,8842.0,8842.0,25.0,https://www.npmjs.com/package/face-api.js,108229.0,108229.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-04-11 00:47:19.552533,2024-04-02 14:04:23,25026.0,515.0,3840.0,605.0,4682.0,,,10745.0,2024-03-29 09:25:57,7.0.3,100.0,21.0,21.0,347.0,,,6220.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-04-11 00:47:19.552533,129.0,939348.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-04-11 16:55:56.000000,2024-04-11 16:22:13,3733.0,282.0,240.0,37.0,1403.0,100.0,328.0,4452.0,2024-04-10 21:46:53,1.30.1,70.0,50.0,50.0,43.0,,,70526.0,2.0,55896.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-04-10 21:59:53.432737,7.0,2199152.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-04-11 15:33:17.216420,2024-04-11 14:47:52,3401.0,109.0,274.0,39.0,4045.0,78.0,887.0,3832.0,2024-04-05 20:18:47,0.25.2,100.0,17.0,17.0,91.0,,,21940547.0,2.0,54794.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-04-11 15:33:17.216420,10.0,1382186821.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-04-05 15:02:13.000000,2024-04-05 15:02:13,3604.0,5.0,392.0,31.0,524.0,77.0,357.0,538.0,2024-01-30 11:50:06,7.5.0,51.0,1714.0,1714.0,173.0,,,628037.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,628037.0,,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13025.0,1568.0,227.0,731.0,584.0,51661.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,201194.0,2.0,1228.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7630.0,face_recognition,https://pypi.org/project/face_recognition,201091.0,,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-04-09 04:05:33.000000,2024-03-04 02:55:39,4740.0,4.0,1749.0,183.0,1694.0,475.0,1360.0,10047.0,2023-04-14 09:36:52,r1.4.1,15.0,98.0,98.0,136.0,,,193188.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,193188.0,,,,,,,,, 34,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-04-11 11:16:36.000000,2024-04-11 11:09:48,2403.0,214.0,990.0,63.0,1456.0,94.0,1183.0,8540.0,2024-04-10 16:28:03,1.595.0,100.0,3.0,3.0,173.0,,,3909.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-04-10 16:33:20.358091,13.0,164210.0,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-04-11 18:15:25.000000,2024-04-11 18:13:36,6537.0,178.0,441.0,77.0,3680.0,154.0,1224.0,1664.0,2024-04-06 00:05:44,1.9.4,100.0,143.0,143.0,185.0,,,3094.0,2.0,228981.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-04-11 16:33:27.000000,2024-04-11 16:33:27,12934.0,653.0,698.0,118.0,6730.0,4104.0,9220.0,743.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16086.0,2.0,11027.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1896558.0,,,,,,,,,,,, 37,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-04-09 08:20:42.000000,2023-12-24 05:29:03,2283.0,,5063.0,499.0,154.0,1040.0,1355.0,21116.0,2023-04-02 07:43:27,0.7,1.0,1949.0,1949.0,58.0,,,226360.0,3.0,2716315.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 38,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-04-11 12:27:57.000000,2024-04-11 11:11:42,5644.0,493.0,1018.0,158.0,5461.0,59.0,1154.0,19433.0,2024-03-31 09:53:52,4.38.7,100.0,,,158.0,,,737.0,2.0,36134.0,,,,,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-04-11 04:14:58.000000,2024-04-09 11:05:06,2834.0,164.0,1527.0,172.0,2139.0,292.0,811.0,8976.0,2024-04-09 11:55:18,2.39.1,83.0,156.0,156.0,237.0,,,3.0,2.0,312.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-04-11 16:47:25.000000,2024-04-11 16:47:24,4090.0,303.0,264.0,200.0,4286.0,83.0,253.0,3787.0,2024-04-09 20:31:26,0.15.4,55.0,8.0,8.0,157.0,,,267913.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-04-09 20:33:27.875004,14.0,13663593.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-04-11 14:13:34.000000,2024-04-11 14:10:27,5998.0,502.0,327.0,39.0,5258.0,76.0,287.0,7167.0,2024-04-10 14:00:25,1.15.0,56.0,11.0,11.0,51.0,,,2131.0,2.0,3013.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-04-10 13:59:24.508738,2.0,68222.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-02 11:15:40.000000,2024-03-26 16:46:53,2700.0,78.0,119.0,61.0,308.0,30.0,255.0,805.0,2024-03-27 08:06:51,5.4.0,37.0,134.0,134.0,46.0,,,113405.0,2.0,9564.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,113303.0,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,22.0,156.0,37.0,117.0,4.0,89.0,792.0,2024-03-28 21:00:33,2.1.0,26.0,1020.0,1020.0,27.0,,,82649.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,82649.0,-1.0,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-04-11 18:13:56.000000,2024-03-25 23:02:49,622.0,10.0,64.0,40.0,215.0,4.0,85.0,319.0,2024-03-25 23:03:17,8.0.4,100.0,4719.0,4719.0,41.0,https://www.npmjs.com/package/did-jwt,192583.0,192583.0,1.0,,,,,,,,,,,,,,,,,, 45,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-04-06 16:08:37.000000,2024-04-06 15:53:12,1808.0,21.0,12738.0,1525.0,518.0,17.0,833.0,49086.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4654.0,3.0,288575.0,,,,,,,,,,,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-04-03 08:22:01.000000,2024-04-03 08:20:20,2414.0,25.0,1009.0,108.0,831.0,30.0,837.0,5255.0,2024-02-14 08:01:40,.5.6.9,65.0,8608.0,8608.0,322.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 47,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-04-11 15:24:49.000000,2024-04-11 15:24:48,1507.0,17.0,327.0,57.0,1124.0,36.0,275.0,4591.0,,,52.0,28.0,28.0,72.0,,,699094.0,2.0,21338.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,7.0,51009971.0,,,,,,,,,,,, 48,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-04-09 15:02:48.000000,2024-02-29 16:18:26,1361.0,7.0,329.0,48.0,721.0,53.0,278.0,3193.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,110.0,,,1116746.0,3.0,36832.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88185194.0,,,,,,,,,,,, 49,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-04-09 17:54:45.000000,2024-04-03 18:17:24,3085.0,60.0,291.0,77.0,853.0,284.0,628.0,1764.0,2024-04-04 10:50:02,5.7.10,54.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,678.0,9411.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-04 10:48:39.575604,5.0,1004331.0,,,,,,,,,,,, 50,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9369.0,1121.0,131.0,541.0,801.0,45179.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3628.0,3.0,177820.0,,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3503.0,760.0,74.0,10.0,371.0,15057.0,2016-02-25 17:42:46,0.2.1,4.0,73.0,73.0,30.0,,,1567.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161481.0,,,,,,,,,,,, 52,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-04-11 09:57:39.000000,2024-04-11 09:02:31,2997.0,201.0,401.0,40.0,5130.0,501.0,1582.0,6910.0,2024-04-10 12:59:42,2.49.3,100.0,,,106.0,,,514.0,3.0,2057.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-04-10 21:26:56.000000,2024-04-10 15:22:04,6515.0,96.0,561.0,138.0,4465.0,201.0,2742.0,4978.0,2024-04-09 22:43:57,release-2024-04-09,100.0,,,132.0,,,20632.0,2.0,66289.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-04-04 15:03:09.460634,13.0,1973380.0,,,,,,,,,,,, 54,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,4.0,167.0,30.0,1526.0,108.0,101.0,3374.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,30472.0,3.0,2716.0,,,,,,oso,https://pypi.org/project/oso,30401.0,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-04-11 17:49:02.000000,2024-04-11 17:48:57,1603.0,115.0,116.0,29.0,1722.0,35.0,298.0,2473.0,2024-04-09 07:45:37,0.35.1,58.0,23.0,23.0,28.0,,,1622.0,3.0,60018.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-04-04 21:35:51.000000,2024-04-04 21:35:51,5285.0,31.0,293.0,40.0,779.0,54.0,264.0,1320.0,2024-04-04 20:54:05,7.0.4,57.0,1792.0,1792.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-04-09 21:46:44.000000,2024-04-08 00:43:04,476.0,18.0,65.0,29.0,144.0,5.0,47.0,192.0,2024-02-14 22:03:28,10.1.5,59.0,1504.0,1504.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16835.0,16835.0,1.0,,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-04-10 17:03:47.000000,2024-03-26 04:30:10,367.0,10.0,40.0,23.0,97.0,2.0,48.0,170.0,2024-03-26 04:30:27,4.0.4,58.0,921.0,921.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18273.0,18273.0,1.0,,,,,,,,,,,,,,,,,, 59,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-03-31 02:16:14.000000,2023-12-18 20:11:16,136.0,,6681.0,506.0,217.0,,,59539.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,257167.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,257167.0,,,,,,,,, 60,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-04-11 17:11:33.000000,2024-04-11 17:04:49,14101.0,736.0,498.0,40.0,7014.0,488.0,1482.0,6574.0,2024-03-04 19:38:33,ersion/2024.2.2,100.0,,,235.0,,,98.0,3.0,2953.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 61,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-04-05 08:07:48.000000,2024-03-29 10:46:57,2460.0,17.0,740.0,70.0,245.0,,,3010.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,192151.0,192151.0,2.0,,,,,,,,,,,,,,,,,, 62,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-04-11 03:37:59.000000,2024-04-11 00:31:34,1867.0,117.0,133.0,20.0,1874.0,179.0,571.0,2072.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,73.0,,,3960.0,3.0,258.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-26 02:09:54.008979,,245299.0,,,,,,,,,,,, 63,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-04-11 16:49:14.000000,2024-04-11 16:49:13,33853.0,355.0,58.0,31.0,4776.0,362.0,3015.0,385.0,2024-03-14 13:25:07,1.1.0,100.0,,,112.0,,,389.0,3.0,2336.0,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-04-01 15:45:44.000000,2024-03-28 16:10:30,1768.0,81.0,130.0,21.0,376.0,37.0,82.0,2268.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,52.0,,,4371.0,3.0,618.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,165480.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-04-10 16:35:50.000000,2024-04-08 17:36:41,6131.0,101.0,313.0,415.0,4212.0,120.0,417.0,1693.0,2024-01-17 19:18:46,1.7.0,28.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-04-04 23:37:28.000000,2024-04-03 02:31:02,3040.0,94.0,264.0,52.0,2303.0,35.0,220.0,854.0,2024-04-03 02:26:55,1.11.55,100.0,30.0,30.0,85.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-04-11 12:09:24.000000,2024-03-28 15:46:16,1857.0,31.0,119.0,24.0,775.0,68.0,373.0,397.0,2024-04-02 18:54:31,6.0.0,44.0,616.0,616.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-04-11 17:55:13.000000,2024-04-10 19:08:35,9117.0,501.0,447.0,30.0,1692.0,214.0,971.0,391.0,2023-11-25 05:08:09,0.11.0,76.0,,,136.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-04-10 19:54:21.000000,2024-04-10 15:36:27,2041.0,96.0,794.0,29.0,1226.0,37.0,132.0,5378.0,2024-04-10 14:43:20,backend/v0.10.2,21.0,231.0,231.0,44.0,,,3.0,3.0,67.0,,,,,,,,,1.0,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-04-11 14:53:57.305982,2024-04-11 14:51:43,1736.0,49.0,221.0,59.0,298.0,29.0,83.0,519.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1533.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-04-11 14:53:57.305982,,122692.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-04-05 11:37:28.000000,2024-04-02 08:32:48,1456.0,36.0,77.0,24.0,1031.0,55.0,240.0,285.0,2024-03-27 14:33:19,1.2.0,28.0,115.0,115.0,38.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-04-11 08:11:08.000000,2024-03-21 07:14:58,989.0,58.0,450.0,58.0,490.0,112.0,358.0,11852.0,2024-04-04 09:26:05,5.0.3,69.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-04-11 07:30:43.000000,2024-04-11 07:30:43,2800.0,348.0,116.0,18.0,1015.0,28.0,139.0,2433.0,2024-03-30 21:57:30,0.8.0,64.0,1.0,1.0,43.0,,,84.0,3.0,1692.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-04-11 01:20:29.000000,2024-04-11 01:16:40,2255.0,23.0,279.0,28.0,106.0,20.0,92.0,1243.0,2024-03-27 23:41:43,4.0.3,58.0,,,40.0,,,106.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,9484.0,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-04-11 17:57:08.000000,2024-04-10 07:30:53,15865.0,107.0,312.0,51.0,7324.0,,,1078.0,,,,,,223.0,,,39996.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-04-10 05:36:20.117877,163.0,5719492.0,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,9.0,155.0,35.0,266.0,64.0,180.0,1058.0,2022-09-28 20:32:17,3.0.1,15.0,236.0,236.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-04-05 19:47:02.000000,2024-04-03 16:52:44,14958.0,59.0,658.0,112.0,18.0,,,679.0,,,,127.0,127.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-04-10 23:26:20.000000,2024-04-10 01:57:41,472.0,42.0,94.0,18.0,460.0,67.0,188.0,319.0,2024-04-09 16:16:50,0.2.23,40.0,368.0,368.0,42.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-04-11 18:08:45.000000,2024-04-11 17:54:39,941.0,83.0,161.0,27.0,1123.0,130.0,541.0,233.0,2024-03-28 14:30:46,0.5.1,79.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-04-08 23:28:32.000000,2024-04-08 23:28:32,791.0,37.0,38.0,15.0,224.0,24.0,83.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,80.0,80.0,22.0,,,6194.0,2.0,92919.0,,,,,,,,,-1.0,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3364.0,306.0,25.0,1.0,143.0,21380.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,24827.0,3.0,844146.0,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-10 23:03:52.000000,2024-03-29 20:16:40,4041.0,6.0,758.0,255.0,334.0,62.0,210.0,2834.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,880.0,3.0,110000.0,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-04-11 00:02:22.000000,2024-04-02 17:34:02,404.0,10.0,679.0,95.0,324.0,159.0,338.0,1674.0,2024-03-13 23:07:34,1.7.3,29.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,123.0,48.0,1887.0,207.0,901.0,755.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75132.0,3.0,399.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7061964.0,,,,,,,,,,,, 85,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,52.0,249.0,29.0,7.0,39.0,716.0,2023-01-31 02:32:05,2.1.1,52.0,1235.0,1235.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-04-10 21:02:53.000000,2024-04-09 22:38:57,13362.0,156.0,128.0,12.0,1809.0,942.0,1966.0,316.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,100.0,3.0,7729.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-04-10 17:27:20.000000,2024-03-25 01:03:55,393.0,7.0,41.0,23.0,129.0,3.0,18.0,205.0,2023-03-08 14:05:37,4.1.0,24.0,5877.0,5877.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 88,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-04-10 15:00:47.000000,2024-03-25 02:20:25,293.0,10.0,15.0,14.0,118.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,938.0,938.0,12.0,https://www.npmjs.com/package/web-did-resolver,29120.0,29120.0,2.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-04-10 17:51:33.000000,2024-01-17 13:25:40,562.0,2.0,284.0,61.0,149.0,193.0,558.0,5354.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,217.0,3.0,16099.0,,,,,,,,,,,,,,,howdy,, 90,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-08 16:06:16.000000,2024-04-05 16:23:30,1280.0,2.0,270.0,90.0,491.0,26.0,161.0,2885.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-03-14 17:02:53.000000,2024-03-14 17:02:52,4919.0,27.0,641.0,69.0,1759.0,36.0,56.0,670.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,601.0,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-04-10 16:12:27.000000,2024-04-10 16:12:27,2573.0,123.0,32.0,16.0,3311.0,51.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,821.0,821.0,22.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,567.0,122.0,501.0,620.0,13478.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,271.0,65.0,222.0,6.0,126.0,3696.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-04-03 19:53:32.000000,2024-04-03 19:52:19,2285.0,33.0,153.0,179.0,863.0,72.0,1059.0,1089.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,-1.0,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-04-01 14:02:01.000000,2024-03-27 23:47:58,2273.0,77.0,209.0,51.0,596.0,55.0,175.0,317.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 99,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-04-11 13:41:11.000000,2024-04-10 13:31:49,497.0,73.0,41.0,7.0,306.0,50.0,131.0,111.0,2024-04-10 13:33:54,@web5/user-agent@0.3.1,29.0,66.0,66.0,28.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 100,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-04-11 18:15:05.000000,2024-04-10 08:15:57,1340.0,984.0,24.0,5.0,269.0,8.0,39.0,79.0,2024-03-14 09:49:49,0.2.0,100.0,,,17.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-04-10 21:56:23.000000,2024-04-05 13:57:06,1115.0,21.0,16.0,12.0,1287.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,367.0,2.0,11035.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-04 22:49:12.000000,2023-07-12 07:05:13,339.0,,815.0,240.0,243.0,186.0,529.0,2719.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,278.0,99.0,42.0,28.0,24.0,2516.0,,,,,,26.0,,,1985.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1985.0,,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-04-09 09:14:25.000000,2024-03-05 10:04:59,150.0,1.0,223.0,63.0,106.0,3.0,56.0,2341.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-04-10 07:22:23.000000,2024-04-01 13:37:30,2260.0,38.0,68.0,22.0,743.0,4.0,97.0,373.0,2024-04-01 13:34:38,0.23.0.RELEASE,55.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 106,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-04-08 15:47:16.000000,2024-01-23 08:35:12,1730.0,1.0,106.0,28.0,348.0,39.0,73.0,185.0,2023-06-11 17:23:23,8.4.0,49.0,31.0,31.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 107,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-04-11 14:06:47.000000,2024-04-11 14:06:47,2526.0,200.0,41.0,11.0,499.0,139.0,99.0,48.0,,,1.0,33.0,33.0,24.0,,,,2.0,,,,,,,,,,1.0,,,,,,,, 108,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-04-03 08:30:35.000000,2024-04-03 08:30:35,549.0,12.0,150.0,82.0,218.0,19.0,42.0,1394.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,88.0,184.0,71.0,69.0,1228.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-04-02 16:13:21.845412,2024-04-02 16:07:34,266.0,29.0,26.0,4.0,275.0,15.0,21.0,968.0,2024-04-02 16:13:22,1.13.1,100.0,1.0,1.0,5.0,,,116.0,3.0,864.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-04-02 16:13:21.845412,,624.0,,,,,,,,,,,, 111,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,5.0,53.0,11.0,302.0,8.0,104.0,615.0,,,,773.0,773.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-04-10 20:07:56.000000,2024-04-04 09:51:33,1053.0,62.0,38.0,52.0,232.0,178.0,150.0,459.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,18,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-03-25 13:08:59.000000,2024-03-25 13:08:59,111.0,9.0,35.0,8.0,16.0,,25.0,326.0,2024-03-11 09:53:43,1.5.0,24.0,160.0,160.0,9.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 114,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-04-11 18:10:41.000000,2024-04-02 13:55:54,1961.0,97.0,87.0,78.0,774.0,10.0,670.0,273.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-04-06 21:58:21.000000,2024-03-18 22:38:29,95.0,17.0,32.0,3.0,45.0,1.0,32.0,234.0,2024-03-18 22:40:07,2.0.3,16.0,42.0,42.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-04-10 03:06:04.000000,2024-04-10 03:06:03,338.0,12.0,54.0,12.0,363.0,48.0,108.0,200.0,,,4.0,44.0,44.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-04-11 16:52:59.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,360.0,74.0,103.0,175.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,1.0,165.0,101.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,438.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,13956.0,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-04-11 13:42:45.000000,2024-03-25 11:25:43,1479.0,72.0,63.0,10.0,529.0,3.0,115.0,75.0,2024-01-30 17:29:42,2.4.1,15.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-04-11 14:21:21.000000,2024-04-11 14:21:15,1753.0,260.0,11.0,11.0,166.0,8.0,9.0,54.0,2024-04-04 07:43:56,0.22.0,35.0,3.0,3.0,16.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,18,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-04-10 14:28:16.000000,2024-04-09 18:02:33,440.0,46.0,24.0,4.0,177.0,8.0,29.0,49.0,2024-04-09 18:03:17,1.10.4,52.0,154.0,154.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8173.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-04-08 14:53:37.000000,2024-03-29 14:03:50,3631.0,14.0,69.0,27.0,5.0,,,228.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,7.0,47.0,16.0,88.0,24.0,63.0,171.0,,,,294.0,294.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-04-10 20:59:26.000000,2024-04-10 20:56:43,1681.0,48.0,118.0,19.0,867.0,64.0,185.0,130.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 126,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-11 16:11:22.000000,2024-03-20 00:40:46,656.0,38.0,21.0,8.0,53.0,8.0,15.0,76.0,2024-02-29 22:50:37,0.6.0,14.0,56.0,56.0,12.0,,,0.0,3.0,28.0,,,,,,,,,-1.0,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,SSI + crypto wallet .Self Sovereign Identity wallet with cryptos and NFT features. EBSI conformant.,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-04-11 13:20:59.000000,2024-04-11 06:49:56,4081.0,412.0,13.0,7.0,474.0,31.0,2084.0,37.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-04-10 13:55:25.000000,2024-04-08 20:10:40,1003.0,58.0,13.0,6.0,116.0,9.0,26.0,32.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,19.0,,,1.0,3.0,62.0,,,,,,,,,,,,,,,,, 129,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-04-03 12:18:04.000000,2024-04-03 12:18:04,1880.0,34.0,136.0,62.0,495.0,4.0,231.0,542.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,390.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-02-05 19:11:45.000000,2024-02-05 09:10:04,309.0,3.0,66.0,33.0,251.0,46.0,73.0,250.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,133.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4125.0,,,,,,,,,,,, 133,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-04-08 00:43:18.000000,2024-02-05 20:54:24,451.0,3.0,54.0,11.0,533.0,87.0,126.0,149.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,1.0,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-04-09 13:37:45.000000,2024-04-01 15:33:09,813.0,3.0,183.0,40.0,363.0,39.0,150.0,110.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-04-11 17:14:06.000000,2024-04-11 17:13:44,628.0,7.0,34.0,31.0,235.0,52.0,178.0,78.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-11 14:52:06.000000,2024-04-11 14:51:55,442.0,32.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-29 23:49:48.000000,2024-03-29 23:49:48,737.0,87.0,15.0,7.0,86.0,7.0,12.0,52.0,2024-03-13 20:06:25,0.10.2,18.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 138,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,46.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-01-20 11:49:50.000000,2022-07-19 15:07:09,89.0,,157.0,37.0,94.0,30.0,102.0,964.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-25 18:26:59.000000,2024-03-25 18:25:14,685.0,5.0,59.0,71.0,272.0,129.0,140.0,336.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,220.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 142,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,10.0,16.0,4.0,10.0,162.0,,,,11.0,11.0,4.0,,,232.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,232.0,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,27.0,45.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-04-11 00:12:30.000000,2024-04-02 21:25:05,722.0,16.0,24.0,14.0,210.0,11.0,200.0,50.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,28.0,7.0,9.0,47.0,,,,64.0,64.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,8.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,29.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,737.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,2.0,25.0,10.0,43.0,10.0,10.0,125.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,215392.0,215392.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-04-11 11:23:55.000000,2024-03-22 13:31:11,421.0,57.0,8.0,18.0,417.0,,,67.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-04-11 00:10:06.000000,2024-01-31 19:22:55,877.0,2.0,21.0,14.0,176.0,18.0,124.0,70.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-04-08 20:37:10.000000,2024-04-04 09:23:04,982.0,66.0,9.0,8.0,164.0,9.0,10.0,49.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,31.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 156,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-04-10 06:03:50.000000,2024-03-29 18:22:17,84.0,24.0,7.0,32.0,31.0,38.0,28.0,45.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-10 18:44:50.000000,2024-04-09 20:43:37,87.0,27.0,7.0,11.0,92.0,4.0,1.0,20.0,2023-06-19 17:55:50,1.0.0,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,72.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,3.0,13.0,11.0,24.0,1.0,3.0,42.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-04-11 16:38:48.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,74.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-02 14:41:01.000000,2024-04-02 14:41:00,248.0,41.0,10.0,10.0,89.0,12.0,37.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-08 16:04:14.000000,2024-04-06 00:21:57,119.0,19.0,8.0,3.0,36.0,15.0,20.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,284.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2564.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-03-31 23:26:31.000000,2024-02-12 14:43:52,14.0,9.0,1.0,13.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,22.0,4134537.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,100157.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-04-18_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - whisper (🥉28 · ⭐ 60K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - howdy (🥉22 · ⭐ 5.4K · 📈) - Windows Hello style facial authentication for Linux. MIT - passwordlessid-webauthn (🥉19 · ⭐ 330 · 📈) - Webauthn / passkeys helper library to make your life.. MIT - entra-verifiedid-wallet-library-ios (🥉11 · ⭐ 21 · 📈) - A library to manage your Decentralized Identities and.. MIT - did-webs-resolver (🥉10 · ⭐ 7 · 📈) - A reference implementation for the did:webs DID method.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casdoor (🥈31 · ⭐ 8.6K · 📉) - An open-source UI-first Identity and Access Management (IAM) /.. Apache-2 - insightface (🥉30 · ⭐ 21K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - did-jwt (🥇29 · ⭐ 320 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - cerbos (🥉27 · ⭐ 2.5K · 📉) - Cerbos is the open core, language-agnostic, scalable.. Apache-2 - did-jwt-vc (🥇27 · ⭐ 170 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif ================================================ FILE: history/2024-04-18_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,trending,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-04-18 16:04:09.000000,2024-04-18 16:04:03,3159.0,402.0,2828.0,101.0,2470.0,248.0,3906.0,22053.0,2024-04-18 15:36:33,@auth/azure-tables-adapter@1.0.0,100.0,225803.0,225803.0,675.0,https://www.npmjs.com/package/next-auth,3704428.0,3704428.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-04-18 14:54:53.000000,2024-04-16 08:36:26,8615.0,211.0,1958.0,147.0,3393.0,178.0,3103.0,11434.0,2024-03-08 12:32:07,1.14.4,100.0,984.0,984.0,444.0,,,2236819.0,1.0,80525498.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-04-16 00:54:01.000000,2024-04-14 11:46:00,3881.0,61.0,1955.0,239.0,4208.0,114.0,2133.0,11931.0,2023-08-15 20:00:30,1.11.1,67.0,5999.0,5999.0,384.0,,,2893712.0,1.0,7284747.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,272925109.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-04-18 14:52:47.000000,2024-04-15 18:16:19,5048.0,99.0,1244.0,125.0,4173.0,344.0,2162.0,9154.0,2024-03-28 16:33:25,0.63.0,100.0,3797.0,3797.0,453.0,,,5481719.0,1.0,6568775.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-04-16 18:19:42.343048,41.0,536228716.0,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-04-18 14:38:56.000000,2024-04-18 14:38:56,9775.0,151.0,1250.0,127.0,1179.0,79.0,939.0,7854.0,2024-02-26 20:54:49,1.0.0,11.0,1741.0,1741.0,233.0,,,3608689.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3608689.0,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,79.0,293.0,2739.0,2023-01-10 13:13:43,3.2.2,48.0,516402.0,516402.0,195.0,,,104928520.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,104928520.0,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-04-18 17:34:04.000000,2024-04-18 14:06:50,24741.0,936.0,6087.0,375.0,15244.0,1762.0,7832.0,19766.0,2024-04-16 17:20:28,24.0.3,55.0,,,1373.0,,,67029.0,1.0,2681199.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-04-05 14:18:15.000000,2024-04-05 14:18:14,3807.0,50.0,1348.0,232.0,1768.0,82.0,1408.0,15119.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3900597.0,1.0,756013.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,416255885.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-04-16 21:08:08.000000,2024-04-16 19:12:40,1410.0,249.0,1762.0,132.0,187.0,1.0,1005.0,9906.0,2024-04-16 21:08:09,0.0.90,10.0,2924.0,2924.0,59.0,,,63692.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,63692.0,,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-04-16 12:47:21.000000,2024-04-08 13:03:35,1391.0,16.0,409.0,60.0,197.0,81.0,350.0,4254.0,2023-12-17 12:54:58,1.3.0,33.0,32127.0,32127.0,113.0,,,8560485.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,8560485.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-04-18 18:11:41.000000,2024-04-18 18:11:23,19437.0,581.0,3926.0,823.0,20399.0,1004.0,4958.0,29609.0,2024-04-04 13:39:03,1.16.1,100.0,7114.0,7114.0,1472.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,1.0,1205.0,309.0,157.0,339.0,428.0,22405.0,,,,1039025.0,1039025.0,38.0,https://www.npmjs.com/package/passport,10252295.0,10252295.0,2.0,,,,,,,,,,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-04-18 14:06:37.000000,2024-04-17 18:06:17,4204.0,119.0,905.0,112.0,1900.0,180.0,1067.0,10556.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,221.0,,,1593294.0,1.0,39026.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113069622.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-04-16 09:12:27.000000,2024-04-16 09:09:00,1567.0,35.0,251.0,41.0,394.0,13.0,441.0,5567.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,70297.0,70297.0,68.0,https://www.npmjs.com/package/@casl/ability,2231760.0,2231760.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-04-07 09:25:56.000000,2024-04-07 09:21:56,1092.0,9.0,1580.0,230.0,494.0,44.0,748.0,16819.0,2024-04-07 09:23:08,2.87.1,100.0,2966.0,2966.0,143.0,https://www.npmjs.com/package/casbin,191553.0,310684.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,119131.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-04-18 17:53:05.000000,2024-04-18 17:34:46,8357.0,550.0,556.0,58.0,6007.0,314.0,1437.0,4343.0,2024-04-12 21:06:47,ockam_v0.121.0,100.0,183.0,183.0,310.0,,,12772.0,2.0,357617.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3551.0,338.0,109.0,433.0,390.0,16073.0,2020-03-22 14:01:55,0.22.2,38.0,8899.0,8899.0,25.0,https://www.npmjs.com/package/face-api.js,105226.0,105226.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-04-18 06:58:44.667673,2024-04-13 10:12:37,25060.0,500.0,3844.0,604.0,4683.0,,,10758.0,2024-03-29 09:25:57,7.0.3,100.0,21.0,21.0,347.0,,,6240.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-04-18 06:58:44.667673,129.0,942368.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-04-17 17:02:43.000000,2024-04-17 16:52:14,3746.0,282.0,241.0,37.0,1407.0,97.0,331.0,4489.0,2024-04-16 12:48:56,1.31.0,71.0,50.0,50.0,44.0,,,71833.0,2.0,57040.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-04-16 19:40:23.945877,7.0,2239791.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-04-18 16:10:50.970362,2024-04-18 15:22:15,3407.0,112.0,274.0,39.0,4051.0,80.0,888.0,3841.0,2024-04-05 20:18:47,0.25.2,100.0,17.0,17.0,91.0,,,22250923.0,2.0,55036.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-04-18 16:10:50.970362,10.0,1401740197.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-04-18 07:51:24.000000,2024-04-05 15:02:13,3604.0,5.0,392.0,31.0,524.0,77.0,357.0,540.0,2024-01-30 11:50:06,7.5.0,51.0,1722.0,1722.0,173.0,,,631726.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,631726.0,,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13034.0,1567.0,227.0,731.0,584.0,51716.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,231877.0,2.0,1229.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7659.0,face_recognition,https://pypi.org/project/face_recognition,231773.0,,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-04-16 08:38:52.000000,2024-03-04 02:55:39,4740.0,3.0,1754.0,183.0,1696.0,482.0,1361.0,10091.0,2023-04-14 09:36:52,r1.4.1,15.0,98.0,98.0,136.0,,,221012.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,221012.0,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-04-18 17:46:41.000000,2024-04-18 17:40:36,6555.0,184.0,443.0,77.0,3694.0,152.0,1227.0,1666.0,2024-04-06 00:05:44,1.9.4,100.0,143.0,143.0,185.0,,,3132.0,2.0,231778.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 35,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-04-18 16:46:09.000000,2024-04-18 16:46:09,12964.0,640.0,698.0,118.0,6750.0,4115.0,9226.0,748.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16133.0,2.0,11083.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1901951.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-04-18 17:45:08.000000,2024-04-18 17:45:07,5693.0,511.0,1021.0,158.0,5509.0,59.0,1157.0,19498.0,2024-04-15 03:51:44,4.38.8,100.0,,,162.0,,,740.0,2.0,36289.0,,,,,,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-04-18 15:48:59.000000,2024-04-15 17:11:09,2836.0,160.0,1533.0,172.0,2146.0,292.0,811.0,9003.0,2024-04-09 11:55:18,2.39.1,83.0,157.0,157.0,239.0,,,3.0,2.0,312.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 38,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-04-18 16:36:12.000000,2024-04-11 11:09:48,2403.0,186.0,994.0,63.0,1458.0,96.0,1188.0,8585.0,2024-04-10 16:28:03,1.595.0,100.0,3.0,3.0,173.0,,,4017.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-04-10 16:33:20.358091,13.0,168751.0,,,,,,,,-1.0,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-04-18 18:16:46.000000,2024-04-18 18:00:01,4109.0,260.0,265.0,201.0,4324.0,84.0,253.0,3790.0,2024-04-09 20:31:26,0.15.4,55.0,8.0,8.0,158.0,,,270745.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-04-09 20:33:27.875004,14.0,13808000.0,,,,,,,,,,,, 40,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-04-16 17:01:38.000000,2024-04-16 17:01:38,2284.0,1.0,5070.0,500.0,154.0,1045.0,1355.0,21196.0,2023-04-02 07:43:27,0.7,1.0,1987.0,1987.0,58.0,,,233932.0,3.0,2807178.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,-1.0,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-04-18 16:50:38.000000,2024-04-18 16:47:26,6054.0,528.0,332.0,39.0,5315.0,80.0,291.0,7200.0,2024-04-10 14:00:25,1.15.0,56.0,11.0,11.0,52.0,,,2152.0,2.0,3063.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-04-10 13:59:24.508738,2.0,68863.0,,,,,,,,,,,, 42,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-02 11:15:40.000000,2024-03-26 16:46:53,2700.0,71.0,119.0,60.0,308.0,30.0,256.0,807.0,2024-03-27 08:06:51,5.4.0,37.0,135.0,135.0,46.0,,,117533.0,2.0,9673.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,117429.0,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,22.0,155.0,37.0,117.0,4.0,89.0,794.0,2024-03-28 21:00:33,2.1.0,26.0,1024.0,1024.0,27.0,,,84789.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,84789.0,,,,,,,,, 44,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-04-18 11:45:52.000000,2024-04-18 11:45:33,1814.0,27.0,12745.0,1526.0,519.0,17.0,830.0,49144.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4750.0,3.0,294543.0,,,,,,,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-04-18 08:13:01.000000,2024-04-03 08:20:20,2414.0,25.0,1009.0,108.0,832.0,29.0,838.0,5255.0,2024-02-14 08:01:40,.5.6.9,65.0,8614.0,8614.0,322.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 46,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-04-15 23:15:10.000000,2024-04-11 15:24:48,1507.0,15.0,330.0,57.0,1125.0,36.0,276.0,4607.0,,,52.0,29.0,29.0,72.0,,,699155.0,2.0,21438.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51014339.0,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-04-15 08:14:10.000000,2024-04-15 08:14:09,1363.0,9.0,330.0,47.0,722.0,53.0,279.0,3199.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1117396.0,3.0,37053.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88236301.0,,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-04-12 16:20:16.000000,2024-04-03 18:17:24,3085.0,54.0,291.0,77.0,853.0,284.0,628.0,1766.0,2024-04-04 10:50:02,5.7.10,54.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,639.0,9372.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-04 10:48:39.575604,5.0,1004333.0,,,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-04-18 17:19:38.000000,2024-03-25 23:02:49,622.0,8.0,64.0,40.0,215.0,5.0,85.0,320.0,2024-03-25 23:03:17,8.0.4,100.0,4740.0,4740.0,41.0,https://www.npmjs.com/package/did-jwt,181078.0,181078.0,1.0,,,,,,,,,,,,,,-1.0,,,, 50,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-04-12 16:25:42.000000,2023-12-18 20:11:16,136.0,,6720.0,510.0,218.0,,,59920.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,279494.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,279494.0,,,,,1.0,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9385.0,1124.0,131.0,541.0,801.0,45251.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3637.0,3.0,178224.0,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3502.0,760.0,74.0,10.0,371.0,15058.0,2016-02-25 17:42:46,0.2.1,4.0,73.0,73.0,30.0,,,1568.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161512.0,,,,,,,,,,,, 53,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-04-18 17:11:07.000000,2024-04-18 13:45:15,3013.0,199.0,413.0,40.0,5152.0,505.0,1587.0,6989.0,2024-04-18 14:37:15,2.50.2,100.0,,,106.0,,,535.0,3.0,2142.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-04-18 17:19:45.000000,2024-04-18 17:00:38,6525.0,100.0,563.0,138.0,4474.0,199.0,2747.0,4979.0,2024-04-15 18:40:14,release-2024-04-15,100.0,,,132.0,,,20636.0,2.0,66253.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-04-04 15:03:09.460634,13.0,1974049.0,,,,,,,,,,,, 55,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,168.0,30.0,1526.0,108.0,101.0,3391.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,29642.0,3.0,2716.0,,,,,,oso,https://pypi.org/project/oso,29571.0,,,,,,,,, 56,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-04-16 08:53:11.000000,2024-04-04 21:35:51,5285.0,24.0,295.0,40.0,780.0,56.0,264.0,1327.0,2024-04-04 20:54:05,7.0.4,57.0,1812.0,1812.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-04-17 11:02:58.000000,2024-04-08 00:43:04,476.0,15.0,65.0,29.0,146.0,5.0,47.0,194.0,2024-02-14 22:03:28,10.1.5,59.0,1509.0,1509.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,15541.0,15541.0,1.0,,,,,,,,,,,,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-04-18 18:09:12.000000,2024-04-18 15:48:49,14191.0,768.0,511.0,39.0,7117.0,470.0,1518.0,6674.0,2024-04-17 12:03:03,ersion/2024.2.3,100.0,,,239.0,,,99.0,3.0,2991.0,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-04-18 09:26:01.000000,2024-03-29 10:46:57,2460.0,12.0,740.0,71.0,246.0,,,3016.0,2024-01-17 08:17:36,8.4.5,100.0,3.0,3.0,72.0,https://www.npmjs.com/package/oidc-provider,189124.0,189124.0,2.0,,,,,,,,,,,,,,,,,, 60,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-04-18 14:39:32.000000,2024-04-18 14:39:31,1613.0,117.0,116.0,29.0,1731.0,35.0,299.0,2499.0,2024-04-09 07:45:37,0.35.1,58.0,4.0,4.0,28.0,,,1638.0,3.0,60618.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,-1.0,,,, 61,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-04-16 23:51:35.000000,2024-04-16 23:35:16,1872.0,115.0,136.0,19.0,1878.0,181.0,572.0,2095.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,73.0,,,4170.0,3.0,258.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-03-26 02:09:54.008979,,258297.0,,,,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-04-18 17:31:59.000000,2024-04-18 17:01:33,33879.0,351.0,58.0,31.0,4810.0,360.0,3039.0,389.0,2024-04-16 14:20:28,1.1.1,100.0,,,112.0,,,407.0,3.0,2444.0,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-04-15 19:12:23.000000,2024-03-26 04:30:10,367.0,8.0,40.0,23.0,97.0,2.0,48.0,170.0,2024-03-26 04:30:27,4.0.4,58.0,929.0,929.0,22.0,https://www.npmjs.com/package/did-jwt-vc,14481.0,14481.0,1.0,,,,,,,,,,,,,,-1.0,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-04-18 17:12:25.000000,2024-04-18 17:12:25,1779.0,92.0,131.0,21.0,383.0,37.0,82.0,2278.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,53.0,,,4409.0,3.0,619.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,166897.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-04-18 16:49:14.000000,2024-04-17 04:03:53,6143.0,96.0,312.0,415.0,4218.0,120.0,417.0,1694.0,2024-01-17 19:18:46,1.7.0,28.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-04-18 03:48:59.000000,2024-04-16 21:48:20,3050.0,99.0,266.0,52.0,2310.0,35.0,221.0,856.0,2024-04-16 21:45:51,1.11.56,100.0,30.0,30.0,86.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-04-17 10:38:33.000000,2024-03-28 15:46:16,1857.0,26.0,119.0,24.0,776.0,68.0,373.0,398.0,2024-04-02 18:54:31,6.0.0,44.0,620.0,620.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-04-18 17:57:45.000000,2024-04-18 17:57:06,9154.0,476.0,450.0,29.0,1708.0,215.0,975.0,392.0,2024-04-11 19:16:17,0.12.0,77.0,,,136.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,hanko,https://github.com/teamhanko/hanko,idp,Customer Identity and Access Management for the passkey era.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-04-18 16:26:25.000000,2024-04-18 13:15:02,2047.0,96.0,793.0,29.0,1233.0,36.0,133.0,5396.0,2024-04-10 14:43:20,backend/v0.10.2,21.0,231.0,231.0,44.0,,,3.0,3.0,69.0,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-04-18 12:28:08.000000,2024-04-18 09:09:21,1741.0,53.0,222.0,59.0,299.0,30.0,83.0,519.0,2022-01-07 16:42:38,0.5.0,6.0,,,106.0,,,1537.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-04-18 09:10:50.010470,,123023.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-04-18 14:47:15.000000,2024-04-02 08:32:48,1456.0,32.0,77.0,24.0,1031.0,55.0,240.0,285.0,2024-03-27 14:33:19,1.2.0,28.0,115.0,115.0,38.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-04-18 13:21:10.000000,2024-03-21 07:14:58,989.0,58.0,450.0,58.0,492.0,113.0,358.0,11872.0,2024-04-04 09:26:05,5.0.3,69.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-04-18 05:14:48.000000,2024-04-11 07:30:43,2800.0,302.0,117.0,18.0,1017.0,28.0,139.0,2446.0,2024-03-30 21:57:30,0.8.0,64.0,1.0,1.0,43.0,,,84.0,3.0,1696.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-04-11 01:20:29.000000,2024-04-11 01:16:40,2255.0,22.0,282.0,28.0,106.0,20.0,93.0,1249.0,2024-03-27 23:41:43,4.0.3,58.0,,,40.0,,,109.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,9770.0,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-04-18 13:08:40.000000,2024-04-15 14:06:23,15868.0,108.0,312.0,51.0,7331.0,,,1082.0,,,,,,223.0,,,40031.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-04-17 05:45:40.354842,163.0,5724535.0,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,6.0,155.0,36.0,266.0,65.0,180.0,1064.0,2022-09-28 20:32:17,3.0.1,15.0,238.0,238.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-04-15 20:43:52.000000,2024-04-15 16:19:26,14959.0,56.0,658.0,112.0,18.0,,,681.0,,,,129.0,129.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-04-18 00:06:24.000000,2024-04-16 16:49:00,473.0,37.0,94.0,18.0,463.0,67.0,188.0,318.0,2024-04-09 16:16:50,0.2.23,40.0,369.0,369.0,42.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-04-18 17:12:08.000000,2024-04-18 08:03:09,948.0,89.0,161.0,27.0,1129.0,130.0,541.0,234.0,2024-03-28 14:30:46,0.5.1,79.0,3.0,3.0,60.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-04-08 23:28:32.000000,2024-04-08 23:28:32,791.0,29.0,38.0,15.0,224.0,24.0,83.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,81.0,81.0,22.0,,,6439.0,2.0,96586.0,,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3374.0,306.0,25.0,1.0,143.0,21446.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,25096.0,3.0,853282.0,,,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-04-10 17:51:33.000000,2024-01-17 13:25:40,562.0,,283.0,62.0,149.0,186.0,567.0,5370.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,218.0,3.0,16181.0,,,,,,,,,,,,,1.0,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-17 18:33:43.000000,2024-04-17 18:33:43,4044.0,9.0,759.0,255.0,335.0,62.0,210.0,2835.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,880.0,3.0,110034.0,,,,,,,,,,,,,,,,, 84,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-04-11 22:36:26.000000,2024-04-11 22:26:02,405.0,11.0,682.0,95.0,324.0,162.0,339.0,1681.0,2024-04-11 22:36:26,1.7.4,30.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 85,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,754.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75153.0,3.0,400.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7063955.0,,,,,,,,,,,, 86,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,52.0,252.0,29.0,7.0,39.0,719.0,2023-01-31 02:32:05,2.1.1,52.0,1241.0,1241.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 87,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-04-18 15:29:19.000000,2024-04-18 15:29:19,13376.0,155.0,128.0,12.0,1812.0,943.0,1966.0,317.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,100.0,3.0,7729.0,,,,,,,,,,,,,,,,, 88,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-04-15 19:21:05.000000,2024-03-25 01:03:55,393.0,6.0,41.0,23.0,129.0,3.0,18.0,204.0,2023-03-08 14:05:37,4.1.0,24.0,5904.0,5904.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 89,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-08 16:06:16.000000,2024-04-05 16:23:30,1280.0,1.0,270.0,91.0,491.0,26.0,161.0,2893.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-04-16 16:24:34.000000,2024-03-14 17:02:52,4919.0,27.0,641.0,69.0,1760.0,36.0,56.0,670.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,602.0,,,,,,,,,,,,,,,,, 91,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-04-15 18:37:11.000000,2024-03-25 02:20:25,293.0,9.0,15.0,14.0,118.0,1.0,10.0,82.0,2023-07-03 18:25:08,2.0.27,38.0,943.0,943.0,12.0,https://www.npmjs.com/package/web-did-resolver,26827.0,26827.0,2.0,,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-04-18 07:36:52.000000,2024-04-18 07:36:51,2577.0,118.0,32.0,16.0,3317.0,51.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,823.0,823.0,22.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,568.0,122.0,502.0,620.0,13488.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,271.0,65.0,222.0,6.0,126.0,3701.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-04-03 19:53:32.000000,2024-04-03 19:52:19,2285.0,33.0,153.0,179.0,863.0,73.0,1059.0,1091.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-04-01 14:02:01.000000,2024-03-27 23:47:58,2273.0,77.0,209.0,51.0,596.0,55.0,175.0,317.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 99,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-04-16 16:42:44.000000,2024-04-16 16:40:53,499.0,72.0,42.0,7.0,311.0,51.0,131.0,114.0,2024-04-16 16:42:45,@web5/api@0.9.2,30.0,66.0,66.0,28.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 100,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-04-18 17:28:27.000000,2024-04-18 16:01:17,1566.0,1158.0,25.0,5.0,286.0,9.0,39.0,81.0,2024-03-14 09:49:49,0.2.0,100.0,,,17.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 101,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-04-10 21:56:23.000000,2024-04-05 13:57:06,1115.0,21.0,16.0,12.0,1287.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,372.0,2.0,11168.0,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-04 22:49:12.000000,2023-07-12 07:05:13,339.0,,814.0,241.0,243.0,187.0,529.0,2724.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 103,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,278.0,99.0,42.0,28.0,24.0,2521.0,,,,,,26.0,,,1919.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1919.0,,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-04-09 09:14:25.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,106.0,3.0,56.0,2344.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-04-18 14:06:49.000000,2024-04-01 13:37:30,2260.0,38.0,68.0,21.0,747.0,4.0,97.0,376.0,2024-04-01 13:34:38,0.23.0.RELEASE,55.0,,,27.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 106,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,19,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-04-18 15:55:02.000000,2024-04-18 15:54:12,116.0,14.0,37.0,8.0,18.0,2.0,27.0,330.0,2024-04-18 15:55:02,1.6.1,26.0,167.0,167.0,10.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,1.0,,,, 107,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-04-12 12:52:23.000000,2024-01-23 08:35:12,1730.0,1.0,107.0,28.0,349.0,39.0,73.0,185.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-04-17 10:56:34.000000,2024-04-14 21:41:35,2557.0,230.0,43.0,11.0,509.0,143.0,99.0,49.0,,,1.0,33.0,33.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-04-03 08:30:35.000000,2024-04-03 08:30:35,549.0,12.0,150.0,82.0,218.0,19.0,42.0,1395.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,88.0,184.0,71.0,69.0,1226.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-04-02 16:13:21.845412,2024-04-02 16:07:34,266.0,25.0,26.0,4.0,275.0,15.0,21.0,967.0,2024-04-02 16:13:22,1.13.1,100.0,1.0,1.0,5.0,,,116.0,3.0,864.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-04-02 16:13:21.845412,,624.0,,,,,,,,,,,, 112,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,5.0,53.0,11.0,302.0,8.0,104.0,616.0,,,,774.0,774.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 113,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-04-18 07:09:51.000000,2024-04-15 18:04:33,1054.0,60.0,38.0,52.0,233.0,178.0,150.0,459.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-04-17 15:28:31.000000,2024-04-16 14:48:09,1965.0,97.0,86.0,79.0,775.0,12.0,671.0,273.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-04-06 21:58:21.000000,2024-03-18 22:38:29,95.0,17.0,32.0,3.0,45.0,1.0,32.0,241.0,2024-03-18 22:40:07,2.0.3,16.0,42.0,42.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-04-16 16:21:21.000000,2024-04-16 16:20:34,339.0,13.0,54.0,12.0,364.0,48.0,108.0,201.0,,,4.0,44.0,44.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-04-18 00:18:01.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,360.0,74.0,103.0,175.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,1.0,165.0,101.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,442.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,14084.0,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-04-17 08:25:58.000000,2024-04-12 14:32:09,1539.0,100.0,63.0,10.0,533.0,2.0,116.0,76.0,2024-04-12 14:48:51,2.5.0,16.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-04-12 12:04:59.000000,2024-04-12 10:39:13,1759.0,247.0,12.0,11.0,166.0,8.0,9.0,54.0,2024-04-04 07:43:56,0.22.0,35.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,18,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,,2022-11-08 12:11:09,2024-04-18 17:34:47.000000,2024-04-17 14:48:29,445.0,47.0,24.0,4.0,181.0,7.0,30.0,49.0,2024-04-09 18:03:17,1.10.4,52.0,157.0,157.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8170.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-04-16 08:22:40.000000,2024-03-29 14:03:50,3631.0,14.0,69.0,27.0,5.0,,,229.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-02-05 18:23:31.000000,2024-01-16 16:58:30,388.0,,47.0,16.0,88.0,24.0,63.0,171.0,,,,306.0,306.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-04-18 11:57:54.000000,2024-04-12 21:15:11,1682.0,45.0,118.0,19.0,868.0,64.0,185.0,131.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 126,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-13 16:56:22.000000,2024-03-20 00:40:46,656.0,31.0,22.0,8.0,54.0,8.0,15.0,76.0,2024-02-29 22:50:37,0.6.0,14.0,57.0,57.0,12.0,,,0.0,3.0,28.0,,,,,,,,,,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,"Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation,..",,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-04-18 13:33:41.000000,2024-04-18 13:32:53,4102.0,396.0,13.0,7.0,474.0,30.0,2101.0,38.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-04-10 13:55:25.000000,2024-04-08 20:10:40,1003.0,44.0,13.0,6.0,116.0,9.0,26.0,32.0,2024-02-29 22:36:22,3.3.0,29.0,17.0,17.0,19.0,,,1.0,3.0,62.0,,,,,,,,,,,,,,,,, 129,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-04-03 12:18:04.000000,2024-04-03 12:18:04,1880.0,33.0,136.0,60.0,495.0,4.0,231.0,546.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,390.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-04-17 19:10:27.000000,2024-02-05 09:10:04,309.0,3.0,66.0,33.0,252.0,46.0,73.0,251.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,33.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,133.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4136.0,,,,,,,,,,,, 133,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-04-15 00:54:18.000000,2024-02-05 20:54:24,451.0,3.0,55.0,11.0,534.0,87.0,126.0,149.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-04-15 12:08:57.000000,2024-04-01 15:33:09,813.0,3.0,183.0,40.0,363.0,39.0,150.0,111.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-04-11 17:14:06.000000,2024-04-11 17:13:44,628.0,7.0,34.0,31.0,235.0,52.0,178.0,79.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-16 20:15:17.000000,2024-04-16 20:15:11,451.0,38.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-03-29 23:49:48.000000,2024-03-29 23:49:48,737.0,83.0,15.0,7.0,86.0,7.0,12.0,52.0,2024-03-13 20:06:25,0.10.2,18.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 138,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-15 20:21:15.000000,2024-04-15 20:19:29,90.0,1.0,157.0,37.0,94.0,30.0,102.0,966.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-25 18:26:59.000000,2024-03-25 18:25:14,685.0,3.0,59.0,71.0,272.0,134.0,140.0,338.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,220.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 142,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,10.0,16.0,4.0,10.0,162.0,,,,12.0,12.0,4.0,,,312.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,312.0,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-04-18 00:12:12.000000,2024-04-02 21:25:05,722.0,16.0,26.0,14.0,212.0,11.0,200.0,50.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,28.0,7.0,9.0,47.0,,,,64.0,64.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,8.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,29.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,739.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,2.0,25.0,10.0,43.0,10.0,10.0,125.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,205358.0,205358.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-04-18 15:20:44.000000,2024-04-16 13:43:38,460.0,94.0,8.0,19.0,426.0,,,69.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-04-18 00:09:53.000000,2024-01-31 19:22:55,877.0,2.0,21.0,14.0,176.0,18.0,124.0,70.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-04-18 04:12:57.000000,2024-04-18 04:12:43,983.0,55.0,9.0,9.0,164.0,10.0,10.0,50.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-17 16:22:54.000000,2024-04-09 20:43:37,87.0,27.0,7.0,11.0,92.0,4.0,1.0,21.0,2023-06-19 17:55:50,1.0.0,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,1.0,,,, 156,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,31.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-04-16 20:41:47.000000,2024-04-16 20:41:47,89.0,29.0,7.0,33.0,35.0,40.0,30.0,46.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,18.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,1.0,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,73.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,3.0,13.0,11.0,24.0,1.0,3.0,42.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-04-15 18:45:20.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-12 15:08:43.000000,2024-04-12 15:07:12,249.0,33.0,10.0,10.0,90.0,12.0,37.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,285.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2568.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-04-18 15:56:24.000000,2024-02-12 14:43:52,14.0,3.0,1.0,13.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,22.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,22.0,4140166.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,107575.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-04-25_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - passport (🥇37 · ⭐ 22K · 📈) - Simple, unobtrusive authentication for Node.js. MIT - doorkeeper (🥈30 · ⭐ 5.3K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - openbr (🥉23 · ⭐ 2.8K · 📈) - Open Source Biometrics, Face Recognition. ❗Unlicensed - dogtagpki (🥉23 · ⭐ 320 · 📈) - The Dogtag Certificate System is an enterprise-class.. ❗️GPL-2.0 - polygon-js-sdk (🥈20 · ⭐ 49 · 📈) - SDK to work with Polygon ID. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - aries-mobile-agent-react-native (🥉16 · ⭐ 130 · 📉) - Aries Mobile Agent React Native - Part of the Aries.. Apache-2 hyperledger - tbd-ssi-service (🥉14 · ⭐ 150 · 📉) - The Self Sovereign Identity Service. Apache-2 web5 ================================================ FILE: history/2024-04-25_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-04-25 18:12:23.000000,2024-04-25 18:11:56,3190.0,373.0,2867.0,102.0,2496.0,256.0,3942.0,22167.0,2024-04-25 15:53:34,@auth/drizzle-adapter@1.0.1,100.0,229188.0,229188.0,682.0,https://www.npmjs.com/package/next-auth,3691760.0,3691760.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-04-25 16:21:02.000000,2024-04-25 16:07:33,8678.0,259.0,1962.0,147.0,3438.0,178.0,3105.0,11462.0,2024-04-25 11:37:03,1.14.5,100.0,996.0,996.0,448.0,,,2257568.0,1.0,79014912.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-04-24 21:16:01.000000,2024-04-24 07:27:37,3887.0,67.0,1961.0,239.0,4217.0,125.0,2134.0,11952.0,2023-08-15 20:00:30,1.11.1,67.0,6007.0,6007.0,384.0,,,2909407.0,1.0,7306866.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,274423911.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",40,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-04-25 17:43:37.115929,2024-04-25 17:05:57,5056.0,92.0,1247.0,125.0,4185.0,342.0,2170.0,9171.0,2024-04-25 17:21:16,0.64.0,100.0,3826.0,3826.0,453.0,,,5524717.0,1.0,6683720.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-04-25 17:43:37.115929,41.0,540094579.0,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-04-25 17:30:33.000000,2024-04-25 15:42:28,9794.0,159.0,1255.0,127.0,1186.0,78.0,942.0,7882.0,2024-02-26 20:54:49,1.0.0,11.0,1774.0,1774.0,234.0,,,3619293.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3619293.0,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,80.0,293.0,2740.0,2023-01-10 13:13:43,3.2.2,48.0,518725.0,518725.0,195.0,,,106660363.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,106660363.0,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-04-25 18:08:45.000000,2024-04-25 18:08:45,24819.0,951.0,6111.0,373.0,15307.0,1779.0,7907.0,19860.0,2024-04-16 17:20:28,24.0.3,55.0,,,1388.0,,,67619.0,1.0,2704792.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-02-13 20:03:34.000000,2024-01-26 23:38:34,625.0,,1205.0,308.0,157.0,339.0,428.0,22429.0,,,,1043306.0,1043306.0,38.0,https://www.npmjs.com/package/passport,10288656.0,10288656.0,1.0,,,,,,,,,,1.0,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-04-22 14:11:29.000000,2024-04-22 14:11:28,3811.0,52.0,1348.0,232.0,1770.0,82.0,1408.0,15146.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3904066.0,1.0,760713.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,416620197.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-04-24 18:24:46.000000,2024-04-23 07:04:07,1424.0,241.0,1775.0,133.0,190.0,2.0,1016.0,9991.0,2024-04-16 21:08:09,0.0.90,10.0,2975.0,2975.0,60.0,,,63388.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,63388.0,,,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-04-23 08:31:42.000000,2024-04-08 13:03:35,1391.0,16.0,409.0,60.0,199.0,81.0,350.0,4263.0,2023-12-17 12:54:58,1.3.0,33.0,32273.0,32273.0,113.0,,,8683303.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,8683303.0,,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-04-25 18:16:36.000000,2024-04-25 15:40:19,19486.0,575.0,3945.0,824.0,20515.0,1015.0,4961.0,29643.0,2024-04-23 21:51:34,1.16.2,100.0,7122.0,7122.0,1473.0,,,,1.0,,,,,,,,,,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-04-25 17:25:32.000000,2024-04-25 13:26:49,4215.0,120.0,905.0,113.0,1907.0,182.0,1070.0,10575.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,221.0,,,1593828.0,1.0,39188.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113107283.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-04-23 11:54:34.000000,2024-04-23 11:51:21,1568.0,35.0,252.0,40.0,395.0,13.0,441.0,5587.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,70820.0,70820.0,68.0,https://www.npmjs.com/package/@casl/ability,2246420.0,2246420.0,1.0,,,,,,,,,,,,,,,,,, 25,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,34,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-04-07 09:25:56.000000,2024-04-07 09:21:56,1092.0,9.0,1578.0,230.0,494.0,44.0,749.0,16866.0,2024-04-07 09:23:08,2.87.1,100.0,2975.0,2975.0,143.0,https://www.npmjs.com/package/casbin,188301.0,307894.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,119593.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-04-25 17:37:26.000000,2024-04-25 16:40:18,8384.0,544.0,556.0,58.0,6039.0,315.0,1439.0,4349.0,2024-04-12 21:06:47,ockam_v0.121.0,100.0,183.0,183.0,310.0,,,12813.0,2.0,358782.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3554.0,338.0,109.0,433.0,390.0,16096.0,2020-03-22 14:01:55,0.22.2,38.0,8967.0,8967.0,25.0,https://www.npmjs.com/package/face-api.js,104021.0,104021.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-04-25 00:51:48.233912,2024-04-13 10:12:37,25060.0,422.0,3847.0,604.0,4686.0,,,10767.0,2024-03-29 09:25:57,7.0.3,100.0,21.0,21.0,347.0,,,6266.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-04-25 00:51:48.233912,129.0,946252.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-04-24 22:51:49.000000,2024-04-24 22:48:34,3761.0,292.0,241.0,37.0,1409.0,97.0,332.0,4519.0,2024-04-16 12:48:56,1.31.0,71.0,52.0,52.0,44.0,,,72781.0,2.0,58573.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-04-16 19:40:23.945877,7.0,2268563.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-04-25 15:33:10.000000,2024-04-24 23:35:18,3414.0,116.0,274.0,39.0,4060.0,81.0,890.0,3850.0,2024-04-05 20:18:47,0.25.2,100.0,18.0,18.0,91.0,,,22562178.0,2.0,55386.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-04-25 00:21:13.436433,10.0,1421348817.0,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-04-24 15:14:06.000000,2024-04-24 15:14:06,3605.0,6.0,392.0,31.0,526.0,77.0,357.0,540.0,2024-01-30 11:50:06,7.5.0,51.0,1724.0,1724.0,174.0,,,628129.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,628129.0,,,,,,,,, 32,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13035.0,1566.0,227.0,732.0,584.0,51781.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,251999.0,2.0,1230.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7696.0,face_recognition,https://pypi.org/project/face_recognition,251895.0,,,,,,,,, 33,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-04-16 08:38:52.000000,2024-03-04 02:55:39,4740.0,3.0,1765.0,183.0,1696.0,486.0,1363.0,10142.0,2023-04-14 09:36:52,r1.4.1,15.0,100.0,100.0,136.0,,,267405.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,267405.0,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-04-25 16:32:11.000000,2024-04-25 14:22:55,6564.0,179.0,442.0,77.0,3710.0,148.0,1231.0,1668.0,2024-04-06 00:05:44,1.9.4,100.0,143.0,143.0,186.0,,,3170.0,2.0,234607.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 35,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-04-25 18:13:19.000000,2024-04-25 12:48:22,13020.0,615.0,699.0,118.0,6775.0,4092.0,9271.0,749.0,2024-03-04 08:48:32,7.0.0,100.0,,,699.0,,,16176.0,2.0,11168.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1906848.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-04-25 18:15:13.000000,2024-04-25 10:12:32,5712.0,511.0,1022.0,158.0,5539.0,59.0,1159.0,19552.0,2024-04-15 03:51:44,4.38.8,100.0,,,162.0,,,747.0,2.0,36649.0,,,,,,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-04-24 04:06:03.000000,2024-04-15 17:11:09,2836.0,130.0,1535.0,172.0,2154.0,295.0,812.0,9025.0,2024-04-09 11:55:18,2.39.1,83.0,158.0,158.0,239.0,,,3.0,2.0,312.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 38,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-04-24 07:34:23.457923,2024-04-24 07:19:30,2412.0,187.0,1002.0,63.0,1462.0,99.0,1196.0,8618.0,2024-04-24 07:28:46,1.600.0,100.0,3.0,3.0,174.0,,,4177.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-04-24 07:34:23.457923,13.0,175440.0,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-04-25 17:47:15.000000,2024-04-25 16:57:18,4125.0,240.0,268.0,201.0,4377.0,89.0,253.0,3795.0,2024-04-09 20:31:26,0.15.4,55.0,8.0,8.0,160.0,,,273635.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-04-09 20:33:27.875004,14.0,13955423.0,,,,,,,,,,,, 40,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,30,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-04-16 17:01:38.000000,2024-04-16 17:01:38,2284.0,1.0,5078.0,499.0,154.0,1047.0,1355.0,21268.0,2023-04-02 07:43:27,0.7,1.0,2016.0,2016.0,58.0,,,241268.0,3.0,2895215.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-04-25 17:27:31.000000,2024-04-25 14:16:59,6085.0,504.0,332.0,40.0,5352.0,82.0,292.0,7226.0,2024-04-10 14:00:25,1.15.0,56.0,11.0,11.0,52.0,,,2184.0,2.0,3187.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-04-25 14:25:26.643154,2.0,69782.0,,,,,,,,,,,, 42,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-04-24 10:44:56.000000,2024-04-24 10:43:31,2415.0,25.0,1010.0,108.0,832.0,29.0,838.0,5252.0,2024-04-24 10:44:56,5.7.0,66.0,8643.0,8643.0,322.0,,,,2.0,,,,,,,,,,1.0,,,,,doorkeeper,,, 43,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-24 07:59:11.000000,2024-04-24 07:48:23,2705.0,49.0,119.0,60.0,310.0,30.0,256.0,810.0,2024-03-27 08:06:51,5.4.0,37.0,135.0,135.0,46.0,,,106194.0,2.0,9809.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,106089.0,,,,,,,,, 44,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,22.0,155.0,37.0,117.0,4.0,89.0,797.0,2024-03-28 21:00:33,2.1.0,26.0,1034.0,1034.0,27.0,,,89572.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,89572.0,,,,,,,,, 45,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-04-21 19:04:00.000000,2024-04-21 19:03:42,1820.0,33.0,12754.0,1528.0,519.0,17.0,829.0,49209.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4858.0,3.0,301226.0,,,,,,,,,,,,,,,,, 46,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-04-24 07:55:21.000000,2024-04-24 07:55:19,1511.0,19.0,330.0,57.0,1127.0,36.0,276.0,4618.0,,,52.0,29.0,29.0,72.0,,,699209.0,2.0,21551.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51018145.0,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-04-24 16:38:44.000000,2024-04-15 08:14:09,1363.0,9.0,330.0,47.0,722.0,53.0,280.0,3203.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1118061.0,3.0,37186.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88288792.0,,,,,,,,,,,, 48,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-04-25 16:16:21.000000,2024-04-22 17:06:42,3089.0,58.0,291.0,77.0,854.0,284.0,628.0,1769.0,2024-04-04 10:50:02,5.7.10,54.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,729.0,9462.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-04 10:48:39.575604,5.0,1004336.0,,,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-04-25 15:39:06.000000,2024-03-25 23:02:49,622.0,8.0,64.0,40.0,216.0,5.0,85.0,320.0,2024-03-25 23:03:17,8.0.4,100.0,4754.0,4754.0,41.0,https://www.npmjs.com/package/did-jwt,181154.0,181154.0,1.0,,,,,,,,,,,,,,,,,, 50,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,28,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-04-12 16:25:42.000000,2023-12-18 20:11:16,136.0,,6774.0,513.0,218.0,,,60307.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,317047.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,317047.0,,,,,,,,, 51,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9406.0,1124.0,131.0,540.0,801.0,45372.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3647.0,3.0,178711.0,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3501.0,760.0,74.0,10.0,371.0,15070.0,2016-02-25 17:42:46,0.2.1,4.0,73.0,73.0,30.0,,,1568.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161558.0,,,,,,,,,,,, 53,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-04-25 13:08:05.000000,2024-04-25 06:45:34,3030.0,209.0,420.0,40.0,5177.0,510.0,1596.0,7052.0,2024-04-24 09:25:50,2.50.4,100.0,,,107.0,,,526.0,3.0,2104.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-04-25 17:37:41.000000,2024-04-25 17:37:40,6535.0,99.0,565.0,138.0,4485.0,197.0,2752.0,4992.0,2024-04-24 00:51:10,release-2024-04-23,100.0,,,133.0,,,20757.0,2.0,65674.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-04-04 15:03:09.460634,13.0,1974669.0,,,,,,,,,,,, 55,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,169.0,30.0,1526.0,108.0,101.0,3403.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,31078.0,3.0,2719.0,,,,,,oso,https://pypi.org/project/oso,31007.0,,,,,,,,, 56,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-04-23 14:36:29.000000,2024-04-04 21:35:51,5285.0,22.0,298.0,40.0,781.0,56.0,265.0,1333.0,2024-04-04 20:54:05,7.0.4,57.0,1830.0,1830.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-04-22 20:01:54.000000,2024-04-08 00:43:04,476.0,14.0,65.0,29.0,146.0,5.0,47.0,194.0,2024-02-14 22:03:28,10.1.5,59.0,1512.0,1512.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16536.0,16536.0,1.0,,,,,,,,,,,,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-04-25 18:01:32.000000,2024-04-25 15:28:05,14247.0,748.0,517.0,40.0,7183.0,468.0,1543.0,6752.0,2024-04-24 16:30:12,ersion/2024.4.0,100.0,,,242.0,,,101.0,3.0,3038.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-04-23 11:36:38.000000,2024-04-23 11:34:24,2463.0,10.0,739.0,71.0,247.0,,,3019.0,2024-04-23 11:36:17,8.4.6,100.0,3.0,3.0,73.0,https://www.npmjs.com/package/oidc-provider,185878.0,185878.0,2.0,,,,,,,,,,,,,,,,,, 60,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-04-25 13:12:55.000000,2024-04-25 13:12:54,1624.0,118.0,117.0,29.0,1743.0,36.0,300.0,2512.0,2024-04-09 07:45:37,0.35.1,58.0,4.0,4.0,28.0,,,1654.0,3.0,61218.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 61,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-04-25 04:22:10.540736,2024-04-24 07:21:45,1881.0,117.0,139.0,19.0,1889.0,174.0,580.0,2122.0,2024-02-07 04:43:11,1.1.0-rc.16,18.0,42.0,42.0,74.0,,,4366.0,3.0,255.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-04-25 04:22:10.540736,,270471.0,,,,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-04-25 17:00:59.000000,2024-04-25 10:15:51,33896.0,289.0,58.0,31.0,4830.0,366.0,3053.0,396.0,2024-04-16 14:20:28,1.1.1,100.0,,,112.0,,,440.0,3.0,2643.0,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-04-25 10:10:41.000000,2024-03-26 04:30:10,367.0,8.0,40.0,23.0,97.0,2.0,48.0,170.0,2024-03-26 04:30:27,4.0.4,58.0,934.0,934.0,22.0,https://www.npmjs.com/package/did-jwt-vc,14508.0,14508.0,1.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-04-22 10:59:02.000000,2024-04-21 09:18:37,1785.0,94.0,132.0,21.0,384.0,37.0,82.0,2285.0,2024-03-13 17:49:20,0.7.5,33.0,1.0,1.0,54.0,,,4440.0,3.0,621.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-03-14 13:47:41.244848,1.0,168086.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-04-22 18:20:12.000000,2024-04-22 18:20:04,6169.0,120.0,314.0,417.0,4224.0,120.0,417.0,1694.0,2024-01-17 19:18:46,1.7.0,28.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-04-25 03:05:47.000000,2024-04-25 03:05:47,3059.0,102.0,267.0,52.0,2316.0,36.0,222.0,858.0,2024-04-25 03:03:50,1.11.57,100.0,31.0,31.0,86.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-04-25 17:14:08.000000,2024-03-28 15:46:16,1857.0,17.0,121.0,24.0,777.0,69.0,373.0,399.0,2024-04-02 18:54:31,6.0.0,44.0,624.0,624.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-04-25 16:14:02.000000,2024-04-25 16:13:25,9198.0,491.0,449.0,29.0,1715.0,216.0,981.0,392.0,2024-04-11 19:16:17,0.12.0,78.0,,,136.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,hanko,https://github.com/teamhanko/hanko,idp,Auth and User Management for the passkey era. An open source alternative to Auth0 and Clerk.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-04-24 16:43:25.000000,2024-04-22 17:51:30,2049.0,90.0,790.0,29.0,1239.0,37.0,133.0,5409.0,2024-04-10 14:43:20,backend/v0.10.2,21.0,231.0,231.0,44.0,,,4.0,3.0,100.0,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-04-25 12:27:05.000000,2024-04-24 19:22:40,1746.0,56.0,222.0,58.0,302.0,30.0,85.0,519.0,2022-01-07 16:42:38,0.5.0,6.0,,,107.0,,,1541.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-04-24 19:24:07.538672,,123299.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-04-25 14:35:49.000000,2024-04-02 08:32:48,1456.0,25.0,77.0,24.0,1034.0,54.0,241.0,285.0,2024-03-27 14:33:19,1.2.0,28.0,115.0,115.0,38.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-04-25 10:21:48.000000,2024-04-19 12:03:21,997.0,66.0,453.0,58.0,497.0,114.0,358.0,11900.0,2024-04-22 08:05:51,9.0.2,70.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-24 20:50:56.000000,2024-04-24 20:50:56,4045.0,10.0,759.0,255.0,336.0,62.0,210.0,2836.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,880.0,3.0,110075.0,,,,,,,,,1.0,,,,,,,, 74,permify,https://github.com/Permify/permify,authorization,Permify is an open-source authorization service inspired by Google Zanzibar.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-04-25 09:13:01.000000,2024-04-25 09:12:58,2813.0,308.0,118.0,18.0,1029.0,29.0,139.0,2456.0,2024-03-30 21:57:30,0.8.0,64.0,1.0,1.0,44.0,,,84.0,3.0,1698.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 75,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-04-20 03:50:10.000000,2024-04-20 03:48:15,2256.0,22.0,284.0,28.0,106.0,20.0,93.0,1256.0,2024-03-27 23:41:43,4.0.3,58.0,,,40.0,,,111.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,9938.0,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-04-25 17:56:36.000000,2024-04-15 14:06:23,15868.0,102.0,313.0,52.0,7334.0,,,1083.0,,,,,,223.0,,,40067.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-04-24 05:14:25.165824,163.0,5729667.0,,,,,,,,,,,, 77,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,5.0,155.0,36.0,266.0,65.0,180.0,1066.0,2022-09-28 20:32:17,3.0.1,15.0,242.0,242.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-04-15 20:43:52.000000,2024-04-15 16:19:26,14959.0,45.0,658.0,112.0,18.0,,,681.0,,,,129.0,129.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-04-25 04:36:49.000000,2024-04-25 02:48:14,13438.0,216.0,128.0,12.0,1815.0,944.0,1966.0,319.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,100.0,3.0,7729.0,,,,,,,,,1.0,,,,,,,, 80,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-04-25 18:04:05.000000,2024-04-25 17:43:25,481.0,41.0,95.0,18.0,470.0,67.0,188.0,319.0,2024-04-25 18:04:05,0.3.0,42.0,371.0,371.0,43.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-04-25 15:52:44.000000,2024-04-25 14:56:39,954.0,94.0,162.0,28.0,1138.0,130.0,541.0,237.0,2024-03-28 14:30:46,0.5.1,79.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 82,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-04-08 23:28:32.000000,2024-04-08 23:28:32,791.0,25.0,39.0,15.0,224.0,24.0,84.0,68.0,2024-02-13 10:21:42,0.2.0,30.0,81.0,81.0,22.0,,,6701.0,2.0,100518.0,,,,,,,,,,,,,,,,, 83,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3506.0,313.0,25.0,1.0,143.0,22085.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,25411.0,3.0,863997.0,,,,,,,,,,,,,,,,, 84,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-04-10 17:51:33.000000,2024-01-17 13:25:40,562.0,,283.0,63.0,149.0,186.0,568.0,5393.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,220.0,3.0,16282.0,,,,,,,,,,,,,,,howdy,, 85,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-04-22 23:07:41.000000,2024-04-22 22:53:53,407.0,13.0,687.0,95.0,327.0,160.0,342.0,1685.0,2024-04-22 23:07:41,1.7.5,31.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 86,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,755.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,75173.0,3.0,401.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7065847.0,,,,,,,,,,,, 87,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,22,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-02-22 04:38:48.000000,2023-07-17 21:06:20,282.0,,52.0,252.0,29.0,7.0,39.0,721.0,2023-01-31 02:32:05,2.1.1,52.0,1258.0,1258.0,12.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 88,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-04-22 20:12:49.000000,2024-03-25 01:03:55,393.0,6.0,41.0,23.0,129.0,3.0,18.0,204.0,2023-03-08 14:05:37,4.1.0,24.0,5930.0,5930.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 89,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-08 16:06:16.000000,2024-04-05 16:23:30,1280.0,1.0,272.0,91.0,491.0,26.0,161.0,2896.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-04-16 16:24:34.000000,2024-03-14 17:02:52,4919.0,25.0,640.0,69.0,1760.0,36.0,56.0,672.0,2024-02-09 14:17:29,1.13.2,37.0,,,102.0,,,10.0,2.0,603.0,,,,,,,,,,,,,,,,, 91,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-04-25 17:32:43.000000,2024-03-25 02:20:25,293.0,8.0,15.0,14.0,118.0,2.0,10.0,83.0,2023-07-03 18:25:08,2.0.27,38.0,951.0,951.0,12.0,https://www.npmjs.com/package/web-did-resolver,25444.0,25444.0,2.0,,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-04-23 13:57:19.000000,2024-04-23 13:57:18,2582.0,111.0,32.0,16.0,3325.0,51.0,96.0,65.0,2024-03-14 10:54:35,2.1.0,23.0,829.0,829.0,22.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,568.0,122.0,502.0,620.0,13503.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,272.0,66.0,222.0,6.0,126.0,3710.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-04-24 18:26:44.000000,2024-04-03 19:52:19,2285.0,32.0,152.0,179.0,865.0,76.0,1060.0,1091.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,True,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn and Apple App Attest server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-04-22 14:42:21.000000,2024-04-22 13:20:35,2274.0,51.0,68.0,21.0,747.0,4.0,98.0,380.0,2024-04-01 13:34:38,0.23.0.RELEASE,55.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-04-22 16:05:31.000000,2024-03-27 23:47:58,2273.0,75.0,211.0,51.0,597.0,55.0,175.0,317.0,,,,,,85.0,,,,1.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-04-25 12:03:05.000000,2024-01-23 08:35:12,1730.0,,107.0,28.0,350.0,40.0,73.0,186.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 101,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-04-25 17:16:38.000000,2024-04-25 17:14:56,501.0,73.0,42.0,7.0,313.0,52.0,131.0,114.0,2024-04-25 17:16:39,@web5/dids@1.0.1,31.0,66.0,66.0,28.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 102,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-04-25 16:31:14.000000,2024-04-25 15:47:18,1728.0,1301.0,26.0,7.0,313.0,8.0,40.0,84.0,2024-03-14 09:49:49,0.2.0,100.0,,,18.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 103,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-04-24 11:18:36.000000,2024-04-23 12:24:19,449.0,48.0,24.0,4.0,186.0,7.0,30.0,49.0,2024-04-23 12:24:49,1.11.1,54.0,157.0,157.0,18.0,,,,2.0,,,,,,,,,,2.0,,,,,,,, 104,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-04-19 12:18:03.000000,2024-04-05 13:57:06,1115.0,17.0,16.0,12.0,1288.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,376.0,2.0,11305.0,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-22 08:32:13.000000,2023-07-12 07:05:13,339.0,,818.0,241.0,245.0,191.0,529.0,2731.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 106,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,278.0,99.0,42.0,28.0,24.0,2528.0,,,,,,26.0,,,1883.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1883.0,,,,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-04-09 09:14:25.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,106.0,3.0,56.0,2345.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,19,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-04-18 15:55:02.000000,2024-04-18 15:54:12,116.0,14.0,37.0,8.0,18.0,3.0,27.0,338.0,2024-04-18 15:55:02,1.6.1,26.0,172.0,172.0,10.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 109,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,19,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-04-24 23:03:57.000000,2024-03-18 22:38:29,95.0,17.0,32.0,3.0,45.0,1.0,33.0,247.0,2024-03-18 22:40:07,2.0.3,16.0,44.0,44.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-04-25 16:39:27.000000,2024-04-22 17:36:04,2558.0,230.0,43.0,11.0,512.0,142.0,101.0,50.0,,,1.0,35.0,35.0,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-04-03 08:30:35.000000,2024-04-03 08:30:35,549.0,12.0,150.0,82.0,218.0,19.0,42.0,1395.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,160.0,88.0,184.0,71.0,69.0,1227.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-04-22 19:24:34.000000,2024-04-20 15:22:35,267.0,24.0,27.0,4.0,277.0,15.0,21.0,979.0,2024-04-02 16:13:22,1.13.1,100.0,1.0,1.0,5.0,,,116.0,3.0,864.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-04-02 16:13:21.845412,,626.0,,,,,,,,,,,, 114,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,5.0,53.0,11.0,302.0,8.0,104.0,621.0,,,,779.0,779.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-04-23 06:12:29.000000,2024-04-19 10:21:47,1055.0,59.0,40.0,52.0,234.0,177.0,151.0,462.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-04-24 23:51:58.000000,2024-04-16 14:48:09,1965.0,96.0,85.0,79.0,775.0,12.0,671.0,275.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-04-19 16:48:27.000000,2024-04-19 16:48:26,342.0,16.0,55.0,12.0,365.0,48.0,108.0,202.0,,,4.0,44.0,44.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-04-25 00:19:43.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,360.0,74.0,103.0,175.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,,166.0,100.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,447.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,14268.0,,,,,,,,,,,, 120,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-04-22 14:27:10.000000,2024-04-12 14:32:09,1539.0,71.0,63.0,10.0,534.0,3.0,116.0,76.0,2024-04-12 14:48:51,2.5.0,16.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-04-25 17:33:50.000000,2024-04-25 17:33:47,1772.0,252.0,12.0,11.0,170.0,8.0,9.0,54.0,2024-04-25 01:04:36,0.23.1,37.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8171.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-04-23 15:44:11.000000,2024-04-23 15:43:36,3633.0,15.0,69.0,27.0,5.0,,,230.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-04-25 15:22:01.000000,2024-01-16 16:58:30,388.0,,47.0,16.0,89.0,24.0,63.0,171.0,,,,310.0,310.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-24 21:51:54.000000,2024-04-24 21:50:19,663.0,34.0,22.0,8.0,55.0,8.0,16.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,57.0,57.0,12.0,,,0.0,3.0,28.0,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-04-25 10:35:13.000000,2024-04-25 10:32:55,4128.0,391.0,13.0,7.0,474.0,35.0,2119.0,38.0,,,,,,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,17,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-04-25 15:29:44.000000,2024-04-25 15:19:33,1014.0,55.0,13.0,6.0,119.0,10.0,27.0,32.0,2024-04-24 20:52:31,3.3.2,30.0,17.0,17.0,19.0,,,1.0,3.0,62.0,,,,,,,,,,,,,,,,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-04-03 12:18:04.000000,2024-04-03 12:18:04,1880.0,32.0,136.0,60.0,495.0,4.0,231.0,547.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,391.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-04-17 19:10:27.000000,2024-02-05 09:10:04,309.0,3.0,66.0,33.0,252.0,47.0,73.0,251.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 131,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],16,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-04-23 16:16:52.000000,2024-04-18 21:39:48,1683.0,40.0,116.0,19.0,870.0,64.0,185.0,131.0,,,,,,43.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,openwallet-foundation/bifold-wallet, 132,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,135.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4188.0,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-04-25 14:33:17.000000,2024-04-01 15:33:09,813.0,3.0,184.0,40.0,365.0,39.0,150.0,111.0,,,,,,191.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-04-11 17:14:06.000000,2024-04-11 17:13:44,628.0,7.0,34.0,31.0,235.0,51.0,179.0,79.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-23 15:09:05.000000,2024-04-23 15:08:56,455.0,42.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-04-25 00:33:29.000000,2024-04-25 00:33:28,746.0,69.0,15.0,7.0,87.0,7.0,12.0,52.0,2024-04-25 00:25:29,0.10.3,19.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-04-22 00:13:39.000000,2024-02-05 20:54:24,451.0,2.0,55.0,11.0,535.0,87.0,126.0,150.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,, 138,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,1.0,157.0,37.0,95.0,30.0,102.0,968.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-03-25 18:26:59.000000,2024-03-25 18:25:14,685.0,3.0,59.0,72.0,272.0,135.0,141.0,340.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,246.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,220.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 142,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,10.0,16.0,4.0,10.0,162.0,,,,12.0,12.0,4.0,,,395.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,395.0,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,6.0,22.0,29.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-04-25 00:12:10.000000,2024-04-02 21:25:05,722.0,16.0,27.0,14.0,212.0,11.0,200.0,50.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,21.0,14.0,28.0,7.0,9.0,47.0,,,,64.0,64.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,6.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,29.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,739.0,,,,,,,,,,,, 149,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,2.0,25.0,12.0,43.0,10.0,10.0,126.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,202264.0,202264.0,3.0,,,,,,,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-04-25 17:22:00.000000,2024-04-16 13:43:38,460.0,92.0,8.0,20.0,439.0,,,71.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,12,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-25 15:49:02.000000,2024-04-25 15:49:01,89.0,27.0,7.0,11.0,93.0,4.0,1.0,21.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-04-25 00:09:27.000000,2024-01-31 19:22:55,877.0,2.0,22.0,14.0,176.0,18.0,124.0,71.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-04-24 20:17:18.000000,2024-04-18 04:12:43,983.0,53.0,9.0,9.0,165.0,10.0,10.0,51.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,14.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,139.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-04-16 20:41:47.000000,2024-04-16 20:41:47,89.0,26.0,7.0,34.0,35.0,41.0,30.0,48.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,24.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,17.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,73.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-01-25 18:44:46.000000,2024-01-25 18:44:46,249.0,,13.0,11.0,24.0,,4.0,42.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-04-15 18:45:20.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-12 15:08:43.000000,2024-04-12 15:07:12,249.0,17.0,10.0,10.0,90.0,12.0,37.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,9,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,285.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2571.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-04-18 23:44:26.000000,2024-02-12 14:43:52,14.0,3.0,1.0,13.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,23.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,23.0,4148567.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,31.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,31.0,115224.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-05-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 9.2K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - casbin (🥇35 · ⭐ 17K · 📈) - An authorization library that supports access control models like.. Apache-2 - insightface (🥈31 · ⭐ 21K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - oathkeeper (🥉30 · ⭐ 3.2K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - aries-mobile-agent-react-native (🥈17 · ⭐ 130 · 📈) - Aries Mobile Agent React Native - Part of the Aries.. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇38 · ⭐ 2.7K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - ory-hydra (🥈36 · ⭐ 15K · 📉) - OpenID Certified OpenID Connect and OAuth Provider.. Apache-2 ory - pysaml2 (🥈32 · ⭐ 540 · 📉) - Python implementation of SAML2. Apache-2 - ageitgey-face-recognition (🥈31 · ⭐ 52K · 💀) - The worlds simplest facial recognition api for Python.. MIT - yubikey-manager (🥈29 · ⭐ 820 · 📉) - Python library and command line tool for configuring any.. BSD-2 ================================================ FILE: history/2024-05-09_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-05-09 18:11:45.000000,2024-05-09 14:48:32,3295.0,425.0,2913.0,104.0,2545.0,253.0,3977.0,22402.0,2024-04-25 15:53:34,@auth/drizzle-adapter@1.0.1,100.0,235484.0,235484.0,690.0,https://www.npmjs.com/package/next-auth,3747684.0,3747684.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-05-09 16:54:58.000000,2024-05-08 16:23:16,8743.0,253.0,1968.0,147.0,3462.0,177.0,3118.0,11517.0,2024-04-25 11:37:03,1.14.5,100.0,1024.0,1024.0,450.0,,,2263461.0,1.0,81484600.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-05-09 17:01:12.516082,2024-05-08 16:54:35,5069.0,89.0,1249.0,125.0,4201.0,347.0,2173.0,9205.0,2024-04-26 18:43:55,0.64.1,100.0,3873.0,3873.0,455.0,,,5579089.0,1.0,6895599.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-05-09 17:01:12.516082,42.0,550825258.0,1.0,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-05-07 21:59:32.000000,2024-04-26 19:08:47,3891.0,56.0,1970.0,239.0,4233.0,138.0,2134.0,11990.0,2023-08-15 20:00:30,1.11.1,68.0,6050.0,6050.0,387.0,,,2909266.0,1.0,7350787.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,151.0,277278035.0,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-05-07 22:54:59.000000,2024-05-03 12:19:20,9811.0,153.0,1264.0,128.0,1197.0,82.0,946.0,7932.0,2024-02-26 20:54:49,1.0.0,11.0,1826.0,1826.0,234.0,,,3516215.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3516215.0,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-05-09 17:43:37.000000,2024-05-09 08:52:38,24935.0,907.0,6141.0,373.0,15433.0,1790.0,8056.0,20045.0,2024-05-08 06:35:37,24.0.4,56.0,,,1396.0,,,67031.0,1.0,2748306.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,80.0,293.0,2747.0,2023-01-10 13:13:43,3.2.2,48.0,523251.0,523251.0,195.0,,,121515828.0,1.0,,,,,,,-1.0,oauthlib,https://pypi.org/project/oauthlib,121515828.0,,,,,,,, 18,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-05-08 13:26:12.000000,2024-01-26 23:38:34,625.0,,1208.0,308.0,158.0,339.0,428.0,22474.0,,,,1051609.0,1051609.0,38.0,https://www.npmjs.com/package/passport,10445476.0,10445476.0,1.0,,,,,,,,,,,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-05-07 18:07:06.000000,2024-05-07 18:07:06,1445.0,225.0,1800.0,134.0,195.0,4.0,1027.0,10162.0,2024-05-02 07:29:37,0.0.91,11.0,3068.0,3068.0,61.0,,,62953.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,62953.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-04-23 08:31:42.000000,2024-04-08 13:03:35,1391.0,14.0,411.0,60.0,199.0,81.0,351.0,4290.0,2023-12-17 12:54:58,1.3.0,33.0,32624.0,32624.0,113.0,,,9383372.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,9383372.0,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-05-09 18:16:12.000000,2024-05-09 17:58:01,19596.0,567.0,3972.0,822.0,20764.0,1016.0,4974.0,29738.0,2024-04-30 14:28:14,1.15.8+ent,100.0,7161.0,7161.0,1483.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-05-08 13:46:33.000000,2024-05-08 09:56:46,3818.0,40.0,1351.0,232.0,1773.0,82.0,1409.0,15191.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3874212.0,2.0,769336.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,417292180.0,-1.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-05-08 13:58:51.000000,2024-05-02 17:04:29,4225.0,107.0,904.0,112.0,1917.0,187.0,1076.0,10639.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,223.0,,,1572677.0,1.0,39436.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113178212.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-05-07 01:15:24.000000,2024-05-07 01:11:32,1094.0,10.0,1584.0,231.0,496.0,44.0,753.0,16921.0,2024-05-07 01:12:59,2.89.0,100.0,2986.0,2986.0,144.0,https://www.npmjs.com/package/casbin,200211.0,324232.0,1.0,,,,,,,1.0,casbin,https://pypi.org/project/casbin,124021.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-05-07 12:15:59.000000,2024-05-07 08:54:55,1570.0,33.0,254.0,40.0,398.0,14.0,443.0,5636.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,71833.0,71833.0,68.0,https://www.npmjs.com/package/@casl/ability,2278190.0,2278190.0,1.0,,,,,,,,,,,,,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-05-09 17:33:35.000000,2024-05-09 17:19:03,8459.0,509.0,554.0,58.0,6105.0,315.0,1439.0,4358.0,2024-04-30 22:45:25,ockam_v0.123.0,100.0,183.0,183.0,311.0,,,12472.0,2.0,361703.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3558.0,338.0,109.0,434.0,390.0,16131.0,2020-03-22 14:01:55,0.22.2,38.0,9081.0,9081.0,25.0,https://www.npmjs.com/package/face-api.js,102376.0,102376.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-05-09 06:33:46.000000,2024-04-27 07:17:50,25100.0,373.0,3847.0,603.0,4686.0,,,10792.0,2024-04-26 13:09:39,7.0.4,100.0,21.0,21.0,347.0,,,6282.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-05-09 00:43:46.952636,129.0,954916.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-05-08 21:16:35.000000,2024-05-07 16:15:56,3790.0,283.0,241.0,39.0,1424.0,94.0,336.0,4567.0,2024-05-06 18:27:08,1.32.0,72.0,56.0,56.0,44.0,,,72409.0,2.0,61082.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-05-06 18:38:48.159456,7.0,2326557.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-05-09 18:08:03.000000,2024-05-09 17:09:38,3433.0,102.0,276.0,38.0,4080.0,84.0,891.0,3868.0,2024-04-05 20:18:47,0.25.2,100.0,18.0,18.0,91.0,,,22784554.0,2.0,56195.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-05-09 17:58:57.324671,10.0,1458142340.0,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-04-16 08:38:52.000000,2024-03-04 02:55:39,4740.0,3.0,1770.0,184.0,1696.0,492.0,1364.0,10211.0,2023-04-14 09:36:52,r1.4.1,15.0,100.0,100.0,136.0,,,267771.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,267771.0,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-05-09 17:14:45.000000,2024-05-09 17:12:25,6590.0,170.0,443.0,77.0,3737.0,155.0,1239.0,1678.0,2024-05-08 00:07:59,1.9.5,100.0,143.0,143.0,187.0,,,3423.0,2.0,246456.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-05-09 16:52:43.000000,2024-05-09 16:52:43,13103.0,588.0,701.0,117.0,6820.0,4108.0,9288.0,750.0,2024-03-04 08:48:32,7.0.0,100.0,,,700.0,,,16125.0,2.0,11294.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1917048.0,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-04-24 15:14:06.000000,2024-04-24 15:14:06,3605.0,2.0,394.0,31.0,526.0,77.0,357.0,540.0,2024-01-30 11:50:06,7.5.0,51.0,1742.0,1742.0,174.0,,,617400.0,2.0,,,,,,,-1.0,pysaml2,https://pypi.org/project/pysaml2,617400.0,,,,,,,, 35,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,31,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13046.0,1566.0,227.0,733.0,584.0,51898.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,218692.0,2.0,1230.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7741.0,-1.0,face_recognition,https://pypi.org/project/face_recognition,218588.0,,,,,,,, 36,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-05-08 07:52:03.000000,2024-05-08 07:52:03,2292.0,9.0,5104.0,500.0,157.0,1052.0,1356.0,21387.0,2023-04-02 07:43:27,0.7,1.0,2084.0,2084.0,60.0,,,236071.0,2.0,3068921.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,1.0,,,,,,,,,,, 37,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-05-09 17:46:03.000000,2024-05-08 19:02:46,5757.0,495.0,1026.0,158.0,5583.0,61.0,1162.0,19685.0,2024-04-15 03:51:44,4.38.8,100.0,,,161.0,,,746.0,2.0,37321.0,,,,,,,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-05-09 15:29:19.000000,2024-04-15 17:11:09,2836.0,105.0,1538.0,173.0,2170.0,297.0,813.0,9066.0,2024-04-09 11:55:18,2.39.1,83.0,158.0,158.0,239.0,,,3.0,2.0,315.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-05-07 15:41:50.000000,2024-05-07 15:33:01,2429.0,178.0,1026.0,64.0,1475.0,98.0,1224.0,8710.0,2024-05-07 15:41:50,1.611.1,100.0,3.0,3.0,175.0,,,4483.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-05-07 15:26:47.611551,13.0,192795.0,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-05-09 17:53:28.000000,2024-05-09 16:32:51,4159.0,223.0,272.0,200.0,4436.0,92.0,255.0,3802.0,2024-04-30 17:15:47,0.16.0,56.0,8.0,8.0,162.0,,,274014.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-04-30 17:17:53.705870,15.0,14248757.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-05-09 15:04:37.000000,2024-05-09 11:16:26,6116.0,450.0,336.0,39.0,5385.0,88.0,296.0,7290.0,2024-04-10 14:00:25,1.15.0,56.0,13.0,13.0,53.0,,,2165.0,2.0,3227.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-05-09 11:25:02.843828,2.0,71287.0,,,,,,,,,,,, 42,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-05-08 20:58:54.000000,2024-04-24 10:43:31,2415.0,23.0,1011.0,108.0,835.0,29.0,838.0,5254.0,2024-04-24 10:44:56,5.7.0,66.0,8711.0,8711.0,322.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 43,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-05-09 10:42:36.000000,2024-05-09 10:42:32,1364.0,10.0,331.0,47.0,723.0,53.0,280.0,3211.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1105374.0,3.0,37463.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88391546.0,1.0,,,,,,,,,,, 44,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,21.0,155.0,37.0,117.0,5.0,89.0,805.0,2024-03-28 21:00:33,2.1.0,26.0,1043.0,1043.0,27.0,,,121787.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,121787.0,,,,,,,, 45,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-04-29 07:21:09.000000,2024-04-26 16:39:46,1821.0,34.0,12778.0,1527.0,520.0,18.0,830.0,49356.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,4984.0,3.0,313999.0,,,,,,,,,,,,,,,,, 46,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-05-06 16:38:55.000000,2024-04-30 10:44:38,1513.0,12.0,331.0,57.0,1128.0,35.0,277.0,4635.0,,,52.0,30.0,30.0,72.0,,,689898.0,2.0,21748.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51028128.0,,,,,,,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-04-30 17:23:49.835167,2024-04-30 17:12:40,3113.0,67.0,291.0,77.0,854.0,285.0,628.0,1770.0,2024-04-30 17:30:03,5.7.11,55.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,856.0,9514.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004344.0,,,,,,,,,,,, 48,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-30 10:40:31.000000,2024-04-29 13:26:45,2706.0,41.0,119.0,60.0,310.0,30.0,257.0,817.0,2024-03-27 08:06:51,5.4.0,37.0,135.0,135.0,46.0,,,67749.0,2.0,10278.0,,,,,,-1.0,yubikey-manager,https://pypi.org/project/yubikey-manager,67640.0,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-05-09 15:31:40.000000,2024-03-25 23:02:49,622.0,8.0,64.0,40.0,217.0,5.0,85.0,322.0,2024-03-25 23:03:17,8.0.4,100.0,4788.0,4788.0,41.0,https://www.npmjs.com/package/did-jwt,189106.0,189106.0,1.0,,,,,,,,,,,,,,,,,, 50,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9465.0,1126.0,131.0,540.0,801.0,45605.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3600.0,3.0,180009.0,,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3499.0,759.0,74.0,10.0,371.0,15089.0,2016-02-25 17:42:46,0.2.1,4.0,74.0,74.0,30.0,,,1553.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161590.0,,,,,,,,,,,, 52,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-05-09 17:12:43.000000,2024-05-09 17:12:42,3062.0,223.0,424.0,39.0,5221.0,483.0,1656.0,7161.0,2024-05-07 18:06:33,2.51.3,100.0,,,106.0,,,550.0,3.0,2202.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-05-09 14:35:53.000000,2024-05-08 19:38:21,6550.0,97.0,565.0,136.0,4497.0,198.0,2761.0,5000.0,2024-05-06 21:13:39,release-2024-05-06,100.0,,,132.0,,,20462.0,2.0,65493.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-05-07 23:36:19.031024,13.0,1975930.0,,,,,,,,,,,, 54,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,169.0,30.0,1526.0,108.0,101.0,3415.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,39851.0,3.0,2730.0,,,,,,,oso,https://pypi.org/project/oso,39781.0,,,,,,,, 55,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-05-06 23:40:24.000000,2024-05-06 23:40:21,5287.0,19.0,302.0,40.0,784.0,59.0,265.0,1351.0,2024-04-04 20:54:05,7.0.4,57.0,1851.0,1851.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 56,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-05-08 01:24:56.000000,2023-12-18 20:11:16,136.0,,6844.0,514.0,222.0,,,60994.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,356320.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,356320.0,,,,,,,, 57,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-05-09 18:13:54.000000,2024-05-09 17:04:32,14369.0,766.0,527.0,38.0,7351.0,480.0,1578.0,6901.0,2024-05-07 14:56:52,ersion/2024.4.2,100.0,,,245.0,,,100.0,3.0,3118.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 58,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-05-09 17:17:08.000000,2024-05-09 08:18:53,1647.0,126.0,118.0,29.0,1765.0,35.0,303.0,2536.0,2024-05-09 08:08:05,0.36.0,59.0,5.0,5.0,28.0,,,1643.0,3.0,62462.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 59,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-05-09 16:42:51.000000,2024-05-08 08:50:33,1891.0,106.0,145.0,19.0,1909.0,181.0,583.0,2252.0,2024-05-01 03:02:50,1.2.0,20.0,42.0,42.0,75.0,,,4449.0,3.0,256.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-05-01 03:19:31.436627,,280041.0,,,,,,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-05-09 11:57:13.000000,2024-05-09 11:38:47,33925.0,275.0,62.0,31.0,4890.0,375.0,3082.0,403.0,2024-04-16 14:20:28,1.1.1,100.0,,,112.0,,,395.0,3.0,2769.0,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-05-03 21:50:24.000000,2024-04-08 00:43:04,476.0,9.0,66.0,29.0,146.0,5.0,47.0,196.0,2024-02-14 22:03:28,10.1.5,59.0,1520.0,1520.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,16814.0,16814.0,1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-05-08 14:25:22.000000,2024-03-26 04:30:10,367.0,8.0,41.0,23.0,97.0,2.0,48.0,170.0,2024-03-26 04:30:27,4.0.4,58.0,948.0,948.0,22.0,https://www.npmjs.com/package/did-jwt-vc,18255.0,18255.0,1.0,,,,,,,,,,,,,,,,,, 63,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-05-04 13:07:21.000000,2024-05-04 13:06:53,2464.0,5.0,738.0,69.0,248.0,,,3035.0,2024-04-23 11:36:17,8.4.6,100.0,3.0,3.0,73.0,https://www.npmjs.com/package/oidc-provider,187560.0,187560.0,2.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-05-01 13:27:07.000000,2024-04-30 16:47:42,1800.0,103.0,133.0,23.0,389.0,36.0,85.0,2307.0,2024-04-30 17:21:16,0.7.6,34.0,1.0,1.0,58.0,,,4395.0,3.0,626.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-04-30 17:32:51.670462,1.0,170810.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-05-06 17:42:39.000000,2024-05-06 17:42:31,6196.0,139.0,314.0,418.0,4238.0,120.0,417.0,1696.0,2024-01-17 19:18:46,1.7.0,28.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-05-08 01:09:12.000000,2024-05-08 01:09:12,3075.0,102.0,268.0,52.0,2329.0,33.0,226.0,869.0,2024-05-08 01:06:08,1.11.58,100.0,31.0,31.0,86.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-05-09 01:22:31.000000,2024-03-28 15:46:16,1857.0,16.0,124.0,24.0,778.0,69.0,375.0,404.0,2024-04-02 18:54:31,6.0.0,44.0,635.0,635.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-05-09 00:42:02.000000,2024-05-08 15:30:58,9239.0,452.0,450.0,29.0,1728.0,221.0,984.0,393.0,2024-05-07 19:38:08,0.11.1,81.0,,,137.0,,,,1.0,,,,,,,,,,,,,,,,,, 69,hanko,https://github.com/teamhanko/hanko,idp,Open Source Authentication and User Management Platform with Passkey Superpowers.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-05-08 19:55:50.000000,2024-05-07 14:01:34,2055.0,65.0,786.0,31.0,1251.0,38.0,133.0,5433.0,2024-04-29 16:02:30,backend/v0.11.0,22.0,233.0,233.0,44.0,,,7.0,3.0,163.0,,,,,,,,,,,,,,,,, 70,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-05-09 12:26:00.000000,2024-04-30 08:22:55,1748.0,56.0,222.0,58.0,304.0,30.0,85.0,519.0,2022-01-07 16:42:38,0.5.0,6.0,,,107.0,,,1528.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-04-30 08:24:25.005271,,123788.0,,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-05-08 14:35:03.000000,2024-04-30 14:16:36,1460.0,24.0,78.0,25.0,1037.0,61.0,241.0,285.0,2024-03-27 14:33:19,1.2.0,28.0,117.0,117.0,38.0,,,,2.0,,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-05-07 09:20:01.000000,2024-04-19 12:03:21,997.0,58.0,457.0,58.0,497.0,110.0,366.0,11960.0,2024-04-22 08:05:51,9.0.2,70.0,,,26.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Open source authorization service inspired by Google Zanzibar to build fine-grained and scalable authorization systems.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-05-09 14:57:20.000000,2024-05-09 09:20:33,2888.0,359.0,120.0,18.0,1071.0,35.0,139.0,2517.0,2024-05-08 11:31:39,0.8.4,68.0,1.0,1.0,44.0,,,84.0,3.0,1771.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,23,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-05-09 12:59:15.000000,2024-05-09 12:58:50,2275.0,39.0,286.0,28.0,106.0,20.0,93.0,1279.0,2024-03-27 23:41:43,4.0.3,58.0,,,40.0,,,113.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,10208.0,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-05-09 12:46:49.000000,2024-05-07 12:33:04,15872.0,81.0,314.0,52.0,7341.0,,,1088.0,,,,,,223.0,,,39854.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-05-08 07:22:40.108391,163.0,5739095.0,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,5.0,155.0,36.0,266.0,65.0,181.0,1078.0,2022-09-28 20:32:17,3.0.1,15.0,244.0,244.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 77,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-05-09 14:43:47.000000,2024-05-09 14:43:47,13476.0,212.0,128.0,12.0,1822.0,945.0,1966.0,323.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,99.0,3.0,7730.0,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-05-09 01:23:26.000000,2024-05-07 19:13:19,484.0,38.0,95.0,18.0,474.0,67.0,188.0,320.0,2024-05-07 19:14:16,0.3.2,44.0,377.0,377.0,43.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-05-09 06:49:22.000000,2024-05-08 10:39:15,965.0,67.0,164.0,28.0,1150.0,132.0,542.0,239.0,2024-05-01 14:26:31,0.5.3,81.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-05-07 20:07:12.000000,2024-04-08 23:28:32,791.0,17.0,40.0,15.0,225.0,24.0,84.0,69.0,2024-02-13 10:21:42,0.2.0,30.0,81.0,81.0,22.0,,,6711.0,2.0,107388.0,,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3804.0,331.0,25.0,1.0,143.0,23494.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,25398.0,3.0,888952.0,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-26 14:52:24.000000,2024-04-24 20:50:56,4045.0,8.0,759.0,253.0,336.0,63.0,210.0,2838.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,875.0,3.0,110274.0,,,,,,,,,,,,,,,,, 83,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-04-22 23:07:41.000000,2024-04-22 22:53:53,407.0,13.0,688.0,96.0,327.0,161.0,344.0,1698.0,2024-04-22 23:07:41,1.7.5,31.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 84,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,757.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,74417.0,3.0,403.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7069232.0,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-05-08 20:29:16.000000,2024-04-23 05:45:40,14961.0,36.0,659.0,112.0,18.0,,,682.0,,,,129.0,129.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-05-03 23:01:15.000000,2024-03-25 01:03:55,393.0,4.0,41.0,23.0,129.0,3.0,18.0,205.0,2023-03-08 14:05:37,4.1.0,24.0,5976.0,5976.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 87,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-05-04 11:30:12.000000,2024-05-04 11:30:12,564.0,1.0,281.0,62.0,149.0,193.0,570.0,5429.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,220.0,3.0,16506.0,,,,,,,,,,,,,,,howdy,, 88,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-30 09:29:29.000000,2024-04-30 09:07:08,1281.0,2.0,273.0,92.0,493.0,27.0,161.0,2907.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-05-03 13:27:49.000000,2024-05-03 13:27:43,284.0,2.0,52.0,263.0,29.0,7.0,39.0,724.0,2023-01-31 02:32:05,2.1.1,52.0,1293.0,1293.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 90,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],21,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-04-16 16:24:34.000000,2024-03-14 17:02:52,4919.0,10.0,642.0,69.0,1760.0,36.0,56.0,676.0,2024-02-09 14:17:29,1.13.2,37.0,,,104.0,,,10.0,2.0,603.0,,,,,,,,,,,,,,,,, 91,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-05-03 21:25:16.000000,2024-03-25 02:20:25,293.0,6.0,15.0,14.0,119.0,2.0,10.0,83.0,2023-07-03 18:25:08,2.0.27,38.0,966.0,966.0,12.0,https://www.npmjs.com/package/web-did-resolver,21798.0,21798.0,2.0,,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-05-06 18:11:16.000000,2024-05-06 18:10:10,2593.0,102.0,32.0,16.0,3341.0,51.0,96.0,65.0,2024-05-03 10:58:55,2.2.0,24.0,835.0,835.0,23.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4669.0,567.0,122.0,502.0,620.0,13524.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,274.0,66.0,222.0,6.0,126.0,3724.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-05-01 22:53:06.000000,2024-04-27 23:52:50,2287.0,29.0,153.0,180.0,865.0,80.0,1063.0,1095.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,75.0,,,,1.0,,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-05-07 12:33:24.000000,2024-05-07 12:32:13,2298.0,64.0,68.0,21.0,754.0,4.0,98.0,384.0,2024-05-01 08:03:08,0.24.0.RELEASE,56.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-05-03 17:48:45.000000,2024-05-03 17:47:21,2287.0,61.0,212.0,51.0,597.0,55.0,175.0,317.0,,,,,,86.0,,,,1.0,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-04-25 12:03:05.000000,2024-01-23 08:35:12,1730.0,,108.0,28.0,350.0,40.0,73.0,185.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 101,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-05-09 18:13:52.000000,2024-05-08 17:48:08,521.0,86.0,42.0,7.0,336.0,56.0,131.0,116.0,2024-05-08 17:50:03,@web5/user-agent@0.3.5,50.0,67.0,67.0,28.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 102,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-05-09 10:24:47.000000,2024-05-06 09:23:44,1767.0,1216.0,30.0,7.0,332.0,10.0,42.0,91.0,2024-03-14 09:49:49,0.2.0,100.0,,,18.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 103,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-05-06 16:47:59.000000,2024-04-26 13:01:44,451.0,46.0,24.0,4.0,187.0,7.0,30.0,49.0,2024-04-26 13:02:23,1.12.0,55.0,163.0,163.0,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 104,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-05-08 15:43:03.000000,2024-05-08 15:42:45,1130.0,31.0,16.0,12.0,1300.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,369.0,2.0,11461.0,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-22 08:32:13.000000,2023-07-12 07:05:13,339.0,,820.0,241.0,245.0,193.0,529.0,2741.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 106,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,281.0,99.0,42.0,28.0,24.0,2544.0,,,,,,26.0,,,1887.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1887.0,,,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-04-09 09:14:25.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,106.0,3.0,56.0,2346.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,19,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-05-07 06:57:36.000000,2024-04-18 15:54:12,116.0,14.0,37.0,8.0,19.0,1.0,29.0,352.0,2024-04-18 15:55:02,1.6.1,26.0,177.0,177.0,10.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 109,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,19,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-05-09 14:18:35.000000,2024-03-18 22:38:29,95.0,17.0,33.0,3.0,46.0,3.0,36.0,259.0,2024-03-18 22:40:07,2.0.3,16.0,46.0,46.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 110,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-05-09 15:50:23.000000,2024-05-09 15:08:56,2575.0,240.0,45.0,11.0,524.0,139.0,106.0,52.0,,,1.0,37.0,37.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-05-03 18:24:57.000000,2024-05-03 18:24:57,552.0,14.0,150.0,83.0,220.0,19.0,43.0,1405.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,88.0,184.0,71.0,69.0,1227.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-05-08 15:19:09.000000,2024-05-08 15:19:09,270.0,22.0,27.0,4.0,279.0,15.0,21.0,1012.0,2024-04-02 16:13:22,1.13.1,100.0,1.0,1.0,5.0,,,108.0,3.0,865.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-04-02 16:13:21.845412,,632.0,,,,,,,,,,,, 114,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,4.0,53.0,11.0,302.0,10.0,104.0,625.0,,,,790.0,790.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-05-08 19:32:23.000000,2024-05-02 14:36:12,1057.0,58.0,40.0,52.0,236.0,177.0,151.0,464.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-05-08 18:07:48.000000,2024-05-07 23:16:46,2002.0,122.0,86.0,78.0,777.0,12.0,673.0,277.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-05-06 23:06:35.000000,2024-04-19 16:48:26,342.0,16.0,55.0,12.0,369.0,48.0,108.0,202.0,,,4.0,45.0,45.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-05-09 00:18:04.000000,2023-11-01 15:51:52,531.0,,53.0,30.0,360.0,74.0,103.0,176.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-04-29 14:30:36.000000,2024-04-12 14:32:09,1539.0,61.0,65.0,9.0,534.0,4.0,118.0,80.0,2024-04-12 14:48:51,2.5.0,16.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-05-08 11:51:02.000000,2024-05-03 07:35:28,1795.0,254.0,12.0,11.0,177.0,9.0,9.0,55.0,2024-04-25 21:39:12,0.23.4,39.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,372.0,559.0,56.0,125.0,88.0,8170.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 122,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-05-08 16:28:00.000000,2024-05-08 16:22:43,3637.0,15.0,69.0,27.0,5.0,,,231.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-04-29 19:08:31.000000,2024-01-16 16:58:30,388.0,,47.0,16.0,90.0,24.0,63.0,171.0,,,,322.0,322.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],17,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-05-09 18:01:25.000000,2024-05-09 17:58:52,1694.0,44.0,117.0,19.0,882.0,64.0,185.0,131.0,,,,,,44.0,,,,2.0,,,,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet, 125,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,2.0,33.0,7.0,196.0,,166.0,100.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,442.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,14547.0,,,,,,,,,,,, 126,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-24 21:51:54.000000,2024-04-24 21:50:19,663.0,26.0,22.0,7.0,55.0,8.0,17.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,57.0,57.0,12.0,,,0.0,3.0,29.0,,,,,,,,,,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-05-09 12:00:53.000000,2024-05-06 16:40:37,4173.0,379.0,13.0,7.0,477.0,42.0,2133.0,38.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-04-03 12:18:04.000000,2024-04-03 12:18:04,1880.0,23.0,137.0,60.0,495.0,4.0,231.0,549.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,False,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,34.0,323.0,391.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-04-17 19:10:27.000000,2024-02-05 09:10:04,309.0,,66.0,33.0,252.0,46.0,74.0,253.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 131,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,131.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4201.0,,,,,,,,,,,, 132,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,16,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-05-01 13:23:23.000000,2024-04-25 15:19:33,1014.0,31.0,13.0,6.0,120.0,12.0,27.0,32.0,2024-04-24 20:52:31,3.3.2,30.0,17.0,17.0,19.0,,,1.0,3.0,63.0,,,,,,,,,,,,,,,,, 133,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,150.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-05-08 02:53:54.000000,2024-05-07 02:39:11,815.0,3.0,184.0,46.0,367.0,39.0,150.0,112.0,,,,,,192.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-05-01 04:20:53.000000,2024-04-11 17:13:44,628.0,7.0,35.0,31.0,236.0,51.0,179.0,79.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-23 15:09:05.000000,2024-04-23 15:08:56,455.0,42.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-05-08 07:09:26.000000,2024-04-25 00:33:28,746.0,54.0,15.0,7.0,89.0,7.0,12.0,53.0,2024-04-25 00:25:29,0.10.3,19.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 138,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-05-08 22:48:16.000000,2024-05-08 22:47:19,689.0,7.0,60.0,71.0,274.0,129.0,158.0,340.0,,,,,,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,1.0,157.0,37.0,95.0,30.0,102.0,969.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,247.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,217.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 142,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,10.0,16.0,4.0,10.0,163.0,,,,12.0,12.0,4.0,,,441.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,441.0,,,,,,,, 143,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,,25.0,12.0,43.0,10.0,10.0,127.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,205659.0,205659.0,3.0,,,,,,,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-03-05 17:09:59.000000,2024-03-05 17:09:57,462.0,5.0,22.0,29.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-05-09 11:59:15.000000,2024-05-09 11:58:43,724.0,17.0,27.0,14.0,213.0,10.0,201.0,51.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,14.0,28.0,7.0,9.0,47.0,,,,65.0,65.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,6.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,28.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,740.0,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-05-09 14:55:12.000000,2024-05-07 08:09:13,488.0,104.0,8.0,19.0,463.0,,,72.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-05-09 00:10:13.000000,2024-01-31 19:22:55,877.0,,22.0,14.0,176.0,18.0,124.0,72.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,12,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-25 15:49:02.000000,2024-04-25 15:49:01,89.0,20.0,7.0,11.0,93.0,4.0,1.0,21.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-05-07 11:45:05.000000,2024-05-07 11:45:02,995.0,58.0,9.0,9.0,166.0,9.0,11.0,52.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,140.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-identities,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-identities,,2023-04-23 18:07:46,2024-05-06 16:18:59.000000,2024-05-01 17:40:56,91.0,26.0,7.0,35.0,38.0,44.0,30.0,52.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-identities, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,25.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,5.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 160,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,14.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,74.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-05-07 16:48:06.000000,2024-05-07 16:48:03,251.0,2.0,13.0,11.0,25.0,,4.0,43.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-05-09 15:39:41.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-26 22:28:11.000000,2024-04-12 15:07:12,249.0,8.0,10.0,10.0,91.0,8.0,41.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,257.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2575.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,5,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-05-05 20:36:01.000000,2024-02-12 14:43:52,14.0,2.0,1.0,13.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,24.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,24.0,4166005.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,32.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,32.0,130018.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-05-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇39 · ⭐ 20K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - maxkey (🥉24 · ⭐ 1.3K · 📈) - MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access.. Apache-2 - webauthn (🥇21 · ⭐ 1.1K · 📈) - Web Authentication: An API for accessing Public Key.. ❗️W3C w3c - passwordlessid-webauthn (🥉20 · ⭐ 360 · 📈) - Webauthn / passkeys helper library to make your life.. MIT - solid-specification (🥈19 · ⭐ 470 · 📈) - Solid Technical Reports. MIT solid ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇38 · ⭐ 8K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - vault (🥇35 · ⭐ 30K · 📉) - A tool for secrets management, encryption as a service,.. ❗Unlicensed hashicorp - yubikey-manager (🥈28 · ⭐ 820 · 📉) - Python library and command line tool for configuring any.. BSD-2 - veramo (🥇24 · ⭐ 410 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 - sphereon-pex (🥉14 · ⭐ 33 · 📉) - A Typescript implementation of the DIF Presentation.. Apache-2 ================================================ FILE: history/2024-05-23_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-05-23 13:14:43.000000,2024-05-22 17:19:08,3355.0,460.0,2957.0,105.0,2584.0,267.0,4014.0,22568.0,2024-05-11 12:44:30,next-auth@5.0.0-beta.18,100.0,241806.0,241806.0,700.0,https://www.npmjs.com/package/next-auth,3775057.0,3775057.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-05-23 12:08:01.000000,2024-05-23 12:08:01,8797.0,238.0,1969.0,148.0,3499.0,177.0,3134.0,11567.0,2024-04-25 11:37:03,1.14.5,100.0,1061.0,1061.0,453.0,,,2397239.0,1.0,83903379.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-05-23 17:39:20.200010,2024-05-23 17:02:11,5078.0,94.0,1255.0,125.0,4209.0,350.0,2177.0,9241.0,2024-04-26 18:43:55,0.64.1,100.0,3940.0,3940.0,457.0,,,5726963.0,1.0,7133271.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-05-23 17:39:20.200010,42.0,565324166.0,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-05-22 10:21:52.000000,2024-05-20 20:19:59,3911.0,76.0,1976.0,238.0,4253.0,143.0,2137.0,12021.0,2023-08-15 20:00:30,1.11.1,68.0,6157.0,6157.0,387.0,,,2939377.0,1.0,7397373.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,280179184.0,,,,,,,,,,,, 15,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],39,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-05-23 18:00:54.000000,2024-05-23 17:08:22,25058.0,901.0,6164.0,372.0,15584.0,1795.0,8241.0,20220.0,2024-05-08 06:35:37,24.0.4,56.0,,,1404.0,,,68247.0,1.0,2798151.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-05-22 08:48:05.000000,2024-05-22 08:48:04,9814.0,140.0,1274.0,128.0,1200.0,85.0,949.0,7998.0,2024-02-26 20:54:49,1.0.0,11.0,1876.0,1876.0,234.0,,,2498959.0,1.0,,,,,,,-1.0,speechbrain,https://pypi.org/project/speechbrain,2498959.0,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,465.0,67.0,496.0,80.0,293.0,2755.0,2023-01-10 13:13:43,3.2.2,48.0,527556.0,527556.0,195.0,,,129274200.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,129274200.0,,,,,,,, 18,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-05-08 13:26:12.000000,2024-01-26 23:38:34,625.0,,1208.0,308.0,158.0,339.0,428.0,22510.0,,,,1059834.0,1059834.0,38.0,https://www.npmjs.com/package/passport,10400804.0,10400804.0,1.0,,,,,,,,,,,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-05-20 08:13:52.000000,2024-05-20 08:13:52,1458.0,207.0,1816.0,135.0,197.0,4.0,1033.0,10329.0,2024-05-02 07:29:37,0.0.91,11.0,3155.0,3155.0,62.0,,,62690.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,62690.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-05-21 19:17:40.000000,2024-05-21 19:17:40,1398.0,21.0,413.0,60.0,200.0,82.0,351.0,4318.0,2023-12-17 12:54:58,1.3.0,33.0,32912.0,32912.0,114.0,,,10357654.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,10357654.0,,,,,,,, 21,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-05-22 07:56:45.000000,2024-05-22 07:56:44,3820.0,36.0,1357.0,232.0,1773.0,81.0,1411.0,15227.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3880420.0,2.0,777994.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,417950044.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-05-23 13:39:33.000000,2024-05-22 07:31:39,4230.0,87.0,903.0,111.0,1922.0,187.0,1079.0,10686.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,224.0,,,1573620.0,1.0,39675.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113245842.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],35,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-05-23 18:04:31.000000,2024-05-23 16:44:17,19710.0,583.0,3978.0,822.0,21038.0,1017.0,4990.0,29816.0,2024-04-30 14:28:14,ent-changelog-1.15.8,100.0,7258.0,7258.0,1484.0,,,,1.0,,,,,,,-1.0,,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-05-07 01:15:24.000000,2024-05-07 01:11:32,1094.0,10.0,1586.0,232.0,496.0,42.0,759.0,16986.0,2024-05-07 01:12:59,2.89.0,100.0,3034.0,3034.0,144.0,https://www.npmjs.com/package/casbin,202097.0,331925.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,129828.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-05-22 22:08:08.000000,2024-05-14 03:22:54,1571.0,20.0,254.0,40.0,399.0,15.0,444.0,5662.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,72808.0,72808.0,68.0,https://www.npmjs.com/package/@casl/ability,2255684.0,2255684.0,1.0,,,,,,,,,,,,,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-05-22 15:34:41.000000,2024-05-21 13:39:22,8488.0,464.0,557.0,58.0,6137.0,315.0,1442.0,4358.0,2024-04-30 22:45:25,ockam_v0.123.0,100.0,184.0,184.0,311.0,,,12554.0,2.0,364078.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3560.0,340.0,109.0,436.0,391.0,16160.0,2020-03-22 14:01:55,0.22.2,38.0,9188.0,9188.0,25.0,https://www.npmjs.com/package/face-api.js,103600.0,103600.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-05-23 16:11:34.000000,2024-05-23 15:52:12,25103.0,259.0,3844.0,603.0,4690.0,,,10817.0,2024-04-26 13:09:39,7.0.4,100.0,21.0,21.0,348.0,,,6338.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-05-23 13:46:32.034258,129.0,963442.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-05-23 18:08:40.000000,2024-05-23 17:19:05,3822.0,276.0,242.0,40.0,1435.0,94.0,340.0,4615.0,2024-05-06 18:27:08,1.32.0,72.0,60.0,60.0,45.0,,,74451.0,2.0,64152.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-05-06 18:38:48.159456,7.0,2390770.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-05-23 18:07:25.000000,2024-05-17 20:47:27,3435.0,100.0,276.0,38.0,4085.0,82.0,893.0,3876.0,2024-05-17 18:11:53,0.26.0,100.0,18.0,18.0,91.0,,,23360057.0,2.0,56570.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-05-17 21:36:42.167793,10.0,1494972682.0,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-05-23 11:34:43.000000,2024-05-23 11:34:04,4741.0,4.0,1780.0,185.0,1699.0,496.0,1368.0,10293.0,2023-04-14 09:36:52,r1.4.1,15.0,103.0,103.0,135.0,,,208724.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,208724.0,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-05-23 17:54:55.000000,2024-05-23 17:53:12,6618.0,181.0,443.0,77.0,3766.0,141.0,1257.0,1686.0,2024-05-14 21:46:51,1.9.6,100.0,148.0,148.0,187.0,,,3572.0,2.0,253681.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-05-22 16:42:03.000000,2024-05-22 16:42:03,13193.0,496.0,700.0,117.0,6866.0,4131.0,9307.0,751.0,2024-03-04 08:48:32,7.0.0,100.0,,,700.0,,,16163.0,2.0,11500.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1921076.0,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-05-21 16:26:25.000000,2024-04-24 15:14:06,3605.0,2.0,396.0,31.0,528.0,77.0,357.0,543.0,2024-01-30 11:50:06,7.5.0,51.0,1770.0,1770.0,174.0,,,631192.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,631192.0,,,,,,,, 35,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,31,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-02-24 12:51:59.000000,2022-06-10 09:12:18,238.0,,13070.0,1566.0,227.0,735.0,585.0,52025.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,195845.0,2.0,1230.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7789.0,,face_recognition,https://pypi.org/project/face_recognition,195741.0,,,,,,,, 36,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5120.0,504.0,159.0,1054.0,1358.0,21529.0,2023-04-02 07:43:27,0.7,1.0,2141.0,2141.0,60.0,,,248266.0,2.0,3227445.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 37,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-05-23 17:12:08.000000,2024-05-23 17:12:07,5784.0,485.0,1037.0,161.0,5610.0,63.0,1164.0,19938.0,2024-04-15 03:51:44,4.38.8,100.0,,,161.0,,,761.0,2.0,38060.0,,,,,,,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-05-23 04:29:04.000000,2024-05-13 19:01:05,2876.0,130.0,1544.0,173.0,2197.0,300.0,814.0,9097.0,2024-04-09 11:55:18,2.39.1,83.0,160.0,160.0,240.0,,,3.0,2.0,316.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-05-22 16:57:39.868692,2024-05-22 16:42:36,2438.0,154.0,1030.0,62.0,1483.0,97.0,1240.0,8807.0,2024-05-22 16:52:02,1.619.0,100.0,3.0,3.0,175.0,,,4964.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-05-22 16:57:39.868692,13.0,213474.0,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-05-23 18:17:27.000000,2024-05-23 13:54:27,4182.0,196.0,271.0,200.0,4469.0,92.0,255.0,3809.0,2024-04-30 17:15:47,0.16.0,56.0,8.0,8.0,162.0,,,279939.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-04-30 17:17:53.705870,15.0,14556870.0,,,,,,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-05-23 11:34:10.000000,2024-05-23 09:32:22,6178.0,488.0,344.0,39.0,5449.0,92.0,301.0,7367.0,2024-05-15 03:04:58,1.16.0,57.0,13.0,13.0,54.0,,,2435.0,2.0,3283.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-05-23 09:40:47.805539,3.0,80669.0,,,,,,,,,,,, 42,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-05-21 19:10:36.000000,2024-04-24 10:43:31,2415.0,16.0,1013.0,108.0,836.0,29.0,838.0,5254.0,2024-04-24 10:44:56,5.7.0,66.0,8774.0,8774.0,322.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 43,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-05-23 09:49:39.000000,2024-05-22 07:31:22,1365.0,11.0,333.0,47.0,723.0,55.0,281.0,3216.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1106697.0,3.0,37751.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88497129.0,,,,,,,,,,,, 44,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,20.0,156.0,37.0,117.0,5.0,89.0,809.0,2024-03-28 21:00:33,2.1.0,26.0,1063.0,1063.0,27.0,,,129494.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,129494.0,,,,,,,, 45,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-05-19 10:05:03.000000,2024-05-19 10:04:48,1823.0,36.0,12801.0,1527.0,520.0,17.0,833.0,49494.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,5154.0,3.0,324708.0,,,,,,,,,,,,,,,,, 46,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-05-22 07:31:10.000000,2024-05-22 07:31:08,1514.0,13.0,334.0,56.0,1128.0,36.0,277.0,4650.0,,,52.0,30.0,30.0,72.0,,,690069.0,2.0,21925.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51040601.0,,,,,,,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-05-22 15:50:52.000000,2024-04-30 17:12:40,3113.0,65.0,291.0,77.0,855.0,285.0,628.0,1771.0,2024-04-30 17:30:03,5.7.11,55.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,803.0,9461.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004346.0,,,,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-05-23 16:15:29.000000,2024-03-25 23:02:49,622.0,8.0,64.0,40.0,217.0,5.0,85.0,323.0,2024-03-25 23:03:17,8.0.4,100.0,4821.0,4821.0,41.0,https://www.npmjs.com/package/did-jwt,191722.0,191722.0,1.0,,,,,,,,,,,,,,,,,, 49,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9512.0,1128.0,131.0,540.0,801.0,45773.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3619.0,3.0,180985.0,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3499.0,759.0,74.0,10.0,371.0,15096.0,2016-02-25 17:42:46,0.2.1,4.0,75.0,75.0,30.0,,,1554.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161622.0,,,,,,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-05-23 14:43:47.000000,2024-05-23 10:28:46,3084.0,220.0,433.0,39.0,5250.0,488.0,1679.0,7247.0,2024-05-16 05:38:37,2.52.0,100.0,,,110.0,,,625.0,3.0,2502.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 52,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-05-22 23:35:09.000000,2024-05-21 17:13:13,6564.0,101.0,567.0,137.0,4513.0,191.0,2774.0,5020.0,2024-05-20 23:13:30,release-2024-05-20,100.0,,,132.0,,,20607.0,2.0,65370.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-05-22 16:59:07.715309,13.0,1976944.0,,,,,,,,,,,, 53,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,168.0,30.0,1526.0,108.0,101.0,3416.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,50875.0,3.0,2730.0,,,,,,,oso,https://pypi.org/project/oso,50805.0,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-05-23 15:25:18.000000,2024-05-06 23:40:21,5287.0,16.0,306.0,40.0,786.0,65.0,265.0,1362.0,2024-04-04 20:54:05,7.0.4,57.0,1871.0,1871.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 55,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-04-30 10:40:31.000000,2024-04-29 13:26:45,2706.0,41.0,119.0,60.0,310.0,33.0,257.0,824.0,2024-03-27 08:06:51,5.4.0,37.0,135.0,135.0,46.0,,,33257.0,2.0,10853.0,,,,,,-1.0,yubikey-manager,https://pypi.org/project/yubikey-manager,33142.0,,,,,,,, 56,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-05-22 11:30:22.000000,2023-12-18 20:11:16,136.0,,6958.0,521.0,223.0,,,61796.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,324414.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,324414.0,,,,,,,, 57,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-05-23 17:58:43.000000,2024-05-23 17:58:18,14460.0,720.0,550.0,39.0,7466.0,504.0,1597.0,7086.0,2024-05-07 14:56:52,ersion/2024.4.2,100.0,,,251.0,,,101.0,3.0,3131.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 58,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-05-23 17:38:16.000000,2024-05-23 17:38:16,1660.0,124.0,120.0,29.0,1779.0,36.0,305.0,2557.0,2024-05-09 08:08:05,0.36.0,59.0,5.0,5.0,28.0,,,1690.0,3.0,64222.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 59,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,27,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-05-23 16:35:01.000000,2024-05-23 05:58:49,1907.0,93.0,148.0,19.0,1935.0,182.0,590.0,2288.0,2024-05-18 03:08:43,1.2.1,21.0,42.0,42.0,76.0,,,4700.0,3.0,255.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-05-22 07:03:22.382036,,295872.0,,,,,,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-05-23 18:06:54.000000,2024-05-23 18:04:09,33955.0,255.0,66.0,31.0,4951.0,382.0,3110.0,406.0,2024-04-16 14:20:28,1.1.1,100.0,,,113.0,,,408.0,3.0,2860.0,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-05-20 22:34:08.000000,2024-04-08 00:43:04,476.0,5.0,66.0,29.0,146.0,5.0,47.0,197.0,2024-02-14 22:03:28,10.1.5,59.0,1530.0,1530.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,17160.0,17160.0,1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-05-21 05:12:15.000000,2024-03-26 04:30:10,367.0,8.0,41.0,23.0,97.0,2.0,48.0,170.0,2024-03-26 04:30:27,4.0.4,58.0,957.0,957.0,22.0,https://www.npmjs.com/package/did-jwt-vc,20341.0,20341.0,1.0,,,,,,,,,,,,,,,,,, 63,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-05-04 13:07:21.000000,2024-05-04 13:06:53,2464.0,5.0,739.0,68.0,248.0,,,3048.0,2024-04-23 11:36:17,8.4.6,100.0,3.0,3.0,73.0,https://www.npmjs.com/package/oidc-provider,197321.0,197321.0,2.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-05-23 15:18:34.000000,2024-04-30 16:47:42,1800.0,99.0,133.0,22.0,393.0,39.0,85.0,2325.0,2024-04-30 17:21:16,0.7.6,34.0,1.0,1.0,58.0,,,4498.0,3.0,631.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-04-30 17:32:51.670462,1.0,174779.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-05-22 18:55:25.000000,2024-05-22 18:55:24,6235.0,164.0,315.0,421.0,4254.0,121.0,417.0,1696.0,2024-05-20 21:19:16,1.8.1,30.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-05-23 17:18:14.000000,2024-05-23 17:18:13,3088.0,102.0,270.0,52.0,2340.0,30.0,230.0,869.0,2024-05-17 05:09:19,1.11.59,100.0,32.0,32.0,86.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-05-22 21:49:09.000000,2024-05-22 17:37:16,9296.0,387.0,454.0,29.0,1751.0,218.0,992.0,395.0,2024-05-07 19:38:08,0.11.1,81.0,,,137.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,hanko,https://github.com/teamhanko/hanko,idp,Authentication and user management system with passkey superpowers.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-05-23 14:58:01.000000,2024-05-07 14:01:34,2055.0,51.0,793.0,31.0,1256.0,38.0,134.0,5465.0,2024-04-29 16:02:30,backend/v0.11.0,22.0,240.0,240.0,44.0,,,7.0,3.0,169.0,,,,,,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-05-22 06:22:19.000000,2024-05-22 06:22:01,2283.0,46.0,298.0,29.0,107.0,4.0,111.0,1343.0,2024-05-17 00:56:26,4.0.4,59.0,,,40.0,,,117.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,10615.0,1.0,,,,,,,,,,, 70,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-05-23 16:43:30.000000,2024-03-28 15:46:16,1857.0,5.0,124.0,24.0,780.0,69.0,376.0,406.0,2024-04-02 18:54:31,6.0.0,44.0,646.0,646.0,55.0,,,,1.0,,,,,,,-1.0,,,,,,,,,,, 71,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-05-22 08:41:36.000000,2024-05-14 07:16:09,1462.0,22.0,79.0,25.0,1038.0,62.0,241.0,285.0,2024-03-27 14:33:19,1.2.0,28.0,117.0,117.0,39.0,,,,1.0,,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-05-23 12:05:40.000000,2024-05-23 09:18:43,1000.0,53.0,462.0,60.0,500.0,111.0,367.0,12011.0,2024-04-22 08:05:51,9.0.2,70.0,,,27.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Open source authorization service inspired by Google Zanzibar to build fine-grained and scalable authorization systems.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-05-22 05:14:34.000000,2024-05-21 09:33:10,2911.0,346.0,121.0,18.0,1080.0,34.0,140.0,2537.0,2024-05-21 09:48:05,0.8.7,71.0,1.0,1.0,44.0,,,87.0,3.0,1838.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-05-23 17:39:00.000000,2024-05-22 21:06:23,15925.0,118.0,317.0,52.0,7368.0,,,1096.0,,,,,,223.0,,,39910.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-05-22 05:24:27.046768,165.0,5747145.0,,,,,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-05-23 12:26:14.000000,2024-05-22 08:13:55,1751.0,40.0,225.0,58.0,307.0,30.0,85.0,521.0,2022-01-07 16:42:38,0.5.0,6.0,,,108.0,,,1536.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-05-22 08:15:17.091855,,124445.0,,,,,,,,,,,, 76,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-05-23 13:13:36.000000,2024-05-23 13:13:36,13539.0,250.0,128.0,12.0,1837.0,944.0,1969.0,329.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,99.0,3.0,7734.0,,,,,,,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-05-17 19:39:34.000000,2024-05-17 19:37:59,492.0,39.0,95.0,18.0,481.0,71.0,188.0,321.0,2024-05-16 20:05:43,0.3.4,46.0,379.0,379.0,43.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-05-23 14:15:27.000000,2024-05-23 14:13:00,972.0,54.0,163.0,28.0,1159.0,134.0,544.0,239.0,2024-05-01 14:26:31,0.5.3,81.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3884.0,339.0,25.0,1.0,143.0,23825.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,26102.0,3.0,913600.0,,,,,,,,,,,,,,,,, 80,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-26 14:52:24.000000,2024-04-24 20:50:56,4045.0,8.0,759.0,252.0,336.0,63.0,210.0,2840.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,876.0,3.0,110378.0,,,,,,,,,,,,,,,,, 81,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-05-14 17:42:28.000000,2024-04-22 22:53:53,407.0,13.0,690.0,95.0,328.0,161.0,345.0,1702.0,2024-04-22 23:07:41,1.7.5,31.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 82,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,22,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,2.0,157.0,37.0,266.0,67.0,181.0,1093.0,2022-09-28 20:32:17,3.0.1,15.0,247.0,247.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,, 83,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,758.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,74456.0,3.0,406.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7072862.0,,,,,,,,,,,, 84,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-05-21 15:19:02.000000,2024-05-21 15:17:50,14964.0,34.0,660.0,111.0,18.0,,,683.0,,,,129.0,129.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-05-20 19:53:31.000000,2024-03-25 01:03:55,393.0,3.0,40.0,23.0,129.0,3.0,18.0,206.0,2023-03-08 14:05:37,4.1.0,24.0,6016.0,6016.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-05-13 17:27:37.000000,2024-05-13 17:27:37,792.0,6.0,41.0,15.0,226.0,25.0,87.0,69.0,2024-02-13 10:21:42,0.2.0,30.0,84.0,84.0,23.0,,,7357.0,2.0,117719.0,,,,,,,,,,,,,,,,, 87,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-05-20 19:12:10.000000,2024-05-04 11:30:12,564.0,1.0,282.0,62.0,149.0,195.0,570.0,5455.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,222.0,3.0,16692.0,,,,,,,,,,,,,,,howdy,, 88,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-04-30 09:29:29.000000,2024-04-30 09:07:08,1281.0,2.0,272.0,92.0,493.0,27.0,162.0,2906.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-05-20 15:59:41.000000,2024-05-20 15:58:07,2313.0,36.0,153.0,181.0,868.0,81.0,1066.0,1101.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,76.0,,,,1.0,,,,,,,1.0,,,,,,,,,,, 90,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-05-03 13:27:49.000000,2024-05-03 13:27:43,284.0,1.0,53.0,270.0,29.0,7.0,39.0,726.0,2023-01-31 02:32:05,2.1.1,52.0,1322.0,1322.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 91,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-05-20 20:05:26.000000,2024-03-25 02:20:25,293.0,4.0,15.0,14.0,119.0,2.0,10.0,83.0,2023-07-03 18:25:08,2.0.27,38.0,980.0,980.0,12.0,https://www.npmjs.com/package/web-did-resolver,20705.0,20705.0,2.0,,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-05-21 09:19:55.000000,2024-05-21 09:19:07,2607.0,100.0,32.0,16.0,3359.0,51.0,96.0,65.0,2024-05-03 10:58:55,2.2.0,24.0,840.0,840.0,24.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4672.0,567.0,122.0,504.0,620.0,13551.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2023-12-18 22:01:36.000000,2023-08-31 21:53:17,639.0,,275.0,65.0,222.0,5.0,127.0,3734.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-05-21 14:53:58.000000,2024-05-10 17:15:44,4921.0,6.0,642.0,69.0,1771.0,36.0,56.0,679.0,2024-02-09 14:17:29,1.13.2,37.0,,,105.0,,,10.0,2.0,607.0,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,103.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-05-14 13:09:56.000000,2024-05-14 13:08:44,2300.0,66.0,68.0,21.0,755.0,4.0,98.0,389.0,2024-05-01 08:03:08,0.24.0.RELEASE,56.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-05-21 19:46:21.000000,2024-05-11 21:10:57,118.0,16.0,38.0,8.0,20.0,1.0,29.0,363.0,2024-04-18 15:55:02,1.6.1,26.0,274.0,274.0,11.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,1.0,,,,,,,,,,, 99,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-05-22 14:43:04.000000,2024-05-22 14:41:49,2296.0,59.0,212.0,51.0,605.0,55.0,175.0,321.0,,,,,,88.0,,,,1.0,,,,,,,,,,,,,,,,,, 100,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-05-23 14:01:38.000000,2024-01-23 08:35:12,1730.0,,108.0,28.0,351.0,40.0,73.0,186.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 102,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-05-23 16:44:36.000000,2024-05-21 23:42:01,602.0,153.0,41.0,5.0,443.0,59.0,132.0,116.0,2024-05-16 19:07:02,@web5/dids@1.0.3,55.0,67.0,67.0,29.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 103,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,False,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-05-23 15:56:33.000000,2024-05-23 15:54:10,1867.0,1166.0,30.0,6.0,360.0,13.0,43.0,96.0,2024-05-21 15:31:31,0.3.1,100.0,,,18.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 104,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-05-22 18:53:54.000000,2024-05-22 18:53:53,458.0,48.0,25.0,4.0,193.0,6.0,31.0,52.0,2024-05-17 07:46:33,1.14.1,58.0,166.0,166.0,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-05-20 09:07:42.000000,2024-05-08 15:42:45,1130.0,24.0,16.0,11.0,1305.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,376.0,2.0,11677.0,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-22 08:32:13.000000,2023-07-12 07:05:13,339.0,,819.0,242.0,245.0,193.0,529.0,2744.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,283.0,99.0,42.0,28.0,24.0,2572.0,,,,,,26.0,,,1965.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1965.0,,,,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-05-22 22:08:39.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,106.0,3.0,56.0,2352.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],19,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-05-22 16:41:49.000000,2024-05-22 16:41:48,1104.0,96.0,40.0,53.0,243.0,178.0,151.0,466.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,1.0,,,,,,,,,,, 110,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,19,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-05-09 14:18:35.000000,2024-03-18 22:38:29,95.0,10.0,33.0,3.0,46.0,5.0,36.0,261.0,2024-03-18 22:40:07,2.0.3,16.0,46.0,46.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-05-21 19:26:20.000000,2024-05-21 19:25:40,2580.0,219.0,45.0,13.0,528.0,139.0,107.0,55.0,,,1.0,38.0,38.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-05-03 18:24:57.000000,2024-05-03 18:24:57,552.0,14.0,150.0,83.0,220.0,19.0,43.0,1416.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 113,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,89.0,184.0,71.0,69.0,1228.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-05-22 21:29:58.717934,2024-05-22 21:10:55,272.0,22.0,28.0,4.0,281.0,15.0,21.0,1029.0,2024-05-22 21:30:00,1.15.0,100.0,1.0,1.0,5.0,,,107.0,3.0,844.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-05-22 21:29:58.717934,,648.0,,,,,,,,,,,, 115,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,3.0,52.0,11.0,302.0,10.0,104.0,628.0,,,,802.0,802.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-05-13 16:00:31.000000,2024-05-13 16:00:31,2004.0,91.0,85.0,78.0,777.0,13.0,673.0,277.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-05-06 23:06:35.000000,2024-04-19 16:48:26,342.0,16.0,55.0,12.0,369.0,48.0,108.0,202.0,,,4.0,45.0,45.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-05-23 16:57:56.000000,2023-11-01 15:51:52,531.0,,54.0,30.0,363.0,73.0,104.0,176.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-05-17 22:58:51.000000,2024-05-17 20:26:12,399.0,11.0,47.0,16.0,92.0,24.0,63.0,173.0,,,,325.0,325.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,,33.0,7.0,196.0,,166.0,100.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,457.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,15046.0,,,,,,,,,,,, 121,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-05-22 14:44:47.000000,2024-04-12 14:32:09,1539.0,49.0,65.0,9.0,536.0,4.0,120.0,81.0,2024-04-12 14:48:51,2.5.0,16.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-05-23 15:18:50.000000,2024-05-10 11:09:38,1805.0,201.0,12.0,11.0,177.0,9.0,9.0,56.0,2024-04-25 21:39:12,0.23.4,39.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,559.0,56.0,125.0,88.0,8166.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-05-17 16:50:49.000000,2024-05-17 16:34:12,3647.0,20.0,69.0,27.0,7.0,,,231.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-24 21:51:54.000000,2024-04-24 21:50:19,663.0,26.0,22.0,7.0,55.0,8.0,17.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,58.0,58.0,12.0,,,0.0,3.0,30.0,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-05-23 14:48:04.000000,2024-05-23 06:54:41,4186.0,313.0,13.0,7.0,481.0,51.0,2146.0,39.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-05-10 12:46:30.000000,2024-05-10 12:46:29,1885.0,27.0,137.0,62.0,497.0,4.0,231.0,550.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,False,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,90.0,73.0,490.0,35.0,323.0,392.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-05-23 10:58:05.000000,2024-02-05 09:10:04,309.0,,69.0,33.0,253.0,46.0,75.0,256.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],16,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-05-22 16:25:20.000000,2024-05-22 16:22:43,1699.0,40.0,119.0,18.0,889.0,65.0,185.0,131.0,,,,,,44.0,,,,3.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 131,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,131.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4205.0,,,,,,,,,,,, 132,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,150.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-05-23 03:20:47.000000,2024-05-16 16:05:58,818.0,6.0,184.0,46.0,369.0,39.0,150.0,115.0,,,,,,195.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-05-10 01:13:45.000000,2024-05-10 01:13:22,629.0,8.0,35.0,31.0,236.0,53.0,179.0,80.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-23 15:09:05.000000,2024-04-23 15:08:56,455.0,39.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-05-15 20:27:11.000000,2024-05-15 20:25:31,690.0,7.0,60.0,70.0,275.0,133.0,178.0,345.0,,,,,,34.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-05-20 10:27:27.000000,2024-05-20 10:27:24,496.0,35.0,22.0,28.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-05-23 14:00:50.000000,2024-04-25 00:33:28,746.0,35.0,15.0,7.0,89.0,7.0,12.0,53.0,2024-04-25 00:25:29,0.10.3,19.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,14,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-05-01 13:23:23.000000,2024-04-25 15:19:33,1014.0,31.0,14.0,6.0,120.0,12.0,27.0,33.0,2024-04-24 20:52:31,3.3.2,30.0,,,19.0,,,1.0,3.0,64.0,,,,,,-2.0,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,1.0,157.0,36.0,95.0,30.0,102.0,967.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,247.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,217.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,11.0,16.0,4.0,10.0,164.0,,,,13.0,13.0,4.0,,,381.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,381.0,,,,,,,, 144,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,,25.0,12.0,43.0,10.0,10.0,129.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,208818.0,208818.0,3.0,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-05-23 00:12:19.000000,2024-05-16 19:25:18,726.0,15.0,27.0,14.0,215.0,8.0,205.0,51.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,14.0,28.0,7.0,9.0,47.0,,,,65.0,65.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,6.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,28.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,748.0,,,,,,,,,,,, 150,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-05-23 11:18:39.000000,2024-05-20 08:04:19,533.0,140.0,9.0,19.0,488.0,1.0,,74.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-05-23 00:09:51.000000,2024-01-31 19:22:55,877.0,,22.0,14.0,176.0,18.0,124.0,72.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,12,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-04-25 15:49:02.000000,2024-04-25 15:49:01,89.0,14.0,7.0,11.0,93.0,4.0,1.0,21.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,GPL-3.0,2022-11-08 00:55:26,2024-05-21 22:16:28.000000,2024-05-10 18:58:35,998.0,49.0,10.0,8.0,166.0,9.0,11.0,52.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,43.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,140.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-05-16 10:12:43.000000,2024-05-16 10:12:39,94.0,25.0,8.0,35.0,41.0,45.0,31.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-credentials, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,26.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,5.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 160,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,13.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,74.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-05-07 16:48:06.000000,2024-05-07 16:48:03,251.0,2.0,13.0,11.0,25.0,,4.0,43.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-05-10 22:18:24.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-04-26 22:28:11.000000,2024-04-12 15:07:12,249.0,8.0,10.0,10.0,91.0,8.0,41.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,257.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2579.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-05-20 13:50:24.000000,2024-02-12 14:43:52,14.0,,1.0,13.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,24.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,24.0,4182250.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,35.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,35.0,145372.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-05-30_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - vault (🥇36 · ⭐ 30K · 📈) - A tool for secrets management, encryption as a service,.. ❗Unlicensed hashicorp - ageitgey-face-recognition (🥈32 · ⭐ 52K · 💀) - The worlds simplest facial recognition api for Python.. MIT - kanidm (🥉28 · ⭐ 2.3K · 📈) - Kanidm: A simple, secure and fast identity management platform. MPL-2.0 - freeipa (🥉24 · ⭐ 1.1K · 📈) - Mirror of FreeIPA, an integrated security information.. ❗️GPL-3.0 - fido2-net-lib (🥉24 · ⭐ 1.1K · 📈) - FIDO2 .NET library for FIDO2 / WebAuthn Attestation and.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇36 · ⭐ 10K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - paddlespeech (🥈31 · ⭐ 10K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - boundary (🥉30 · ⭐ 3.8K · 📉) - Boundary enables identity-based access management for.. ❗Unlicensed hashicorp - oathkeeper (🥉29 · ⭐ 3.2K · 📉) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - did-resolver (🥈21 · ⭐ 210 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif ================================================ FILE: history/2024-05-30_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-05-30 14:29:06.000000,2024-05-30 11:52:05,3383.0,467.0,2976.0,105.0,2597.0,268.0,4033.0,22677.0,2024-05-11 12:44:30,next-auth@5.0.0-beta.18,100.0,244940.0,244940.0,704.0,https://www.npmjs.com/package/next-auth,3780404.0,3780404.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-05-30 13:54:19.000000,2024-05-28 11:29:07,8803.0,240.0,1969.0,147.0,3505.0,173.0,3141.0,11593.0,2024-04-25 11:37:03,1.14.5,100.0,1067.0,1067.0,453.0,,,2430939.0,1.0,85082896.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-05-30 17:32:18.892213,2024-05-30 16:54:54,5087.0,96.0,1256.0,125.0,4217.0,356.0,2182.0,9260.0,2024-05-30 15:17:12,0.65.0,100.0,3961.0,3961.0,458.0,,,5801305.0,1.0,7235244.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-05-30 17:32:18.892213,42.0,572399290.0,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-05-29 19:41:09.000000,2024-05-29 19:41:09,3912.0,77.0,1979.0,238.0,4262.0,145.0,2139.0,12049.0,2023-08-15 20:00:30,1.11.1,68.0,6164.0,6164.0,387.0,,,2955111.0,1.0,7421602.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,281695383.0,,,,,,,,,,,, 15,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],39,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-05-30 17:17:45.000000,2024-05-30 17:17:45,25118.0,870.0,6184.0,371.0,15667.0,1792.0,8318.0,20318.0,2024-05-08 06:35:37,24.0.4,56.0,,,1409.0,,,68831.0,1.0,2822077.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-05-30 14:49:42.000000,2024-05-30 14:20:23,9816.0,119.0,1277.0,128.0,1203.0,84.0,950.0,8026.0,2024-02-26 20:54:49,1.0.0,11.0,1904.0,1904.0,234.0,,,2411285.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2411285.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-02-06 14:46:47.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,80.0,293.0,2757.0,2023-01-10 13:13:43,3.2.2,48.0,529698.0,529698.0,195.0,,,128620141.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,128620141.0,,,,,,,,, 18,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-05-08 13:26:12.000000,2024-01-26 23:38:34,625.0,,1210.0,307.0,158.0,339.0,428.0,22535.0,,,,1064170.0,1064170.0,38.0,https://www.npmjs.com/package/passport,10308680.0,10308680.0,1.0,,,,,,,,,,,,,,,,,, 19,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-05-30 05:40:09.000000,2024-05-27 12:01:59,1400.0,21.0,414.0,60.0,201.0,82.0,351.0,4326.0,2023-12-17 12:54:58,1.3.0,33.0,33033.0,33033.0,115.0,,,10502288.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,10502288.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-05-30 18:18:57.000000,2024-05-30 17:19:32,19745.0,564.0,3977.0,822.0,21115.0,1013.0,5003.0,29846.0,2024-05-29 20:47:30,1.16.3,100.0,7263.0,7263.0,1490.0,,,,1.0,,,,,,,,,,1.0,,,,,,,, 21,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-05-30 12:26:01.000000,2024-05-22 07:56:44,3820.0,36.0,1360.0,232.0,1776.0,82.0,1411.0,15242.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3883476.0,2.0,782475.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,418273568.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-05-30 08:48:48.000000,2024-05-29 10:21:58,4231.0,85.0,903.0,111.0,1926.0,187.0,1082.0,10701.0,2024-02-20 12:26:07,1.1.0,44.0,327.0,327.0,224.0,,,1573978.0,1.0,39806.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-02-20 12:26:07.173920,17.0,113271404.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,36,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-05-20 08:13:52.000000,2024-05-20 08:13:52,1458.0,187.0,1822.0,135.0,197.0,5.0,1035.0,10412.0,2024-05-02 07:29:37,0.0.91,11.0,3202.0,3202.0,62.0,,,63049.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,63049.0,-1.0,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-05-07 01:15:24.000000,2024-05-07 01:11:32,1094.0,10.0,1587.0,233.0,496.0,44.0,759.0,17023.0,2024-05-07 01:12:59,2.89.0,100.0,3042.0,3042.0,144.0,https://www.npmjs.com/package/casbin,196732.0,326916.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,130184.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-05-28 21:33:30.000000,2024-05-28 21:31:14,1575.0,23.0,254.0,40.0,402.0,16.0,444.0,5666.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,73317.0,73317.0,68.0,https://www.npmjs.com/package/@casl/ability,2229581.0,2229581.0,1.0,,,,,,,,,,,,,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-05-30 18:19:05.000000,2024-05-30 17:27:17,8530.0,455.0,555.0,58.0,6178.0,315.0,1442.0,4363.0,2024-05-28 23:43:02,ockam_v0.124.0,100.0,185.0,185.0,311.0,,,12559.0,2.0,364228.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3565.0,340.0,109.0,436.0,391.0,16187.0,2020-03-22 14:01:55,0.22.2,38.0,9260.0,9260.0,25.0,https://www.npmjs.com/package/face-api.js,102923.0,102923.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-05-30 16:44:51.000000,2024-05-30 16:37:25,25244.0,299.0,3845.0,602.0,4715.0,,,10832.0,2024-04-26 13:09:39,7.0.4,100.0,21.0,21.0,348.0,,,6366.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-05-30 00:43:37.815981,129.0,967700.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-05-26 23:50:34.000000,2024-05-23 18:43:43,3826.0,248.0,242.0,40.0,1436.0,92.0,342.0,4620.0,2024-05-24 19:52:10,1.33.0,73.0,62.0,62.0,45.0,,,75402.0,2.0,65632.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-05-24 19:51:26.089403,7.0,2420588.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-05-29 23:47:52.000000,2024-05-28 20:57:09,3437.0,98.0,276.0,38.0,4088.0,80.0,896.0,3910.0,2024-05-17 18:11:53,0.26.0,100.0,18.0,18.0,92.0,,,23649259.0,2.0,56809.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-05-28 21:43:54.458416,10.0,1513481399.0,,,,,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-05-29 17:04:30.000000,2022-06-10 09:12:18,238.0,,13079.0,1565.0,228.0,739.0,586.0,52080.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,195285.0,2.0,1231.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7830.0,face_recognition,https://pypi.org/project/face_recognition,195180.0,1.0,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-05-30 16:35:16.000000,2024-05-27 13:28:25,6623.0,166.0,444.0,77.0,3773.0,137.0,1262.0,1690.0,2024-05-14 21:46:51,1.9.6,100.0,148.0,148.0,187.0,,,3615.0,2.0,256720.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-05-30 16:47:13.000000,2024-05-30 02:45:29,13228.0,477.0,699.0,117.0,6885.0,4146.0,9313.0,752.0,2024-03-04 08:48:32,7.0.0,100.0,,,700.0,,,16173.0,2.0,11569.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1921993.0,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-05-21 16:26:25.000000,2024-04-24 15:14:06,3605.0,2.0,395.0,31.0,528.0,78.0,357.0,544.0,2024-01-30 11:50:06,7.5.0,51.0,1775.0,1775.0,174.0,,,621824.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,621824.0,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5130.0,504.0,159.0,1058.0,1359.0,21612.0,2023-04-02 07:43:27,0.7,1.0,2172.0,2172.0,60.0,,,254112.0,2.0,3303444.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,141.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-05-30 13:26:34.000000,2024-05-30 13:22:39,5809.0,488.0,1040.0,159.0,5636.0,61.0,1167.0,20132.0,2024-04-15 03:51:44,4.38.8,100.0,,,161.0,,,767.0,2.0,38368.0,,,,,,,,,,,,,,,,, 37,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,31,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-05-29 07:16:53.000000,2024-05-23 11:34:04,4741.0,2.0,1786.0,185.0,1703.0,498.0,1370.0,10337.0,2023-04-14 09:36:52,r1.4.1,15.0,107.0,107.0,135.0,,,195550.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,195550.0,-1.0,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-05-30 15:42:19.000000,2024-05-29 10:52:08,2904.0,137.0,1550.0,173.0,2206.0,300.0,815.0,9120.0,2024-04-09 11:55:18,2.39.1,83.0,160.0,160.0,241.0,,,3.0,2.0,316.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-05-28 12:53:18.968515,2024-05-28 12:33:55,2443.0,144.0,1050.0,64.0,1487.0,101.0,1243.0,9039.0,2024-05-28 12:47:04,1.623.0,100.0,3.0,3.0,177.0,,,5024.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-05-28 12:53:18.968515,13.0,216060.0,,,,,,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-05-30 15:41:03.000000,2024-05-30 07:12:26,6216.0,500.0,346.0,39.0,5481.0,91.0,305.0,7407.0,2024-05-15 03:04:58,1.16.0,57.0,13.0,13.0,55.0,,,2616.0,2.0,3374.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-05-30 07:20:48.646220,3.0,86877.0,,,,,,,,,,,, 41,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-05-24 09:31:35.000000,2024-05-24 09:31:30,2424.0,24.0,1013.0,108.0,836.0,30.0,838.0,5261.0,2024-04-24 10:44:56,5.7.0,66.0,8810.0,8810.0,323.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-05-30 17:27:05.120317,2024-05-30 15:59:13,4192.0,175.0,271.0,200.0,4489.0,92.0,256.0,3814.0,2024-04-30 17:15:47,0.16.0,56.0,8.0,8.0,163.0,,,282758.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-05-30 17:27:05.120317,15.0,14703421.0,,,,-1.0,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,20.0,156.0,37.0,117.0,5.0,89.0,811.0,2024-03-28 21:00:33,2.1.0,26.0,1085.0,1085.0,27.0,,,127930.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,127930.0,,,,,,,,, 44,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-05-19 10:05:03.000000,2024-05-19 10:04:48,1823.0,35.0,12816.0,1527.0,520.0,17.0,834.0,49558.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,5233.0,3.0,329725.0,,,,,,,,,,,,,,,,, 45,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-05-22 07:31:10.000000,2024-05-22 07:31:08,1514.0,11.0,335.0,56.0,1128.0,36.0,277.0,4657.0,,,52.0,30.0,30.0,72.0,,,690151.0,2.0,22005.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51046574.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-05-23 09:49:39.000000,2024-05-22 07:31:22,1365.0,4.0,335.0,47.0,723.0,55.0,281.0,3219.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1107349.0,3.0,37858.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88549152.0,,,,-1.0,,,,,,,, 47,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-05-30 16:27:51.000000,2024-04-30 17:12:40,3113.0,65.0,291.0,78.0,856.0,284.0,629.0,1771.0,2024-04-30 17:30:03,5.7.11,55.0,3.0,3.0,87.0,https://www.npmjs.com/package/solid-server,727.0,9385.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004346.0,,,,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-05-30 15:20:32.000000,2024-03-25 23:02:49,622.0,6.0,65.0,40.0,218.0,5.0,85.0,323.0,2024-03-25 23:03:17,8.0.4,100.0,4834.0,4834.0,41.0,https://www.npmjs.com/package/did-jwt,194896.0,194896.0,1.0,,,,,,,,,,,,,,,,,, 49,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9532.0,1130.0,131.0,540.0,801.0,45859.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3631.0,3.0,181575.0,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3498.0,759.0,74.0,10.0,371.0,15096.0,2016-02-25 17:42:46,0.2.1,4.0,75.0,75.0,30.0,,,1554.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161638.0,,,,,,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-05-30 16:11:52.000000,2024-05-30 15:40:37,3102.0,221.0,436.0,39.0,5274.0,493.0,1689.0,7304.0,2024-05-30 08:36:20,2.52.2,100.0,,,111.0,,,642.0,3.0,2569.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 52,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-05-30 03:12:54.000000,2024-05-29 22:46:35,6570.0,105.0,568.0,138.0,4519.0,194.0,2779.0,5030.0,2024-05-28 13:59:23,release-2024-05-28,100.0,,,133.0,,,20633.0,2.0,65798.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-05-22 16:59:07.715309,13.0,1977550.0,,,,,,,,,,,, 53,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,28,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,169.0,30.0,1526.0,108.0,101.0,3418.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,53855.0,3.0,2730.0,,,,,,oso,https://pypi.org/project/oso,53785.0,,,,,,,,, 54,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,28,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-05-30 10:36:18.000000,2024-05-30 10:22:19,1916.0,90.0,151.0,19.0,1944.0,179.0,596.0,2326.0,2024-05-30 01:11:36,1.2.2,22.0,42.0,42.0,78.0,,,4836.0,3.0,255.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-05-30 01:27:39.668701,,304473.0,,,,1.0,,,,,,,, 55,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-05-30 13:44:39.000000,2024-05-24 14:10:01,5290.0,19.0,308.0,40.0,789.0,67.0,265.0,1364.0,2024-04-04 20:54:05,7.0.4,57.0,1884.0,1884.0,297.0,,,,2.0,,,,,,,,,,,,,,,,,, 56,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-05-30 09:34:40.000000,2024-04-29 13:26:45,2706.0,34.0,119.0,60.0,310.0,35.0,258.0,827.0,2024-03-27 08:06:51,5.4.0,37.0,137.0,137.0,46.0,,,25582.0,2.0,10971.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,25466.0,,,,,,,,, 57,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-05-28 23:26:47.000000,2023-12-18 20:11:16,136.0,,7028.0,527.0,226.0,,,62254.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,298821.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,298821.0,,,,,,,,, 58,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-05-30 17:33:42.000000,2024-05-30 16:45:10,14513.0,705.0,562.0,39.0,7530.0,513.0,1610.0,7414.0,2024-05-07 14:56:52,ersion/2024.4.2,100.0,,,252.0,,,101.0,3.0,3149.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 59,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-05-30 12:54:08.000000,2024-05-28 11:08:22,1665.0,123.0,121.0,30.0,1785.0,36.0,305.0,2563.0,2024-05-09 08:08:05,0.36.0,59.0,5.0,5.0,28.0,,,1710.0,3.0,65004.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-05-30 10:37:32.000000,2024-05-29 12:52:02,33976.0,246.0,67.0,31.0,4973.0,370.0,3136.0,406.0,2024-05-29 12:58:54,1.1.2,100.0,,,114.0,,,418.0,3.0,2929.0,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-05-30 08:04:41.000000,2024-04-08 00:43:04,476.0,4.0,67.0,29.0,147.0,5.0,47.0,198.0,2024-02-14 22:03:28,10.1.5,59.0,1532.0,1532.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,17453.0,17453.0,1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-05-29 18:59:13.000000,2024-03-26 04:30:10,367.0,6.0,41.0,23.0,97.0,2.0,48.0,171.0,2024-03-26 04:30:27,4.0.4,58.0,958.0,958.0,22.0,https://www.npmjs.com/package/did-jwt-vc,21826.0,21826.0,1.0,,,,,,,,,,,,,,,,,, 63,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-05-27 15:39:36.000000,2024-05-27 15:39:32,2465.0,6.0,739.0,68.0,248.0,,,3056.0,2024-04-23 11:36:17,8.4.6,100.0,5.0,5.0,73.0,https://www.npmjs.com/package/oidc-provider,206520.0,206520.0,2.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-05-30 15:19:21.000000,2024-05-30 15:19:21,1804.0,103.0,133.0,22.0,394.0,39.0,85.0,2333.0,2024-04-30 17:21:16,0.7.6,34.0,1.0,1.0,58.0,,,4545.0,3.0,632.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-04-30 17:32:51.670462,1.0,176611.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-05-28 14:06:31.000000,2024-05-28 14:06:23,6243.0,166.0,315.0,421.0,4260.0,121.0,417.0,1696.0,2024-05-20 21:19:16,1.8.1,30.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-05-30 17:01:07.000000,2024-05-30 14:30:51,3095.0,101.0,272.0,52.0,2349.0,31.0,230.0,869.0,2024-05-17 05:09:19,1.11.59,100.0,32.0,32.0,86.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-05-30 18:19:00.000000,2024-05-30 18:18:18,9308.0,373.0,456.0,29.0,1780.0,219.0,994.0,395.0,2024-05-07 19:38:08,0.11.1,81.0,,,138.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,hanko,https://github.com/teamhanko/hanko,idp,Authentication and user management system with passkey superpowers.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-05-30 16:10:27.000000,2024-05-29 12:41:00,2060.0,52.0,792.0,31.0,1261.0,38.0,135.0,5485.0,2024-04-29 16:02:30,backend/v0.11.0,22.0,241.0,241.0,44.0,,,7.0,3.0,169.0,,,,,,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-05-22 06:22:19.000000,2024-05-22 06:22:01,2283.0,46.0,300.0,30.0,107.0,4.0,111.0,1353.0,2024-05-17 00:56:26,4.0.4,59.0,,,40.0,,,119.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,10795.0,,,,,,,,,,,, 70,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-05-30 10:16:53.000000,2024-05-28 14:18:42,15931.0,96.0,319.0,51.0,7377.0,,,1099.0,,,,,,223.0,,,39938.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-05-29 06:41:21.697620,165.0,5751092.0,,,,1.0,,,,,,,, 71,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,,157.0,37.0,266.0,67.0,181.0,1097.0,2022-09-28 20:32:17,3.0.1,15.0,248.0,248.0,44.0,,,,3.0,,,,,,,,,,2.0,,,,,,,, 72,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-05-30 08:58:33.000000,2024-03-28 15:46:16,1857.0,4.0,124.0,24.0,780.0,73.0,374.0,409.0,2024-04-02 18:54:31,6.0.0,44.0,646.0,646.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 73,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-05-30 14:10:29.000000,2024-05-28 13:48:23,1467.0,23.0,81.0,25.0,1044.0,60.0,244.0,285.0,2024-05-28 13:34:22,1.3.0,29.0,118.0,118.0,39.0,,,,1.0,,,,,,,,,,,,,,,,,, 74,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-05-29 05:09:05.000000,2024-05-23 09:18:43,1000.0,46.0,465.0,60.0,500.0,110.0,368.0,12040.0,2024-04-22 08:05:51,9.0.2,70.0,,,27.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 75,permify,https://github.com/Permify/permify,authorization,Open source authorization service inspired by Google Zanzibar to build fine-grained and scalable authorization systems.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-05-30 09:39:33.000000,2024-05-30 09:38:21,2931.0,329.0,123.0,18.0,1090.0,33.0,141.0,2551.0,2024-05-30 09:47:40,0.9.0,73.0,1.0,1.0,44.0,,,88.0,3.0,1858.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-05-30 12:27:54.000000,2024-05-22 08:13:55,1751.0,38.0,225.0,58.0,308.0,31.0,85.0,521.0,2022-01-07 16:42:38,0.5.0,6.0,,,108.0,,,1539.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-05-22 08:15:17.091855,,124660.0,,,,,,,,,,,, 77,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-05-29 19:48:41.000000,2024-05-29 19:48:41,13553.0,260.0,128.0,12.0,1843.0,943.0,1970.0,333.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,99.0,3.0,7734.0,,,,,,,,,,,,,,,,, 78,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-05-30 16:06:19.000000,2024-05-28 17:25:43,493.0,38.0,95.0,18.0,483.0,72.0,188.0,323.0,2024-05-28 17:26:11,0.3.5,47.0,382.0,382.0,43.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-05-30 06:15:01.000000,2024-05-23 14:13:00,972.0,51.0,167.0,28.0,1162.0,137.0,546.0,240.0,2024-05-01 14:26:31,0.5.3,81.0,3.0,3.0,61.0,,,,2.0,,,,,,,,,,,,,,,,,, 80,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3912.0,340.0,25.0,1.0,143.0,23948.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,26415.0,3.0,924541.0,,,,,,,,,,,,,,,,, 81,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-26 14:52:24.000000,2024-04-24 20:50:56,4045.0,8.0,759.0,252.0,336.0,63.0,210.0,2842.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,876.0,3.0,110410.0,,,,,,,,,,,,,,,,, 82,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],22,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-05-27 13:11:15.000000,2024-04-22 22:53:53,407.0,13.0,690.0,95.0,329.0,162.0,345.0,1706.0,2024-04-22 23:07:41,1.7.5,31.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 83,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,759.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,74485.0,3.0,406.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7075613.0,,,,,,,,,,,, 84,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-05-21 15:19:02.000000,2024-05-21 15:17:50,14964.0,32.0,660.0,111.0,18.0,,,684.0,,,,130.0,130.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-05-13 17:27:37.000000,2024-05-13 17:27:37,792.0,5.0,42.0,15.0,226.0,25.0,87.0,69.0,2024-02-13 10:21:42,0.2.0,30.0,84.0,84.0,23.0,,,7596.0,2.0,121545.0,,,,,,,,,,,,,,,,, 86,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-05-20 19:12:10.000000,2024-05-04 11:30:12,564.0,1.0,281.0,61.0,149.0,196.0,570.0,5474.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,223.0,3.0,16783.0,,,,,,,,,,,,,,,howdy,, 87,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2024-05-26 16:19:27.000000,2023-08-31 21:53:17,639.0,,276.0,64.0,223.0,4.0,128.0,3738.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 88,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-05-27 11:49:05.000000,2024-04-30 09:07:08,1281.0,2.0,273.0,91.0,494.0,27.0,162.0,2912.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-05-30 14:04:06.000000,2024-05-27 13:28:44,2322.0,33.0,154.0,181.0,869.0,79.0,1070.0,1118.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,76.0,,,,1.0,,,,,,,,,,,,,,,,,, 90,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-05-03 13:27:49.000000,2024-05-03 13:27:43,284.0,1.0,53.0,271.0,29.0,7.0,39.0,727.0,2023-01-31 02:32:05,2.1.1,52.0,1337.0,1337.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 91,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-05-27 22:44:53.000000,2024-03-25 01:03:55,393.0,2.0,40.0,23.0,129.0,3.0,18.0,207.0,2023-03-08 14:05:37,4.1.0,24.0,6033.0,6033.0,24.0,,,,2.0,,,,,,,,,,-1.0,,,,,,,, 92,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-05-27 22:19:00.000000,2024-03-25 02:20:25,293.0,3.0,15.0,14.0,119.0,2.0,10.0,83.0,2023-07-03 18:25:08,2.0.27,38.0,980.0,980.0,12.0,https://www.npmjs.com/package/web-did-resolver,20860.0,20860.0,2.0,,,,,,,,,,,,,,,,,, 93,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-05-29 17:22:32.000000,2024-05-27 15:06:06,2615.0,102.0,33.0,16.0,3370.0,51.0,96.0,65.0,2024-05-03 10:58:55,2.2.0,24.0,842.0,842.0,24.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4673.0,567.0,122.0,504.0,620.0,13567.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-05-21 14:53:58.000000,2024-05-10 17:15:44,4921.0,6.0,644.0,69.0,1771.0,36.0,56.0,679.0,2024-02-09 14:17:29,1.13.2,37.0,,,105.0,,,10.0,2.0,607.0,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-05-14 13:09:56.000000,2024-05-14 13:08:44,2300.0,56.0,68.0,21.0,755.0,6.0,98.0,392.0,2024-05-01 08:03:08,0.24.0.RELEASE,56.0,,,27.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-05-30 12:34:54.000000,2024-05-11 21:10:57,118.0,12.0,38.0,8.0,20.0,1.0,30.0,367.0,2024-04-18 15:55:02,1.6.1,26.0,352.0,352.0,11.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 99,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-05-29 18:06:47.000000,2024-05-29 18:05:41,2304.0,62.0,212.0,50.0,608.0,55.0,175.0,323.0,,,,,,88.0,,,,1.0,,,,,,,,,,,,,,,,,, 100,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-05-23 14:01:38.000000,2024-01-23 08:35:12,1730.0,,109.0,28.0,351.0,40.0,73.0,186.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 102,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-05-30 13:34:55.000000,2024-05-29 01:42:01,611.0,159.0,41.0,5.0,451.0,64.0,135.0,117.0,2024-05-29 01:10:27,@web5/user-agent@0.3.8,69.0,67.0,67.0,29.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 103,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-05-30 14:49:30.000000,2024-05-30 11:17:04,1947.0,1088.0,32.0,6.0,380.0,16.0,43.0,101.0,2024-05-21 15:31:31,0.3.1,100.0,,,19.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 104,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-05-29 11:06:47.000000,2024-05-29 10:55:07,459.0,47.0,25.0,4.0,194.0,6.0,31.0,52.0,2024-05-29 11:06:47,1.15.0,59.0,168.0,168.0,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-05-27 09:06:23.000000,2024-05-08 15:42:45,1130.0,23.0,16.0,11.0,1305.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,379.0,2.0,11773.0,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-22 08:32:13.000000,2023-07-12 07:05:13,339.0,,821.0,241.0,245.0,193.0,530.0,2747.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,284.0,98.0,42.0,28.0,24.0,2579.0,,,,,,26.0,,,1805.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1805.0,,,,,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-05-22 22:08:39.000000,2024-03-05 10:04:59,150.0,1.0,222.0,63.0,106.0,3.0,56.0,2353.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],19,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-05-30 08:10:08.000000,2024-05-30 08:09:48,1116.0,102.0,40.0,53.0,246.0,178.0,152.0,466.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-05-29 20:40:26.000000,2024-05-29 20:40:26,2581.0,203.0,46.0,13.0,531.0,139.0,108.0,55.0,,,1.0,38.0,38.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-05-28 14:46:59.000000,2024-05-28 14:46:59,553.0,15.0,151.0,83.0,221.0,19.0,43.0,1419.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,161.0,89.0,184.0,71.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-05-28 16:03:54.000000,2024-05-28 16:03:53,273.0,22.0,29.0,4.0,282.0,15.0,21.0,1035.0,2024-05-22 21:30:00,1.15.0,100.0,1.0,1.0,5.0,,,107.0,3.0,844.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-05-22 21:29:58.717934,,648.0,,,,,,,,,,,, 114,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,18,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,3.0,52.0,11.0,302.0,10.0,104.0,628.0,,,,805.0,805.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-05-27 20:48:33.000000,2024-05-27 20:05:12,2020.0,101.0,85.0,79.0,780.0,12.0,675.0,279.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-05-25 13:19:33.000000,2024-03-18 22:38:29,95.0,8.0,33.0,3.0,46.0,5.0,36.0,263.0,2024-03-18 22:40:07,2.0.3,16.0,47.0,47.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-05-30 18:18:22.000000,2024-05-30 18:17:22,344.0,18.0,55.0,12.0,370.0,48.0,108.0,202.0,,,4.0,45.0,45.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-05-30 12:39:15.000000,2023-11-01 15:51:52,531.0,,54.0,30.0,363.0,73.0,104.0,176.0,,,,123.0,123.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-05-17 22:58:51.000000,2024-05-17 20:26:12,399.0,11.0,48.0,16.0,92.0,24.0,63.0,173.0,,,,327.0,327.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,,33.0,7.0,196.0,,166.0,101.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,465.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,15285.0,,,,,,,,,,,, 121,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,559.0,56.0,125.0,88.0,8167.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 122,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-05-17 16:50:49.000000,2024-05-17 16:34:12,3647.0,18.0,70.0,26.0,7.0,,,231.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,17,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-05-30 11:42:00.000000,2024-04-12 14:32:09,1539.0,32.0,65.0,9.0,536.0,4.0,120.0,81.0,2024-04-12 14:48:51,2.5.0,16.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 124,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-24 21:51:54.000000,2024-04-24 21:50:19,663.0,18.0,22.0,7.0,55.0,8.0,17.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,58.0,58.0,12.0,,,0.0,3.0,30.0,,,,,,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-05-30 15:43:01.000000,2024-05-10 11:09:38,1805.0,174.0,12.0,11.0,179.0,9.0,9.0,56.0,2024-04-25 21:39:12,0.23.4,39.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-05-30 15:29:49.000000,2024-05-30 15:29:35,4209.0,314.0,13.0,7.0,483.0,52.0,2164.0,40.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-05-10 12:46:30.000000,2024-05-10 12:46:29,1885.0,19.0,137.0,62.0,497.0,4.0,231.0,553.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],16,False,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,91.0,73.0,490.0,35.0,323.0,395.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-05-23 10:58:05.000000,2024-02-05 09:10:04,309.0,,69.0,33.0,253.0,46.0,75.0,257.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],16,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-05-29 20:13:42.000000,2024-05-27 20:47:38,1700.0,38.0,119.0,18.0,891.0,65.0,185.0,131.0,,,,,,44.0,,,,3.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 131,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,16,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,131.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4207.0,,,,,,,,,,,, 132,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,150.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-05-29 08:08:05.000000,2024-05-16 16:05:58,818.0,6.0,184.0,46.0,370.0,39.0,150.0,115.0,,,,,,195.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-05-10 01:13:45.000000,2024-05-10 01:13:22,629.0,5.0,35.0,31.0,236.0,53.0,179.0,81.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-23 15:09:05.000000,2024-04-23 15:08:56,455.0,39.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 136,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-05-15 20:27:11.000000,2024-05-15 20:25:31,690.0,6.0,60.0,70.0,275.0,133.0,187.0,349.0,,,,,,34.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-05-26 14:53:20.000000,2024-05-26 14:53:07,497.0,36.0,22.0,28.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-05-30 10:23:45.000000,2024-04-25 00:33:28,746.0,29.0,15.0,7.0,89.0,9.0,12.0,54.0,2024-04-25 00:25:29,0.10.3,19.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,14,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-05-01 13:23:23.000000,2024-04-25 15:19:33,1014.0,25.0,14.0,6.0,120.0,12.0,27.0,36.0,2024-04-24 20:52:31,3.3.2,30.0,,,19.0,,,1.0,3.0,64.0,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,1.0,157.0,36.0,95.0,30.0,102.0,967.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,247.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,217.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,11.0,16.0,4.0,10.0,165.0,,,,13.0,13.0,4.0,,,401.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,401.0,,,,,,,,, 144,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,,25.0,13.0,43.0,10.0,10.0,130.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,214587.0,214587.0,3.0,,,,,,,,,,,,,,,,,, 145,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-05-30 00:13:08.000000,2024-05-16 19:25:18,726.0,11.0,27.0,14.0,216.0,9.0,205.0,52.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],13,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,14.0,28.0,7.0,9.0,47.0,,,,65.0,65.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,4.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,28.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,748.0,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-05-30 00:10:37.000000,2024-01-31 19:22:55,877.0,,22.0,14.0,176.0,18.0,124.0,72.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,12,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2024-05-30 09:43:24.000000,2024-05-28 15:30:45,999.0,48.0,10.0,8.0,167.0,9.0,11.0,52.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 152,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,12,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-05-29 18:19:04.000000,2024-04-25 15:49:01,89.0,14.0,7.0,11.0,94.0,4.0,1.0,21.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,11,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-05-30 09:09:59.000000,2024-05-20 08:04:19,533.0,134.0,10.0,19.0,499.0,,1.0,77.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,44.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,10,True,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,140.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-05-16 10:12:43.000000,2024-05-16 10:12:39,94.0,17.0,8.0,36.0,41.0,45.0,31.0,61.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-credentials, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,26.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,5.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 160,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,10,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,13.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,74.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-05-07 16:48:06.000000,2024-05-07 16:48:03,251.0,2.0,13.0,11.0,25.0,,4.0,45.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-05-10 22:18:24.000000,2024-04-10 19:12:46,71.0,8.0,4.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-05-23 18:45:24.000000,2024-05-23 18:45:05,250.0,6.0,10.0,10.0,91.0,8.0,41.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,258.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2581.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-05-27 21:22:08.000000,2024-02-12 14:43:52,14.0,,1.0,12.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,24.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,24.0,4190154.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,35.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,35.0,152929.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-06-06_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇39 · ⭐ 2.8K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - deepface (🥇37 · ⭐ 11K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - casbin (🥇36 · ⭐ 17K · 📈) - An authorization library that supports access control models like.. Apache-2 - paddlespeech (🥈32 · ⭐ 10K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - ladon (🥉20 · ⭐ 2.4K · 📈) - A SDK for access control policies: authorization for the.. Apache-2 ory ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - keycloak (🥇38 · ⭐ 20K · 📉) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - vault (🥇35 · ⭐ 30K · 📉) - A tool for secrets management, encryption as a service,.. ❗Unlicensed hashicorp - py_webauthn (🥈29 · ⭐ 810 · 📉) - Pythonic WebAuthn. BSD-3 - oso (🥉27 · ⭐ 3.4K · 📉) - Oso is a batteries-included framework for building authorization in.. Apache-2 - fido2-net-lib (🥉23 · ⭐ 1.1K · 📉) - FIDO2 .NET library for FIDO2 / WebAuthn Attestation and.. MIT ================================================ FILE: history/2024-06-06_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,updated_github_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-06-06 16:45:38.000000,2024-06-04 20:04:17,3406.0,464.0,3012.0,105.0,2620.0,271.0,4044.0,22780.0,2024-06-02 06:17:22,next-auth@5.0.0-beta.19,100.0,248030.0,248030.0,715.0,https://www.npmjs.com/package/next-auth,3872476.0,3872476.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-06-06 08:19:05.000000,2024-06-05 17:35:56,8809.0,228.0,1970.0,148.0,3511.0,170.0,3152.0,11607.0,2024-06-05 15:39:00,1.15.0,100.0,1078.0,1078.0,453.0,,,2413836.0,1.0,84484291.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-06-06 14:17:47.000000,2024-06-05 17:14:48,5096.0,94.0,1260.0,125.0,4228.0,362.0,2185.0,9276.0,2024-05-30 15:17:12,0.65.0,100.0,4001.0,4001.0,460.0,,,5810792.0,1.0,7361697.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2024-06-05 17:51:59.788739,42.0,579048262.0,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-06-05 20:47:11.000000,2024-06-05 18:45:55,3918.0,69.0,1983.0,238.0,4268.0,150.0,2141.0,12066.0,2023-08-15 20:00:30,1.11.1,68.0,6183.0,6183.0,387.0,,,2940792.0,1.0,7446603.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2023-08-15 20:02:07.060982,152.0,283211461.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-06-02 14:18:14.000000,2024-01-06 20:50:34,1694.0,,466.0,67.0,496.0,80.0,293.0,2759.0,2023-01-10 13:13:43,3.2.2,48.0,531863.0,531863.0,195.0,,,124519077.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,124519077.0,1.0,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-06-06 17:08:48.000000,2024-06-06 14:37:13,25191.0,849.0,6207.0,374.0,15756.0,1742.0,8468.0,20447.0,2024-06-04 05:54:50,24.0.5,57.0,,,1411.0,,,67777.0,1.0,2846662.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,-1.0,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-06-06 16:10:09.000000,2024-06-06 10:53:34,9831.0,134.0,1283.0,128.0,1211.0,82.0,952.0,8064.0,2024-02-26 20:54:49,1.0.0,11.0,1933.0,1933.0,235.0,,,2255792.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2255792.0,,,,,,,,, 18,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-06-01 19:12:29.000000,2024-01-26 23:38:34,625.0,,1210.0,307.0,159.0,339.0,429.0,22553.0,,,,1068295.0,1068295.0,38.0,https://www.npmjs.com/package/passport,10596326.0,10596326.0,1.0,,,,,,,,,,,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,37,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-06-06 15:05:21.000000,2024-06-06 15:05:20,1484.0,191.0,1837.0,136.0,200.0,4.0,1043.0,10515.0,2024-05-02 07:29:37,0.0.91,11.0,3257.0,3257.0,62.0,,,66421.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,66421.0,1.0,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-06-04 02:40:21.000000,2024-06-04 02:40:09,1403.0,24.0,417.0,60.0,201.0,85.0,351.0,4333.0,2024-06-04 02:48:39,1.3.1,34.0,33171.0,33171.0,115.0,,,10610266.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,10610266.0,,,,,,,,, 21,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-06-06 10:32:44.000000,2024-06-06 10:28:56,1097.0,13.0,1590.0,232.0,499.0,39.0,765.0,17045.0,2024-06-06 10:30:12,2.92.0,100.0,3046.0,3046.0,145.0,https://www.npmjs.com/package/casbin,195870.0,332156.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,136286.0,1.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"OpenID Certified OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-06-06 07:43:04.000000,2024-06-06 07:43:03,3822.0,33.0,1360.0,233.0,1777.0,83.0,1411.0,15267.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,292.0,,,3850856.0,2.0,787354.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,75.0,418599130.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,"Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social..",,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-06-06 15:39:12.000000,2024-06-06 15:39:11,4243.0,85.0,906.0,112.0,1929.0,190.0,1084.0,10753.0,2024-06-05 11:02:56,1.2.0,45.0,327.0,327.0,224.0,,,1552758.0,1.0,40102.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-06-05 11:02:48.815492,17.0,113296213.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],35,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-06-06 18:15:34.000000,2024-06-06 18:15:12,19787.0,574.0,3990.0,822.0,21202.0,1017.0,5008.0,29879.0,2024-05-30 22:51:06,ent-changelog-1.15.9,100.0,7282.0,7282.0,1496.0,,,,1.0,,,,,,,,,,-1.0,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-06-04 07:07:19.000000,2024-06-04 07:04:22,1576.0,23.0,253.0,40.0,403.0,14.0,446.0,5679.0,2024-03-27 10:22:02,@casl/mongoose@7.3.1,100.0,73773.0,73773.0,68.0,https://www.npmjs.com/package/@casl/ability,2279522.0,2279522.0,2.0,,,,,,,,,,,,,,,,,, 26,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-06-06 16:59:57.000000,2024-06-05 17:08:17,8552.0,433.0,553.0,58.0,6205.0,314.0,1445.0,4370.0,2024-05-30 20:19:16,ockam_v0.125.0,100.0,185.0,185.0,311.0,,,12179.0,2.0,365380.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 27,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3568.0,339.0,109.0,436.0,391.0,16201.0,2020-03-22 14:01:55,0.22.2,38.0,9323.0,9323.0,25.0,https://www.npmjs.com/package/face-api.js,108275.0,108275.0,2.0,,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-06-06 00:42:51.657190,2024-06-05 12:37:04,25304.0,327.0,3846.0,602.0,4717.0,,,10843.0,2024-04-26 13:09:39,7.0.4,100.0,21.0,21.0,348.0,,,6356.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2024-06-06 00:42:51.657190,129.0,972576.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired permissions database to enable fine-grained authorization for customer..",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-06-06 17:15:36.000000,2024-06-06 15:11:09,3835.0,237.0,244.0,40.0,1441.0,94.0,345.0,4638.0,2024-05-24 19:52:10,1.33.0,73.0,62.0,62.0,46.0,,,74256.0,2.0,67515.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-05-24 19:51:26.089403,7.0,2455204.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-06-05 22:13:21.000000,2024-06-05 20:57:55,3446.0,68.0,279.0,38.0,4099.0,80.0,896.0,3926.0,2024-05-17 18:11:53,0.26.0,100.0,18.0,18.0,92.0,,,23664831.0,2.0,57038.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2024-06-05 21:44:04.310720,10.0,1538142787.0,,,,,,,,,,,, 31,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,32,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-05-29 17:04:30.000000,2022-06-10 09:12:18,238.0,,13088.0,1566.0,228.0,740.0,586.0,52133.0,2018-04-02 17:18:43,1.2.2,2.0,21.0,21.0,54.0,,,192614.0,2.0,1231.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,16.0,7864.0,face_recognition,https://pypi.org/project/face_recognition,192510.0,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,32,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-06-06 09:40:45.000000,2024-06-06 07:26:16,4745.0,5.0,1786.0,185.0,1707.0,504.0,1372.0,10360.0,2023-04-14 09:36:52,r1.4.1,15.0,108.0,108.0,137.0,,,206506.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,206506.0,1.0,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-06-06 16:11:06.000000,2024-06-04 21:40:41,6634.0,150.0,445.0,77.0,3786.0,137.0,1267.0,1697.0,2024-05-14 21:46:51,1.9.6,100.0,148.0,148.0,187.0,,,3618.0,2.0,260547.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-06-06 16:46:38.000000,2024-06-06 04:36:25,13246.0,440.0,701.0,117.0,6898.0,4160.0,9315.0,755.0,2024-03-04 08:48:32,7.0.0,100.0,,,700.0,,,16043.0,2.0,11628.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1922776.0,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-06-05 14:59:31.000000,2024-04-24 15:14:06,3605.0,2.0,396.0,31.0,529.0,78.0,357.0,547.0,2024-01-30 11:50:06,7.5.0,51.0,1783.0,1783.0,174.0,,,648157.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,648157.0,,,,,,,,, 36,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,2292.0,9.0,5164.0,505.0,159.0,1059.0,1360.0,21682.0,2023-04-02 07:43:27,0.7,1.0,2193.0,2193.0,60.0,,,241576.0,3.0,3382061.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,143.0,,,,,,,,,,,, 37,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,31,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-06-05 22:24:47.000000,2024-06-05 19:57:22,5826.0,415.0,1044.0,159.0,5658.0,61.0,1167.0,20210.0,2024-04-15 03:51:44,4.38.8,100.0,,,161.0,,,759.0,2.0,38728.0,,,,,,,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-06-06 14:18:18.000000,2024-06-03 19:43:42,2915.0,148.0,1555.0,173.0,2221.0,296.0,820.0,9135.0,2024-06-03 19:52:20,2.40.0,84.0,160.0,160.0,243.0,,,3.0,2.0,316.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,31,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-06-06 11:20:18.000000,2024-06-06 03:09:02,2448.0,120.0,1057.0,65.0,1495.0,107.0,1247.0,9087.0,2024-06-06 03:18:01,1.628.0,100.0,3.0,3.0,177.0,,,4998.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2024-06-06 03:24:17.695668,13.0,219938.0,,,,,,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-06-06 11:09:47.000000,2024-06-06 02:13:41,6259.0,500.0,353.0,39.0,5519.0,91.0,312.0,7492.0,2024-05-31 16:00:09,1.17.0,58.0,13.0,13.0,55.0,,,2889.0,2.0,3415.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2024-06-06 02:22:23.268632,3.0,99290.0,,,,,,,,,,,, 41,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-05-24 09:31:35.000000,2024-05-24 09:31:30,2424.0,24.0,1015.0,108.0,836.0,31.0,838.0,5265.0,2024-04-24 10:44:56,5.7.0,66.0,8832.0,8832.0,323.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],30,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-06-06 17:30:42.000000,2024-06-06 17:03:42,4209.0,179.0,271.0,201.0,4524.0,93.0,257.0,3820.0,2024-05-30 18:32:53,0.16.1,57.0,8.0,8.0,165.0,,,280139.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-05-30 18:35:11.088484,15.0,14847413.0,,,,,,,,,,,, 43,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-06-02 15:25:42.000000,2024-06-02 15:25:30,1824.0,36.0,12827.0,1526.0,520.0,18.0,834.0,49620.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,5227.0,3.0,334571.0,,,,,,,,,,,,,,,,, 44,keto,https://github.com/ory/keto,authorization,"Open Source (Go) implementation of Zanzibar: Googles Consistent, Global Authorization System. Ships gRPC, REST APIs,..",,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-06-06 08:28:02.000000,2024-06-05 11:09:27,1516.0,11.0,336.0,56.0,1132.0,37.0,276.0,4667.0,,,52.0,30.0,30.0,72.0,,,681026.0,2.0,22089.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51052291.0,,,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],29,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-06-06 08:29:09.000000,2024-06-05 13:55:00,1366.0,5.0,336.0,47.0,724.0,55.0,281.0,3221.0,2024-02-29 16:17:31,0.40.7,100.0,3.0,3.0,111.0,,,1094330.0,3.0,38054.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-02-29 16:17:31.079046,36.0,88601833.0,,,,,,,,,,,, 46,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-06-06 06:57:46.000000,2024-05-31 06:45:41,3119.0,65.0,291.0,78.0,858.0,284.0,629.0,1771.0,2024-04-30 17:30:03,5.7.11,55.0,3.0,3.0,88.0,https://www.npmjs.com/package/solid-server,469.0,9053.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004354.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,29,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-03-28 21:00:00.000000,2024-03-28 20:56:35,462.0,20.0,156.0,37.0,117.0,5.0,89.0,811.0,2024-03-28 21:00:33,2.1.0,26.0,1097.0,1097.0,27.0,,,119648.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,119648.0,-1.0,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-06-06 15:57:19.000000,2024-03-25 23:02:49,622.0,6.0,65.0,40.0,219.0,5.0,85.0,323.0,2024-03-25 23:03:17,8.0.4,100.0,4859.0,4859.0,41.0,https://www.npmjs.com/package/did-jwt,198492.0,198492.0,1.0,,,,,,,,,,,,,,,,,, 49,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,28,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2023-10-24 10:56:48.000000,2023-04-27 06:45:45,1313.0,,9552.0,1131.0,131.0,540.0,801.0,45928.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3571.0,3.0,182164.0,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2023-10-25 21:16:29.000000,2023-06-14 17:20:41,735.0,,3499.0,759.0,74.0,10.0,371.0,15102.0,2016-02-25 17:42:46,0.2.1,4.0,75.0,75.0,30.0,,,1539.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,161671.0,,,,,,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,28,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-06-06 14:12:49.000000,2024-06-06 11:30:16,3110.0,207.0,442.0,39.0,5288.0,503.0,1692.0,7369.0,2024-05-31 14:43:02,2.54.1,100.0,,,111.0,,,554.0,3.0,2770.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 52,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-06-06 17:26:59.000000,2024-06-05 19:14:10,6580.0,99.0,570.0,137.0,4534.0,196.0,2781.0,5036.0,2024-06-04 00:05:47,release-2024-06-03,100.0,,,133.0,,,20344.0,2.0,65754.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-05-22 16:59:07.715309,13.0,1978645.0,,,,,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure and fast identity management platform.",,,28,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-06-06 08:53:07.000000,2024-06-06 01:07:23,1920.0,81.0,153.0,18.0,1952.0,184.0,598.0,2348.0,2024-06-04 02:04:06,1.2.3,23.0,42.0,42.0,79.0,,,4895.0,3.0,259.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2024-06-06 03:24:13.136484,,313042.0,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/IdentityServer,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/IdentityServer,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-06-04 15:17:51.000000,2024-06-03 23:07:56,5315.0,42.0,311.0,40.0,794.0,67.0,268.0,1369.0,2024-06-04 18:08:05,6.3.9,59.0,1898.0,1898.0,298.0,,,,2.0,,,,,,,,,,,,,,,,,, 55,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-06-06 08:03:51.000000,2024-04-29 13:26:45,2706.0,33.0,118.0,60.0,310.0,35.0,258.0,828.0,2024-03-27 08:06:51,5.4.0,37.0,138.0,138.0,46.0,,,21661.0,2.0,11069.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,21545.0,,,,,,,,, 56,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-06-05 13:55:42.000000,2023-12-18 20:11:16,136.0,,7092.0,527.0,229.0,,,62682.0,2023-11-17 19:59:53,20231117,10.0,21.0,21.0,66.0,,,284552.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,284552.0,,,,,,,,, 57,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,27,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-06-06 15:16:16.000000,2024-06-06 11:49:42,14573.0,714.0,566.0,39.0,7597.0,524.0,1622.0,7513.0,2024-05-07 14:56:52,ersion/2024.4.2,100.0,,,253.0,,,99.0,3.0,3177.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 58,oso,https://github.com/osohq/oso,authorization,Oso is a batteries-included framework for building authorization in your application.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-03-13 15:25:23.000000,2024-01-13 04:41:13,1213.0,,169.0,30.0,1526.0,108.0,101.0,3425.0,2024-01-13 04:08:30,0.27.3,100.0,83.0,83.0,67.0,,,59030.0,3.0,2730.0,,,,,,oso,https://pypi.org/project/oso,58962.0,-1.0,,,,,,,, 59,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,27,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-06-06 14:29:14.000000,2024-06-06 12:11:32,1674.0,118.0,122.0,30.0,1793.0,36.0,307.0,2575.0,2024-05-09 08:08:05,0.36.0,59.0,5.0,5.0,28.0,,,1693.0,3.0,66039.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-..,,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-06-06 17:59:31.000000,2024-06-06 14:28:50,33995.0,237.0,67.0,31.0,5006.0,367.0,3157.0,409.0,2024-05-29 12:58:54,1.1.2,100.0,,,114.0,,,375.0,3.0,3004.0,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-06-05 15:36:56.000000,2024-04-08 00:43:04,476.0,3.0,67.0,29.0,147.0,5.0,47.0,198.0,2024-02-14 22:03:28,10.1.5,59.0,1538.0,1538.0,26.0,https://www.npmjs.com/package/ethr-did-resolver,17482.0,17482.0,1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-06-05 17:07:47.000000,2024-03-26 04:30:10,367.0,6.0,41.0,23.0,97.0,2.0,48.0,171.0,2024-03-26 04:30:27,4.0.4,58.0,961.0,961.0,22.0,https://www.npmjs.com/package/did-jwt-vc,21952.0,21952.0,1.0,,,,,,,,,,,,,,,,,, 63,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,26,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-05-27 15:39:36.000000,2024-05-27 15:39:32,2465.0,6.0,738.0,68.0,248.0,,,3068.0,2024-04-23 11:36:17,8.4.6,100.0,5.0,5.0,73.0,https://www.npmjs.com/package/oidc-provider,218886.0,218886.0,2.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-06-04 18:07:06.000000,2024-06-04 18:07:06,1808.0,59.0,140.0,22.0,396.0,39.0,85.0,2350.0,2024-06-03 13:50:04,0.7.7,35.0,1.0,1.0,59.0,,,4517.0,3.0,633.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-06-03 14:00:58.121218,1.0,180052.0,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-06-04 22:39:39.000000,2024-06-04 22:39:39,6252.0,173.0,316.0,422.0,4263.0,121.0,417.0,1696.0,2024-05-20 21:19:16,1.8.1,30.0,,,151.0,,,0.0,2.0,51.0,,,,,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-06-05 21:26:22.000000,2024-06-05 20:55:12,3101.0,95.0,272.0,52.0,2353.0,31.0,230.0,870.0,2024-05-31 14:44:59,1.11.60,100.0,32.0,32.0,87.0,,,,2.0,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/hyperledger/aries-cloudagent-python,ssi-sdks,Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and..,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/hyperledger/aries-cloudagent-python,Apache-2.0,2019-06-24 18:12:14,2024-06-06 18:01:38.000000,2024-06-06 16:45:27,9338.0,379.0,456.0,29.0,1792.0,221.0,1002.0,398.0,2024-05-07 19:38:08,0.11.1,81.0,,,138.0,,,,1.0,,,,,,,,,,,,,,,,,, 68,hanko,https://github.com/teamhanko/hanko,idp,Authentication and user management system with passkey superpowers.,,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-06-06 14:21:58.000000,2024-06-06 09:20:03,2066.0,51.0,792.0,31.0,1273.0,37.0,136.0,5495.0,2024-04-29 16:02:30,backend/v0.11.0,22.0,244.0,244.0,44.0,,,7.0,3.0,170.0,,,,,,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) ProductIAM-IDaas,OAuth2.xOpenID..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-06-05 00:56:23.000000,2024-06-05 00:53:13,2289.0,51.0,301.0,30.0,107.0,4.0,111.0,1361.0,2024-05-17 00:56:26,4.0.4,59.0,,,40.0,,,122.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2023-10-11 12:25:07.733007,5.0,11165.0,,,,,,,,,,,, 70,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-06-05 18:37:11.000000,2024-05-28 14:18:42,15931.0,87.0,320.0,51.0,7378.0,,,1099.0,,,,,,223.0,,,39689.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2024-06-05 08:15:21.127447,165.0,5754956.0,,,,,,,,,,,, 71,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-06-06 15:45:35.000000,2024-06-06 15:37:51,1860.0,5.0,125.0,23.0,782.0,73.0,374.0,409.0,2024-04-02 18:54:31,6.0.0,44.0,649.0,649.0,55.0,,,,1.0,,,,,,,,,,,,,,,,,, 72,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-05-30 14:10:29.000000,2024-05-28 13:48:23,1467.0,21.0,82.0,25.0,1044.0,60.0,244.0,287.0,2024-05-28 13:34:22,1.3.0,29.0,118.0,118.0,39.0,,,,1.0,,,,,,,,,,,,,,,,,, 73,permify,https://github.com/Permify/permify,authorization,Open source authorization service inspired by Google Zanzibar to build fine-grained and scalable authorization systems.,,,23,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-06-06 05:30:10.000000,2024-06-04 17:15:28,2943.0,321.0,123.0,18.0,1113.0,34.0,142.0,2570.0,2024-05-30 09:47:40,0.9.0,73.0,1.0,1.0,44.0,,,85.0,3.0,1881.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 74,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-03-13 00:54:18.000000,2024-02-28 17:52:12,620.0,,156.0,37.0,266.0,67.0,181.0,1102.0,2022-09-28 20:32:17,3.0.1,15.0,249.0,249.0,44.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-06-06 12:26:04.000000,2024-06-03 13:26:39,1753.0,30.0,225.0,58.0,309.0,31.0,85.0,523.0,2022-01-07 16:42:38,0.5.0,6.0,,,108.0,,,1522.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-06-03 13:28:11.452189,,124875.0,,,,,,,,,,,, 76,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-06-06 17:34:44.000000,2024-06-06 13:41:04,13586.0,275.0,129.0,12.0,1855.0,942.0,1971.0,335.0,2023-06-16 12:51:58,11.4.3,55.0,,,86.0,,,97.0,3.0,7734.0,,,,,,,,,,,,,,,,, 77,dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/TBD54566975/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-06-05 02:22:00.000000,2024-05-28 17:25:43,493.0,34.0,95.0,18.0,484.0,72.0,188.0,323.0,2024-05-28 17:26:11,0.3.5,47.0,382.0,382.0,43.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-06-06 16:48:51.000000,2024-06-05 21:12:12,978.0,54.0,167.0,28.0,1168.0,135.0,549.0,241.0,2024-05-01 14:26:31,0.5.3,81.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 79,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2023-07-28 10:14:16.000000,2023-07-28 10:14:10,326.0,,3933.0,340.0,25.0,1.0,143.0,24046.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,25950.0,3.0,934225.0,,,,,,,,,,,,,,,,, 80,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,22,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-05-30 20:31:44.000000,2024-05-23 09:18:43,1000.0,39.0,468.0,60.0,501.0,112.0,369.0,12071.0,2024-04-22 08:05:51,9.0.2,70.0,,,27.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 81,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-04-26 14:52:24.000000,2024-04-24 20:50:56,4045.0,8.0,759.0,252.0,336.0,63.0,210.0,2842.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,869.0,3.0,110448.0,,,,,,,,,,,,,,,,, 82,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2023-11-20 08:18:32.000000,2023-10-13 18:18:58,3449.0,,122.0,48.0,1887.0,207.0,901.0,758.0,2023-08-04 21:07:07,1.20.0,73.0,,,96.0,,,73729.0,3.0,406.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2023-10-27 18:55:35.655413,30.0,7077568.0,,,,,,,,,,,, 83,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-06-04 16:34:49.000000,2024-05-31 03:16:23,14966.0,29.0,660.0,111.0,18.0,,,686.0,,,,132.0,132.0,733.0,,,,3.0,,,,,,,,,,,,,,,,,, 84,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-05-31 22:44:50.000000,2024-05-13 17:27:37,792.0,5.0,43.0,15.0,227.0,25.0,87.0,69.0,2024-02-13 10:21:42,0.2.0,30.0,85.0,85.0,23.0,,,7284.0,2.0,123844.0,,,,,,,,,,,,,,,,, 85,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-05-20 19:12:10.000000,2024-05-04 11:30:12,564.0,1.0,281.0,61.0,149.0,203.0,571.0,5489.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,222.0,3.0,16878.0,,,,,,,,,,,,,,,howdy,, 86,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2024-05-26 16:19:27.000000,2023-08-31 21:53:17,639.0,,276.0,63.0,223.0,4.0,128.0,3742.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],21,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-05-27 11:49:05.000000,2024-04-30 09:07:08,1281.0,2.0,275.0,91.0,494.0,27.0,162.0,2916.0,2021-06-23 10:02:43,ctap2.0,1.0,78.0,78.0,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 88,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-05-31 13:39:03.000000,2024-04-22 22:53:53,407.0,8.0,693.0,96.0,330.0,162.0,345.0,1710.0,2024-04-22 23:07:41,1.7.5,31.0,,,50.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-06-05 22:33:35.000000,2024-05-27 13:28:44,2322.0,32.0,159.0,180.0,869.0,79.0,1071.0,1135.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,76.0,,,,1.0,,,,,,,,,,,,,,,,,, 90,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,21,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-05-03 13:27:49.000000,2024-05-03 13:27:43,284.0,1.0,53.0,272.0,29.0,7.0,39.0,728.0,2023-01-31 02:32:05,2.1.1,52.0,1345.0,1345.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 91,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-06-05 14:33:08.000000,2024-03-25 01:03:55,393.0,1.0,40.0,23.0,129.0,3.0,18.0,208.0,2023-03-08 14:05:37,4.1.0,24.0,6062.0,6062.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 92,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],21,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-06-05 07:26:10.000000,2024-06-05 07:24:11,2626.0,110.0,33.0,16.0,3382.0,51.0,97.0,65.0,2024-06-05 07:01:41,2.2.1,25.0,845.0,845.0,24.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4673.0,566.0,122.0,504.0,620.0,13579.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],20,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-05-22 22:08:39.000000,2024-03-05 10:04:59,150.0,,222.0,63.0,106.0,3.0,56.0,2352.0,2024-03-06 13:35:30,1.3.0,41.0,,,51.0,,,,3.0,,,,,,,,,,1.0,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-06-03 22:05:04.000000,2024-05-10 17:15:44,4921.0,6.0,645.0,69.0,1772.0,36.0,56.0,679.0,2024-02-09 14:17:29,1.13.2,37.0,,,105.0,,,10.0,2.0,607.0,,,,,,,,,,,,,,,,, 96,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],20,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2023-12-18 20:07:43.000000,2023-04-04 19:14:54,1149.0,,102.0,40.0,682.0,37.0,441.0,435.0,2021-03-09 22:06:35,1.0.2,12.0,34.0,34.0,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-06-05 08:45:34.000000,2024-06-05 08:44:34,2306.0,59.0,69.0,21.0,759.0,6.0,99.0,396.0,2024-06-01 04:40:07,0.24.1.RELEASE,57.0,,,28.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 98,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-06-06 15:22:08.000000,2024-05-11 21:10:57,118.0,12.0,38.0,8.0,20.0,2.0,30.0,372.0,2024-04-18 15:55:02,1.6.1,26.0,447.0,447.0,11.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 99,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],20,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-06-04 20:20:54.000000,2024-05-29 18:05:41,2304.0,62.0,212.0,50.0,609.0,55.0,175.0,323.0,,,,,,88.0,,,,1.0,,,,,,,,,,,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-06-05 14:12:31.000000,2024-06-05 14:12:31,1734.0,4.0,110.0,28.0,353.0,40.0,73.0,187.0,2023-06-11 17:23:23,8.4.0,49.0,32.0,32.0,53.0,,,,3.0,,,,,,,,,,,,,,,,,, 101,web5-js,https://github.com/TBD54566975/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],20,True,TBD54566975/web5-js,web5/api,https://github.com/TBD54566975/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-06-04 15:49:39.000000,2024-05-29 01:42:01,611.0,157.0,42.0,5.0,476.0,66.0,135.0,116.0,2024-05-29 01:10:27,@web5/user-agent@0.3.8,69.0,67.0,67.0,29.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,,, 102,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,20,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-06-06 17:03:36.000000,2024-06-06 11:26:05,2054.0,1092.0,33.0,7.0,407.0,28.0,39.0,103.0,2024-05-21 15:31:31,0.3.1,100.0,,,19.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 103,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],20,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-06-05 16:44:05.000000,2024-03-25 02:20:25,293.0,2.0,15.0,14.0,119.0,2.0,10.0,83.0,2023-07-03 18:25:08,2.0.27,38.0,984.0,984.0,12.0,https://www.npmjs.com/package/web-did-resolver,20407.0,20407.0,2.0,,,,,,,,,,,,,,,,,, 104,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-06-06 14:50:03.000000,2024-05-29 10:55:07,459.0,45.0,25.0,4.0,198.0,6.0,31.0,52.0,2024-05-29 11:06:47,1.15.0,59.0,169.0,169.0,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,Trinsic SDK repository.,,,20,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,Apache-2.0,2021-04-26 20:47:34,2024-06-05 11:00:32.000000,2024-06-05 11:00:14,1140.0,33.0,16.0,11.0,1314.0,1.0,321.0,28.0,2024-03-27 21:54:10,1.14.0,17.0,,,27.0,,,370.0,2.0,11871.0,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-04-22 08:32:13.000000,2023-07-12 07:05:13,339.0,,822.0,241.0,245.0,193.0,530.0,2752.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 107,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,284.0,98.0,42.0,28.0,24.0,2588.0,,,,,,26.0,,,1959.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1959.0,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],19,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-06-06 04:34:12.000000,2024-06-06 04:34:11,1147.0,126.0,40.0,52.0,248.0,177.0,153.0,467.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],19,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,1.0,157.0,20.0,2046.0,388.0,1196.0,241.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go, 110,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",18,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-05-28 14:46:59.000000,2024-05-28 14:46:59,553.0,15.0,151.0,83.0,221.0,19.0,43.0,1423.0,,,,,,60.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,True,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,161.0,89.0,184.0,72.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-06-04 01:44:14.000000,2024-06-04 01:44:13,276.0,20.0,29.0,4.0,285.0,15.0,21.0,1047.0,2024-05-22 21:30:00,1.15.0,100.0,1.0,1.0,5.0,,,100.0,3.0,844.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,2024-05-22 21:29:58.717934,,650.0,,,,,,,,,,,, 113,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials Working Group VC Data Model and Representations specification.,,['w3c'],18,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-06-04 23:20:44.000000,2024-06-01 21:12:15,2028.0,99.0,85.0,81.0,789.0,12.0,676.0,279.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,18,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-05-25 13:19:33.000000,2024-03-18 22:38:29,95.0,8.0,33.0,3.0,46.0,5.0,36.0,266.0,2024-03-18 22:40:07,2.0.3,16.0,47.0,47.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-06-06 05:36:06.000000,2024-05-30 18:50:33,347.0,21.0,55.0,12.0,372.0,48.0,108.0,202.0,,,4.0,45.0,45.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-06-05 15:46:35.000000,2023-11-01 15:51:52,531.0,,54.0,30.0,363.0,73.0,104.0,176.0,,,,124.0,124.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-05-17 22:58:51.000000,2024-05-17 20:26:12,399.0,11.0,48.0,16.0,92.0,24.0,63.0,173.0,,,,328.0,328.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 118,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-06-05 14:42:56.000000,2024-06-05 14:42:56,2584.0,185.0,46.0,13.0,538.0,139.0,108.0,55.0,,,1.0,38.0,38.0,28.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,373.0,559.0,56.0,125.0,88.0,8168.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 120,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,17,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-03-08 14:09:59.000000,2024-03-08 11:45:52,907.0,,52.0,11.0,302.0,10.0,104.0,630.0,,,,807.0,807.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-05-17 16:50:49.000000,2024-05-17 16:34:12,3647.0,16.0,70.0,26.0,7.0,,,231.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-02-21 17:00:50.000000,2024-02-21 17:00:30,1533.0,,33.0,7.0,196.0,,166.0,101.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,16.0,,,462.0,3.0,66.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,15641.0,,,,,,,,,,,, 123,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Polygon ID Self-Hosted Issuer Node.,,,17,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-06-04 13:54:23.000000,2024-04-12 14:32:09,1539.0,31.0,65.0,9.0,537.0,3.0,121.0,82.0,2024-06-04 12:10:35,2.5.1,17.0,,,18.0,,,,2.0,,,,,,,,,,,,,,,,,, 124,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,17,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,Apache-2.0,2021-09-08 22:32:38,2024-04-24 21:51:54.000000,2024-04-24 21:50:19,663.0,12.0,22.0,7.0,55.0,8.0,17.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,59.0,59.0,12.0,,,0.0,3.0,30.0,,,,,,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-06-05 23:11:54.000000,2024-06-05 23:08:40,1811.0,141.0,12.0,11.0,185.0,9.0,9.0,56.0,2024-06-05 23:06:28,0.24.0,40.0,3.0,3.0,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-06-06 06:56:23.000000,2024-06-05 06:26:06,4211.0,286.0,13.0,7.0,484.0,53.0,2172.0,40.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-06-05 10:49:51.000000,2024-06-05 08:41:34,1890.0,24.0,137.0,62.0,501.0,4.0,231.0,556.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-06-03 19:37:31.000000,2024-02-05 09:10:04,309.0,,70.0,33.0,253.0,46.0,75.0,258.0,,,,6.0,6.0,22.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 129,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],16,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-06-06 17:00:32.000000,2024-05-27 20:47:38,1700.0,32.0,119.0,18.0,894.0,66.0,185.0,132.0,,,,,,44.0,,,,3.0,,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet, 130,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],15,False,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-03-21 00:01:07.000000,2023-04-11 23:37:45,1309.0,,91.0,73.0,490.0,35.0,323.0,395.0,,,,,,62.0,,,,2.0,,,,,,,,,,,,,,,,,, 131,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],15,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,150.0,,,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-spec-registries,dids,DID Spec Registry (Note).,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-spec-registries,,2020-02-11 17:25:04,2024-06-04 12:00:13.000000,2024-05-16 16:05:58,818.0,6.0,184.0,46.0,370.0,39.0,150.0,115.0,,,,,,195.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],15,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-05-10 01:13:45.000000,2024-05-10 01:13:22,629.0,4.0,35.0,31.0,236.0,53.0,179.0,81.0,,,,,,37.0,,,,2.0,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-04-23 15:09:05.000000,2024-04-23 15:08:56,455.0,35.0,25.0,28.0,58.0,13.0,10.0,72.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2023-12-13 10:51:53.446549,2023-12-13 10:46:56,1375.0,,24.0,4.0,111.0,,46.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,128.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4227.0,,,,,,,,,,,, 136,fedfm,https://github.com/fedidcg/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/fedidcg/FedCM,,2020-03-20 21:58:44,2024-05-30 21:02:12.000000,2024-05-15 20:25:31,690.0,6.0,60.0,69.0,276.0,134.0,187.0,349.0,,,,,,34.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-03 14:23:16.000000,2024-06-03 14:22:56,500.0,38.0,22.0,28.0,41.0,26.0,46.0,119.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VCI,ssi-sdks,OpenID for Verifiable Credential Issuance - client and issuer library.,,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VCI,Apache-2.0,2022-10-09 21:29:30,2024-06-04 08:41:39.000000,2024-04-25 00:33:28,746.0,28.0,15.0,7.0,89.0,9.0,12.0,54.0,2024-04-25 00:25:29,0.10.3,19.0,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VCI, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,14.0,14.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,14,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-05-01 13:23:23.000000,2024-04-25 15:19:33,1014.0,25.0,14.0,6.0,120.0,12.0,27.0,36.0,2024-04-24 20:52:31,3.3.2,30.0,,,19.0,,,1.0,3.0,64.0,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,1.0,158.0,37.0,95.0,30.0,102.0,968.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,24.0,9.0,2.0,4.0,1.0,247.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,214.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17626.0,,,,,,,,,,,, 143,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,13,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-01-06 03:29:10.000000,2024-01-05 10:40:33,61.0,,18.0,12.0,16.0,4.0,10.0,166.0,,,,13.0,13.0,4.0,,,403.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,403.0,,,,,,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-06-06 00:12:48.000000,2024-06-04 15:10:38,728.0,9.0,27.0,14.0,217.0,8.0,206.0,53.0,2024-03-04 17:15:56,draft-ietf-oauth-selective-disclosure-jwt-08,3.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2023-12-13 11:00:32.879438,2023-12-13 10:56:38,350.0,,6.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,27.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2023-12-13 11:00:32.879438,,753.0,,,,,,,,,,,, 147,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"A cryptographic, strongly-consistent, and recoverable DID method.",,,12,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-03-24 14:16:07.000000,2024-01-30 20:57:49,121.0,,25.0,13.0,43.0,10.0,10.0,130.0,,,,,,8.0,https://www.npmjs.com/package/did-resolver,217366.0,217366.0,3.0,,,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-06-06 00:09:59.000000,2024-01-31 19:22:55,877.0,,22.0,14.0,177.0,18.0,124.0,72.0,,,,,,17.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,12,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2024-05-30 09:43:24.000000,2024-05-28 15:30:45,999.0,47.0,10.0,8.0,167.0,9.0,11.0,52.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,14.0,28.0,7.0,9.0,47.0,,,,65.0,65.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,4.0,24.0,12.0,143.0,14.0,42.0,45.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,12,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-06-03 19:17:35.000000,2024-06-03 16:13:53,90.0,15.0,8.0,11.0,95.0,4.0,1.0,21.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,11,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-06-06 12:17:32.000000,2024-05-20 08:04:19,533.0,129.0,10.0,19.0,509.0,,1.0,77.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-05-16 10:12:43.000000,2024-05-16 10:12:39,94.0,13.0,8.0,36.0,41.0,47.0,31.0,61.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,WICG/digital-credentials, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,19.0,19.0,74.0,12.0,25.0,44.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,10,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,5.0,8.0,10.0,3.0,1.0,2.0,14.0,2024-02-09 12:04:08,0.6.1,2.0,,,3.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,140.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,11.0,20.0,123.0,9.0,15.0,74.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2023-03-15 09:01:48.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,260.0,37.0,10.0,53.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-05-07 16:48:06.000000,2024-05-07 16:48:03,251.0,2.0,13.0,11.0,25.0,,4.0,45.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-03-29 13:53:34.000000,2023-11-22 14:33:11,88.0,,11.0,9.0,35.0,21.0,28.0,26.0,,,,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-05-10 22:18:24.000000,2024-04-10 19:12:46,71.0,5.0,5.0,11.0,76.0,1.0,1.0,19.0,2023-06-20 20:22:25,1.0.0,2.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,9,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-04-12 14:24:33.000000,2024-04-12 14:24:33,121.0,8.0,8.0,4.0,36.0,14.0,21.0,7.0,,,1.0,,,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-05-23 18:45:24.000000,2024-05-23 18:45:05,250.0,6.0,10.0,10.0,91.0,8.0,41.0,11.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,235.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2585.0,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-06-06 18:11:06.000000,2024-02-12 14:43:52,14.0,,1.0,12.0,9.0,3.0,8.0,8.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2023-12-07 12:20:56.570544,,,,,,,,,36.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2023-12-07 12:20:56.570544,36.0,160739.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-03-19 19:02:25.845697,,,,,,,,,24.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-03-19 19:02:25.845697,24.0,4198363.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2024-12-27_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - paddlespeech (🥈35 · ⭐ 11K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - whisper (🥉32 · ⭐ 73K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - node-oidc-provider (🥈31 · ⭐ 3.3K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - permify (🥉28 · ⭐ 5.1K · 📈) - An open-source authorization as a service inspired by Google.. Apache-2 - conjur (🥉25 · ⭐ 820 · 📈) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - faceswap (🥉27 · ⭐ 53K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - deepfacelab (🥉23 · ⭐ 17K · 📉) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - webauthn-json (🥉18 · ⭐ 760 · 💤) - A small WebAuthn API wrapper that translates to/from pure JSON.. MIT - sphereon-siop-oid4vp (🥉9 · ⭐ 76 · 📉) - Self Issued OpenID Provider v2 (SIOP) with optional.. ❗Unlicensed - trinsic-sdk (🥉7 · ⭐ 1 · 🐣) - This repository contains the scripts used to generate SDKs libraries.. MIT ================================================ FILE: history/2024-12-27_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,trending,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2024-12-22 02:41:09.000000,2024-12-22 02:41:09,3801.0,122.0,3536.0,110.0,3053.0,305.0,4397.0,25380.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,359774.0,359774.0,839.0,https://www.npmjs.com/package/next-auth,4498316.0,4498316.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-12-23 13:51:00.000000,2024-12-20 00:28:38,4045.0,64.0,2086.0,236.0,4516.0,184.0,2168.0,12711.0,2024-11-21 19:41:27,1.12.0,70.0,13333.0,13333.0,414.0,,,3000746.0,1.0,coredns/coredns,8162080.0,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,157.0,306421653.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2024-12-20 13:01:09.000000,2024-12-20 13:01:09,9190.0,105.0,2051.0,150.0,3761.0,150.0,3297.0,12298.0,2024-11-20 19:21:40,1.16.2,100.0,1443.0,1443.0,474.0,,,2943148.0,1.0,,111839633.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-12-25 18:15:18.079830,2024-12-20 21:45:36,5400.0,114.0,1348.0,128.0,4554.0,382.0,2280.0,9854.0,2024-12-20 21:43:27,1.0.0,100.0,4781.0,4781.0,491.0,,,5696221.0,1.0,openpolicyagent/opa,11182400.0,https://hub.docker.com/r/openpolicyagent/opa,2024-12-25 18:15:18.079830,43.0,594004248.0,,,,,,,,,,,, 15,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],39,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2024-12-27 12:08:42.000000,2024-12-27 12:07:31,27077.0,884.0,6757.0,381.0,18298.0,1776.0,11021.0,24264.0,2024-12-03 07:16:20,26.0.7,70.0,,,1533.0,,,72733.0,1.0,quay.io/keycloak/keycloak,3491196.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-12-26 13:45:24.000000,2024-12-26 13:45:20,1715.0,81.0,2261.0,153.0,257.0,4.0,1144.0,15221.0,2024-08-17 07:30:49,0.0.93,13.0,4939.0,4939.0,75.0,,,318091.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,318091.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-12-20 13:04:03.000000,2024-12-20 13:04:03,10284.0,117.0,1383.0,134.0,1307.0,99.0,1012.0,9107.0,2024-10-31 10:06:07,1.0.2,13.0,2635.0,2635.0,247.0,,,2408129.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2408129.0,,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-12-08 07:28:29.000000,2024-12-08 07:28:28,1701.0,5.0,474.0,63.0,493.0,83.0,293.0,2840.0,2023-01-10 13:13:43,3.2.2,48.0,586624.0,586624.0,197.0,,,122726956.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,122726956.0,,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2024-12-24 13:29:05.000000,2024-12-23 14:13:24,4504.0,116.0,940.0,111.0,2109.0,186.0,1172.0,11415.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1442807.0,1.0,oryd/kratos,47133.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113918765.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-12-20 08:47:38.000000,2024-12-20 08:47:18,1439.0,15.0,456.0,61.0,218.0,91.0,364.0,4622.0,2024-08-30 14:26:59,1.3.2,35.0,37707.0,37707.0,125.0,,,15834330.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,15834330.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2024-12-27 01:39:12.000000,2024-12-26 17:24:24,20628.0,314.0,4142.0,811.0,22890.0,1046.0,5155.0,31473.0,2024-12-18 17:20:05,1.18.3,100.0,14318.0,14318.0,1548.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,160.0,347.0,429.0,23074.0,,,,1174978.0,1174978.0,38.0,https://www.npmjs.com/package/passport,10768866.0,10768866.0,2.0,,,,,,,,,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-01 14:36:56.000000,2024-12-01 14:33:35,1108.0,2.0,1649.0,240.0,516.0,42.0,792.0,17963.0,2024-12-01 14:35:07,2.102.0,100.0,3270.0,3270.0,151.0,https://www.npmjs.com/package/casbin,244024.0,397109.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,153085.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2024-12-18 08:59:27.000000,2024-12-18 08:59:25,3905.0,29.0,1401.0,237.0,1860.0,89.0,1437.0,15797.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,300.0,,,3710365.0,2.0,oryd/hydra,881700.0,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,77.0,425440293.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-12-27 03:25:41.000000,2024-12-27 03:25:41,4820.0,62.0,1855.0,185.0,1808.0,553.0,1383.0,11316.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,152.0,,,332351.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,332351.0,,,,3.0,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-12-08 23:42:26.000000,2024-10-30 06:34:35,1620.0,9.0,271.0,39.0,448.0,22.0,456.0,6125.0,2024-10-30 06:34:17,@casl/ability@6.7.2,100.0,87226.0,87226.0,70.0,https://www.npmjs.com/package/@casl/ability,2526356.0,2526356.0,1.0,,,,,,,,,,,,,,,,,, 27,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,34,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13280.0,1569.0,234.0,757.0,592.0,53814.0,2018-04-02 17:18:43,1.2.2,2.0,3790.0,3790.0,54.0,,,141357.0,2.0,animcogn/face_recognition,1398.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,8854.0,face_recognition,https://pypi.org/project/face_recognition,141247.0,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2024-12-25 19:43:46.000000,2024-12-25 19:27:06,9107.0,204.0,560.0,58.0,6768.0,321.0,1459.0,4493.0,2024-12-12 19:30:23,ockam_v0.145.0,100.0,187.0,187.0,318.0,,,11884.0,2.0,,392192.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3672.0,343.0,111.0,444.0,393.0,16838.0,2020-03-22 14:01:55,0.22.2,38.0,11409.0,11409.0,25.0,https://www.npmjs.com/package/face-api.js,106910.0,106910.0,2.0,,,,,,,,,,,,,,,,,, 30,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2024-12-27 08:17:37.000000,2024-12-27 08:17:37,26260.0,420.0,3900.0,601.0,4953.0,,,11113.0,2024-12-06 13:19:28,7.1.3,100.0,21.0,21.0,358.0,,,6982.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2024-12-27 00:35:47.355570,131.0,1110246.0,,,,,,,,,,,, 31,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2024-12-23 08:15:50.000000,2024-12-23 08:07:14,2617.0,76.0,1229.0,74.0,1688.0,109.0,1433.0,10683.0,2024-12-23 08:15:51,1.778.0,100.0,7.0,7.0,209.0,,,8487.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2024-12-20 09:27:00.408640,16.0,424352.0,,,,,,,,,,,, 32,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2024-12-19 21:38:37.000000,2024-12-19 21:29:39,4351.0,253.0,284.0,43.0,1625.0,101.0,392.0,5257.0,2024-12-12 19:35:21,1.39.1,88.0,92.0,92.0,53.0,,,91031.0,2.0,authzed/spicedb,115605.0,https://hub.docker.com/r/authzed/spicedb,2024-12-12 19:47:49.682853,7.0,3522691.0,,,,,,,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2024-12-26 22:33:27.000000,2024-12-23 12:37:11,3618.0,70.0,286.0,39.0,4320.0,95.0,937.0,4099.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,94.0,,,22711555.0,2.0,pomerium/pomerium,65144.0,https://hub.docker.com/r/pomerium/pomerium,2024-12-23 15:06:12.042488,11.0,1612437872.0,,,,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-12-01 05:47:01.000000,2024-12-01 05:47:01,150.0,11.0,8603.0,600.0,278.0,,,73397.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,72.0,,,445453.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,445453.0,,,,5.0,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,14.0,5390.0,513.0,183.0,1133.0,1386.0,23848.0,2023-04-02 07:43:27,0.7,1.0,3137.0,3137.0,63.0,,,296348.0,3.0,animcogn/insightface,5926928.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2024-12-27 11:15:07.000000,2024-12-27 11:15:06,6668.0,462.0,1134.0,166.0,6588.0,70.0,1210.0,22105.0,2024-10-30 22:45:13,4.38.17,100.0,,,195.0,,,838.0,2.0,,46934.0,,,,,,,,,,,,,,,, 37,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2024-12-23 17:56:04.000000,2024-12-19 17:05:55,6975.0,130.0,473.0,76.0,4222.0,145.0,1374.0,1834.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,201.0,,,6660.0,2.0,ghcr.io/spiffe/spire-server,446246.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2024-12-27 10:32:20.000000,2024-12-27 05:57:51,7077.0,193.0,450.0,50.0,6273.0,143.0,403.0,9150.0,2024-11-22 09:34:00,1.22.0,63.0,19.0,19.0,68.0,,,5602.0,2.0,svhd/logto,4767.0,https://hub.docker.com/r/svhd/logto,2024-12-27 06:01:24.120133,5.0,229073.0,,,,,,,,,,,, 39,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,31,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-12-23 11:50:04.000000,2024-12-23 11:50:04,2493.0,43.0,1026.0,105.0,865.0,36.0,848.0,5345.0,2024-12-09 07:54:33,5.8.1,69.0,9600.0,9600.0,328.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2024-12-26 19:21:01.000000,2024-12-23 19:55:35,4491.0,129.0,284.0,196.0,5012.0,113.0,264.0,3891.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,177.0,,,301907.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,17812546.0,,,,,,,,,,,, 41,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-12-10 00:07:50.000000,2024-12-10 00:07:43,2534.0,25.0,748.0,72.0,250.0,,,3273.0,2024-11-21 09:30:37,8.6.0,100.0,1519.0,1519.0,73.0,https://www.npmjs.com/package/oidc-provider,219871.0,219871.0,2.0,,,,,,,,,,,,,5.0,,,,, 42,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2024-12-20 18:45:59.000000,2024-12-20 18:45:59,14532.0,696.0,730.0,117.0,7462.0,1038.0,13479.0,787.0,2024-03-04 08:48:32,7.0.0,100.0,,,713.0,,,15505.0,2.0,wso2/wso2is,14311.0,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1944880.0,,,,,,,,,,,, 43,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,400.0,30.0,534.0,84.0,357.0,568.0,2024-01-30 11:50:06,7.5.0,51.0,1923.0,1923.0,174.0,,,744559.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,744559.0,,,,,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-12-24 04:50:02.000000,2024-12-20 09:12:38,3071.0,47.0,1616.0,175.0,2498.0,305.0,837.0,9602.0,2024-09-10 09:40:25,api/v2.2.0,87.0,167.0,167.0,261.0,,,3.0,2.0,quay.io/dexidp/dex,352.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2024-12-13 14:46:01.813465,2024-12-13 14:12:31,1397.0,13.0,350.0,47.0,748.0,56.0,292.0,3326.0,2024-12-13 14:46:10,0.40.8,100.0,3.0,3.0,112.0,,,1031661.0,3.0,oryd/oathkeeper,46338.0,https://hub.docker.com/r/oryd/oathkeeper,2024-12-13 14:46:01.813465,39.0,89707170.0,,,,,,,,,,,, 46,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-12-05 00:15:53.000000,2024-12-05 00:15:43,486.0,15.0,170.0,36.0,127.0,3.0,95.0,877.0,2024-12-05 00:18:36,2.4.0,29.0,1254.0,1254.0,29.0,,,334302.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,334302.0,,,,,,,,, 47,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,1.0,3500.0,756.0,77.0,2.0,382.0,15249.0,2024-10-04 12:56:15,0.2.2,5.0,84.0,84.0,33.0,,,1461.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162224.0,,,,,,,,,,,, 48,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2024-12-27 04:45:12.000000,2024-12-25 18:51:26,16098.0,555.0,954.0,60.0,9479.0,595.0,2056.0,14053.0,2024-12-23 15:54:26,ersion/2024.12.1,100.0,,,320.0,,,169.0,3.0,,4919.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 49,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2024-12-27 10:22:10.000000,2024-12-23 07:01:35,3473.0,137.0,607.0,49.0,5862.0,568.0,1952.0,9344.0,2024-12-18 16:19:33,2.66.1,100.0,,,165.0,,,1026.0,3.0,ghcr.io/zitadel/zitadel,5131.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 50,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2024-12-24 03:17:10.000000,2024-12-19 14:02:18,1569.0,32.0,343.0,57.0,1257.0,38.0,285.0,4889.0,,,52.0,34.0,34.0,74.0,,,632157.0,2.0,oryd/keto,25718.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51176265.0,,,,,,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-12-23 00:29:14.000000,2024-12-23 00:29:06,2212.0,147.0,188.0,24.0,2274.0,185.0,729.0,2845.0,2024-12-21 07:46:30,1.4.5,33.0,42.0,42.0,94.0,,,6860.0,3.0,kanidm/server,331.0,https://hub.docker.com/r/kanidm/server,2024-12-21 08:29:13.642333,2.0,479865.0,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2024-12-21 13:04:28.000000,2024-12-21 12:59:09,5915.0,119.0,352.0,42.0,872.0,15.0,282.0,1506.0,2024-10-28 19:17:34,7.0.8,68.0,2422.0,2422.0,316.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-12-25 01:03:58.000000,2024-12-20 19:04:19,6807.0,105.0,596.0,140.0,4804.0,194.0,2880.0,5256.0,2024-12-17 21:35:16,release-2024-12-17,100.0,,,136.0,,,18190.0,2.0,letsencrypt/boulder-tools,34781.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-09-05 15:49:11.555826,13.0,1993312.0,,,,,,,,,,,, 54,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2024-12-27 11:10:57.000000,2024-12-27 11:10:54,4069.0,403.0,226.0,26.0,1628.0,45.0,172.0,5056.0,2024-12-18 12:11:42,1.2.4,100.0,4.0,4.0,62.0,,,219.0,3.0,ghcr.io/permify/permify,5708.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,5.0,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2024-12-23 14:48:00.000000,2024-12-23 11:37:46,1875.0,82.0,148.0,32.0,2006.0,43.0,334.0,3500.0,2024-11-26 14:18:43,0.40.0,63.0,28.0,28.0,32.0,,,2127.0,3.0,ghcr.io/cerbos/cerbos,95734.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-11-26 10:06:43.000000,2024-11-23 10:03:19,3181.0,36.0,296.0,78.0,864.0,287.0,638.0,1787.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,253.0,8420.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004611.0,,,,,,,,,,,, 57,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-10-01 15:01:45.000000,2024-10-01 12:58:01,2814.0,3.0,124.0,60.0,316.0,35.0,279.0,890.0,2024-07-01 10:11:29,5.5.1,39.0,157.0,157.0,46.0,,,101089.0,2.0,,14004.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,100951.0,,,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2024-12-27 10:36:57.000000,2024-11-14 19:18:28,518.0,16.0,72.0,29.0,154.0,4.0,48.0,213.0,2024-10-12 07:15:54,11.0.2,68.0,1693.0,1693.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,16623.0,16623.0,1.0,,,,,,,,,,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13125.0,1534.0,524.0,24.0,844.0,52757.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6290.0,3.0,,440364.0,,,,,,,,,,,-2.0,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,174.0,30.0,1527.0,109.0,102.0,3484.0,2024-01-13 04:08:30,0.27.3,100.0,207.0,207.0,67.0,,,27999.0,3.0,,3337.0,,,,,oso,https://pypi.org/project/oso,27927.0,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2024-12-27 12:00:16.000000,2024-12-27 11:02:49,34628.0,330.0,75.0,33.0,6053.0,453.0,3853.0,504.0,2024-12-24 18:40:41,1.2.0,100.0,,,122.0,,,442.0,3.0,,6200.0,,,,,,,,,,,,,,,, 62,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],27,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2024-12-27 09:01:46.000000,2024-10-22 19:06:00,623.0,1.0,67.0,40.0,224.0,4.0,86.0,340.0,2024-03-25 23:03:17,8.0.4,100.0,5390.0,5390.0,41.0,https://www.npmjs.com/package/did-jwt,269099.0,269099.0,1.0,,,,,,,,,,,,,,,,,, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-12-27 03:05:44.000000,2024-12-24 16:55:55,2018.0,82.0,186.0,31.0,499.0,50.0,97.0,5154.0,2024-11-18 12:44:06,0.7.15,43.0,,,68.0,,,6043.0,3.0,permitio/opal-server,1253.0,https://hub.docker.com/r/permitio/opal-server,2024-11-18 12:51:28.778608,1.0,276694.0,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2024-12-25 06:08:53.000000,2024-12-25 02:24:51,9822.0,182.0,484.0,31.0,2111.0,118.0,1191.0,423.0,2024-12-17 20:21:46,0.12.3,99.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-12-23 19:04:58.000000,2024-03-26 04:30:10,367.0,,44.0,23.0,99.0,2.0,48.0,186.0,2024-03-26 04:30:27,4.0.4,58.0,1114.0,1114.0,22.0,https://www.npmjs.com/package/did-jwt-vc,48201.0,48201.0,1.0,,,,,,,,,,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-12-26 19:49:09.000000,2024-12-20 08:52:52,2193.0,56.0,937.0,37.0,1585.0,43.0,343.0,7427.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,295.0,295.0,50.0,,,16.0,3.0,,488.0,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-12-26 13:43:04.000000,2024-12-26 13:35:44,2498.0,96.0,330.0,30.0,116.0,3.0,118.0,1545.0,2024-12-26 13:43:04,4.1.4,65.0,,,46.0,,,281.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2024-12-25 14:39:17.297057,5.0,27340.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-12-11 17:01:39.000000,2024-12-11 17:01:38,649.0,21.0,175.0,39.0,301.0,46.0,219.0,1198.0,2022-09-28 20:32:17,3.0.1,19.0,289.0,289.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-12-26 22:23:34.000000,2024-12-26 22:23:34,3258.0,95.0,279.0,53.0,2544.0,28.0,245.0,916.0,2024-12-20 19:12:47,1.12.7,100.0,34.0,34.0,90.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,40.0,124.0,47.0,1898.0,207.0,902.0,817.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,70003.0,3.0,cyberark/conjur,913.0,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7139380.0,,,,,,,3.0,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2024-12-26 11:10:18.000000,2024-10-29 13:49:45,1148.0,91.0,539.0,66.0,553.0,122.0,386.0,13486.0,2024-10-31 05:18:48,9.3.0,78.0,,,30.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 72,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-12-23 17:15:53.000000,2024-12-02 20:02:56,6523.0,101.0,314.0,425.0,4434.0,124.0,420.0,1726.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2024-12-27 11:35:35.313654,2024-12-20 14:33:40,16068.0,54.0,336.0,51.0,7637.0,,,1181.0,,,,,,236.0,,,39107.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2024-12-27 11:35:35.313654,171.0,5905271.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2024-12-27 06:42:55.000000,2024-12-23 08:33:09,1818.0,43.0,239.0,57.0,337.0,34.0,86.0,565.0,2022-01-07 16:42:38,0.5.0,6.0,,,115.0,,,1494.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-12-23 08:34:38.273626,,131477.0,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,100.0,5.0,131.0,531.0,787.0,16642.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3335.0,3.0,,190134.0,,,,,,,,,,,-5.0,,,,, 76,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-12-19 23:59:39.000000,2024-12-18 19:14:54,2589.0,103.0,173.0,179.0,936.0,67.0,1152.0,1190.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 77,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2024-12-21 19:00:19.000000,2024-10-31 18:27:11,1882.0,8.0,130.0,24.0,816.0,66.0,390.0,447.0,2024-04-02 18:54:31,6.0.0,44.0,767.0,767.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 78,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-12-23 22:02:04.000000,2024-12-23 22:02:04,14023.0,207.0,137.0,15.0,1974.0,954.0,1986.0,385.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,,8617.0,,,,,,,,,,,,,,,, 79,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],23,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,17.0,104.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,465.0,465.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,, 80,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-12-13 16:59:03.000000,2024-12-13 16:38:23,15079.0,38.0,663.0,110.0,18.0,,,696.0,,,,152.0,152.0,740.0,,,,3.0,,,,,,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,22,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-12-23 12:46:53.000000,2024-12-06 12:03:26,1490.0,2.0,88.0,28.0,1124.0,86.0,256.0,304.0,2024-09-23 08:34:59,1.4.0,32.0,131.0,131.0,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-12-17 21:36:03.000000,2024-12-17 15:15:16,1086.0,37.0,188.0,28.0,1330.0,182.0,579.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,2.0,,,,,,,,,,,,,,,,,, 83,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-12-23 18:52:28.000000,2024-11-19 00:19:30,397.0,4.0,40.0,23.0,132.0,3.0,18.0,216.0,2023-03-08 14:05:37,4.1.0,24.0,6759.0,6759.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 84,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2024-12-24 12:44:29.000000,2024-12-24 12:42:24,2837.0,75.0,35.0,16.0,3662.0,53.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,905.0,905.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 85,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,304.0,63.0,154.0,240.0,582.0,5941.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,248.0,3.0,,20346.0,,,,,,,,,,,,,,,howdy, 86,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2024-12-20 19:13:23.000000,2024-12-20 18:45:52,642.0,3.0,288.0,62.0,232.0,3.0,130.0,3920.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 87,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-12-06 18:34:35.000000,2024-10-25 21:28:29,4051.0,1.0,759.0,250.0,343.0,63.0,210.0,2855.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,856.0,3.0,,113872.0,,,,,,,,,,,,,,,, 88,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,4.0,729.0,100.0,341.0,177.0,354.0,1793.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-12-01 16:33:19.000000,2024-12-01 16:33:19,244.0,7.0,51.0,8.0,29.0,2.0,48.0,482.0,2024-09-23 20:02:22,2.1.2,35.0,3022.0,3022.0,16.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 90,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2024-12-26 13:37:28.000000,2024-12-24 08:52:18,4227.0,503.0,53.0,6.0,687.0,6.0,163.0,127.0,2024-12-20 20:22:19,0.10.0,100.0,,,26.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 91,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-12-23 20:30:50.000000,2024-07-17 13:29:31,294.0,,16.0,15.0,124.0,1.0,11.0,84.0,2023-07-03 18:25:08,2.0.27,38.0,1198.0,1198.0,12.0,https://www.npmjs.com/package/web-did-resolver,25115.0,25115.0,2.0,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-12-19 21:58:55.000000,2024-12-19 21:58:55,799.0,2.0,47.0,15.0,232.0,27.0,86.0,74.0,2024-02-13 10:21:42,0.2.0,30.0,133.0,133.0,23.0,,,9623.0,2.0,,221335.0,,,,,,,,,,,,,,,, 93,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,20,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,2.0,148.0,385.0,25.0,1.0,143.0,27222.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28545.0,3.0,,1198910.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,560.0,122.0,509.0,621.0,13874.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-11-14 19:57:43.000000,2024-11-14 19:56:04,940.0,32.0,56.0,12.0,317.0,8.0,109.0,666.0,,,,954.0,954.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,20.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-12-27 12:16:38.000000,2024-12-23 10:29:00,521.0,19.0,32.0,4.0,248.0,6.0,39.0,63.0,2024-12-18 09:24:19,1.25.1,87.0,230.0,230.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,281.0,89.0,509.0,29.0,166.0,3046.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,289.0,96.0,42.0,28.0,24.0,2802.0,,,,,,26.0,,,1339.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1339.0,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-12-24 13:38:56.000000,2024-11-26 21:38:13,4929.0,8.0,653.0,67.0,1798.0,37.0,57.0,687.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,,746.0,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2024-12-23 14:47:04.000000,2024-12-22 13:11:36,2508.0,115.0,74.0,20.0,890.0,5.0,127.0,452.0,2024-12-01 03:40:41,0.24.7.RELEASE,71.0,,,30.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 103,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-12-16 12:56:53.000000,2024-10-16 14:18:06,2381.0,25.0,214.0,51.0,631.0,56.0,175.0,326.0,,,,,,91.0,,,,1.0,,,,,,,,,,,,,,,,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],19,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,2.0,57.0,13.0,399.0,49.0,108.0,208.0,2024-10-03 18:13:37,0.0.1-beta,5.0,56.0,56.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 105,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-11-06 12:06:51.000000,2024-11-06 12:06:45,1739.0,1.0,114.0,27.0,355.0,47.0,75.0,206.0,2023-06-11 17:23:23,8.4.0,49.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-12-20 10:08:00.000000,2024-12-20 09:54:00,615.0,24.0,60.0,34.0,439.0,74.0,117.0,195.0,,,,148.0,148.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 107,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-12-24 20:55:09.000000,2024-12-24 20:52:59,1864.0,70.0,138.0,23.0,1094.0,58.0,213.0,157.0,,,,,,53.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 108,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],19,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2024-12-12 17:57:09.000000,2024-10-22 22:16:06,743.0,17.0,56.0,6.0,784.0,102.0,145.0,136.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,69.0,69.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 109,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2024-12-26 15:46:58.000000,2024-12-23 14:07:00,2021.0,93.0,80.0,8.0,739.0,2.0,129.0,88.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,855.0,244.0,249.0,214.0,538.0,2906.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 111,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2024-09-19 14:43:26.000000,2024-09-19 14:43:26,153.0,,221.0,63.0,107.0,2.0,57.0,2403.0,2024-03-06 13:35:30,1.3.0,41.0,,,53.0,,,,3.0,,,,,,,,,,,,,,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,88.0,184.0,72.0,69.0,1228.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,285.0,33.0,8.0,42.0,761.0,2023-01-31 02:32:05,2.1.1,52.0,15.0,15.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,-3.0,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-12-11 15:02:12.000000,2024-12-10 19:12:15,1200.0,17.0,43.0,51.0,281.0,178.0,157.0,498.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2024-12-15 18:02:17.000000,2024-12-15 18:02:17,2794.0,21.0,53.0,13.0,617.0,160.0,119.0,61.0,,,1.0,50.0,50.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,369.0,558.0,56.0,125.0,88.0,8160.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-12-16 23:57:46.000000,2024-12-16 23:57:44,286.0,5.0,44.0,4.0,295.0,16.0,22.0,1184.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,94.0,3.0,warrantdev/warrant,1899.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-12-18 21:20:01.000000,2024-12-14 21:07:55,1345.0,15.0,94.0,75.0,498.0,24.0,344.0,410.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-10-31 20:10:24.000000,2024-10-31 20:10:23,140.0,1.0,38.0,3.0,58.0,1.0,41.0,316.0,2024-08-15 07:50:29,3.1.0,20.0,58.0,58.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-12-17 16:19:08.000000,2024-12-17 16:18:32,2198.0,21.0,98.0,80.0,837.0,5.0,711.0,301.0,,,,,,76.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,18.0,71.0,26.0,8.0,,,239.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-10-11 13:07:06.000000,2024-10-10 16:03:43,525.0,8.0,47.0,17.0,99.0,23.0,68.0,182.0,,,,463.0,463.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,558.0,3.0,waltid/ssikit,125.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22232.0,,,,,,,,,,,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-12-20 12:09:52.000000,2024-12-12 14:14:56,2946.0,460.0,18.0,11.0,275.0,12.0,10.0,62.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-12-27 09:54:40.000000,2024-12-19 07:57:35,4885.0,356.0,15.0,7.0,533.0,35.0,2651.0,50.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-09-10 19:16:27.000000,2024-09-10 19:16:27,578.0,,158.0,82.0,235.0,24.0,49.0,1503.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-12-16 11:24:30.000000,2024-12-16 11:24:28,1947.0,32.0,145.0,63.0,522.0,4.0,235.0,609.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,73.0,38.0,257.0,46.0,76.0,279.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 129,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2024-12-27 00:15:53.000000,2024-12-27 00:15:38,876.0,32.0,202.0,52.0,398.0,56.0,156.0,120.0,,,,,,214.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2024-12-22 22:33:38.000000,2024-12-12 13:53:19,1210.0,135.0,20.0,8.0,142.0,17.0,17.0,72.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,, 131,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-12-20 23:43:03.000000,2024-12-20 23:43:01,141.0,14.0,32.0,17.0,53.0,17.0,14.0,214.0,,,,,,10.0,https://www.npmjs.com/package/did-resolver,257267.0,257267.0,3.0,,,,,,,,,,,,,,,,,, 132,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,15,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,23.0,10.0,21.0,14.0,15.0,202.0,,,1.0,17.0,17.0,4.0,,,994.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,994.0,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-11-25 22:42:05.000000,2024-11-25 22:41:53,488.0,23.0,26.0,28.0,61.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2024-12-24 00:33:40.000000,2024-12-23 11:05:46,1999.0,531.0,22.0,8.0,330.0,14.0,17.0,69.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 135,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,86.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,113.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,118.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4628.0,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2024-12-10 20:16:15.000000,2024-11-26 16:42:16,714.0,6.0,69.0,69.0,307.0,117.0,218.0,396.0,,,,,,38.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2024-12-26 00:15:31.000000,2024-11-15 18:40:09,768.0,12.0,31.0,19.0,258.0,3.0,270.0,58.0,2024-11-15 18:44:32,draft-ietf-oauth-selective-disclosure-jwt-14,9.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,990.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,200.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17642.0,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,797.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,41.0,26.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2024-12-26 06:56:48.000000,2024-12-06 17:57:00,1025.0,122.0,13.0,19.0,881.0,,5.0,97.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,73.0,73.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,24.0,12.0,143.0,14.0,42.0,47.0,,,,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2024-12-26 00:12:36.000000,2024-12-09 09:04:11,894.0,1.0,25.0,15.0,182.0,19.0,130.0,83.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-12-05 19:31:34.000000,2024-11-14 23:03:55,110.0,20.0,11.0,11.0,119.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-12-20 04:07:23.000000,2024-12-17 15:23:12,93.0,19.0,8.0,11.0,115.0,2.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-12-13 19:08:41.000000,2024-12-05 18:59:02,130.0,11.0,12.0,40.0,77.0,50.0,68.0,88.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,5.0,14.0,12.0,28.0,,4.0,54.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,38.0,16.0,24.0,20.0,14.0,141.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,12.0,,,1.0,3.0,,45.0,,,,,,,,,,,-8.0,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-12-23 14:04:29.000000,2024-12-23 14:04:02,91.0,2.0,12.0,10.0,36.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 163,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,2.0,10.0,4.0,40.0,15.0,22.0,11.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,176.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,2999.0,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,28.0,1.0,5.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,-13.0,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,1.0,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,316325.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4368945.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-01-02_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casbin (🥇36 · ⭐ 18K · 📈) - An authorization library that supports access control models like.. Apache-2 - ory-hydra (🥈36 · ⭐ 16K · 📈) - The most scalable and customizable OpenID Certified.. Apache-2 ory - keto (🥈30 · ⭐ 4.9K · 📈) - The most scalable and customizable permission server on the.. Apache-2 ory - deepfacelive (🥉21 · ⭐ 27K · 📈) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - tbd-ssi-sdk (🥈20 · ⭐ 210 · 📈) - self sovereign identity sdk. Apache-2 web5 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - keycloak (🥇38 · ⭐ 24K · 📉) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - whisper (🥉30 · ⭐ 74K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - doorkeeper (🥈30 · ⭐ 5.3K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - ethr-did-resolver (🥇27 · ⭐ 210 · 📉) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - yubikey-manager (🥈26 · ⭐ 890 · 📉) - Python library and command line tool for configuring any.. BSD-2 ================================================ FILE: history/2025-01-02_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-01-01 20:01:15.000000,2025-01-01 20:00:55,3807.0,113.0,3550.0,110.0,3062.0,312.0,4404.0,25437.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,362805.0,362805.0,843.0,https://www.npmjs.com/package/next-auth,4104281.0,4104281.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2024-12-23 13:51:00.000000,2024-12-20 00:28:38,4045.0,53.0,2086.0,236.0,4516.0,185.0,2169.0,12725.0,2024-11-21 19:41:27,1.12.0,70.0,13346.0,13346.0,414.0,,,2975188.0,1.0,coredns/coredns,8181744.0,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,157.0,306697347.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-01-02 17:01:21.000000,2025-01-02 17:01:21,9194.0,97.0,2051.0,150.0,3762.0,149.0,3300.0,12310.0,2024-11-20 19:21:40,1.16.2,100.0,1448.0,1448.0,475.0,,,2896096.0,1.0,,112947777.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2024-12-31 16:26:15.350147,2024-12-20 21:45:36,5400.0,102.0,1349.0,128.0,4556.0,383.0,2280.0,9865.0,2024-12-20 21:43:27,1.0.0,100.0,4797.0,4797.0,491.0,,,5644238.0,1.0,openpolicyagent/opa,11238269.0,https://hub.docker.com/r/openpolicyagent/opa,2024-12-31 16:26:15.350147,43.0,594101883.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2024-12-26 13:45:24.000000,2024-12-26 13:45:20,1715.0,71.0,2271.0,156.0,260.0,5.0,1144.0,15290.0,2024-08-17 07:30:49,0.0.93,13.0,4985.0,4985.0,75.0,,,302263.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,302263.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2024-12-28 11:27:05.000000,2024-12-28 11:27:03,10285.0,112.0,1383.0,134.0,1307.0,99.0,1012.0,9127.0,2024-10-31 10:06:07,1.0.2,13.0,2652.0,2652.0,247.0,,,2318975.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2318975.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-12-08 07:28:29.000000,2024-12-08 07:28:28,1701.0,4.0,473.0,63.0,493.0,83.0,293.0,2839.0,2023-01-10 13:13:43,3.2.2,48.0,587822.0,587822.0,197.0,,,117383685.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,117383685.0,,,,,,,,, 18,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-01-02 15:53:01.000000,2025-01-02 15:53:01,27092.0,810.0,6771.0,381.0,18315.0,1790.0,11037.0,24350.0,2024-12-03 07:16:20,26.0.7,70.0,,,1534.0,,,71481.0,1.0,quay.io/keycloak/keycloak,3502577.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,-1.0,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-01-02 15:04:46.000000,2025-01-02 15:04:41,4524.0,128.0,940.0,111.0,2115.0,187.0,1171.0,11438.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1424899.0,1.0,oryd/kratos,47314.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113928916.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-12-20 08:47:38.000000,2024-12-20 08:47:18,1439.0,15.0,456.0,61.0,218.0,91.0,364.0,4629.0,2024-08-30 14:26:59,1.3.2,35.0,37804.0,37804.0,125.0,,,15164041.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,15164041.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-01-02 18:05:11.000000,2025-01-02 17:50:49,20633.0,293.0,4141.0,811.0,22897.0,1047.0,5155.0,31488.0,2024-12-18 17:20:05,1.18.3,100.0,14325.0,14325.0,1548.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,161.0,347.0,429.0,23074.0,,,,1177650.0,1177650.0,38.0,https://www.npmjs.com/package/passport,9661451.0,9661451.0,2.0,,,,,,,,,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1650.0,240.0,516.0,42.0,792.0,17990.0,2024-12-28 12:13:32,2.103.0,100.0,3271.0,3271.0,151.0,https://www.npmjs.com/package/casbin,216768.0,338227.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,121459.0,1.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-01-02 14:19:32.000000,2025-01-02 14:19:25,3921.0,45.0,1400.0,237.0,1862.0,87.0,1439.0,15816.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,301.0,,,3679213.0,2.0,oryd/hydra,882665.0,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,77.0,425540090.0,,,,1.0,https://k8s.ory.sh/helm/charts,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2024-12-31 06:32:22.000000,2024-12-31 06:32:22,4822.0,63.0,1853.0,185.0,1811.0,553.0,1383.0,11339.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,152.0,,,319375.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,319375.0,,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2024-12-08 23:42:26.000000,2024-10-30 06:34:35,1620.0,4.0,271.0,39.0,448.0,22.0,456.0,6134.0,2024-10-30 06:34:17,@casl/ability@6.7.2,100.0,87556.0,87556.0,70.0,https://www.npmjs.com/package/@casl/ability,2292312.0,2292312.0,2.0,,,,,,,,,,,,,,,,,, 27,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,34,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13285.0,1569.0,234.0,757.0,593.0,53848.0,2018-04-02 17:18:43,1.2.2,2.0,3825.0,3825.0,54.0,,,131213.0,2.0,animcogn/face_recognition,1399.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,8878.0,face_recognition,https://pypi.org/project/face_recognition,131104.0,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-01-02 16:44:31.000000,2024-12-30 20:10:29,9109.0,198.0,560.0,58.0,6772.0,320.0,1460.0,4494.0,2024-12-12 19:30:23,ockam_v0.145.0,100.0,187.0,187.0,318.0,,,11544.0,2.0,,392521.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3674.0,343.0,111.0,444.0,393.0,16852.0,2020-03-22 14:01:55,0.22.2,38.0,11479.0,11479.0,25.0,https://www.npmjs.com/package/face-api.js,97089.0,97089.0,2.0,,,,,,,,,,,,,,,,,, 30,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-01-02 00:36:03.309613,2024-12-31 22:07:11,26263.0,396.0,3899.0,601.0,4958.0,,,11114.0,2024-12-06 13:19:28,7.1.3,100.0,21.0,21.0,358.0,,,6957.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-01-02 00:36:03.309613,131.0,1113134.0,,,,,,,,,,,, 31,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-01-02 05:02:14.000000,2025-01-02 04:53:17,2625.0,76.0,1232.0,75.0,1695.0,106.0,1441.0,10723.0,2025-01-02 05:02:15,1.786.0,100.0,7.0,7.0,209.0,,,8374.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-01-01 16:25:57.122701,16.0,427098.0,,,,,,,,,,,, 32,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-01-02 16:37:33.000000,2025-01-02 16:27:04,4374.0,263.0,284.0,44.0,1632.0,101.0,392.0,5270.0,2024-12-12 19:35:21,1.39.1,88.0,93.0,93.0,53.0,,,89326.0,2.0,authzed/spicedb,116175.0,https://hub.docker.com/r/authzed/spicedb,2024-12-12 19:47:49.682853,7.0,3543314.0,,,,,,,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-01-02 18:16:25.000000,2025-01-02 18:16:23,3620.0,63.0,285.0,39.0,4324.0,97.0,937.0,4104.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,94.0,,,22396223.0,2.0,pomerium/pomerium,65351.0,https://hub.docker.com/r/pomerium/pomerium,2024-12-23 15:06:12.042488,11.0,1612445593.0,,,,,,,,,,,, 34,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,12.0,5396.0,514.0,183.0,1134.0,1386.0,23902.0,2023-04-02 07:43:27,0.7,1.0,3161.0,3161.0,63.0,,,285824.0,3.0,animcogn/insightface,6002271.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-01-02 14:40:32.000000,2025-01-02 03:56:25,6688.0,444.0,1139.0,166.0,6610.0,69.0,1214.0,22168.0,2025-01-01 05:36:55,4.38.18,100.0,,,195.0,,,825.0,2.0,,47048.0,,,,,,,,,,,,,,,, 36,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-01-02 18:14:00.000000,2025-01-02 17:09:58,6982.0,122.0,473.0,77.0,4229.0,146.0,1375.0,1836.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,202.0,,,6634.0,2.0,ghcr.io/spiffe/spire-server,451179.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 37,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-01-02 06:58:15.403531,2025-01-02 04:11:10,7080.0,192.0,454.0,50.0,6274.0,147.0,403.0,9185.0,2025-01-02 06:57:53,1.23.0,64.0,19.0,19.0,69.0,,,5495.0,2.0,svhd/logto,4810.0,https://hub.docker.com/r/svhd/logto,2025-01-02 06:58:15.403531,5.0,230072.0,,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-01-02 16:42:53.000000,2025-01-02 16:42:50,4495.0,112.0,284.0,196.0,5015.0,113.0,264.0,3895.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,177.0,,,297885.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,17873158.0,,,,,,,,,,,, 39,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2024-12-10 00:07:50.000000,2024-12-10 00:07:43,2534.0,25.0,749.0,72.0,250.0,,,3277.0,2024-11-21 09:30:37,8.6.0,100.0,1519.0,1519.0,73.0,https://www.npmjs.com/package/oidc-provider,197268.0,197268.0,2.0,,,,,,,,,,,,,,,,,, 40,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-01-02 10:51:00.000000,2025-01-02 10:50:59,14538.0,656.0,730.0,117.0,7468.0,1038.0,13493.0,788.0,2024-03-04 08:48:32,7.0.0,100.0,,,713.0,,,15386.0,2.0,wso2/wso2is,14348.0,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1945546.0,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,400.0,30.0,534.0,84.0,357.0,568.0,2024-01-30 11:50:06,7.5.0,51.0,1925.0,1925.0,174.0,,,687446.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,687446.0,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2024-12-01 05:47:01.000000,2024-12-01 05:47:01,150.0,6.0,8644.0,602.0,278.0,,,73643.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,72.0,,,432797.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,432797.0,-2.0,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2024-12-24 04:50:02.000000,2024-12-20 09:12:38,3071.0,47.0,1615.0,175.0,2499.0,307.0,837.0,9613.0,2024-09-10 09:40:25,api/v2.2.0,87.0,167.0,167.0,261.0,,,3.0,2.0,quay.io/dexidp/dex,353.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-12-23 11:50:04.000000,2024-12-23 11:50:04,2493.0,38.0,1026.0,105.0,865.0,37.0,848.0,5346.0,2024-12-09 07:54:33,5.8.1,69.0,9617.0,9617.0,328.0,,,,2.0,,,,,,,,,,-1.0,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-01-02 15:15:51.000000,2025-01-02 14:14:00,1588.0,51.0,342.0,57.0,1263.0,38.0,285.0,4893.0,,,52.0,34.0,34.0,74.0,,,624470.0,2.0,oryd/keto,25799.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51178076.0,,,,1.0,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-02 14:06:22.000000,2025-01-02 14:05:40,1417.0,33.0,348.0,47.0,752.0,57.0,293.0,3330.0,2024-12-13 14:46:10,0.40.8,100.0,3.0,3.0,112.0,,,1020140.0,3.0,oryd/oathkeeper,46519.0,https://hub.docker.com/r/oryd/oathkeeper,2024-12-13 14:46:01.813465,39.0,89724804.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-12-05 00:15:53.000000,2024-12-05 00:15:43,486.0,15.0,171.0,36.0,128.0,3.0,95.0,875.0,2024-12-05 00:18:36,2.4.0,29.0,1256.0,1256.0,29.0,,,302051.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,302051.0,,,,,,,,, 48,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,756.0,77.0,2.0,382.0,15253.0,2024-10-04 12:56:15,0.2.2,5.0,84.0,84.0,33.0,,,1448.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162235.0,,,,,,,,,,,, 49,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-01-02 14:16:58.000000,2025-01-02 14:16:58,16112.0,537.0,967.0,60.0,9494.0,605.0,2060.0,14274.0,2024-12-23 15:54:26,ersion/2024.12.1,100.0,,,321.0,,,165.0,3.0,,4957.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 50,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-01-02 17:45:37.000000,2025-01-02 13:14:49,3476.0,127.0,609.0,51.0,5865.0,569.0,1955.0,9368.0,2024-12-18 16:19:33,2.66.1,100.0,,,166.0,,,887.0,3.0,ghcr.io/zitadel/zitadel,5327.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2024-12-31 22:40:14.000000,2024-12-31 22:40:14,2215.0,132.0,190.0,24.0,2279.0,190.0,731.0,2863.0,2024-12-21 07:46:30,1.4.5,33.0,42.0,42.0,94.0,,,6805.0,3.0,kanidm/server,333.0,https://hub.docker.com/r/kanidm/server,2024-12-21 08:29:13.642333,2.0,482859.0,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-01-02 18:20:00.000000,2025-01-02 18:16:27,5917.0,115.0,353.0,42.0,873.0,15.0,282.0,1508.0,2024-10-28 19:17:34,7.0.8,68.0,2428.0,2428.0,316.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2024-12-25 01:03:58.000000,2024-12-20 19:04:19,6807.0,96.0,594.0,140.0,4804.0,194.0,2880.0,5263.0,2024-12-17 21:35:16,release-2024-12-17,100.0,,,136.0,,,18002.0,2.0,letsencrypt/boulder-tools,35156.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-09-05 15:49:11.555826,13.0,1993402.0,,,,,,,,,,,, 54,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-01-02 06:11:51.000000,2025-01-02 06:11:48,4083.0,371.0,226.0,26.0,1638.0,45.0,172.0,5062.0,2024-12-18 12:11:42,1.2.4,100.0,4.0,4.0,62.0,,,215.0,3.0,ghcr.io/permify/permify,5814.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-01-02 12:27:56.000000,2024-12-30 14:33:43,1878.0,79.0,148.0,32.0,2010.0,43.0,334.0,3513.0,2024-11-26 14:18:43,0.40.0,63.0,28.0,28.0,33.0,,,2089.0,3.0,ghcr.io/cerbos/cerbos,96097.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-11-26 10:06:43.000000,2024-11-23 10:03:19,3181.0,36.0,296.0,78.0,864.0,287.0,638.0,1787.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,423.0,8524.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004639.0,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13123.0,1533.0,524.0,24.0,844.0,52781.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6253.0,3.0,,443965.0,,,,,,,,,,,,,,,, 58,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,174.0,30.0,1527.0,108.0,103.0,3484.0,2024-01-13 04:08:30,0.27.3,100.0,207.0,207.0,67.0,,,26687.0,3.0,,3374.0,,,,,oso,https://pypi.org/project/oso,26616.0,,,,,,,,, 59,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-01-02 15:45:30.000000,2025-01-02 15:45:28,34636.0,319.0,75.0,33.0,6065.0,451.0,3864.0,505.0,2024-12-24 18:40:41,1.2.0,100.0,,,122.0,,,430.0,3.0,,6457.0,,,,,,,,,,,,,,,, 60,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],27,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-01-02 15:35:34.000000,2024-10-22 19:06:00,623.0,1.0,67.0,40.0,224.0,4.0,86.0,340.0,2024-03-25 23:03:17,8.0.4,100.0,5399.0,5399.0,41.0,https://www.npmjs.com/package/did-jwt,259534.0,259534.0,1.0,,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-01-02 17:33:51.000000,2024-11-14 19:18:28,518.0,3.0,73.0,29.0,154.0,4.0,48.0,214.0,2024-10-12 07:15:54,11.0.2,68.0,1698.0,1698.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,13228.0,13228.0,1.0,,,,,,,,,,-1.0,,,,,,,, 62,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2024-12-29 22:21:11.000000,2024-12-24 16:55:55,2018.0,80.0,189.0,31.0,501.0,51.0,97.0,5153.0,2024-11-18 12:44:06,0.7.15,43.0,,,68.0,,,5941.0,3.0,permitio/opal-server,1276.0,https://hub.docker.com/r/permitio/opal-server,2024-11-18 12:51:28.778608,1.0,277920.0,,,,,,,,,,,, 63,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,26,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2024-10-01 15:01:45.000000,2024-10-01 12:58:01,2814.0,,124.0,62.0,316.0,36.0,279.0,892.0,2024-07-01 10:11:29,5.5.1,39.0,159.0,159.0,46.0,,,99885.0,2.0,,14054.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,99748.0,-2.0,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2024-12-28 17:39:32.000000,2024-12-28 17:39:31,9831.0,171.0,484.0,31.0,2111.0,118.0,1191.0,423.0,2024-12-17 20:21:46,0.12.3,99.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2024-12-30 18:07:01.000000,2024-03-26 04:30:10,367.0,,44.0,23.0,99.0,2.0,48.0,185.0,2024-03-26 04:30:27,4.0.4,58.0,1120.0,1120.0,22.0,https://www.npmjs.com/package/did-jwt-vc,32493.0,32493.0,1.0,,,,,,,,,,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2024-12-30 19:45:19.000000,2024-12-20 08:52:52,2193.0,51.0,936.0,38.0,1586.0,43.0,343.0,7449.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,295.0,295.0,50.0,,,16.0,3.0,,501.0,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2024-12-31 01:11:47.000000,2024-12-31 01:11:08,2501.0,91.0,332.0,30.0,116.0,3.0,118.0,1549.0,2024-12-26 13:43:04,4.1.4,65.0,,,46.0,,,279.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2024-12-25 14:39:17.297057,5.0,27395.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-12-11 17:01:39.000000,2024-12-11 17:01:38,649.0,20.0,176.0,39.0,302.0,46.0,219.0,1201.0,2022-09-28 20:32:17,3.0.1,19.0,290.0,290.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2024-12-31 18:39:20.000000,2024-12-31 02:09:04,3260.0,96.0,279.0,53.0,2547.0,29.0,245.0,916.0,2024-12-31 17:02:01,1.11.67,100.0,34.0,34.0,90.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,36.0,124.0,47.0,1898.0,207.0,902.0,819.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,69333.0,3.0,cyberark/conjur,939.0,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7140188.0,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-01-02 14:19:44.000000,2024-10-29 13:49:45,1148.0,85.0,542.0,66.0,554.0,123.0,386.0,13513.0,2024-10-31 05:18:48,9.3.0,78.0,,,30.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 72,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2024-12-30 17:44:41.000000,2024-12-02 20:02:56,6523.0,86.0,313.0,424.0,4438.0,124.0,420.0,1727.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-01-01 05:10:39.248774,2024-12-20 14:33:40,16068.0,53.0,336.0,51.0,7637.0,,,1184.0,,,,,,236.0,,,38876.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-01-01 05:10:39.248774,171.0,5909219.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-01-02 12:38:45.000000,2024-12-23 08:33:09,1818.0,43.0,239.0,57.0,337.0,34.0,86.0,565.0,2022-01-07 16:42:38,0.5.0,6.0,,,115.0,,,1479.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-12-23 08:34:38.273626,,131631.0,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,106.0,5.0,131.0,531.0,787.0,16676.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3286.0,3.0,,190593.0,,,,,,,,,,,,,,,, 76,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2024-12-19 23:59:39.000000,2024-12-18 19:14:54,2589.0,75.0,174.0,179.0,936.0,67.0,1152.0,1193.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 77,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-01-01 03:56:39.000000,2024-10-31 18:27:11,1882.0,8.0,131.0,24.0,816.0,66.0,390.0,448.0,2024-04-02 18:54:31,6.0.0,44.0,771.0,771.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 78,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2024-12-23 22:02:04.000000,2024-12-23 22:02:04,14023.0,191.0,137.0,15.0,1974.0,954.0,1986.0,385.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,100.0,3.0,,8658.0,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-12-13 16:59:03.000000,2024-12-13 16:38:23,15079.0,30.0,664.0,110.0,19.0,,,696.0,,,,153.0,153.0,740.0,,,,3.0,,,,,,,,,,,,,,,,,, 80,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],22,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,11.0,104.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,465.0,465.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,, 81,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,22,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2024-12-27 17:11:46.000000,2024-12-06 12:03:26,1490.0,2.0,88.0,28.0,1124.0,86.0,256.0,304.0,2024-09-23 08:34:59,1.4.0,32.0,131.0,131.0,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2024-12-17 21:36:03.000000,2024-12-17 15:15:16,1086.0,35.0,188.0,28.0,1331.0,182.0,579.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,2.0,,,,,,,,,,,,,,,,,, 83,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2024-12-30 19:17:42.000000,2024-11-19 00:19:30,397.0,4.0,40.0,23.0,132.0,3.0,18.0,216.0,2023-03-08 14:05:37,4.1.0,24.0,6771.0,6771.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 84,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-01-02 03:39:57.000000,2024-12-31 09:50:53,2841.0,74.0,35.0,16.0,3665.0,53.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,906.0,906.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 85,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,2.0,157.0,385.0,25.0,1.0,143.0,27275.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,27984.0,3.0,,1203353.0,,,,,,,,1.0,,,,,,,, 86,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,305.0,62.0,154.0,240.0,582.0,5956.0,2020-09-02 15:57:23,2.6.1,11.0,,,61.0,,,246.0,3.0,,20448.0,,,,,,,,,,,,,,,howdy, 87,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2024-12-20 19:13:23.000000,2024-12-20 18:45:52,642.0,3.0,287.0,62.0,232.0,3.0,130.0,3929.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-12-06 18:34:35.000000,2024-10-25 21:28:29,4051.0,1.0,759.0,250.0,343.0,63.0,210.0,2856.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,849.0,3.0,,113875.0,,,,,,,,,,,,,,,, 89,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,4.0,730.0,99.0,341.0,177.0,354.0,1795.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-12-01 16:33:19.000000,2024-12-01 16:33:19,244.0,7.0,51.0,8.0,29.0,2.0,48.0,485.0,2024-09-23 20:02:22,2.1.2,35.0,3077.0,3077.0,16.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 91,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-01-01 23:46:17.000000,2024-12-24 08:52:18,4227.0,432.0,53.0,6.0,690.0,7.0,163.0,129.0,2024-12-20 20:22:19,0.10.0,100.0,,,26.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 92,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2024-12-30 18:52:49.000000,2024-07-17 13:29:31,294.0,,16.0,15.0,124.0,1.0,11.0,84.0,2023-07-03 18:25:08,2.0.27,38.0,1204.0,1204.0,12.0,https://www.npmjs.com/package/web-did-resolver,19678.0,19678.0,2.0,,,,,,,,,,,,,,,,,, 93,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2024-12-19 21:58:55.000000,2024-12-19 21:58:55,799.0,2.0,47.0,15.0,232.0,27.0,86.0,74.0,2024-02-13 10:21:42,0.2.0,30.0,133.0,133.0,26.0,,,9244.0,2.0,,221856.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,560.0,122.0,509.0,621.0,13878.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-11-14 19:57:43.000000,2024-11-14 19:56:04,940.0,32.0,56.0,12.0,317.0,8.0,109.0,667.0,,,,958.0,958.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,20.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 97,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,57.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,56.0,56.0,23.0,,,,2.0,,,,,,,,,,1.0,,,,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2024-12-27 17:41:54.000000,2024-12-23 10:29:00,521.0,18.0,32.0,4.0,248.0,6.0,39.0,63.0,2024-12-18 09:24:19,1.25.1,87.0,231.0,231.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,289.0,96.0,42.0,28.0,24.0,2811.0,,,,,,26.0,,,1323.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1323.0,,,,,,,,, 100,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,4.0,57.0,2402.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2024-12-31 13:10:15.000000,2024-11-26 21:38:13,4929.0,8.0,653.0,66.0,1799.0,37.0,57.0,687.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,,750.0,,,,,,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-01-01 04:20:11.000000,2025-01-01 04:19:12,2516.0,118.0,74.0,20.0,893.0,5.0,127.0,453.0,2025-01-01 04:15:40,0.28.4.RELEASE,72.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 103,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 104,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-12-16 12:56:53.000000,2024-10-16 14:18:06,2381.0,23.0,214.0,51.0,631.0,56.0,175.0,326.0,,,,,,91.0,,,,1.0,,,,,,,,,,,,,,,,,, 105,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2024-11-06 12:06:51.000000,2024-11-06 12:06:45,1739.0,1.0,114.0,27.0,355.0,47.0,75.0,206.0,2023-06-11 17:23:23,8.4.0,49.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-12-20 10:08:00.000000,2024-12-20 09:54:00,615.0,24.0,60.0,34.0,439.0,75.0,117.0,196.0,,,,148.0,148.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 107,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2024-12-31 19:54:20.000000,2024-12-31 19:54:20,1865.0,66.0,138.0,24.0,1097.0,58.0,213.0,157.0,,,,,,53.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 108,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],19,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-01-01 10:04:08.000000,2024-10-22 22:16:06,743.0,12.0,56.0,6.0,790.0,102.0,145.0,136.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,69.0,69.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 109,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-01-02 15:12:59.000000,2024-12-23 14:07:00,2021.0,86.0,80.0,8.0,742.0,4.0,130.0,89.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,280.0,89.0,509.0,29.0,166.0,3046.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,856.0,244.0,249.0,214.0,538.0,2910.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,88.0,184.0,72.0,69.0,1228.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,285.0,33.0,8.0,42.0,763.0,2023-01-31 02:32:05,2.1.1,52.0,16.0,16.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2024-12-30 21:32:32.000000,2024-12-30 21:32:32,1201.0,17.0,43.0,51.0,281.0,178.0,157.0,500.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-02 14:17:07.000000,2025-01-02 14:15:28,2795.0,18.0,53.0,13.0,621.0,161.0,119.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,369.0,558.0,56.0,125.0,88.0,8163.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-12-16 23:57:46.000000,2024-12-16 23:57:44,286.0,5.0,43.0,4.0,295.0,16.0,22.0,1188.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,92.0,3.0,warrantdev/warrant,1935.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification v1.0.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2024-12-18 21:20:01.000000,2024-12-14 21:07:55,1345.0,15.0,94.0,75.0,498.0,24.0,344.0,410.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-12-29 04:20:30.000000,2024-12-29 04:20:30,141.0,2.0,38.0,3.0,58.0,1.0,41.0,317.0,2024-08-15 07:50:29,3.1.0,20.0,60.0,60.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-12-17 16:19:08.000000,2024-12-17 16:18:32,2198.0,19.0,97.0,80.0,836.0,5.0,711.0,301.0,,,,,,76.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,18.0,71.0,26.0,8.0,,,239.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,546.0,3.0,waltid/ssikit,125.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22270.0,,,,,,,,,,,, 123,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2024-12-27 15:30:32.000000,2024-12-27 15:30:28,2947.0,399.0,18.0,11.0,275.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2024-12-30 18:36:57.000000,2024-12-30 18:36:57,4924.0,392.0,15.0,7.0,534.0,31.0,2655.0,50.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-12-27 19:29:06.000000,2024-12-27 19:29:05,579.0,1.0,158.0,82.0,235.0,25.0,49.0,1505.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-12-16 11:24:30.000000,2024-12-16 11:24:28,1947.0,30.0,146.0,63.0,522.0,4.0,235.0,610.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,23.0,10.0,21.0,14.0,15.0,202.0,,,1.0,17.0,17.0,4.0,,,1252.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1252.0,,,,,,,,, 128,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-10-11 13:07:06.000000,2024-10-10 16:03:43,525.0,8.0,47.0,17.0,99.0,23.0,68.0,182.0,,,,464.0,464.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2024-12-27 00:15:53.000000,2024-12-27 00:15:38,876.0,32.0,202.0,52.0,398.0,56.0,156.0,120.0,,,,,,214.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-01-02 17:12:34.000000,2024-12-27 15:24:07,1212.0,99.0,20.0,8.0,142.0,17.0,17.0,72.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,73.0,38.0,257.0,46.0,76.0,279.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2024-12-31 03:16:15.000000,2024-12-31 03:16:15,144.0,17.0,32.0,17.0,54.0,18.0,14.0,216.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,246177.0,246177.0,3.0,,,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-11-25 22:42:05.000000,2024-11-25 22:41:53,488.0,20.0,26.0,28.0,61.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2024-12-24 00:33:40.000000,2024-12-23 11:05:46,1999.0,507.0,23.0,8.0,330.0,14.0,17.0,69.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 135,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,66.0,16.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,113.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,115.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4635.0,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2024-12-10 20:16:15.000000,2024-11-26 16:42:16,714.0,6.0,70.0,69.0,307.0,117.0,218.0,396.0,,,,,,38.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,55.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-01-02 00:15:27.000000,2024-11-15 18:40:09,768.0,12.0,31.0,19.0,258.0,4.0,270.0,58.0,2024-11-15 18:44:32,draft-ietf-oauth-selective-disclosure-jwt-14,9.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,991.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,198.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,800.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,41.0,26.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-01-02 16:53:01.000000,2024-12-06 17:57:00,1025.0,117.0,13.0,20.0,884.0,,5.0,97.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,74.0,74.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,24.0,12.0,143.0,14.0,42.0,47.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-01-02 00:12:21.000000,2024-12-09 09:04:11,894.0,1.0,25.0,15.0,182.0,19.0,130.0,83.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-12-05 19:31:34.000000,2024-11-14 23:03:55,110.0,18.0,11.0,11.0,119.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2024-12-20 04:07:23.000000,2024-12-17 15:23:12,93.0,19.0,8.0,11.0,115.0,2.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2024-12-27 17:31:38.000000,2024-12-05 18:59:02,130.0,11.0,12.0,40.0,77.0,50.0,68.0,88.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,5.0,14.0,12.0,28.0,,4.0,54.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,38.0,16.0,24.0,20.0,14.0,141.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,12.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-12-23 14:04:29.000000,2024-12-23 14:04:02,91.0,2.0,12.0,10.0,36.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 163,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,167.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,2.0,10.0,4.0,40.0,15.0,22.0,11.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,28.0,1.0,5.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,1.0,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,326518.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4372434.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-01-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casl (🥇36 · ⭐ 6.2K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - ageitgey-face-recognition (🥈35 · ⭐ 54K · 💀) - The worlds simplest facial recognition api for Python.. MIT - whisper (🥉32 · ⭐ 74K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - yubikey-manager (🥈28 · ⭐ 900 · 📈) - Python library and command line tool for configuring any.. BSD-2 - hyperledger-anoncreds-rs (🥈22 · ⭐ 74 · 📈) - anoncreds-rs. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - identity-server (🥈28 · ⭐ 1.5K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - universal-resolver (🥈23 · ⭐ 570 · 📉) - Universal Resolver implementation and drivers. Apache-2 - dwn-sdk-js (🥈21 · ⭐ 330 · 📉) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 ================================================ FILE: history/2025-01-09_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,trending,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-01-08 23:36:43.000000,2025-01-08 23:36:43,3822.0,103.0,3570.0,110.0,3073.0,315.0,4408.0,25516.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,366771.0,366771.0,850.0,https://www.npmjs.com/package/next-auth,3940306.0,3940306.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-01-06 13:34:28.000000,2024-12-20 00:28:38,4045.0,52.0,2086.0,236.0,4518.0,185.0,2169.0,12747.0,2024-11-21 19:41:27,1.12.0,70.0,13365.0,13365.0,414.0,,,2979582.0,1.0,coredns/coredns,8204680.0,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,157.0,307138847.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-01-09 14:52:37.000000,2025-01-09 14:52:36,9212.0,98.0,2055.0,150.0,3776.0,153.0,3301.0,12331.0,2024-11-20 19:21:40,1.16.2,100.0,1457.0,1457.0,477.0,,,2929666.0,1.0,,114257000.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-01-09 13:46:43.165417,2025-01-09 13:04:32,5412.0,98.0,1350.0,129.0,4565.0,383.0,2285.0,9888.0,2024-12-20 21:43:27,1.0.0,100.0,4812.0,4812.0,494.0,,,5647692.0,1.0,openpolicyagent/opa,11362866.0,https://hub.docker.com/r/openpolicyagent/opa,2025-01-09 13:46:43.165417,43.0,594244210.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-01-08 16:49:28.000000,2025-01-08 16:49:28,1749.0,86.0,2335.0,159.0,264.0,5.0,1148.0,16631.0,2024-08-17 07:30:49,0.0.93,13.0,5056.0,5056.0,78.0,,,301764.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,301764.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-01-07 18:37:38.000000,2025-01-07 18:37:37,10302.0,77.0,1386.0,134.0,1308.0,99.0,1013.0,9159.0,2024-10-31 10:06:07,1.0.2,13.0,2686.0,2686.0,249.0,,,2011075.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2011075.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-12-08 07:28:29.000000,2024-12-08 07:28:28,1701.0,4.0,474.0,63.0,493.0,83.0,293.0,2838.0,2023-01-10 13:13:43,3.2.2,48.0,589553.0,589553.0,197.0,,,114522295.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,114522295.0,,,,,,,,, 18,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-01-09 15:12:31.000000,2025-01-09 15:12:30,27138.0,792.0,6793.0,381.0,18374.0,1757.0,11123.0,24564.0,2024-12-03 07:16:20,26.0.7,70.0,,,1538.0,,,71854.0,1.0,quay.io/keycloak/keycloak,3520863.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-01-07 10:58:19.000000,2025-01-06 10:16:39,4526.0,124.0,941.0,111.0,2115.0,187.0,1172.0,11454.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1425088.0,1.0,oryd/kratos,47541.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113943716.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-12-20 08:47:38.000000,2024-12-20 08:47:18,1439.0,15.0,457.0,61.0,218.0,91.0,364.0,4639.0,2024-08-30 14:26:59,1.3.2,35.0,37996.0,37996.0,125.0,,,14681461.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,14681461.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-01-09 18:11:34.000000,2025-01-09 17:33:23,20674.0,297.0,4142.0,811.0,22950.0,1053.0,5155.0,31523.0,2024-12-18 17:20:05,1.18.3,100.0,14339.0,14339.0,1549.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,161.0,347.0,429.0,23088.0,,,,1180960.0,1180960.0,38.0,https://www.npmjs.com/package/passport,9117087.0,9117087.0,2.0,,,,,,,,,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1651.0,242.0,516.0,43.0,792.0,18023.0,2024-12-28 12:13:32,2.103.0,100.0,3283.0,3283.0,151.0,https://www.npmjs.com/package/casbin,198763.0,314447.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,115684.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-01-08 08:12:45.000000,2025-01-08 08:12:39,3924.0,44.0,1401.0,237.0,1862.0,90.0,1439.0,15832.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,301.0,,,3680246.0,2.0,oryd/hydra,884045.0,https://hub.docker.com/r/oryd/hydra,2024-02-12 11:37:33.043853,77.0,425657984.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-08 19:02:27.000000,2025-01-08 18:56:22,1651.0,35.0,273.0,39.0,457.0,16.0,464.0,6150.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,88004.0,88004.0,70.0,https://www.npmjs.com/package/@casl/ability,2173897.0,2173897.0,1.0,,,,,,,,,,,,,1.0,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13283.0,1570.0,234.0,757.0,593.0,53900.0,2018-04-02 17:18:43,1.2.2,2.0,3859.0,3859.0,54.0,,,120592.0,2.0,animcogn/face_recognition,1399.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,8906.0,face_recognition,https://pypi.org/project/face_recognition,120483.0,,,,1.0,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-01-06 07:17:12.000000,2025-01-06 07:17:12,4823.0,62.0,1853.0,185.0,1813.0,552.0,1384.0,11360.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,152.0,,,305905.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,305905.0,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-01-09 17:50:31.000000,2025-01-09 13:53:36,9127.0,199.0,558.0,58.0,6778.0,320.0,1460.0,4499.0,2024-12-12 19:30:23,ockam_v0.145.0,100.0,187.0,187.0,318.0,,,11555.0,2.0,,392877.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3676.0,343.0,111.0,444.0,393.0,16868.0,2020-03-22 14:01:55,0.22.2,38.0,11584.0,11584.0,25.0,https://www.npmjs.com/package/face-api.js,90532.0,90532.0,2.0,,,,,,,,,,,,,,,,,, 30,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-01-09 13:35:56.000000,2025-01-08 23:01:26,26349.0,460.0,3899.0,601.0,4967.0,,,11120.0,2024-12-06 13:19:28,7.1.3,100.0,21.0,21.0,358.0,,,6977.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-01-09 00:46:22.300973,131.0,1116445.0,,,,,,,,,,,, 31,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-01-09 12:23:32.385563,2025-01-09 12:07:49,2633.0,81.0,1238.0,75.0,1703.0,108.0,1448.0,10772.0,2025-01-09 12:17:02,1.794.0,100.0,7.0,7.0,210.0,,,8442.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-01-09 12:23:32.385563,17.0,430549.0,,,,,,,,,,,, 32,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-01-08 23:58:49.000000,2025-01-08 22:44:03,4381.0,270.0,283.0,45.0,1639.0,101.0,393.0,5284.0,2024-12-12 19:35:21,1.39.1,88.0,93.0,93.0,53.0,,,90410.0,2.0,authzed/spicedb,117974.0,https://hub.docker.com/r/authzed/spicedb,2024-12-12 19:47:49.682853,7.0,3585938.0,,,,,,,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-01-09 04:50:41.000000,2025-01-08 21:57:57,3625.0,61.0,285.0,39.0,4330.0,97.0,937.0,4108.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,94.0,,,22396365.0,2.0,pomerium/pomerium,65590.0,https://hub.docker.com/r/pomerium/pomerium,2025-01-08 22:53:26.884454,11.0,1612455493.0,,,,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,10.0,8683.0,605.0,283.0,,,74028.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,482430.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,482430.0,,,,2.0,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5403.0,514.0,184.0,1136.0,1386.0,23964.0,2023-04-02 07:43:27,0.7,1.0,3191.0,3191.0,63.0,,,289995.0,3.0,animcogn/insightface,6089871.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-01-09 11:41:56.000000,2025-01-09 08:31:00,6704.0,432.0,1139.0,166.0,6634.0,60.0,1225.0,22214.0,2025-01-01 05:36:55,4.38.18,100.0,,,195.0,,,831.0,2.0,,47381.0,,,,,,,,,,,,,,,, 37,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-01-09 18:10:45.000000,2025-01-09 14:46:55,6991.0,111.0,474.0,77.0,4241.0,144.0,1377.0,1840.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,203.0,,,6716.0,2.0,ghcr.io/spiffe/spire-server,456744.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-01-09 10:55:29.000000,2025-01-09 09:55:29,7092.0,197.0,454.0,50.0,6280.0,149.0,407.0,9215.0,2025-01-02 06:57:53,1.23.0,64.0,19.0,19.0,69.0,,,5546.0,2.0,svhd/logto,4854.0,https://hub.docker.com/r/svhd/logto,2025-01-09 09:59:23.424321,5.0,232165.0,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-01-09 17:57:34.000000,2025-01-09 17:43:21,4515.0,121.0,283.0,196.0,5044.0,113.0,264.0,3894.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,177.0,,,299025.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,17941513.0,,,,,,,,,,,, 40,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-04 10:17:08.000000,2025-01-04 10:17:05,2535.0,24.0,749.0,72.0,250.0,,,3282.0,2024-11-21 09:30:37,8.6.0,100.0,1528.0,1528.0,73.0,https://www.npmjs.com/package/oidc-provider,186206.0,186206.0,2.0,,,,,,,,,,,,,,,,,, 41,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-01-09 13:51:34.000000,2025-01-09 13:51:34,14569.0,623.0,731.0,117.0,7499.0,1057.0,13536.0,785.0,2024-03-04 08:48:32,7.0.0,100.0,,,714.0,,,15393.0,2.0,wso2/wso2is,14428.0,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1946343.0,,,,,,,,,,,, 42,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,84.0,357.0,570.0,2024-01-30 11:50:06,7.5.0,51.0,1930.0,1930.0,174.0,,,668852.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,668852.0,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-01-09 15:21:40.000000,2025-01-09 11:50:38,3089.0,64.0,1618.0,175.0,2509.0,307.0,837.0,9630.0,2024-09-10 09:40:25,api/v2.2.0,87.0,167.0,167.0,261.0,,,3.0,2.0,quay.io/dexidp/dex,353.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-12-23 11:50:04.000000,2024-12-23 11:50:04,2493.0,36.0,1026.0,105.0,865.0,37.0,848.0,5351.0,2024-12-09 07:54:33,5.8.1,69.0,9645.0,9645.0,328.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-01-08 10:33:38.000000,2025-01-03 15:57:18,1589.0,50.0,341.0,57.0,1267.0,38.0,285.0,4898.0,,,52.0,35.0,35.0,74.0,,,624507.0,2.0,oryd/keto,25932.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51180922.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-02 14:06:22.000000,2025-01-02 14:05:40,1417.0,32.0,348.0,47.0,752.0,57.0,293.0,3333.0,2024-12-13 14:46:10,0.40.8,100.0,3.0,3.0,112.0,,,1020386.0,3.0,oryd/oathkeeper,46722.0,https://hub.docker.com/r/oryd/oathkeeper,2024-12-13 14:46:01.813465,39.0,89746225.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-12-05 00:15:53.000000,2024-12-05 00:15:43,486.0,15.0,171.0,36.0,128.0,3.0,95.0,877.0,2024-12-05 00:18:36,2.4.0,29.0,1260.0,1260.0,29.0,,,279867.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,279867.0,,,,,,,,, 48,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,756.0,77.0,2.0,382.0,15262.0,2024-10-04 12:56:15,0.2.2,5.0,86.0,86.0,33.0,,,1448.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162268.0,,,,,,,,,,,, 49,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-01-09 16:43:37.000000,2025-01-09 16:42:29,16153.0,547.0,976.0,60.0,9546.0,614.0,2075.0,14397.0,2025-01-09 17:34:00,ersion/2024.12.2,100.0,,,328.0,,,165.0,3.0,,4967.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 50,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-01-09 15:44:19.000000,2025-01-09 14:12:13,3493.0,128.0,612.0,51.0,5890.0,571.0,1969.0,9406.0,2025-01-07 16:57:04,2.67.1,100.0,,,169.0,,,874.0,3.0,ghcr.io/zitadel/zitadel,5248.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-01-09 02:01:36.431897,2025-01-08 08:21:28,2228.0,142.0,191.0,24.0,2291.0,185.0,740.0,2903.0,2024-12-21 07:46:30,1.4.5,33.0,42.0,42.0,94.0,,,6856.0,3.0,kanidm/server,333.0,https://hub.docker.com/r/kanidm/server,2025-01-09 02:01:36.431897,3.0,486490.0,,,,,,,,,,,, 52,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-01-09 02:42:14.000000,2025-01-07 23:48:47,6816.0,93.0,592.0,140.0,4817.0,198.0,2882.0,5273.0,2025-01-06 23:43:04,release-2025-01-06,100.0,,,136.0,,,18011.0,2.0,letsencrypt/boulder-tools,35291.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-09-05 15:49:11.555826,13.0,1993741.0,,,,,,,,,,,, 53,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-01-09 13:29:16.000000,2025-01-09 07:18:29,4117.0,371.0,228.0,26.0,1660.0,48.0,178.0,5065.0,2025-01-03 13:38:18,1.2.5,100.0,4.0,4.0,62.0,,,235.0,3.0,ghcr.io/permify/permify,5889.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-01-09 16:32:00.000000,2025-01-09 15:49:26,1885.0,83.0,148.0,33.0,2019.0,41.0,336.0,3537.0,2024-11-26 14:18:43,0.40.0,63.0,28.0,28.0,33.0,,,2105.0,3.0,ghcr.io/cerbos/cerbos,96867.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2024-11-26 10:06:43.000000,2024-11-23 10:03:19,3181.0,33.0,296.0,78.0,864.0,287.0,638.0,1787.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,589.0,8690.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004639.0,,,,,,,,,,,, 56,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-01-09 08:01:06.000000,2025-01-09 08:01:06,6570.0,167.0,355.0,41.0,888.0,30.0,283.0,1509.0,2025-01-07 03:42:49,is/5.1.1,69.0,2445.0,2445.0,327.0,,,,2.0,,,,,,,,,,,,,-1.0,,,DuendeSoftware/products,, 57,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,125.0,62.0,320.0,37.0,279.0,895.0,2024-07-01 10:11:29,5.5.1,39.0,159.0,159.0,47.0,,,100623.0,2.0,,14195.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,100484.0,,,,2.0,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13129.0,1532.0,529.0,24.0,844.0,52830.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6320.0,3.0,,448751.0,,,,,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,175.0,30.0,1527.0,108.0,103.0,3483.0,2024-01-13 04:08:30,0.27.3,100.0,207.0,207.0,67.0,,,27845.0,3.0,,3401.0,,,,,oso,https://pypi.org/project/oso,27773.0,,,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-01-09 18:14:27.000000,2025-01-09 14:09:39,34649.0,319.0,75.0,33.0,6084.0,456.0,3880.0,509.0,2024-12-24 18:40:41,1.2.0,100.0,,,122.0,,,449.0,3.0,,6745.0,,,,,,,,,,,,,,,, 61,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],27,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-01-09 14:03:29.000000,2024-10-22 19:06:00,623.0,1.0,67.0,40.0,224.0,4.0,86.0,341.0,2024-03-25 23:03:17,8.0.4,100.0,5408.0,5408.0,41.0,https://www.npmjs.com/package/did-jwt,273319.0,273319.0,1.0,,,,,,,,,,,,,,,,,, 62,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-01-09 15:53:43.000000,2025-01-06 05:23:39,520.0,5.0,73.0,29.0,154.0,4.0,48.0,215.0,2025-01-06 05:24:12,11.0.3,69.0,1701.0,1701.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,13180.0,13180.0,1.0,,,,,,,,,,,,,,,,,, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-01-09 14:26:53.000000,2025-01-09 12:25:09,2021.0,80.0,190.0,31.0,506.0,51.0,97.0,5160.0,2024-11-18 12:44:06,0.7.15,43.0,,,68.0,,,5983.0,3.0,permitio/opal-server,1304.0,https://hub.docker.com/r/permitio/opal-server,2024-11-18 12:51:28.778608,1.0,279896.0,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-01-09 17:33:11.000000,2025-01-09 17:32:39,9840.0,159.0,484.0,31.0,2122.0,119.0,1191.0,423.0,2025-01-08 17:44:33,1.2.0,100.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-01-08 21:37:10.000000,2024-03-26 04:30:10,367.0,,44.0,23.0,99.0,2.0,48.0,186.0,2024-03-26 04:30:27,4.0.4,58.0,1123.0,1123.0,22.0,https://www.npmjs.com/package/did-jwt-vc,22564.0,22564.0,1.0,,,,,,,,,,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-01-09 10:07:48.000000,2025-01-06 15:39:06,2195.0,47.0,934.0,38.0,1591.0,44.0,343.0,7456.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,297.0,297.0,50.0,,,17.0,3.0,,513.0,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-01-09 01:19:37.000000,2025-01-08 04:00:40,2510.0,100.0,335.0,30.0,116.0,3.0,118.0,1554.0,2025-01-09 01:19:37,4.1.5,66.0,,,47.0,,,280.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27487.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2024-12-11 17:01:39.000000,2024-12-11 17:01:38,649.0,20.0,176.0,39.0,302.0,46.0,220.0,1207.0,2022-09-28 20:32:17,3.0.1,19.0,293.0,293.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-01-08 20:55:55.000000,2025-01-08 20:51:35,3267.0,93.0,278.0,53.0,2554.0,29.0,245.0,916.0,2024-12-31 17:02:01,1.11.67,100.0,34.0,34.0,90.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,36.0,123.0,47.0,1898.0,207.0,902.0,820.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,69359.0,3.0,cyberark/conjur,958.0,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7142868.0,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-01-09 15:52:32.000000,2024-10-29 13:49:45,1148.0,72.0,547.0,65.0,561.0,125.0,387.0,13578.0,2024-10-31 05:18:48,9.3.0,78.0,,,30.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 72,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-01-06 21:53:36.000000,2025-01-06 21:46:07,6559.0,112.0,312.0,424.0,4445.0,124.0,420.0,1728.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-01-08 23:06:03.000000,2025-01-08 14:59:59,16075.0,50.0,336.0,51.0,7648.0,,,1187.0,,,,,,236.0,,,38907.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-01-08 05:10:15.634166,171.0,5914014.0,,,,,,,,,,,, 74,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,124.0,7.0,131.0,531.0,787.0,16744.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3295.0,3.0,,191147.0,,,,,,,,,,,,,,,, 75,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-08 20:34:39.000000,2025-01-08 20:33:18,2624.0,93.0,173.0,179.0,937.0,67.0,1150.0,1198.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-01-09 12:39:07.000000,2024-12-23 08:33:09,1818.0,42.0,240.0,57.0,338.0,34.0,86.0,568.0,2022-01-07 16:42:38,0.5.0,6.0,,,115.0,,,1480.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-12-23 08:34:38.273626,,131785.0,,,,,,,-1.0,,,,, 77,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-01-08 22:39:59.000000,2024-10-31 18:27:11,1882.0,8.0,131.0,24.0,817.0,66.0,390.0,446.0,2024-04-02 18:54:31,6.0.0,44.0,774.0,774.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 78,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-01-09 00:53:30.000000,2025-01-09 00:53:29,14086.0,249.0,137.0,15.0,1976.0,955.0,1986.0,386.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,,8707.0,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2024-12-13 16:59:03.000000,2024-12-13 16:38:23,15079.0,28.0,664.0,110.0,19.0,,,696.0,,,,154.0,154.0,740.0,,,,3.0,,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,22,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-01-09 14:51:21.000000,2024-12-06 12:03:26,1490.0,2.0,88.0,28.0,1126.0,87.0,256.0,304.0,2024-09-23 08:34:59,1.4.0,32.0,135.0,135.0,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-01-08 12:33:02.000000,2025-01-08 12:28:45,1090.0,32.0,188.0,28.0,1333.0,185.0,581.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,2.0,,,,,,,,,,,,,,,,,, 82,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-01-08 22:46:20.000000,2024-11-19 00:19:30,397.0,4.0,40.0,23.0,132.0,3.0,18.0,216.0,2023-03-08 14:05:37,4.1.0,24.0,6783.0,6783.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 83,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-08 22:29:27.000000,2025-01-08 22:29:27,801.0,4.0,47.0,15.0,233.0,27.0,86.0,74.0,2024-02-13 10:21:42,0.2.0,30.0,135.0,135.0,26.0,,,9336.0,2.0,,224085.0,,,,,,,,,,,1.0,,,,, 84,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-01-08 14:42:15.000000,2025-01-07 10:56:43,2846.0,70.0,35.0,16.0,3670.0,53.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,907.0,907.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 85,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,2.0,178.0,387.0,25.0,1.0,143.0,27337.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28137.0,3.0,,1209924.0,,,,,,,,,,,,,,,, 86,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,305.0,62.0,154.0,242.0,583.0,5974.0,2020-09-02 15:57:23,2.6.1,11.0,,,62.0,,,247.0,3.0,,20578.0,,,,,,,,,,,,,,,howdy, 87,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2024-12-20 19:13:23.000000,2024-12-20 18:45:52,642.0,3.0,287.0,62.0,232.0,3.0,130.0,3933.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-12-06 18:34:35.000000,2024-10-25 21:28:29,4051.0,1.0,759.0,250.0,343.0,63.0,210.0,2853.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,850.0,3.0,,113956.0,,,,,,,,,,,,,,,, 89,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,4.0,729.0,99.0,341.0,175.0,356.0,1796.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-12-01 16:33:19.000000,2024-12-01 16:33:19,244.0,6.0,54.0,8.0,29.0,2.0,48.0,487.0,2024-09-23 20:02:22,2.1.2,35.0,3146.0,3146.0,16.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,7.0,104.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,466.0,466.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,-1.0,,,decentralized-identity/dwn-sdk-js,, 92,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-01-09 17:23:21.000000,2025-01-09 13:01:56,4268.0,419.0,53.0,6.0,693.0,9.0,163.0,129.0,2024-12-20 20:22:19,0.10.0,100.0,,,26.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 93,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-01-08 22:17:14.000000,2024-07-17 13:29:31,294.0,,16.0,15.0,124.0,1.0,11.0,84.0,2023-07-03 18:25:08,2.0.27,38.0,1208.0,1208.0,12.0,https://www.npmjs.com/package/web-did-resolver,16429.0,16429.0,2.0,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4686.0,560.0,122.0,509.0,621.0,13892.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-11-14 19:57:43.000000,2024-11-14 19:56:04,940.0,32.0,56.0,12.0,317.0,8.0,109.0,668.0,,,,962.0,962.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 97,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,2.0,114.0,27.0,355.0,47.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-01-06 14:21:37.000000,2025-01-06 14:21:34,522.0,19.0,33.0,4.0,248.0,6.0,39.0,63.0,2024-12-18 09:24:19,1.25.1,87.0,231.0,231.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,290.0,96.0,43.0,28.0,24.0,2818.0,,,,,,26.0,,,1215.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1215.0,,,,,,,,, 101,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,4.0,57.0,2399.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 102,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-01-06 21:54:55.000000,2024-11-26 21:38:13,4929.0,8.0,652.0,66.0,1800.0,37.0,57.0,687.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,,752.0,,,,,,,,,,,,,,,, 103,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-01-09 08:56:42.000000,2025-01-01 04:19:12,2516.0,91.0,74.0,20.0,894.0,5.0,128.0,457.0,2025-01-01 04:15:40,0.28.4.RELEASE,72.0,,,30.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 104,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 105,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-12-16 12:56:53.000000,2024-10-16 14:18:06,2381.0,10.0,214.0,51.0,631.0,56.0,175.0,327.0,,,,,,91.0,,,,1.0,,,,,,,,,,,,,,,,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2024-12-20 10:08:00.000000,2024-12-20 09:54:00,615.0,24.0,60.0,34.0,439.0,75.0,117.0,196.0,,,,148.0,148.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 107,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-01-09 17:41:51.000000,2025-01-09 17:41:49,1874.0,68.0,138.0,23.0,1104.0,58.0,213.0,157.0,,,,,,53.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 108,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],19,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-01-01 10:04:08.000000,2024-10-22 22:16:06,743.0,10.0,56.0,6.0,790.0,102.0,145.0,136.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,69.0,69.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 109,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-01-09 14:40:27.000000,2024-12-23 14:07:00,2021.0,80.0,81.0,8.0,747.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,281.0,90.0,509.0,29.0,166.0,3055.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 111,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,856.0,244.0,249.0,214.0,538.0,2914.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 112,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,88.0,184.0,72.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,292.0,33.0,8.0,43.0,765.0,2023-01-31 02:32:05,2.1.1,52.0,16.0,16.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-01-08 15:04:48.000000,2025-01-08 14:26:36,1202.0,15.0,43.0,51.0,282.0,179.0,157.0,500.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-09 17:41:17.000000,2025-01-08 14:32:31,2798.0,20.0,53.0,13.0,624.0,161.0,120.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,369.0,558.0,56.0,125.0,88.0,8163.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2024-12-16 23:57:46.000000,2024-12-16 23:57:44,286.0,5.0,43.0,4.0,296.0,16.0,22.0,1193.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,94.0,3.0,warrantdev/warrant,1993.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2025-01-04 17:57:28.000000,2025-01-02 22:40:16,1346.0,16.0,95.0,75.0,502.0,25.0,344.0,410.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-12-29 04:20:30.000000,2024-12-29 04:20:30,141.0,2.0,38.0,3.0,58.0,,42.0,317.0,2024-08-15 07:50:29,3.1.0,20.0,62.0,62.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2024-12-17 16:19:08.000000,2024-12-17 16:18:32,2198.0,13.0,97.0,80.0,836.0,5.0,711.0,301.0,,,,,,76.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,15.0,71.0,26.0,8.0,,,239.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,547.0,3.0,waltid/ssikit,125.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22307.0,,,,,,,,,,,, 123,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-01-09 15:57:50.000000,2024-12-27 15:30:28,2947.0,375.0,18.0,12.0,278.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-01-09 14:57:51.000000,2025-01-07 13:05:43,4934.0,399.0,15.0,7.0,535.0,34.0,2660.0,51.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-12-27 19:29:06.000000,2024-12-27 19:29:05,579.0,1.0,159.0,82.0,235.0,25.0,49.0,1511.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-12-16 11:24:30.000000,2024-12-16 11:24:28,1947.0,27.0,147.0,63.0,522.0,4.0,235.0,611.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,23.0,10.0,21.0,14.0,15.0,203.0,,,1.0,18.0,18.0,4.0,,,1186.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1186.0,,,,,,,,, 128,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-10-11 13:07:06.000000,2024-10-10 16:03:43,525.0,,47.0,17.0,99.0,23.0,68.0,182.0,,,,467.0,467.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-06 16:26:47.000000,2025-01-02 22:50:44,878.0,34.0,202.0,52.0,399.0,57.0,156.0,120.0,,,,,,215.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-01-09 14:40:21.000000,2025-01-08 11:56:47,1214.0,80.0,20.0,9.0,143.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,73.0,38.0,257.0,46.0,77.0,278.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-07 18:41:52.000000,2025-01-07 18:41:50,145.0,18.0,33.0,17.0,55.0,18.0,14.0,220.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,267050.0,267050.0,3.0,,,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2024-11-25 22:42:05.000000,2024-11-25 22:41:53,488.0,20.0,26.0,28.0,61.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-07 13:14:27.000000,2024-12-23 11:05:46,1999.0,488.0,23.0,8.0,330.0,14.0,17.0,70.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 135,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,46.0,16.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,115.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4635.0,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-08 18:35:59.000000,2025-01-08 18:34:50,716.0,7.0,71.0,70.0,307.0,117.0,219.0,399.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,54.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-01-09 17:23:54.000000,2025-01-09 17:12:42,769.0,10.0,31.0,19.0,259.0,3.0,271.0,58.0,2024-11-15 18:44:32,draft-ietf-oauth-selective-disclosure-jwt-14,9.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,995.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,198.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,801.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,41.0,26.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,False,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-01-09 12:50:00.000000,2024-12-06 17:57:00,1025.0,82.0,13.0,19.0,892.0,,5.0,99.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,74.0,74.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,24.0,12.0,143.0,14.0,42.0,47.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-01-09 00:12:35.000000,2024-12-09 09:04:11,894.0,1.0,25.0,15.0,182.0,19.0,130.0,83.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2024-12-05 19:31:34.000000,2024-11-14 23:03:55,110.0,18.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-09 18:11:44.000000,2025-01-09 18:11:42,95.0,20.0,8.0,11.0,117.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-09 01:27:10.000000,2025-01-08 19:43:22,132.0,11.0,10.0,43.0,79.0,50.0,69.0,89.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,5.0,14.0,12.0,28.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,141.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,12.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2024-12-23 14:04:29.000000,2024-12-23 14:04:02,91.0,2.0,12.0,10.0,36.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 163,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,167.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,2.0,10.0,4.0,40.0,15.0,22.0,11.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,18.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,1.0,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,338805.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4376402.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-01-16_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - identity-server (🥈29 · ⭐ 1.5K · 📈) - The most flexible and standards-compliant OpenID.. ❗️Custom - did-jwt (🥇29 · ⭐ 340 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - indy-node (🥈20 · ⭐ 690 · 📈) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - sphereon-openid4vci (🥉17 · ⭐ 73 · 📈) - OpenID for Verifiable Credentials - modules for.. Apache-2 - vlei (🥉11 · ⭐ 30 · 📈) - Public Open Specifications for GLEIF vLEI (verifiable Legal Entity.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇38 · ⭐ 2.8K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - logto (🥈30 · ⭐ 9.3K · 📉) - The better identity infrastructure for developers and the open-.. MPL-2.0 - dwn-sdk-js (🥈20 · ⭐ 330 · 📉) - Decentralized Web Node (DWN) Reference implementation. Apache-2 web5 - aries-rfcs (🥈18 · ⭐ 330 · 📉) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger - web5-js (🥉18 · ⭐ 140 · 📉) - Monorepo for the Web5 JS TypeScript implementation. Apache-2 web5 ================================================ FILE: history/2025-01-16_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-01-15 17:34:23.000000,2025-01-09 23:23:30,3823.0,96.0,3590.0,110.0,3079.0,310.0,4423.0,25608.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,370857.0,370857.0,851.0,https://www.npmjs.com/package/next-auth,3886664.0,3886664.0,1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-01-13 13:42:47.000000,2024-12-20 00:28:38,4045.0,51.0,2089.0,236.0,4529.0,186.0,2170.0,12766.0,2024-11-21 19:41:27,1.12.0,70.0,13376.0,13376.0,414.0,,,2983468.0,1.0,coredns/coredns,8227993.0,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,157.0,307526112.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-01-16 18:22:08.000000,2025-01-16 17:25:49,9220.0,94.0,2058.0,150.0,3780.0,157.0,3302.0,12349.0,2025-01-16 16:32:45,1.16.3,100.0,1463.0,1463.0,477.0,,,2881011.0,1.0,,106597427.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-01-15 19:32:30.029101,2025-01-15 18:51:02,5423.0,101.0,1354.0,129.0,4576.0,388.0,2290.0,9910.0,2024-12-20 21:43:27,1.0.0,100.0,4848.0,4848.0,496.0,,,5651503.0,1.0,openpolicyagent/opa,11507076.0,https://hub.docker.com/r/openpolicyagent/opa,2025-01-15 19:32:30.029101,43.0,594388576.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-01-10 17:16:28.000000,2025-01-10 17:16:28,1759.0,90.0,2346.0,160.0,265.0,6.0,1150.0,16827.0,2024-08-17 07:30:49,0.0.93,13.0,5154.0,5154.0,78.0,,,309445.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,309445.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-01-16 14:29:48.000000,2025-01-16 14:29:47,10379.0,114.0,1390.0,134.0,1314.0,98.0,1017.0,9194.0,2024-10-31 10:06:07,1.0.2,13.0,2726.0,2726.0,251.0,,,1926634.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1926634.0,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-01-16 15:48:41.000000,2025-01-16 15:48:40,27199.0,789.0,6805.0,384.0,18457.0,1721.0,11238.0,24705.0,2025-01-15 10:45:14,26.1.0,72.0,,,1541.0,,,72291.0,1.0,quay.io/keycloak/keycloak,3542261.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-12-08 07:28:29.000000,2024-12-08 07:28:28,1701.0,2.0,474.0,63.0,493.0,83.0,293.0,2840.0,2023-01-10 13:13:43,3.2.2,48.0,591398.0,591398.0,197.0,,,114275352.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,114275352.0,-1.0,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-01-15 16:57:30.000000,2025-01-15 16:57:28,4532.0,127.0,946.0,112.0,2119.0,188.0,1172.0,11472.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1425299.0,1.0,oryd/kratos,47777.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113960284.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2024-12-20 08:47:38.000000,2024-12-20 08:47:18,1439.0,15.0,458.0,61.0,218.0,91.0,364.0,4648.0,2024-08-30 14:26:59,1.3.2,35.0,38202.0,38202.0,125.0,,,14583921.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,14583921.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-01-16 18:11:31.000000,2025-01-15 19:24:49,20689.0,293.0,4147.0,811.0,22975.0,1057.0,5155.0,31566.0,2024-12-18 17:20:05,1.18.3,100.0,14345.0,14345.0,1549.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1224.0,301.0,161.0,347.0,429.0,23109.0,,,,1184537.0,1184537.0,38.0,https://www.npmjs.com/package/passport,9119581.0,9119581.0,2.0,,,,,,,,,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1652.0,242.0,516.0,43.0,793.0,18052.0,2024-12-28 12:13:32,2.103.0,100.0,3298.0,3298.0,151.0,https://www.npmjs.com/package/casbin,196619.0,311185.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,114566.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-01-16 16:02:16.000000,2025-01-16 12:24:59,3986.0,104.0,1403.0,237.0,1868.0,86.0,1446.0,15849.0,2024-02-12 11:37:33,2.2.0,100.0,3.0,3.0,302.0,,,3681302.0,2.0,oryd/hydra,886224.0,https://hub.docker.com/r/oryd/hydra,2025-01-15 11:08:11.702733,77.0,425777526.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-12 03:45:55.000000,2025-01-12 03:42:11,1656.0,39.0,274.0,39.0,459.0,18.0,464.0,6169.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,88527.0,88527.0,70.0,https://www.npmjs.com/package/@casl/ability,2138103.0,2138103.0,1.0,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13289.0,1570.0,234.0,757.0,593.0,53946.0,2018-04-02 17:18:43,1.2.2,2.0,3899.0,3899.0,54.0,,,115302.0,2.0,animcogn/face_recognition,1401.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,8930.0,face_recognition,https://pypi.org/project/face_recognition,115192.0,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-01-16 09:31:23.000000,2025-01-16 09:31:22,4832.0,71.0,1859.0,184.0,1821.0,549.0,1387.0,11387.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,153.0,,,290932.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,290932.0,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-01-16 15:28:46.000000,2025-01-16 10:50:41,9138.0,191.0,558.0,58.0,6795.0,326.0,1461.0,4503.0,2025-01-09 21:51:22,ockam_v0.146.0,100.0,187.0,187.0,318.0,,,11582.0,2.0,,393792.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3680.0,343.0,111.0,444.0,393.0,16884.0,2020-03-22 14:01:55,0.22.2,38.0,11668.0,11668.0,25.0,https://www.npmjs.com/package/face-api.js,91517.0,91517.0,2.0,,,,,,,,,,,,,,,,,, 30,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-01-16 09:28:36.000000,2025-01-16 09:28:33,26359.0,452.0,3900.0,602.0,4973.0,,,11128.0,2024-12-06 13:19:28,7.1.3,100.0,21.0,21.0,358.0,,,6996.0,2.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-01-16 00:35:40.664247,131.0,1119516.0,,,,,,,,,,,, 31,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-01-14 14:58:43.474347,2025-01-14 14:43:49,2637.0,73.0,1240.0,75.0,1713.0,108.0,1454.0,10823.0,2025-01-14 14:52:24,1.798.0,100.0,7.0,7.0,211.0,,,8524.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-01-14 14:58:43.474347,17.0,434744.0,,,,,,,,,,,, 32,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-01-16 17:13:46.000000,2025-01-14 22:53:36,4423.0,280.0,284.0,45.0,1649.0,97.0,397.0,5301.0,2024-12-12 19:35:21,1.39.1,88.0,93.0,93.0,54.0,,,91694.0,2.0,authzed/spicedb,119928.0,https://hub.docker.com/r/authzed/spicedb,2024-12-12 19:47:49.682853,7.0,3636555.0,,,,,,,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-01-16 17:50:41.526638,2025-01-16 16:53:06,3632.0,66.0,284.0,40.0,4340.0,97.0,937.0,4120.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,94.0,,,22396494.0,2.0,pomerium/pomerium,65831.0,https://hub.docker.com/r/pomerium/pomerium,2025-01-16 17:50:41.526638,11.0,1612464540.0,,,,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,10.0,8727.0,606.0,284.0,,,74419.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,489729.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,489729.0,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5408.0,515.0,184.0,1139.0,1386.0,24036.0,2023-04-02 07:43:27,0.7,1.0,3227.0,3227.0,63.0,,,294209.0,3.0,animcogn/insightface,6178351.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-01-15 02:32:06.000000,2025-01-12 21:35:59,6706.0,397.0,1149.0,166.0,6639.0,59.0,1226.0,22445.0,2025-01-01 05:36:55,4.38.18,100.0,,,195.0,,,834.0,2.0,,47566.0,,,,,,,,,,,,,,,, 37,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-01-16 18:16:19.000000,2025-01-16 18:14:28,7006.0,115.0,475.0,77.0,4257.0,146.0,1379.0,1843.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,204.0,,,6794.0,2.0,ghcr.io/spiffe/spire-server,461997.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-01-16 17:24:05.000000,2025-01-09 20:53:08,4517.0,114.0,284.0,196.0,5047.0,114.0,264.0,3897.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,177.0,,,300152.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,18009161.0,,,,,,,,,,,, 39,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-16 09:10:47.000000,2025-01-16 09:10:43,2536.0,19.0,750.0,72.0,250.0,,,3283.0,2024-11-21 09:30:37,8.6.0,100.0,1534.0,1534.0,73.0,https://www.npmjs.com/package/oidc-provider,186979.0,186979.0,2.0,,,,,,,,,,,,,,,,,, 40,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-01-16 16:21:06.000000,2025-01-16 16:21:06,14594.0,585.0,731.0,117.0,7515.0,1065.0,13554.0,786.0,2024-03-04 08:48:32,7.0.0,100.0,,,714.0,,,15407.0,2.0,wso2/wso2is,14465.0,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1947118.0,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,84.0,357.0,570.0,2024-01-30 11:50:06,7.5.0,51.0,1938.0,1938.0,174.0,,,694796.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,694796.0,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-01-16 04:55:58.000000,2025-01-10 10:21:27,3091.0,53.0,1621.0,175.0,2522.0,305.0,839.0,9647.0,2024-09-10 09:40:25,api/v2.2.0,87.0,168.0,168.0,261.0,,,3.0,2.0,quay.io/dexidp/dex,355.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-01-16 10:17:40.000000,2025-01-15 02:00:16,7098.0,181.0,450.0,51.0,6288.0,153.0,410.0,9253.0,2025-01-02 06:57:53,1.23.0,64.0,19.0,19.0,69.0,,,5584.0,2.0,svhd/logto,4869.0,https://hub.docker.com/r/svhd/logto,2025-01-15 02:04:16.952249,5.0,233811.0,,,,-1.0,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2024-12-23 11:50:04.000000,2024-12-23 11:50:04,2493.0,34.0,1027.0,105.0,867.0,38.0,848.0,5352.0,2024-12-09 07:54:33,5.8.1,69.0,9681.0,9681.0,328.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-01-16 03:06:34.000000,2025-01-10 16:10:03,1591.0,52.0,341.0,57.0,1271.0,38.0,285.0,4905.0,,,52.0,35.0,35.0,74.0,,,624542.0,2.0,oryd/keto,26058.0,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51183639.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-10 16:20:05.000000,2025-01-10 16:19:05,1419.0,34.0,347.0,47.0,752.0,58.0,293.0,3337.0,2024-12-13 14:46:10,0.40.8,100.0,3.0,3.0,112.0,,,1020632.0,3.0,oryd/oathkeeper,46913.0,https://hub.docker.com/r/oryd/oathkeeper,2024-12-13 14:46:01.813465,39.0,89767734.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2024-12-05 00:15:53.000000,2024-12-05 00:15:43,486.0,15.0,171.0,36.0,129.0,4.0,96.0,881.0,2024-12-05 00:18:36,2.4.0,29.0,1267.0,1267.0,29.0,,,258031.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,258031.0,,,,,,,,, 48,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,756.0,77.0,2.0,382.0,15270.0,2024-10-04 12:56:15,0.2.2,5.0,86.0,86.0,33.0,,,1449.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162308.0,,,,,,,,,,,, 49,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-01-16 17:54:28.000000,2025-01-16 16:14:42,16209.0,552.0,985.0,60.0,9616.0,617.0,2094.0,14491.0,2025-01-09 17:34:00,ersion/2024.12.2,100.0,,,334.0,,,168.0,3.0,,5064.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 50,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-01-16 15:05:58.000000,2025-01-16 15:05:55,3507.0,135.0,615.0,52.0,5908.0,581.0,1976.0,9456.0,2025-01-13 17:56:03,2.67.2,100.0,,,171.0,,,996.0,3.0,ghcr.io/zitadel/zitadel,5981.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-01-14 03:49:20.000000,2025-01-14 03:49:20,2233.0,132.0,191.0,23.0,2300.0,186.0,742.0,2940.0,2024-12-21 07:46:30,1.4.5,33.0,42.0,42.0,95.0,,,6914.0,3.0,kanidm/server,337.0,https://hub.docker.com/r/kanidm/server,2025-01-11 03:25:13.234184,3.0,490559.0,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-01-15 13:58:35.000000,2025-01-15 13:58:35,6595.0,191.0,355.0,41.0,894.0,30.0,284.0,1511.0,2025-01-13 17:09:39,is-7.1.0,70.0,2460.0,2460.0,327.0,,,,2.0,,,,,,,,,,1.0,,,,,,DuendeSoftware/products,, 53,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-01-16 16:12:18.000000,2025-01-15 15:32:10,630.0,8.0,67.0,39.0,226.0,4.0,86.0,342.0,2025-01-15 15:32:39,8.0.6,100.0,5428.0,5428.0,41.0,https://www.npmjs.com/package/did-jwt,321572.0,321572.0,1.0,,,,,,,,,,2.0,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-01-15 23:08:59.000000,2025-01-15 19:28:09,6828.0,102.0,595.0,139.0,4833.0,200.0,2887.0,5275.0,2025-01-14 21:21:10,release-2025-01-13,100.0,,,136.0,,,18029.0,2.0,letsencrypt/boulder-tools,35608.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2024-09-05 15:49:11.555826,13.0,1994242.0,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-01-16 07:03:19.000000,2025-01-16 07:03:12,4155.0,367.0,228.0,26.0,1674.0,39.0,189.0,5071.0,2025-01-14 13:53:09,1.2.6,100.0,4.0,4.0,63.0,,,238.0,3.0,ghcr.io/permify/permify,5958.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 56,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-01-16 11:27:49.000000,2025-01-16 11:27:48,1893.0,77.0,148.0,33.0,2029.0,42.0,336.0,3544.0,2024-11-26 14:18:43,0.40.0,63.0,28.0,28.0,33.0,,,2120.0,3.0,ghcr.io/cerbos/cerbos,97537.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-01-13 21:09:18.000000,2025-01-13 08:20:38,3183.0,34.0,297.0,78.0,865.0,286.0,639.0,1789.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,753.0,8854.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004641.0,,,,,,,,,,,, 58,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,123.0,62.0,320.0,35.0,283.0,896.0,2024-07-01 10:11:29,5.5.1,39.0,159.0,159.0,47.0,,,97688.0,2.0,,14268.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,97549.0,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13138.0,1532.0,524.0,24.0,844.0,52899.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6382.0,3.0,,453152.0,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,175.0,30.0,1527.0,109.0,103.0,3483.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,37275.0,3.0,,3466.0,,,,,oso,https://pypi.org/project/oso,37202.0,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-01-16 18:22:19.000000,2025-01-16 18:01:45,34683.0,319.0,75.0,33.0,6128.0,452.0,3926.0,511.0,2024-12-24 18:40:41,1.2.0,100.0,,,122.0,,,471.0,3.0,,7076.0,,,,,,,,,,,,,,,, 62,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-01-16 16:34:53.000000,2025-01-06 05:23:39,520.0,3.0,73.0,29.0,154.0,4.0,48.0,215.0,2025-01-06 05:24:12,11.0.3,69.0,1703.0,1703.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,14171.0,14171.0,1.0,,,,,,,,,,,,,,,,,, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-01-13 15:39:39.000000,2025-01-13 11:14:47,2022.0,78.0,192.0,31.0,508.0,51.0,98.0,5170.0,2024-11-18 12:44:06,0.7.15,43.0,,,68.0,,,6031.0,3.0,permitio/opal-server,1343.0,https://hub.docker.com/r/permitio/opal-server,2024-11-18 12:51:28.778608,1.0,282117.0,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-01-15 16:32:56.000000,2025-01-15 16:32:25,9866.0,168.0,483.0,31.0,2130.0,120.0,1195.0,424.0,2025-01-08 17:44:33,1.2.0,100.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-01-16 01:22:11.000000,2024-03-26 04:30:10,367.0,,44.0,23.0,100.0,2.0,48.0,187.0,2024-03-26 04:30:27,4.0.4,58.0,1126.0,1126.0,22.0,https://www.npmjs.com/package/did-jwt-vc,25498.0,25498.0,1.0,,,,,,,,,,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-01-15 20:28:26.000000,2025-01-15 20:28:23,2198.0,43.0,935.0,38.0,1593.0,44.0,343.0,7466.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,297.0,297.0,50.0,,,17.0,3.0,,539.0,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-01-16 03:09:57.000000,2025-01-16 03:09:09,2524.0,111.0,336.0,30.0,116.0,3.0,118.0,1565.0,2025-01-09 01:19:37,4.1.5,66.0,,,48.0,,,281.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27592.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,18.0,177.0,39.0,302.0,47.0,220.0,1207.0,2022-09-28 20:32:17,3.0.1,19.0,297.0,297.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-01-16 17:05:41.000000,2025-01-16 17:05:41,3275.0,92.0,278.0,53.0,2558.0,30.0,245.0,917.0,2025-01-11 00:32:03,1.12.8,100.0,34.0,34.0,90.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,35.0,124.0,47.0,1898.0,207.0,902.0,822.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,69384.0,3.0,cyberark/conjur,983.0,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7145475.0,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-01-16 11:08:04.000000,2025-01-10 09:48:37,1192.0,106.0,550.0,65.0,565.0,124.0,388.0,13628.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 72,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-01-14 00:36:48.000000,2025-01-14 00:36:48,6578.0,121.0,313.0,424.0,4454.0,124.0,420.0,1730.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-01-16 09:21:05.000000,2025-01-15 21:36:25,16080.0,50.0,337.0,51.0,7656.0,,,1187.0,,,,,,236.0,,,38945.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-01-15 07:06:15.394061,171.0,5919731.0,,,,,,,,,,,, 74,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,139.0,7.0,131.0,531.0,787.0,16795.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3305.0,3.0,,191722.0,,,,,,,,,,,,,,,, 75,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-15 20:46:15.000000,2025-01-15 20:45:02,2652.0,115.0,173.0,180.0,941.0,67.0,1153.0,1204.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 76,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-01-16 12:39:03.000000,2024-12-23 08:33:09,1818.0,38.0,239.0,57.0,338.0,34.0,86.0,568.0,2022-01-07 16:42:38,0.5.0,6.0,,,115.0,,,1483.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2024-12-23 08:34:38.273626,,131996.0,,,,,,,,,,,, 77,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-01-16 01:57:47.000000,2025-01-13 09:41:24,1883.0,9.0,131.0,24.0,820.0,66.0,390.0,446.0,2024-04-02 18:54:31,6.0.0,44.0,775.0,775.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 78,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-01-16 00:58:46.000000,2025-01-16 00:57:50,14103.0,260.0,137.0,15.0,1981.0,956.0,1986.0,388.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,,8752.0,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-01-14 12:42:45.000000,2025-01-10 18:20:40,15081.0,29.0,664.0,110.0,19.0,,,696.0,,,,157.0,157.0,740.0,,,,3.0,,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,22,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-01-16 15:39:16.000000,2024-12-06 12:03:26,1490.0,2.0,88.0,28.0,1127.0,88.0,256.0,304.0,2024-09-23 08:34:59,1.4.0,32.0,136.0,136.0,42.0,,,,2.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-01-08 12:33:02.000000,2025-01-08 12:28:45,1090.0,32.0,188.0,28.0,1333.0,184.0,583.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,2.0,,,,,,,,,,,,,,,,,, 82,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-01-15 10:26:12.000000,2024-11-19 00:19:30,397.0,4.0,40.0,23.0,132.0,3.0,18.0,217.0,2023-03-08 14:05:37,4.1.0,24.0,6804.0,6804.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 83,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-08 22:29:27.000000,2025-01-08 22:29:27,801.0,4.0,47.0,15.0,233.0,27.0,86.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,135.0,135.0,26.0,,,9403.0,2.0,,225685.0,,,,,,,,,,,,,,,, 84,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-01-16 18:15:10.000000,2025-01-15 12:44:50,2851.0,68.0,37.0,16.0,3679.0,54.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,910.0,910.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 85,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,2.0,193.0,388.0,25.0,1.0,143.0,27398.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28348.0,3.0,,1218967.0,,,,,,,,,,,,,,,, 86,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,305.0,62.0,154.0,243.0,583.0,5988.0,2020-09-02 15:57:23,2.6.1,11.0,,,62.0,,,249.0,3.0,,20701.0,,,,,,,,,,,,,,,howdy, 87,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,287.0,62.0,235.0,3.0,130.0,3939.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-12-06 18:34:35.000000,2024-10-25 21:28:29,4051.0,1.0,759.0,250.0,343.0,63.0,210.0,2854.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,851.0,3.0,,114107.0,,,,,,,,,,,,,,,, 89,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,4.0,731.0,99.0,342.0,175.0,356.0,1801.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-12-01 16:33:19.000000,2024-12-01 16:33:19,244.0,4.0,54.0,8.0,30.0,3.0,48.0,489.0,2024-09-23 20:02:22,2.1.2,35.0,3259.0,3259.0,16.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 91,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-01-16 15:50:44.000000,2025-01-16 09:08:34,4278.0,387.0,55.0,6.0,702.0,10.0,166.0,133.0,2024-12-20 20:22:19,0.10.0,100.0,1.0,1.0,26.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 92,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-01-15 10:18:29.000000,2024-07-17 13:29:31,294.0,,16.0,15.0,124.0,1.0,11.0,85.0,2023-07-03 18:25:08,2.0.27,38.0,1210.0,1210.0,12.0,https://www.npmjs.com/package/web-did-resolver,16337.0,16337.0,2.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4684.0,560.0,122.0,509.0,621.0,13901.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-01-16 14:23:59.000000,2025-01-15 22:49:00,4932.0,11.0,653.0,66.0,1802.0,39.0,57.0,690.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,,752.0,,,,,,,,1.0,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2024-11-14 19:57:43.000000,2024-11-14 19:56:04,940.0,29.0,57.0,12.0,317.0,8.0,109.0,670.0,,,,968.0,968.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,2.0,103.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,470.0,470.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,-1.0,,,,,,decentralized-identity/dwn-sdk-js,, 97,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 98,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,2.0,115.0,27.0,358.0,47.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-01-13 10:07:50.000000,2025-01-06 14:21:34,522.0,18.0,33.0,4.0,248.0,6.0,39.0,63.0,2025-01-13 10:07:51,1.26.0,88.0,231.0,231.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,290.0,95.0,43.0,28.0,24.0,2824.0,,,,,,26.0,,,1163.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1163.0,,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,4.0,57.0,2401.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-01-15 14:10:06.000000,2025-01-10 02:00:20,2518.0,66.0,75.0,20.0,895.0,5.0,128.0,462.0,2025-01-01 04:15:40,0.28.4.RELEASE,72.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 104,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-01-15 10:26:32.000000,2025-01-15 10:22:23,616.0,25.0,60.0,34.0,439.0,75.0,117.0,196.0,,,,148.0,148.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-01-15 21:43:24.000000,2025-01-15 21:41:09,1885.0,76.0,139.0,24.0,1116.0,60.0,213.0,157.0,,,,,,54.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 107,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-01-16 16:27:34.000000,2024-12-23 14:07:00,2021.0,43.0,81.0,8.0,757.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,281.0,90.0,509.0,29.0,166.0,3058.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,859.0,244.0,249.0,216.0,538.0,2921.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,88.0,184.0,72.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,289.0,33.0,8.0,43.0,765.0,2023-01-31 02:32:05,2.1.1,52.0,18.0,18.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-01-15 15:29:15.000000,2025-01-08 14:26:36,1202.0,14.0,43.0,51.0,283.0,179.0,157.0,501.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2024-12-16 12:56:53.000000,2024-10-16 14:18:06,2381.0,,213.0,51.0,632.0,56.0,175.0,327.0,,,,,,91.0,,,,2.0,,,,,,,,,,-1.0,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-01-01 10:04:08.000000,2024-10-22 22:16:06,743.0,9.0,55.0,6.0,790.0,102.0,145.0,136.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,70.0,70.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,-1.0,,,,,,decentralized-identity/web5-js,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-13 17:44:15.000000,2025-01-12 23:47:21,2800.0,22.0,53.0,13.0,627.0,160.0,121.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,369.0,558.0,56.0,125.0,88.0,8161.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-13 21:37:15.000000,2025-01-13 21:37:13,287.0,6.0,45.0,4.0,297.0,16.0,22.0,1192.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,97.0,3.0,warrantdev/warrant,2057.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2025-01-04 17:57:28.000000,2025-01-02 22:40:16,1346.0,16.0,94.0,75.0,502.0,25.0,344.0,410.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-12-29 04:20:30.000000,2024-12-29 04:20:30,141.0,2.0,38.0,3.0,58.0,,42.0,318.0,2024-08-15 07:50:29,3.1.0,20.0,62.0,62.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-01-14 14:22:27.000000,2024-12-17 16:18:32,2198.0,10.0,97.0,80.0,839.0,5.0,711.0,301.0,,,,,,76.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,15.0,71.0,26.0,8.0,,,239.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,547.0,3.0,waltid/ssikit,125.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22343.0,,,,,,,,,,,, 123,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-01-16 12:43:39.000000,2025-01-14 16:20:32,1231.0,94.0,20.0,9.0,144.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,21.0,,,,3.0,,,,,,,,,,1.0,,,,,,Sphereon-Opensource/OID4VC,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-01-16 17:19:14.000000,2025-01-16 14:47:48,2949.0,363.0,18.0,12.0,279.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-01-16 10:06:01.000000,2025-01-07 13:05:43,4934.0,380.0,16.0,7.0,535.0,38.0,2660.0,52.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-12-27 19:29:06.000000,2024-12-27 19:29:05,579.0,1.0,159.0,82.0,235.0,25.0,49.0,1516.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2024-12-16 11:24:30.000000,2024-12-16 11:24:28,1947.0,24.0,147.0,63.0,522.0,4.0,235.0,614.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,23.0,10.0,21.0,14.0,15.0,206.0,,,1.0,18.0,18.0,4.0,,,1309.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1309.0,,,,,,,,, 129,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-10-11 13:07:06.000000,2024-10-10 16:03:43,525.0,,47.0,17.0,100.0,23.0,68.0,183.0,,,,468.0,468.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-11 11:15:57.000000,2025-01-10 14:47:37,879.0,33.0,203.0,52.0,401.0,57.0,156.0,121.0,,,,,,216.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-15 21:05:35.000000,2025-01-13 20:40:10,719.0,10.0,72.0,70.0,310.0,117.0,221.0,401.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,73.0,38.0,257.0,46.0,77.0,279.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 133,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-07 18:41:52.000000,2025-01-07 18:41:50,145.0,18.0,34.0,17.0,55.0,19.0,14.0,221.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,314164.0,314164.0,3.0,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-01-13 08:46:44.000000,2025-01-13 08:46:43,490.0,22.0,26.0,28.0,61.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-16 12:10:52.000000,2025-01-16 12:10:48,2028.0,507.0,23.0,8.0,331.0,14.0,17.0,70.0,,,,,,15.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 136,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,15,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,46.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,, 137,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,115.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4636.0,,,,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,53.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,995.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,198.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 143,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-01-16 18:14:52.000000,2025-01-16 18:14:22,773.0,8.0,31.0,19.0,261.0,4.0,274.0,58.0,2024-11-15 18:44:32,draft-ietf-oauth-selective-disclosure-jwt-14,9.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,801.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,41.0,26.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-01-16 15:44:28.000000,2024-12-06 17:57:00,1025.0,64.0,13.0,19.0,897.0,,5.0,100.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,74.0,74.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,47.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-01-16 00:12:15.000000,2024-12-09 09:04:11,894.0,1.0,25.0,15.0,182.0,19.0,130.0,83.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,45.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,2.0,,,,,,,, 154,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-01-14 18:03:02.000000,2025-01-14 18:03:00,111.0,18.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-09 18:11:44.000000,2025-01-09 18:11:42,95.0,19.0,8.0,11.0,117.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-16 00:11:41.000000,2025-01-16 00:11:36,134.0,11.0,10.0,43.0,79.0,49.0,70.0,89.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,5.0,14.0,12.0,28.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,12.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 163,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,167.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,2.0,10.0,4.0,40.0,15.0,22.0,11.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,1.0,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,345263.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4379631.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-01-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ory-hydra (🥇37 · ⭐ 16K · 📈) - The most scalable and customizable OpenID Certified.. Apache-2 ory - did-jwt (🥇30 · ⭐ 340 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - cerbos (🥉29 · ⭐ 3.6K · 📈) - Cerbos is the open core, language-agnostic, scalable.. Apache-2 - deepfacelab (🥉24 · ⭐ 17K · 📈) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - universal-resolver (🥈24 · ⭐ 570 · 📈) - Universal Resolver implementation and drivers. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇40 · ⭐ 13K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - open-policy-agent (🥈35 · ⭐ 9.9K · 📉) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - ockam (🥈33 · ⭐ 4.5K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - whisper (🥉31 · ⭐ 75K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - appauth-ios (🥉20 · ⭐ 1.8K · 📉) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid ================================================ FILE: history/2025-01-23_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-01-22 00:03:10.000000,2025-01-22 00:03:10,3825.0,80.0,3604.0,111.0,3087.0,312.0,4428.0,25675.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,375207.0,375207.0,851.0,https://www.npmjs.com/package/next-auth,4018242.0,4018242.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-01-23 18:16:42.000000,2025-01-23 18:16:42,9226.0,91.0,2067.0,150.0,3783.0,157.0,3306.0,12379.0,2025-01-16 16:32:45,1.16.3,100.0,1472.0,1472.0,478.0,,,2996842.0,1.0,107886322.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-01-21 08:41:38.000000,2025-01-21 08:41:38,4046.0,35.0,2091.0,237.0,4540.0,194.0,2171.0,12785.0,2024-11-21 19:41:27,1.12.0,70.0,13394.0,13394.0,414.0,,,2987664.0,1.0,8251801.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,158.0,307945566.0,-1.0,,,,,,,,,,, 14,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-01-20 16:40:22.000000,2025-01-20 16:40:22,1764.0,93.0,2367.0,163.0,265.0,7.0,1151.0,17252.0,2024-08-17 07:30:49,0.0.93,13.0,5224.0,5224.0,78.0,,,316106.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,316106.0,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-01-22 14:42:39.000000,2025-01-22 14:42:39,10382.0,98.0,1393.0,135.0,1316.0,99.0,1017.0,9247.0,2024-10-31 10:06:07,1.0.2,13.0,2752.0,2752.0,254.0,,,1912629.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1912629.0,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-01-23 14:45:13.000000,2025-01-23 14:45:13,27254.0,750.0,6828.0,385.0,18553.0,1733.0,11313.0,24863.0,2025-01-15 10:45:14,26.1.0,72.0,,,1545.0,,,72793.0,1.0,3566899.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2024-12-08 07:28:29.000000,2024-12-08 07:28:28,1701.0,1.0,474.0,63.0,493.0,83.0,293.0,2842.0,2023-01-10 13:13:43,3.2.2,48.0,593181.0,593181.0,197.0,,,117166343.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,117166343.0,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-01-17 08:52:36.000000,2025-01-17 08:52:35,3989.0,105.0,1403.0,237.0,1868.0,85.0,1447.0,15870.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,302.0,,,3682592.0,1.0,886814.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,425910743.0,1.0,,,,https://k8s.ory.sh/helm/charts,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-01-22 14:10:12.000000,2025-01-15 16:57:28,4532.0,124.0,946.0,112.0,2120.0,188.0,1173.0,11486.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1425507.0,1.0,47949.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113976674.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-01-22 14:51:32.000000,2025-01-22 14:51:06,1440.0,12.0,458.0,61.0,218.0,90.0,365.0,4662.0,2024-08-30 14:26:59,1.3.2,35.0,38417.0,38417.0,125.0,,,14782106.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,14782106.0,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-01-23 18:09:40.000000,2025-01-23 18:09:15,20702.0,284.0,4153.0,811.0,22999.0,1056.0,5164.0,31626.0,2024-12-18 17:20:05,1.18.3,100.0,14356.0,14356.0,1554.0,,,,1.0,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,161.0,347.0,429.0,23119.0,,,,1188184.0,1188184.0,38.0,https://www.npmjs.com/package/passport,9332442.0,9332442.0,2.0,,,,,,,,,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1655.0,244.0,516.0,41.0,794.0,18086.0,2024-12-28 12:13:32,2.103.0,100.0,3305.0,3305.0,151.0,https://www.npmjs.com/package/casbin,195574.0,307035.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,111461.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-23 18:15:07.000000,2025-01-12 03:42:11,1656.0,39.0,274.0,39.0,459.0,18.0,466.0,6180.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,89084.0,89084.0,70.0,https://www.npmjs.com/package/@casl/ability,2183793.0,2183793.0,1.0,,,,,,,,,,,,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13292.0,1570.0,234.0,757.0,593.0,54005.0,2018-04-02 17:18:43,1.2.2,2.0,3951.0,3951.0,54.0,,,115468.0,2.0,1401.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,8970.0,,face_recognition,https://pypi.org/project/face_recognition,115358.0,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-01-23 08:40:49.000000,2025-01-23 08:40:49,4839.0,78.0,1864.0,183.0,1828.0,547.0,1390.0,11411.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,153.0,,,278849.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,278849.0,,,,,,,, 27,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",35,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-01-23 13:32:27.000000,2025-01-23 13:32:19,5442.0,113.0,1357.0,130.0,4600.0,378.0,2296.0,9926.0,2025-01-21 20:24:18,1.0.1,100.0,,,496.0,,,5653869.0,2.0,11560080.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-01-22 18:18:47.082651,43.0,594546831.0,-6.0,,,,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3687.0,343.0,111.0,444.0,393.0,16904.0,2020-03-22 14:01:55,0.22.2,38.0,11763.0,11763.0,25.0,https://www.npmjs.com/package/face-api.js,94978.0,94978.0,2.0,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-01-23 18:06:12.579902,2025-01-22 07:11:02,26364.0,435.0,3900.0,602.0,4978.0,,,11127.0,2024-12-06 13:19:28,7.1.3,100.0,21.0,21.0,359.0,,,7017.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-01-23 18:06:12.579902,131.0,1122829.0,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-01-23 06:50:26.674988,2025-01-23 06:35:11,2656.0,88.0,1240.0,76.0,1727.0,111.0,1461.0,10866.0,2025-01-23 06:44:03,1.815.0,100.0,7.0,7.0,211.0,,,8660.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-01-23 06:50:26.674988,17.0,441665.0,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-01-16 21:07:50.000000,2025-01-16 20:59:03,4425.0,271.0,287.0,45.0,1651.0,97.0,397.0,5327.0,2024-12-12 19:35:21,1.39.1,88.0,94.0,94.0,54.0,,,92969.0,2.0,122076.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2024-12-12 19:47:49.682853,7.0,3686656.0,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-01-23 18:18:49.000000,2025-01-23 14:39:32,9163.0,179.0,559.0,58.0,6812.0,319.0,1461.0,4505.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,187.0,187.0,318.0,,,11574.0,2.0,393520.0,,,,,,-1.0,,,,,,,build-trust/ockam/ockam,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-01-23 17:49:20.000000,2025-01-22 20:59:06,3638.0,64.0,284.0,40.0,4352.0,100.0,937.0,4132.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,94.0,,,22396691.0,2.0,65959.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-01-22 21:55:04.754647,11.0,1612478487.0,,,,,,,,,,,, 34,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,10.0,5412.0,515.0,184.0,1141.0,1386.0,24092.0,2023-04-02 07:43:27,0.7,1.0,3276.0,3276.0,63.0,,,298210.0,3.0,6262384.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-01-23 16:39:10.000000,2025-01-12 21:35:59,6706.0,366.0,1148.0,166.0,6646.0,59.0,1227.0,22523.0,2025-01-01 05:36:55,4.38.18,100.0,,,195.0,,,838.0,2.0,47780.0,,,,,,,,,,,,,,,,, 36,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-01-23 17:14:41.000000,2025-01-23 13:38:32,7017.0,122.0,478.0,77.0,4273.0,149.0,1382.0,1851.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,205.0,,,6877.0,2.0,467676.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,9.0,8786.0,609.0,286.0,,,74954.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,499122.0,3.0,,,,,,,-1.0,openai-whisper,https://pypi.org/project/openai-whisper,499122.0,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-01-23 17:50:57.000000,2025-01-23 17:39:27,4532.0,119.0,283.0,195.0,5081.0,114.0,264.0,3902.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,178.0,,,301303.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,18078214.0,,,,,,,,,,,, 39,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-19 10:17:04.000000,2025-01-19 10:16:18,2538.0,13.0,752.0,72.0,251.0,,,3288.0,2025-01-19 10:16:53,8.6.1,100.0,1543.0,1543.0,74.0,https://www.npmjs.com/package/oidc-provider,195203.0,195203.0,2.0,,,,,,,,,,,,,,,,,, 40,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-01-23 17:33:36.000000,2025-01-23 17:33:36,14683.0,604.0,734.0,117.0,7559.0,1087.0,13610.0,788.0,2024-03-04 08:48:32,7.0.0,100.0,,,714.0,,,15417.0,2.0,14586.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1947942.0,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,85.0,357.0,570.0,2024-01-30 11:50:06,7.5.0,51.0,1941.0,1941.0,174.0,,,743833.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,743833.0,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-01-23 04:33:11.000000,2025-01-21 19:43:40,3136.0,86.0,1624.0,175.0,2536.0,306.0,839.0,9652.0,2024-09-10 09:40:25,api/v2.2.0,87.0,168.0,168.0,262.0,,,3.0,2.0,356.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,The better identity infrastructure for developers and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-01-23 14:13:46.520645,2025-01-23 14:09:54,7115.0,165.0,458.0,51.0,6305.0,156.0,418.0,9296.0,2025-01-23 08:03:14,1.23.1,65.0,20.0,20.0,69.0,,,5621.0,2.0,4906.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-01-23 14:13:46.520645,5.0,235343.0,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-23 08:14:10.000000,2025-01-23 08:14:10,2497.0,33.0,1027.0,105.0,868.0,38.0,848.0,5353.0,2024-12-09 07:54:33,5.8.1,69.0,9726.0,9726.0,329.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-01-23 03:41:27.000000,2025-01-10 16:10:03,1591.0,52.0,342.0,57.0,1277.0,38.0,285.0,4909.0,,,52.0,35.0,35.0,74.0,,,624572.0,2.0,26175.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51185975.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-10 16:20:05.000000,2025-01-10 16:19:05,1419.0,34.0,347.0,48.0,752.0,58.0,293.0,3341.0,2024-12-13 14:46:10,0.40.8,100.0,3.0,3.0,112.0,,,1020876.0,3.0,47132.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2024-12-13 14:46:01.813465,39.0,89788913.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-01-16 23:21:22.000000,2025-01-16 23:20:16,508.0,37.0,171.0,36.0,132.0,,101.0,883.0,2025-01-16 23:22:00,2.5.0,30.0,1267.0,1267.0,30.0,,,248855.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,248855.0,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-01-23 17:45:22.000000,2025-01-23 17:44:21,634.0,11.0,68.0,39.0,227.0,4.0,86.0,343.0,2025-01-23 17:44:48,8.0.8,100.0,5448.0,5448.0,42.0,https://www.npmjs.com/package/did-jwt,333601.0,333601.0,1.0,,,,,,,1.0,,,,,,,,,,, 49,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,756.0,77.0,2.0,382.0,15275.0,2024-10-04 12:56:15,0.2.2,5.0,86.0,86.0,33.0,,,1449.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162336.0,,,,,,,,,,,, 50,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-01-23 18:03:02.000000,2025-01-23 16:04:35,16243.0,529.0,987.0,60.0,9665.0,623.0,2109.0,14577.0,2025-01-09 17:34:00,ersion/2024.12.2,100.0,,,335.0,,,170.0,3.0,5124.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-01-23 17:58:55.000000,2025-01-23 13:12:49,3515.0,134.0,620.0,52.0,5932.0,590.0,1981.0,9499.0,2025-01-22 16:32:06,2.66.7,100.0,,,172.0,,,998.0,3.0,5989.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-01-22 13:26:19.000000,2025-01-22 13:26:19,1899.0,76.0,150.0,32.0,2032.0,42.0,337.0,3556.0,2024-11-26 14:18:43,0.40.0,63.0,28.0,28.0,33.0,,,2138.0,3.0,98363.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,1.0,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-01-21 09:45:07.000000,2025-01-21 09:45:06,2240.0,122.0,192.0,23.0,2306.0,188.0,743.0,2962.0,2024-12-21 07:46:30,1.4.5,33.0,42.0,42.0,95.0,,,6973.0,3.0,342.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-01-11 03:25:13.234184,3.0,494734.0,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-01-21 14:49:33.000000,2025-01-17 16:07:25,6607.0,202.0,356.0,42.0,897.0,30.0,284.0,1515.0,2025-01-13 17:09:39,is-7.1.0,70.0,2482.0,2482.0,328.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-01-23 18:04:04.000000,2025-01-22 21:50:48,6841.0,111.0,594.0,139.0,4848.0,199.0,2893.0,5281.0,2025-01-21 20:03:18,release-2025-01-21,100.0,,,136.0,,,18116.0,2.0,35891.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-01-23 00:25:28.602449,13.0,1994785.0,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-01-23 12:33:19.000000,2025-01-23 08:50:50,4187.0,368.0,228.0,25.0,1695.0,43.0,195.0,5083.0,2025-01-17 18:57:03,1.2.7,100.0,4.0,4.0,63.0,,,245.0,3.0,6129.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-01-13 21:09:18.000000,2025-01-13 08:20:38,3183.0,23.0,297.0,78.0,865.0,286.0,639.0,1790.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,751.0,8852.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004643.0,,,,,,,,,,,, 58,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,123.0,63.0,320.0,36.0,283.0,900.0,2024-07-01 10:11:29,5.5.1,39.0,160.0,160.0,47.0,,,95216.0,2.0,14337.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,95076.0,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13147.0,1534.0,524.0,24.0,844.0,52948.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6438.0,3.0,457110.0,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,176.0,30.0,1527.0,109.0,103.0,3482.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,36040.0,3.0,3519.0,,,,,,,oso,https://pypi.org/project/oso,35966.0,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-01-23 17:46:28.000000,2025-01-23 16:53:49,34714.0,315.0,75.0,33.0,6163.0,437.0,3963.0,511.0,2025-01-20 16:38:46,1.3.0,100.0,,,122.0,,,488.0,3.0,7324.0,,,,,,,,,,,,,,,,, 62,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-01-23 16:52:10.000000,2025-01-06 05:23:39,520.0,3.0,73.0,29.0,154.0,4.0,48.0,216.0,2025-01-06 05:24:12,11.0.3,69.0,1705.0,1705.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,16135.0,16135.0,1.0,,,,,,,,,,,,,,,,,, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-01-23 08:36:46.000000,2025-01-13 11:14:47,2022.0,78.0,192.0,31.0,511.0,51.0,98.0,5175.0,2024-11-18 12:44:06,0.7.15,43.0,,,68.0,,,6073.0,3.0,1369.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2024-11-18 12:51:28.778608,1.0,284046.0,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-01-23 17:38:56.000000,2025-01-23 17:38:23,9878.0,173.0,484.0,30.0,2144.0,118.0,1197.0,425.0,2025-01-22 03:14:35,1.2.1,100.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-01-23 09:47:36.000000,2025-01-19 16:57:08,369.0,2.0,44.0,23.0,100.0,2.0,48.0,187.0,2025-01-19 16:57:25,4.0.5,59.0,1128.0,1128.0,22.0,https://www.npmjs.com/package/did-jwt-vc,31143.0,31143.0,1.0,,,,,,,,,,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-01-22 19:27:25.000000,2025-01-16 20:03:46,2199.0,44.0,936.0,38.0,1600.0,41.0,346.0,7501.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,299.0,299.0,50.0,,,18.0,3.0,551.0,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-01-22 02:02:14.000000,2025-01-22 02:01:40,2526.0,102.0,336.0,30.0,116.0,3.0,118.0,1571.0,2025-01-09 01:19:37,4.1.5,66.0,,,48.0,,,282.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27704.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,18.0,177.0,39.0,302.0,47.0,220.0,1215.0,2022-09-28 20:32:17,3.0.1,19.0,300.0,300.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-01-22 22:53:06.000000,2025-01-22 22:53:04,3280.0,85.0,278.0,53.0,2563.0,30.0,245.0,916.0,2025-01-11 00:32:03,1.12.8,100.0,34.0,34.0,90.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,28.0,124.0,47.0,1898.0,198.0,911.0,824.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,69410.0,3.0,1000.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7148123.0,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,156.0,7.0,131.0,531.0,787.0,16829.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3316.0,3.0,192341.0,,,,,,1.0,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-01-21 15:33:04.000000,2025-01-10 09:48:37,1192.0,91.0,555.0,65.0,565.0,124.0,388.0,13664.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-01-20 18:22:21.000000,2025-01-20 18:03:41,6588.0,117.0,313.0,424.0,4460.0,124.0,420.0,1730.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-01-22 08:29:17.000000,2025-01-21 16:23:13,16087.0,53.0,339.0,51.0,7665.0,,,1186.0,,,,,,236.0,,,38981.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-01-22 05:07:30.751381,171.0,5925152.0,,,,,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-01-23 12:36:01.000000,2025-01-23 11:19:03,1836.0,56.0,239.0,57.0,339.0,34.0,86.0,569.0,2022-01-07 16:42:38,0.5.0,6.0,,,116.0,,,1486.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-01-23 11:43:16.243554,,132334.0,1.0,,,,,,,,,,, 76,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-22 20:10:06.000000,2025-01-22 20:08:47,2665.0,123.0,173.0,178.0,943.0,65.0,1163.0,1205.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-01-22 18:26:38.000000,2025-01-22 18:26:03,15100.0,46.0,665.0,110.0,19.0,,,697.0,,,,158.0,158.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-01-23 17:57:53.000000,2025-01-13 09:41:24,1883.0,8.0,131.0,24.0,822.0,66.0,390.0,450.0,2024-04-02 18:54:31,6.0.0,44.0,776.0,776.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-01-23 18:23:16.000000,2025-01-23 18:23:16,14123.0,274.0,137.0,16.0,1986.0,956.0,1987.0,391.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,102.0,3.0,8801.0,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-01-23 15:22:38.000000,2025-01-20 15:18:20,1496.0,8.0,88.0,28.0,1134.0,86.0,261.0,304.0,2025-01-20 10:48:25,1.5.0,33.0,137.0,137.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,, 81,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,204.0,388.0,25.0,1.0,143.0,27437.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28522.0,3.0,1226480.0,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2024-12-06 18:34:35.000000,2024-10-25 21:28:29,4051.0,,759.0,250.0,343.0,63.0,210.0,2854.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,852.0,3.0,114275.0,,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-01-23 06:31:13.000000,2025-01-23 06:28:21,1095.0,34.0,190.0,28.0,1339.0,179.0,590.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,2.0,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-01-20 21:17:55.000000,2024-11-19 00:19:30,397.0,4.0,41.0,23.0,132.0,3.0,18.0,217.0,2023-03-08 14:05:37,4.1.0,24.0,6828.0,6828.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-08 22:29:27.000000,2025-01-08 22:29:27,801.0,4.0,47.0,15.0,233.0,27.0,86.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,136.0,136.0,26.0,,,9456.0,2.0,226953.0,,,,,,,,,,,,,,,,, 86,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-01-23 17:51:34.000000,2025-01-20 14:12:09,2859.0,71.0,37.0,16.0,3687.0,55.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,916.0,916.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 87,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,306.0,62.0,154.0,244.0,584.0,6003.0,2020-09-02 15:57:23,2.6.1,11.0,,,62.0,,,251.0,3.0,20849.0,,,,,,,,,,,,,,,,howdy, 88,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,289.0,62.0,235.0,5.0,130.0,3945.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 89,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2024-12-01 16:33:19.000000,2024-12-01 16:33:19,244.0,4.0,54.0,8.0,30.0,2.0,50.0,493.0,2024-09-23 20:02:22,2.1.2,35.0,3379.0,3379.0,16.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 90,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,103.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,471.0,471.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,, 91,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-01-23 16:49:33.000000,2025-01-23 16:37:32,4427.0,516.0,56.0,6.0,718.0,10.0,169.0,134.0,2024-12-20 20:22:19,0.10.0,100.0,1.0,1.0,26.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 92,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],21,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-01-21 10:16:56.000000,2024-07-17 13:29:31,294.0,,16.0,15.0,124.0,1.0,11.0,85.0,2023-07-03 18:25:08,2.0.27,38.0,1216.0,1216.0,12.0,https://www.npmjs.com/package/web-did-resolver,17872.0,17872.0,2.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4686.0,560.0,122.0,509.0,621.0,13911.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,2.0,733.0,99.0,343.0,175.0,358.0,1805.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-01-21 19:10:57.000000,2025-01-15 22:49:00,4932.0,11.0,653.0,66.0,1803.0,39.0,57.0,690.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,765.0,,,,,,,,,,,,,,,,, 96,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-01-22 15:45:17.000000,2024-11-14 19:56:04,940.0,22.0,58.0,12.0,318.0,8.0,109.0,671.0,,,,979.0,979.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 98,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,2.0,116.0,27.0,360.0,47.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-01-23 12:22:16.000000,2025-01-17 13:50:15,523.0,19.0,33.0,4.0,250.0,6.0,39.0,63.0,2025-01-17 13:50:40,1.27.0,89.0,232.0,232.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,290.0,95.0,43.0,28.0,24.0,2832.0,,,,,,26.0,,,1157.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1157.0,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,4.0,57.0,2403.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-01-22 14:44:30.000000,2025-01-21 11:40:01,2520.0,66.0,77.0,20.0,897.0,5.0,128.0,464.0,2025-01-01 04:15:40,0.28.4.RELEASE,72.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 104,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,40.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-01-15 10:26:32.000000,2025-01-15 10:22:23,616.0,23.0,61.0,34.0,439.0,75.0,117.0,197.0,,,,151.0,151.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-01-22 19:51:00.000000,2025-01-22 19:48:46,1891.0,75.0,139.0,24.0,1126.0,59.0,214.0,158.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 107,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,283.0,90.0,509.0,29.0,166.0,3062.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 108,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,863.0,244.0,249.0,214.0,538.0,2922.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,88.0,184.0,72.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,292.0,33.0,8.0,43.0,766.0,2023-01-31 02:32:05,2.1.1,52.0,19.0,19.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-01-15 15:29:15.000000,2025-01-08 14:26:36,1202.0,12.0,44.0,51.0,283.0,179.0,157.0,503.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-01-01 10:04:08.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,790.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,70.0,70.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-01-23 17:27:15.000000,2024-12-23 14:07:00,2021.0,23.0,81.0,8.0,767.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-20 00:06:57.000000,2025-01-12 23:47:21,2800.0,21.0,53.0,13.0,628.0,161.0,121.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,369.0,558.0,56.0,125.0,88.0,8163.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-13 21:37:15.000000,2025-01-13 21:37:13,287.0,3.0,45.0,4.0,297.0,16.0,22.0,1197.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,100.0,3.0,2101.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did-core,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did-core,W3C,2019-09-10 07:46:26,2025-01-04 17:57:28.000000,2025-01-02 22:40:16,1346.0,16.0,95.0,75.0,502.0,26.0,344.0,411.0,,,,,,67.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-01-20 12:39:05.000000,2025-01-16 20:19:05,2383.0,2.0,213.0,51.0,633.0,56.0,175.0,327.0,,,,,,91.0,,,,2.0,,,,,,,,,,,,,,,,,, 119,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2024-12-29 04:20:30.000000,2024-12-29 04:20:30,141.0,2.0,38.0,3.0,58.0,,42.0,320.0,2024-08-15 07:50:29,3.1.0,20.0,62.0,62.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-01-23 05:30:33.000000,2025-01-19 19:48:43,2202.0,11.0,98.0,81.0,845.0,5.0,712.0,302.0,,,,,,77.0,,,,2.0,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,14.0,71.0,26.0,8.0,,,239.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,549.0,3.0,126.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22394.0,,,,,,,,,,,, 123,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-01-23 09:13:22.000000,2025-01-23 09:13:21,1288.0,139.0,20.0,8.0,144.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,21.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-01-23 09:23:36.000000,2025-01-16 14:47:48,2949.0,332.0,18.0,11.0,280.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-01-23 08:40:59.000000,2025-01-23 08:00:30,4951.0,333.0,16.0,7.0,536.0,41.0,2670.0,52.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2024-12-27 19:29:06.000000,2024-12-27 19:29:05,579.0,1.0,160.0,82.0,237.0,26.0,49.0,1521.0,,,,,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-17 10:11:11.000000,2025-01-17 10:11:08,1948.0,24.0,147.0,63.0,523.0,4.0,235.0,616.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,206.0,,,1.0,18.0,18.0,4.0,,,1390.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1390.0,,,,,,,, 129,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2024-10-11 13:07:06.000000,2024-10-10 16:03:43,525.0,,47.0,17.0,100.0,23.0,68.0,183.0,,,,475.0,475.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-20 16:37:53.000000,2025-01-20 16:34:00,885.0,39.0,203.0,52.0,401.0,56.0,158.0,121.0,,,,,,216.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-23 16:44:52.000000,2025-01-16 19:32:39,720.0,11.0,72.0,70.0,310.0,117.0,221.0,404.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,74.0,38.0,257.0,46.0,77.0,280.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 133,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-22 01:57:59.000000,2025-01-07 18:41:50,145.0,18.0,34.0,18.0,56.0,20.0,14.0,227.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,322382.0,322382.0,3.0,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-01-22 05:19:41.000000,2025-01-22 05:19:31,493.0,25.0,26.0,28.0,61.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-22 13:31:54.000000,2025-01-16 12:10:48,2028.0,503.0,23.0,8.0,332.0,14.0,17.0,70.0,,,,,,15.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,115.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4637.0,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,53.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-01-23 00:15:12.000000,2025-01-22 18:07:54,776.0,11.0,31.0,19.0,264.0,4.0,274.0,58.0,2025-01-16 18:29:32,draft-ietf-oauth-selective-disclosure-jwt-15,10.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,14,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,37.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,994.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,198.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,812.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,12,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-01-23 18:08:28.000000,2025-01-23 15:04:48,1026.0,58.0,14.0,19.0,917.0,,5.0,100.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,74.0,74.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-01-23 00:12:09.000000,2024-12-09 09:04:11,894.0,1.0,25.0,15.0,182.0,19.0,130.0,83.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,11,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-01-14 18:03:02.000000,2025-01-14 18:03:00,111.0,11.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-09 18:11:44.000000,2025-01-09 18:11:42,95.0,18.0,8.0,11.0,117.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-22 16:47:37.000000,2025-01-22 16:47:37,135.0,10.0,10.0,43.0,79.0,51.0,70.0,89.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,4.0,14.0,13.0,28.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,12.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 163,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,167.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,1.0,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,1.0,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,351775.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4382273.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-01-30_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 9.9K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - zitadel (🥈30 · ⭐ 9.5K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - did-jwt-vc (🥇27 · ⭐ 190 · 📈) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - aries-rfcs (🥇19 · ⭐ 330 · 📈) - Hyperledger Aries is infrastructure for blockchain-.. Apache-2 hyperledger - digitalbazaar-vc (🥉18 · ⭐ 180 · 📈) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥉31 · ⭐ 24K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - openbr (🥉21 · ⭐ 2.9K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed - sphereon-openid4vci (🥉16 · ⭐ 73 · 📉) - OpenID for Verifiable Credentials - modules for.. Apache-2 - sphereon-pex (🥉13 · ⭐ 40 · 📉) - A Typescript implementation of the DIF Presentation.. Apache-2 - entra-verifiedid-wallet-library-ios (🥉10 · ⭐ 25 · 📉) - A library to manage your Decentralized Identities and.. MIT ================================================ FILE: history/2025-01-30_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-01-29 22:47:33.000000,2025-01-29 22:47:31,3831.0,77.0,3609.0,111.0,3091.0,316.0,4442.0,25765.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,379438.0,379438.0,853.0,https://www.npmjs.com/package/next-auth,4420103.0,4420103.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-01-30 09:58:27.000000,2025-01-30 09:58:27,9251.0,113.0,2069.0,150.0,3793.0,149.0,3319.0,12405.0,2025-01-16 16:32:45,1.16.3,100.0,1501.0,1501.0,481.0,,,3032290.0,1.0,109162473.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-01-30 12:45:02.715072,2025-01-30 12:03:22,5464.0,132.0,1362.0,130.0,4621.0,377.0,2301.0,9942.0,2025-01-27 16:03:11,1.1.0,100.0,4895.0,4895.0,497.0,,,5661236.0,1.0,11696881.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-01-30 12:45:02.715072,43.0,594707079.0,6.0,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-01-27 13:58:26.000000,2025-01-21 08:41:38,4046.0,35.0,2094.0,237.0,4554.0,194.0,2172.0,12798.0,2024-11-21 19:41:27,1.12.0,70.0,13406.0,13406.0,414.0,,,2991956.0,1.0,8275858.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,158.0,308375009.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-01-20 16:40:22.000000,2025-01-20 16:40:22,1764.0,91.0,2383.0,164.0,265.0,7.0,1152.0,17370.0,2024-08-17 07:30:49,0.0.93,13.0,5325.0,5325.0,78.0,,,339279.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,339279.0,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-01-22 14:42:39.000000,2025-01-22 14:42:39,10382.0,84.0,1394.0,135.0,1317.0,99.0,1019.0,9278.0,2024-10-31 10:06:07,1.0.2,13.0,2780.0,2780.0,254.0,,,2673183.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2673183.0,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-01-30 08:58:25.000000,2025-01-30 08:58:24,27327.0,745.0,6854.0,387.0,18646.0,1714.0,11403.0,25018.0,2025-01-15 10:45:14,26.1.0,72.0,,,1551.0,,,73214.0,1.0,3587509.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-01-28 08:57:44.000000,2025-01-28 08:57:44,1702.0,2.0,475.0,63.0,494.0,83.0,293.0,2842.0,2023-01-10 13:13:43,3.2.2,48.0,595013.0,595013.0,197.0,,,129166914.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,129166914.0,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-01-30 18:05:48.000000,2025-01-17 08:52:35,3989.0,102.0,1405.0,236.0,1869.0,85.0,1448.0,15884.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,302.0,,,3683770.0,1.0,887909.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426045943.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-01-30 16:02:05.000000,2025-01-29 15:37:50,4539.0,107.0,948.0,111.0,2126.0,193.0,1173.0,11507.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1425705.0,1.0,48067.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,113992392.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-01-29 14:38:10.000000,2025-01-29 14:38:10,1447.0,19.0,458.0,61.0,218.0,91.0,365.0,4668.0,2025-01-28 13:42:59,1.4.1,37.0,38635.0,38635.0,126.0,,,15815835.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,15815835.0,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-01-30 18:24:01.000000,2025-01-30 17:50:38,20735.0,299.0,4159.0,809.0,23061.0,1060.0,5167.0,31667.0,2025-01-30 14:18:52,1.18.4,100.0,14359.0,14359.0,1556.0,,,,1.0,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,302.0,161.0,348.0,429.0,23132.0,,,,1191913.0,1191913.0,38.0,https://www.npmjs.com/package/passport,10289235.0,10289235.0,2.0,,,,,,,,,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1654.0,244.0,516.0,41.0,794.0,18111.0,2024-12-28 12:13:32,2.103.0,100.0,3307.0,3307.0,151.0,https://www.npmjs.com/package/casbin,207207.0,329578.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,122371.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-30 17:23:34.000000,2025-01-26 20:34:18,1657.0,37.0,274.0,39.0,460.0,18.0,466.0,6196.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,89611.0,89611.0,70.0,https://www.npmjs.com/package/@casl/ability,2363769.0,2363769.0,1.0,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13295.0,1570.0,234.0,757.0,593.0,54039.0,2018-04-02 17:18:43,1.2.2,2.0,3999.0,3999.0,54.0,,,125890.0,2.0,1401.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9001.0,,face_recognition,https://pypi.org/project/face_recognition,125780.0,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-01-27 04:29:14.000000,2025-01-27 04:29:14,4843.0,81.0,1866.0,182.0,1831.0,548.0,1390.0,11430.0,2024-06-27 03:45:31,r1.4.2,16.0,134.0,134.0,153.0,,,299856.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,299856.0,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3692.0,343.0,111.0,445.0,393.0,16925.0,2020-03-22 14:01:55,0.22.2,38.0,11860.0,11860.0,25.0,https://www.npmjs.com/package/face-api.js,105252.0,105252.0,2.0,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-01-30 16:06:06.000000,2025-01-30 15:41:19,26438.0,462.0,3900.0,602.0,4984.0,,,11132.0,2025-01-24 12:51:19,7.1.4,100.0,21.0,21.0,359.0,,,7038.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-01-30 00:34:48.111393,131.0,1126215.0,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-01-29 17:04:33.126456,2025-01-29 16:48:20,2661.0,92.0,1249.0,75.0,1734.0,112.0,1467.0,10900.0,2025-01-29 16:57:54,1.820.0,100.0,7.0,7.0,211.0,,,8743.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-01-29 17:04:33.126456,17.0,445907.0,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-01-30 00:04:45.000000,2025-01-29 20:05:20,4440.0,247.0,288.0,44.0,1658.0,97.0,398.0,5342.0,2025-01-24 12:13:23,1.40.0,89.0,94.0,94.0,55.0,,,94252.0,2.0,124769.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-01-24 12:26:55.243363,7.0,3736474.0,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-01-30 16:43:47.000000,2025-01-30 11:44:18,9174.0,167.0,558.0,58.0,6819.0,319.0,1461.0,4504.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,188.0,188.0,318.0,,,11583.0,2.0,393838.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-01-30 17:57:39.065296,2025-01-30 16:59:19,3650.0,70.0,284.0,40.0,4363.0,100.0,937.0,4135.0,2024-11-11 19:02:17,0.28.0,100.0,19.0,19.0,95.0,,,22396843.0,2.0,66019.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-01-30 17:57:39.065296,11.0,1612489350.0,,,,,,,,,,,, 34,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-01-30 18:18:20.000000,2025-01-30 18:18:19,6770.0,392.0,1155.0,165.0,6709.0,60.0,1227.0,22634.0,2025-01-01 05:36:55,4.38.18,100.0,,,197.0,,,842.0,2.0,48000.0,,,,,,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-01-30 17:54:36.000000,2025-01-28 19:55:07,7024.0,116.0,480.0,77.0,4289.0,151.0,1383.0,1858.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,206.0,,,6971.0,2.0,474089.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,8.0,8837.0,610.0,289.0,,,75310.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,541785.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,541785.0,,,,,,,, 37,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,8.0,5416.0,517.0,184.0,1143.0,1386.0,24128.0,2023-04-02 07:43:27,0.7,1.0,3307.0,3307.0,63.0,,,302213.0,3.0,6346434.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,-1.0,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-01-30 17:40:54.000000,2025-01-30 17:40:15,4548.0,132.0,283.0,197.0,5115.0,114.0,264.0,3906.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,179.0,,,302451.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,18147083.0,,,,,,,,,,,, 39,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-19 10:17:04.000000,2025-01-19 10:16:18,2538.0,12.0,753.0,72.0,251.0,,,3293.0,2025-01-19 10:16:53,8.6.1,100.0,1548.0,1548.0,74.0,https://www.npmjs.com/package/oidc-provider,229511.0,229511.0,2.0,,,,,,,,,,,,,,,,,, 40,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-01-30 17:01:45.000000,2025-01-30 17:01:45,14954.0,840.0,739.0,117.0,7647.0,1120.0,13739.0,790.0,2024-03-04 08:48:32,7.0.0,100.0,,,715.0,,,15424.0,2.0,14667.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1948771.0,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,85.0,357.0,570.0,2024-01-30 11:50:06,7.5.0,51.0,1944.0,1944.0,174.0,,,885300.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,885300.0,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-01-30 04:22:57.000000,2025-01-21 19:43:40,3136.0,78.0,1626.0,175.0,2546.0,305.0,840.0,9666.0,2024-09-10 09:40:25,api/v2.2.0,87.0,169.0,169.0,262.0,,,3.0,2.0,356.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-01-30 15:50:14.000000,2025-01-30 15:43:13,3533.0,143.0,626.0,52.0,5952.0,593.0,1992.0,9537.0,2025-01-28 09:46:37,2.67.5,100.0,,,173.0,,,1207.0,2.0,6036.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,1.0,,,,https://charts.zitadel.com,,,,,,, 44,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-01-28 00:44:40.773845,2025-01-28 00:40:58,7125.0,166.0,462.0,51.0,6313.0,164.0,418.0,9339.0,2025-01-23 08:03:14,1.23.1,65.0,20.0,20.0,69.0,,,5656.0,2.0,4917.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-01-28 00:44:40.773845,5.0,236811.0,,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-23 08:14:10.000000,2025-01-23 08:14:10,2497.0,23.0,1028.0,105.0,869.0,38.0,848.0,5356.0,2024-12-09 07:54:33,5.8.1,69.0,9753.0,9753.0,329.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 46,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-01-27 03:54:37.000000,2025-01-10 16:10:03,1591.0,49.0,344.0,56.0,1280.0,38.0,285.0,4917.0,,,52.0,35.0,35.0,74.0,,,624608.0,2.0,26318.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51188778.0,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-30 10:42:01.000000,2025-01-30 10:42:00,1424.0,39.0,348.0,48.0,753.0,58.0,293.0,3346.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,1021104.0,3.0,47463.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,39.0,89808747.0,,,,,,,,,,,, 48,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-01-16 23:21:22.000000,2025-01-16 23:20:16,508.0,37.0,171.0,36.0,132.0,1.0,101.0,884.0,2025-01-16 23:22:00,2.5.0,30.0,1275.0,1275.0,30.0,,,312178.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,312178.0,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-01-30 14:20:27.000000,2025-01-23 17:44:21,634.0,11.0,69.0,39.0,227.0,4.0,86.0,343.0,2025-01-23 17:44:48,8.0.8,100.0,5475.0,5475.0,42.0,https://www.npmjs.com/package/did-jwt,328406.0,328406.0,1.0,,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,756.0,77.0,2.0,382.0,15278.0,2024-10-04 12:56:15,0.2.2,5.0,86.0,86.0,31.0,,,1449.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,70.0,162346.0,,,,,,,,,,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-01-30 17:37:48.000000,2025-01-30 17:37:48,16290.0,545.0,991.0,61.0,9724.0,637.0,2115.0,14697.0,2025-01-29 21:14:29,ersion/2024.12.3,100.0,,,337.0,,,170.0,3.0,5110.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-01-30 15:54:50.000000,2025-01-30 15:54:50,1903.0,76.0,149.0,32.0,2037.0,41.0,338.0,3579.0,2024-11-26 14:18:43,0.40.0,63.0,29.0,29.0,33.0,,,2155.0,3.0,99164.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-01-29 05:41:03.000000,2025-01-29 05:41:03,2242.0,106.0,192.0,23.0,2309.0,189.0,746.0,3003.0,2025-01-23 23:16:32,1.4.6,34.0,42.0,42.0,96.0,,,7032.0,3.0,412.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-01-24 00:23:06.966630,3.0,498869.0,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-01-30 14:23:45.000000,2025-01-30 14:23:43,6651.0,242.0,357.0,41.0,910.0,30.0,285.0,1514.0,2025-01-13 17:09:39,is-7.1.0,71.0,2500.0,2500.0,330.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-01-30 18:18:37.000000,2025-01-28 20:54:31,6854.0,121.0,596.0,139.0,4864.0,197.0,2897.0,5289.0,2025-01-27 23:30:03,release-2025-01-27,100.0,,,136.0,,,18120.0,2.0,35854.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-01-23 00:25:28.602449,13.0,1995479.0,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-01-30 14:53:38.000000,2025-01-30 14:53:38,4291.0,425.0,233.0,24.0,1735.0,43.0,200.0,5209.0,2025-01-29 11:50:29,1.2.9,100.0,4.0,4.0,64.0,,,254.0,3.0,6101.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-01-13 21:09:18.000000,2025-01-13 08:20:38,3183.0,23.0,297.0,78.0,865.0,286.0,639.0,1791.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,767.0,8868.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004643.0,,,,,,,,,,,, 58,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,123.0,63.0,320.0,37.0,284.0,900.0,2024-07-01 10:11:29,5.5.1,39.0,160.0,160.0,47.0,,,110812.0,2.0,14401.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,110671.0,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13160.0,1533.0,525.0,25.0,844.0,53130.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6508.0,3.0,462097.0,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,176.0,30.0,1527.0,109.0,103.0,3483.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,38880.0,3.0,3528.0,,,,,,,oso,https://pypi.org/project/oso,38805.0,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-01-30 18:22:01.000000,2025-01-30 12:28:59,34728.0,295.0,77.0,32.0,6182.0,438.0,3985.0,514.0,2025-01-20 16:38:46,1.3.0,100.0,,,122.0,,,489.0,3.0,7342.0,,,,,,,,,,,,,,,,, 62,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-01-30 13:31:28.000000,2025-01-06 05:23:39,520.0,3.0,74.0,28.0,154.0,4.0,48.0,217.0,2025-01-06 05:24:12,11.0.3,69.0,1709.0,1709.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18513.0,18513.0,1.0,,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-01-29 14:21:42.000000,2025-01-28 16:34:32,374.0,7.0,45.0,23.0,101.0,2.0,48.0,187.0,2025-01-28 16:11:26,4.0.6,60.0,1130.0,1130.0,22.0,https://www.npmjs.com/package/did-jwt-vc,35003.0,35003.0,1.0,,,,,,,1.0,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-01-30 10:55:49.125180,2025-01-29 14:58:35,2029.0,85.0,194.0,29.0,521.0,51.0,98.0,5173.0,2025-01-30 10:42:33,0.7.16,45.0,,,69.0,,,6126.0,3.0,1375.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-01-30 10:55:49.125180,1.0,286551.0,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-01-30 16:42:39.000000,2025-01-29 20:56:43,9891.0,181.0,484.0,30.0,2160.0,118.0,1200.0,429.0,2025-01-22 03:14:35,1.2.1,100.0,,,151.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-01-30 15:24:25.000000,2025-01-30 11:58:08,2206.0,50.0,937.0,38.0,1608.0,40.0,348.0,7517.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,301.0,301.0,50.0,,,18.0,3.0,554.0,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-01-24 02:31:27.000000,2025-01-24 02:25:44,2532.0,99.0,336.0,30.0,116.0,3.0,118.0,1572.0,2025-01-09 01:19:37,4.1.5,66.0,,,49.0,,,283.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27766.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,13.0,178.0,39.0,302.0,47.0,220.0,1218.0,2022-09-28 20:32:17,3.0.1,19.0,301.0,301.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 69,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-01-27 19:22:15.000000,2025-01-27 19:22:15,3289.0,85.0,278.0,53.0,2567.0,28.0,247.0,916.0,2025-01-27 16:14:23,1.12.9,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,15.0,124.0,47.0,1898.0,198.0,911.0,825.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,69436.0,3.0,1006.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7150787.0,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,175.0,11.0,131.0,531.0,787.0,16893.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3325.0,3.0,192897.0,,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-01-30 15:39:30.000000,2025-01-10 09:48:37,1192.0,44.0,555.0,65.0,566.0,124.0,388.0,13697.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 73,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-01-27 19:04:04.000000,2025-01-27 19:03:56,6602.0,119.0,313.0,423.0,4468.0,124.0,420.0,1730.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-01-30 18:22:25.000000,2025-01-30 18:21:20,16089.0,51.0,339.0,50.0,7675.0,,,1188.0,,,,,,236.0,,,39018.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-01-29 07:02:24.962015,171.0,5930744.0,,,,,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-01-30 12:38:19.000000,2025-01-23 11:19:03,1836.0,55.0,240.0,57.0,339.0,34.0,86.0,569.0,2022-01-07 16:42:38,0.5.0,6.0,,,116.0,,,1488.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-01-23 11:43:16.243554,,132500.0,,,,,,,,,,,, 76,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-29 13:24:35.000000,2025-01-28 16:54:09,2667.0,114.0,174.0,177.0,944.0,72.0,1163.0,1205.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-01-22 18:26:38.000000,2025-01-22 18:26:03,15100.0,44.0,665.0,110.0,19.0,,,698.0,,,,158.0,158.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-01-30 02:23:02.000000,2025-01-29 08:52:27,1888.0,6.0,132.0,24.0,824.0,66.0,390.0,452.0,2024-04-02 18:54:31,6.0.0,44.0,778.0,778.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-01-30 09:58:16.000000,2025-01-30 09:58:04,14146.0,282.0,137.0,16.0,1994.0,953.0,1991.0,392.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,102.0,3.0,8814.0,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-01-30 13:03:56.000000,2025-01-20 15:18:20,1496.0,8.0,89.0,28.0,1138.0,80.0,267.0,306.0,2025-01-20 10:48:25,1.5.0,33.0,137.0,137.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-01-30 05:44:02.000000,2025-01-30 05:41:01,1099.0,33.0,191.0,28.0,1345.0,182.0,591.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,1.0,,,,,,,,,,,,,,,,,, 82,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,217.0,388.0,25.0,1.0,143.0,27483.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28682.0,3.0,1233358.0,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-01-27 07:38:42.000000,2025-01-27 07:38:42,251.0,11.0,54.0,8.0,31.0,2.0,50.0,495.0,2024-09-23 20:02:22,2.1.2,35.0,3502.0,3502.0,17.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-01-27 18:27:23.000000,2025-01-27 00:26:08,398.0,5.0,42.0,23.0,132.0,3.0,18.0,217.0,2023-03-08 14:05:37,4.1.0,24.0,6857.0,6857.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-01-27 05:30:53.000000,2025-01-27 02:07:10,302.0,8.0,17.0,15.0,125.0,1.0,11.0,85.0,2025-01-24 11:36:29,2.0.29,40.0,1220.0,1220.0,12.0,https://www.npmjs.com/package/web-did-resolver,21235.0,21235.0,2.0,,,,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-08 22:29:27.000000,2025-01-08 22:29:27,801.0,4.0,47.0,15.0,233.0,27.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,136.0,136.0,26.0,,,9543.0,2.0,229036.0,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-01-27 20:53:19.000000,2025-01-27 20:53:17,2866.0,72.0,37.0,16.0,3694.0,55.0,100.0,71.0,2024-11-14 15:51:25,2.3.0,32.0,919.0,919.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 88,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2024-08-17 20:52:59.000000,2024-05-04 11:30:12,564.0,,307.0,62.0,155.0,244.0,584.0,6017.0,2020-09-02 15:57:23,2.6.1,11.0,,,62.0,,,252.0,3.0,20984.0,,,,,,,,,,,,,,,,howdy, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,288.0,62.0,235.0,5.0,130.0,3947.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-01-29 21:49:15.000000,2025-01-24 19:38:21,4053.0,2.0,759.0,250.0,345.0,63.0,210.0,2854.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,855.0,3.0,114577.0,,,,,,-1.0,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,103.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,471.0,471.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,, 92,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-01-30 14:57:26.000000,2025-01-30 02:42:52,4464.0,541.0,56.0,6.0,727.0,12.0,169.0,136.0,2024-12-20 20:22:19,0.10.0,100.0,1.0,1.0,27.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4692.0,560.0,122.0,509.0,621.0,13921.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,2.0,734.0,99.0,343.0,176.0,359.0,1806.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-01-28 15:03:19.000000,2025-01-24 17:25:26,4933.0,12.0,654.0,66.0,1805.0,39.0,57.0,691.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,765.0,,,,,,,,,,,,,,,,, 96,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-01-22 15:45:17.000000,2024-11-14 19:56:04,940.0,21.0,58.0,12.0,318.0,8.0,109.0,672.0,,,,984.0,984.0,32.0,,,,3.0,,,,,,,,,,,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 98,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,2.0,116.0,27.0,361.0,47.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 100,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-01-29 14:15:35.000000,2025-01-17 13:50:15,523.0,16.0,33.0,4.0,251.0,7.0,39.0,63.0,2025-01-17 13:50:40,1.27.0,89.0,232.0,232.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,290.0,95.0,43.0,28.0,24.0,2837.0,,,,,,26.0,,,1221.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1221.0,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,4.0,57.0,2404.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-01-22 14:44:30.000000,2025-01-21 11:40:01,2520.0,58.0,77.0,20.0,897.0,5.0,128.0,465.0,2025-01-01 04:15:40,0.28.4.RELEASE,72.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 104,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,40.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 105,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-01-24 21:54:56.000000,2025-01-24 21:54:56,2394.0,13.0,213.0,51.0,633.0,56.0,175.0,327.0,,,,,,93.0,,,,1.0,,,,,,,2.0,,,,,,,,,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-01-15 10:26:32.000000,2025-01-15 10:22:23,616.0,16.0,61.0,34.0,439.0,75.0,117.0,197.0,,,,159.0,159.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 107,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-01-30 14:01:37.000000,2025-01-30 13:59:15,1898.0,76.0,140.0,24.0,1136.0,59.0,214.0,158.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 108,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2024-10-01 14:33:56.000000,2024-09-24 12:43:17,1285.0,,284.0,90.0,509.0,29.0,166.0,3064.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 109,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,864.0,244.0,249.0,214.0,538.0,2927.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,87.0,184.0,72.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,294.0,33.0,8.0,43.0,768.0,2023-01-31 02:32:05,2.1.1,52.0,21.0,21.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-01-30 12:45:04.000000,2025-01-30 12:45:02,1208.0,18.0,44.0,51.0,285.0,180.0,157.0,505.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-01-24 16:13:40.000000,2025-01-24 16:13:40,538.0,13.0,47.0,17.0,100.0,24.0,68.0,185.0,,,,476.0,476.0,15.0,,,,3.0,,,,,,,2.0,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-01-01 10:04:08.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,790.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,70.0,70.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-01-29 14:12:09.000000,2024-12-23 14:07:00,2021.0,14.0,81.0,8.0,772.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-29 20:45:34.000000,2025-01-29 20:42:31,2802.0,23.0,54.0,13.0,632.0,160.0,122.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,558.0,56.0,125.0,88.0,8164.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-01-27 16:29:22.000000,2025-01-27 16:29:22,582.0,4.0,160.0,82.0,238.0,27.0,49.0,1526.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-27 19:15:57.000000,2025-01-13 21:37:13,287.0,3.0,45.0,4.0,298.0,16.0,22.0,1203.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,100.0,3.0,2120.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-01-27 13:04:21.000000,2025-01-27 13:04:21,1365.0,34.0,96.0,75.0,502.0,20.0,350.0,412.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-01-29 19:36:01.000000,2025-01-29 19:35:44,142.0,2.0,38.0,3.0,59.0,,42.0,319.0,2025-01-29 19:36:01,3.1.1,21.0,63.0,63.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-01-27 22:20:59.000000,2025-01-27 22:20:40,2220.0,29.0,99.0,80.0,845.0,5.0,712.0,303.0,,,,,,78.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2024-12-23 11:44:47.000000,2024-12-23 11:43:35,3690.0,12.0,71.0,26.0,8.0,,,240.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,550.0,3.0,127.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22435.0,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-01-29 19:42:03.000000,2025-01-27 14:36:53,3042.0,361.0,18.0,11.0,283.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-01-30 15:20:32.000000,2025-01-29 17:03:11,4958.0,304.0,16.0,6.0,536.0,43.0,2674.0,52.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-29 08:37:52.000000,2025-01-17 10:11:08,1948.0,24.0,147.0,63.0,523.0,4.0,235.0,616.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,206.0,,,1.0,18.0,18.0,4.0,,,1110.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1110.0,,,,,,,, 129,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-20 16:37:53.000000,2025-01-20 16:34:00,885.0,36.0,203.0,52.0,401.0,56.0,158.0,121.0,,,,,,215.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-01-29 22:38:30.000000,2025-01-27 15:48:49,1320.0,155.0,20.0,8.0,144.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,-1.0,,,,,,,,,Sphereon-Opensource/OID4VC,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-27 17:29:38.000000,2025-01-16 19:32:39,720.0,10.0,72.0,71.0,310.0,117.0,221.0,404.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,74.0,38.0,257.0,46.0,77.0,280.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 133,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-22 01:57:59.000000,2025-01-07 18:41:50,145.0,16.0,34.0,18.0,56.0,20.0,14.0,228.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,317866.0,317866.0,3.0,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-01-27 20:53:02.000000,2025-01-27 20:52:54,495.0,27.0,27.0,28.0,61.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-27 15:10:52.000000,2025-01-27 15:10:49,2038.0,482.0,24.0,7.0,334.0,14.0,17.0,71.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,115.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4637.0,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,53.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-01-30 00:15:05.000000,2025-01-22 18:07:54,776.0,11.0,31.0,18.0,264.0,5.0,274.0,58.0,2025-01-16 18:29:32,draft-ietf-oauth-selective-disclosure-jwt-15,10.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,995.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,198.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 143,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-01-30 13:24:46.000000,2025-01-30 08:22:33,1156.0,175.0,14.0,18.0,932.0,,5.0,100.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,13,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,6.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,-1.0,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,815.0,,,,,,,,,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,74.0,74.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-01-30 00:11:51.000000,2024-12-09 09:04:11,894.0,1.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,11,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-28 19:49:04.000000,2025-01-09 18:11:42,95.0,14.0,8.0,11.0,117.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,4.0,14.0,13.0,29.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-01-14 18:03:02.000000,2025-01-14 18:03:00,111.0,7.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-22 16:47:37.000000,2025-01-22 16:47:37,135.0,9.0,10.0,43.0,79.0,52.0,70.0,90.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,9.0,10.0,3.0,2.0,2.0,18.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,, 163,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,167.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,356411.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4385015.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-02-06_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇39 · ⭐ 2.8K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - wso2-identity-server (🥈32 · ⭐ 790 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - howdy (🥉23 · ⭐ 6K · 📈) - Windows Hello style facial authentication for Linux. MIT - opensk (🥉19 · ⭐ 3.1K · 📈) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf - trinsic-sdk (🥉8 · ⭐ 1 · 🐣) - This repository contains the scripts used to generate SDKs libraries.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇38 · ⭐ 17K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - zitadel (🥉29 · ⭐ 9.6K · 📉) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - node-solid-server (🥇27 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - faceswap (🥉26 · ⭐ 53K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - django-passkeys (🥉14 · ⭐ 210 · 📉) - Django Authentication Backend For Passkeys. MIT ================================================ FILE: history/2025-02-06_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-02-06 08:36:21.000000,2025-02-06 08:36:20,3839.0,73.0,3629.0,111.0,3103.0,310.0,4460.0,25843.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,384201.0,384201.0,859.0,https://www.npmjs.com/package/next-auth,4420103.0,4420103.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-02-06 13:38:44.000000,2025-02-06 13:38:43,9265.0,118.0,2073.0,150.0,3804.0,152.0,3322.0,12436.0,2025-02-03 17:48:49,1.17.0,100.0,1512.0,1512.0,481.0,,,2985396.0,1.0,110459671.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-02-06 10:19:15.212358,2025-02-06 09:39:25,5479.0,140.0,1361.0,129.0,4630.0,371.0,2307.0,9958.0,2025-01-27 16:03:11,1.1.0,100.0,4918.0,4918.0,498.0,,,5612340.0,1.0,11846796.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-02-06 10:19:15.212358,43.0,594889433.0,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-02-03 13:26:43.000000,2025-01-21 08:41:38,4046.0,26.0,2098.0,237.0,4560.0,200.0,2174.0,12809.0,2024-11-21 19:41:27,1.12.0,70.0,13410.0,13410.0,414.0,,,2968077.0,1.0,8299408.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,159.0,308791856.0,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-02-05 17:32:40.000000,2025-02-05 17:32:40,10384.0,76.0,1398.0,135.0,1319.0,101.0,1020.0,9316.0,2024-10-31 10:06:07,1.0.2,13.0,2824.0,2824.0,254.0,,,3100670.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3100670.0,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-02-06 06:35:56.000000,2025-02-06 06:35:56,1703.0,3.0,475.0,63.0,496.0,82.0,294.0,2847.0,2023-01-10 13:13:43,3.2.2,48.0,596921.0,596921.0,197.0,,,135823839.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,135823839.0,1.0,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-02-06 17:39:48.000000,2025-02-06 17:39:47,27389.0,742.0,6874.0,385.0,18731.0,1712.0,11463.0,25131.0,2025-02-05 09:38:45,26.1.1,73.0,,,1554.0,,,72173.0,1.0,3608698.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-02-04 14:38:54.000000,2025-02-04 14:38:53,1770.0,97.0,2402.0,164.0,265.0,7.0,1154.0,17480.0,2024-08-17 07:30:49,0.0.93,13.0,5424.0,5424.0,78.0,,,371582.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,371582.0,-1.0,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-02-06 18:08:15.000000,2025-01-17 08:52:35,3989.0,97.0,1408.0,236.0,1872.0,86.0,1448.0,15903.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,302.0,,,3653115.0,1.0,888971.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426146172.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-02-05 20:09:14.000000,2025-02-03 16:02:55,4546.0,98.0,950.0,111.0,2131.0,194.0,1174.0,11517.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1408317.0,1.0,48231.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114009743.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-01-29 14:38:10.000000,2025-01-29 14:38:10,1447.0,18.0,458.0,61.0,219.0,93.0,365.0,4682.0,2025-01-28 13:42:59,1.4.1,37.0,38839.0,38839.0,126.0,,,16216769.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,16216769.0,,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-02-06 18:13:23.000000,2025-02-06 16:32:14,20762.0,303.0,4159.0,810.0,23114.0,1066.0,5167.0,31713.0,2025-01-30 14:18:52,1.18.4,100.0,14363.0,14363.0,1557.0,,,,1.0,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1224.0,302.0,161.0,348.0,429.0,23145.0,,,,1196117.0,1196117.0,38.0,https://www.npmjs.com/package/passport,10289235.0,10289235.0,2.0,,,,,,,,,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1655.0,244.0,516.0,41.0,794.0,18138.0,2024-12-28 12:13:32,2.103.0,100.0,3310.0,3310.0,151.0,https://www.npmjs.com/package/casbin,207207.0,334924.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,127717.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-30 17:23:34.000000,2025-01-26 20:34:18,1657.0,37.0,273.0,39.0,460.0,18.0,466.0,6210.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,90101.0,90101.0,70.0,https://www.npmjs.com/package/@casl/ability,2363769.0,2363769.0,1.0,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13301.0,1570.0,234.0,757.0,593.0,54074.0,2018-04-02 17:18:43,1.2.2,2.0,4037.0,4037.0,54.0,,,134656.0,2.0,1401.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9017.0,face_recognition,https://pypi.org/project/face_recognition,134548.0,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-02-06 03:10:04.000000,2025-02-06 03:10:04,4844.0,77.0,1866.0,182.0,1833.0,542.0,1396.0,11446.0,2024-06-27 03:45:31,r1.4.2,16.0,135.0,135.0,153.0,,,306322.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,306322.0,,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3695.0,344.0,111.0,445.0,393.0,16933.0,2020-03-22 14:01:55,0.22.2,38.0,11967.0,11967.0,25.0,https://www.npmjs.com/package/face-api.js,105252.0,105252.0,2.0,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-02-06 15:00:04.000000,2025-02-06 15:00:01,26471.0,474.0,3901.0,603.0,4994.0,,,11138.0,2025-01-24 12:51:19,7.1.4,100.0,21.0,21.0,359.0,,,7018.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-02-06 00:35:45.901542,131.0,1129985.0,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-02-06 16:06:35.906350,2025-02-06 15:50:39,2669.0,93.0,1255.0,75.0,1744.0,115.0,1470.0,10939.0,2025-02-06 16:00:09,1.827.0,100.0,7.0,7.0,212.0,,,8701.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-02-06 16:06:35.906350,17.0,452461.0,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-02-04 20:10:20.000000,2025-02-04 20:00:37,4457.0,238.0,288.0,45.0,1674.0,96.0,401.0,5368.0,2025-01-24 12:13:23,1.40.0,89.0,94.0,94.0,55.0,,,93354.0,2.0,126748.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-01-24 12:26:55.243363,7.0,3791072.0,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-02-06 16:29:39.000000,2025-02-05 17:55:16,9181.0,165.0,557.0,58.0,6829.0,318.0,1463.0,4503.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,188.0,188.0,318.0,,,11261.0,2.0,394159.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-02-06 18:19:53.000000,2025-02-06 18:19:50,3659.0,68.0,285.0,40.0,4378.0,103.0,938.0,4147.0,2024-11-11 19:02:17,0.28.0,100.0,21.0,21.0,95.0,,,22090169.0,2.0,66063.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-02-04 19:27:45.723208,11.0,1612499225.0,,,,,,,,,,,, 34,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-02-04 20:45:58.000000,2025-02-03 17:31:50,6792.0,369.0,1156.0,165.0,6735.0,61.0,1226.0,22712.0,2025-01-01 05:36:55,4.38.18,100.0,,,199.0,,,829.0,2.0,48135.0,,,,,,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-02-06 18:14:19.000000,2025-02-06 18:12:13,7038.0,115.0,481.0,77.0,4306.0,148.0,1388.0,1860.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,206.0,,,6965.0,2.0,480585.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-02-06 15:46:40.000000,2025-02-06 15:46:39,15010.0,861.0,743.0,116.0,7682.0,1169.0,13844.0,791.0,2024-03-04 08:48:32,7.0.0,100.0,,,716.0,,,15313.0,2.0,14799.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1949932.0,,,,1.0,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,7.0,8877.0,613.0,292.0,,,75688.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,545648.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,545648.0,,,,,,,,, 38,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,7.0,5418.0,517.0,184.0,1143.0,1387.0,24174.0,2023-04-02 07:43:27,0.7,1.0,3341.0,3341.0,63.0,,,292352.0,3.0,6431714.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,182.0,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-02-06 01:44:45.000000,2025-02-05 21:03:12,4556.0,137.0,282.0,200.0,5135.0,114.0,264.0,3909.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,179.0,,,298630.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,18216481.0,,,,,,,,,,,, 40,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-19 10:17:04.000000,2025-01-19 10:16:18,2538.0,10.0,752.0,72.0,251.0,,,3301.0,2025-01-19 10:16:53,8.6.1,100.0,1552.0,1552.0,74.0,https://www.npmjs.com/package/oidc-provider,229511.0,229511.0,2.0,,,,,,,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,85.0,357.0,570.0,2024-01-30 11:50:06,7.5.0,51.0,1948.0,1948.0,174.0,,,950286.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,950286.0,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-02-06 12:46:37.000000,2025-02-06 12:46:35,3160.0,100.0,1628.0,175.0,2559.0,304.0,844.0,9679.0,2024-09-10 09:40:25,api/v2.2.0,87.0,169.0,169.0,264.0,,,3.0,2.0,356.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-02-06 09:14:19.000000,2025-02-06 08:05:34,7128.0,162.0,467.0,51.0,6318.0,162.0,421.0,9388.0,2025-01-23 08:03:14,1.23.1,65.0,20.0,20.0,70.0,,,5561.0,2.0,4925.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-02-06 08:09:13.986241,5.0,238354.0,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,19.0,1028.0,105.0,869.0,38.0,848.0,5358.0,2024-12-09 07:54:33,5.8.1,69.0,9785.0,9785.0,330.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-02-06 03:34:15.000000,2025-01-10 16:10:03,1591.0,48.0,346.0,56.0,1284.0,37.0,286.0,4923.0,,,52.0,35.0,35.0,74.0,,,617116.0,2.0,26363.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51191555.0,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-30 10:42:01.000000,2025-01-30 10:42:00,1424.0,38.0,348.0,48.0,753.0,58.0,293.0,3348.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,1009821.0,3.0,47739.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,39.0,89825347.0,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-02-02 05:29:56.000000,2025-02-02 05:29:42,512.0,41.0,171.0,35.0,133.0,,102.0,886.0,2025-02-02 05:30:22,2.5.1,31.0,1282.0,1282.0,30.0,,,319637.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,319637.0,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-02-06 17:22:10.000000,2025-01-23 17:44:21,634.0,11.0,69.0,39.0,227.0,4.0,86.0,345.0,2025-01-23 17:44:48,8.0.8,100.0,5522.0,5522.0,42.0,https://www.npmjs.com/package/did-jwt,328406.0,328406.0,1.0,,,,,,,,,,,,,,,,,, 49,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,755.0,77.0,2.0,382.0,15286.0,2024-10-04 12:56:15,0.2.2,5.0,87.0,87.0,31.0,,,1436.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162354.0,,,,,,,,,,,, 50,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-02-06 12:24:49.000000,2025-02-06 09:08:45,16308.0,524.0,995.0,61.0,9755.0,643.0,2127.0,14814.0,2025-01-29 21:14:29,ersion/2024.12.3,100.0,,,340.0,,,165.0,3.0,5118.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-02-06 16:49:49.000000,2025-02-06 09:45:22,3541.0,149.0,635.0,52.0,5972.0,598.0,1999.0,9581.0,2025-02-06 12:00:45,2.69.2,100.0,,,174.0,,,1022.0,3.0,6132.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,-1.0,https://charts.zitadel.com,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-02-06 12:06:01.000000,2025-02-06 12:06:01,1908.0,73.0,149.0,32.0,2042.0,42.0,339.0,3598.0,2024-11-26 14:18:43,0.40.0,63.0,29.0,29.0,33.0,,,2127.0,3.0,99972.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-02-06 00:33:59.000000,2025-02-06 00:33:59,2254.0,110.0,196.0,23.0,2327.0,189.0,752.0,3031.0,2025-01-23 23:16:32,1.4.6,34.0,42.0,42.0,99.0,,,6990.0,3.0,412.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-01-24 00:23:06.966630,3.0,502886.0,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-02-06 15:56:56.000000,2025-02-06 15:51:03,6690.0,281.0,358.0,40.0,939.0,23.0,289.0,1516.0,2025-01-13 17:09:39,is-7.1.0,71.0,2521.0,2521.0,330.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-02-06 18:21:38.000000,2025-02-05 18:28:58,6863.0,117.0,598.0,139.0,4867.0,199.0,2899.0,5308.0,2025-02-04 17:00:10,release-2025-02-04,100.0,,,136.0,,,17926.0,2.0,36074.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-01-23 00:25:28.602449,13.0,1995726.0,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-02-06 16:08:40.000000,2025-02-06 16:06:45,4308.0,398.0,234.0,25.0,1743.0,45.0,202.0,5225.0,2025-02-06 16:18:40,1.3.0,100.0,4.0,4.0,64.0,,,243.0,3.0,6088.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 57,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,124.0,64.0,320.0,37.0,284.0,901.0,2024-07-01 10:11:29,5.5.1,39.0,160.0,160.0,47.0,,,119030.0,2.0,14474.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,118890.0,,,,,,,,, 58,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,176.0,30.0,1527.0,109.0,103.0,3481.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,37452.0,3.0,3528.0,,,,,,oso,https://pypi.org/project/oso,37379.0,,,,,,,,, 59,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-01-13 21:09:18.000000,2025-01-13 08:20:38,3183.0,9.0,298.0,78.0,865.0,286.0,639.0,1791.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,767.0,8804.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004643.0,,,,-1.0,,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-02-06 18:18:29.000000,2025-02-06 18:18:22,34742.0,284.0,79.0,32.0,6207.0,432.0,4003.0,514.0,2025-01-20 16:38:46,1.3.0,100.0,,,122.0,,,459.0,3.0,7352.0,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-02-06 17:24:20.000000,2025-01-06 05:23:39,520.0,3.0,74.0,28.0,154.0,5.0,48.0,218.0,2025-01-06 05:24:12,11.0.3,69.0,1719.0,1719.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18513.0,18513.0,1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-02-03 09:48:07.000000,2025-02-03 05:14:40,376.0,9.0,45.0,23.0,101.0,2.0,48.0,187.0,2025-01-28 16:11:26,4.0.6,60.0,1137.0,1137.0,22.0,https://www.npmjs.com/package/did-jwt-vc,35003.0,35003.0,1.0,,,,,,,,,,,,,,,,,, 63,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13169.0,1534.0,525.0,27.0,844.0,53175.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6485.0,3.0,466928.0,,,,,,,,,-1.0,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-02-03 11:38:28.137078,2025-02-02 18:21:30,2032.0,81.0,194.0,29.0,524.0,51.0,98.0,5181.0,2025-01-30 10:42:33,0.7.16,46.0,,,69.0,,,6057.0,3.0,1375.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-03 11:38:28.137078,1.0,289375.0,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-02-06 16:59:20.000000,2025-02-06 16:58:46,9900.0,176.0,485.0,30.0,2172.0,117.0,1203.0,429.0,2025-02-03 17:59:53,1.2.2,100.0,,,152.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,, 66,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-02-05 01:39:41.000000,2025-02-05 01:38:46,2535.0,97.0,336.0,30.0,116.0,3.0,118.0,1573.0,2025-01-09 01:19:37,4.1.5,66.0,,,49.0,,,281.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27870.0,,,,,,,,,,,, 67,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-02-06 17:01:47.000000,2025-02-06 17:01:47,3292.0,86.0,278.0,53.0,2570.0,28.0,247.0,918.0,2025-01-27 16:14:23,1.12.9,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,, 68,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,14.0,124.0,47.0,1898.0,197.0,912.0,828.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,68801.0,3.0,1006.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7154251.0,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-02-06 16:23:34.000000,2025-01-10 09:48:37,1192.0,44.0,556.0,66.0,567.0,124.0,388.0,13769.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 70,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-02-05 19:49:01.000000,2025-02-03 16:28:29,2209.0,39.0,939.0,38.0,1612.0,40.0,348.0,7522.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,302.0,302.0,50.0,,,17.0,3.0,557.0,,,,,,,,,,,,,,,,, 71,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-02-03 21:13:38.000000,2025-02-03 21:13:38,6612.0,117.0,314.0,423.0,4476.0,125.0,420.0,1731.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,9.0,179.0,41.0,303.0,47.0,220.0,1222.0,2022-09-28 20:32:17,3.0.1,19.0,305.0,305.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-02-06 16:46:53.000000,2025-02-06 09:54:39,16094.0,53.0,340.0,51.0,7689.0,,,1192.0,,,,,,236.0,,,38797.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-02-05 06:30:11.858846,171.0,5936045.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-02-06 16:52:59.772249,2025-02-06 16:49:51,1847.0,49.0,241.0,57.0,340.0,35.0,86.0,573.0,2022-01-07 16:42:38,0.5.0,6.0,,,117.0,,,1475.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-02-06 16:52:59.772249,,132817.0,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,191.0,11.0,131.0,531.0,787.0,16948.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3282.0,3.0,193660.0,,,,,,,,,,,,,,,,, 76,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,11.0,306.0,62.0,155.0,235.0,596.0,6028.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,251.0,3.0,21110.0,,,,,,,,,2.0,,,,,,,howdy, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-29 13:24:35.000000,2025-01-28 16:54:09,2667.0,114.0,175.0,176.0,946.0,74.0,1164.0,1206.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-02-06 13:53:24.000000,2025-02-06 13:52:36,15105.0,49.0,665.0,110.0,19.0,,,698.0,,,,158.0,158.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-02-05 13:06:35.000000,2025-01-29 08:52:27,1888.0,6.0,132.0,24.0,824.0,66.0,391.0,454.0,2024-04-02 18:54:31,6.0.0,44.0,784.0,784.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-02-06 15:02:52.000000,2025-02-06 15:02:52,14160.0,282.0,137.0,16.0,2000.0,954.0,1994.0,393.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,8814.0,,,,,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-02-06 12:20:43.000000,2025-01-20 15:18:20,1496.0,8.0,89.0,28.0,1140.0,84.0,268.0,310.0,2025-01-20 10:48:25,1.5.0,33.0,138.0,138.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-02-06 07:48:51.000000,2025-02-06 07:46:04,1105.0,37.0,191.0,29.0,1354.0,185.0,594.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,1.0,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-02-02 16:25:56.000000,2025-02-02 16:25:55,253.0,13.0,54.0,8.0,31.0,2.0,50.0,500.0,2025-02-02 16:19:51,2.2.0,36.0,3664.0,3664.0,17.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-02-03 17:19:10.000000,2025-01-27 00:26:08,398.0,5.0,42.0,23.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,6907.0,6907.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-02-03 04:31:46.000000,2025-02-03 01:03:49,303.0,9.0,17.0,15.0,125.0,1.0,11.0,86.0,2025-01-24 11:36:29,2.0.29,40.0,1229.0,1229.0,12.0,https://www.npmjs.com/package/web-did-resolver,21235.0,21235.0,2.0,,,,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-31 00:40:54.000000,2025-01-31 00:40:54,803.0,6.0,47.0,15.0,235.0,27.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,137.0,137.0,26.0,,,9219.0,2.0,230490.0,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-02-03 17:53:59.000000,2025-02-03 17:53:57,2868.0,64.0,36.0,16.0,3696.0,55.0,100.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,922.0,922.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,235.0,388.0,25.0,1.0,143.0,27541.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28226.0,3.0,1241980.0,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,290.0,62.0,235.0,5.0,130.0,3955.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-01-29 21:49:15.000000,2025-01-24 19:38:21,4053.0,2.0,759.0,250.0,345.0,63.0,210.0,2854.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,851.0,3.0,114895.0,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,472.0,472.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,, 92,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-02-06 17:58:46.000000,2025-02-06 17:34:07,4509.0,547.0,56.0,6.0,735.0,12.0,173.0,140.0,2025-02-01 11:24:35,0.11.0,100.0,1.0,1.0,27.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,560.0,122.0,509.0,621.0,13931.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-02-04 13:16:30.000000,2025-02-03 14:50:10,4935.0,14.0,655.0,66.0,1807.0,39.0,57.0,692.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,765.0,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-02-06 18:06:35.000000,2025-02-06 18:06:35,948.0,21.0,58.0,12.0,320.0,8.0,109.0,673.0,,,,995.0,995.0,33.0,,,,3.0,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,, 97,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,1.0,117.0,27.0,361.0,48.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,36.0,36.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-04 15:00:50.000000,2025-02-04 14:58:00,524.0,16.0,33.0,4.0,252.0,7.0,39.0,63.0,2025-02-04 15:00:50,1.27.1,90.0,233.0,233.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-02-04 10:53:08.000000,2024-09-24 12:43:17,1285.0,,284.0,90.0,510.0,30.0,166.0,3067.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,1.0,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,291.0,95.0,43.0,28.0,24.0,2844.0,,,,,,26.0,,,1236.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1236.0,,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,3.0,58.0,2404.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,2.0,736.0,99.0,344.0,175.0,361.0,1811.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 104,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-02-02 13:20:36.000000,2025-02-02 13:19:38,2526.0,62.0,77.0,20.0,899.0,5.0,128.0,467.0,2025-02-01 14:53:51,0.28.5.RELEASE,73.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 105,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,40.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 106,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-02-03 12:57:27.000000,2025-01-31 17:38:02,2398.0,17.0,213.0,51.0,636.0,56.0,175.0,328.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,,, 107,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-01-15 10:26:32.000000,2025-01-15 10:22:23,616.0,15.0,61.0,34.0,439.0,75.0,117.0,198.0,,,,160.0,160.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 108,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-02-05 23:14:23.000000,2025-02-05 19:57:07,1905.0,78.0,141.0,24.0,1144.0,61.0,215.0,158.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,, 109,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,864.0,246.0,249.0,215.0,538.0,2937.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,87.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,293.0,33.0,8.0,43.0,770.0,2023-01-31 02:32:05,2.1.1,52.0,21.0,21.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-02-05 16:41:43.000000,2025-01-30 12:45:02,1208.0,17.0,44.0,51.0,287.0,180.0,157.0,506.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-02-01 23:29:10.000000,2025-01-24 16:13:40,538.0,13.0,47.0,17.0,100.0,24.0,68.0,186.0,,,,478.0,478.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-02-01 10:01:29.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,804.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-02-03 13:10:36.000000,2024-12-23 14:07:00,2021.0,11.0,81.0,8.0,773.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-29 20:45:34.000000,2025-01-29 20:42:31,2802.0,23.0,54.0,13.0,633.0,160.0,122.0,61.0,,,1.0,52.0,52.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,558.0,56.0,125.0,88.0,8163.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-01-27 16:29:22.000000,2025-01-27 16:29:22,582.0,4.0,161.0,81.0,242.0,27.0,49.0,1526.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-27 19:15:57.000000,2025-01-13 21:37:13,287.0,3.0,45.0,4.0,298.0,16.0,22.0,1207.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,96.0,3.0,2121.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-01-27 13:04:21.000000,2025-01-27 13:04:21,1365.0,34.0,96.0,75.0,502.0,20.0,350.0,414.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-01-29 19:36:01.000000,2025-01-29 19:35:44,142.0,2.0,38.0,3.0,59.0,,42.0,319.0,2025-01-29 19:36:01,3.1.1,21.0,63.0,63.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-04 15:41:01.000000,2025-01-27 22:20:40,2220.0,29.0,99.0,80.0,846.0,5.0,712.0,305.0,,,,,,78.0,,,,2.0,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-02-06 11:28:11.000000,2024-12-23 11:43:35,3690.0,12.0,71.0,26.0,8.0,,,241.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,538.0,3.0,127.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22483.0,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-02-06 16:35:05.000000,2025-02-06 13:35:44,3090.0,342.0,18.0,11.0,287.0,12.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-02-06 14:36:07.000000,2025-02-06 14:10:01,4973.0,295.0,16.0,6.0,536.0,46.0,2676.0,52.0,,,,1.0,1.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-20 16:37:53.000000,2025-01-20 16:34:00,885.0,36.0,204.0,52.0,401.0,56.0,159.0,121.0,,,,,,215.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,15,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-29 08:37:52.000000,2025-01-17 10:11:08,1948.0,6.0,147.0,63.0,523.0,4.0,236.0,616.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,75.0,38.0,257.0,46.0,77.0,281.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-22 01:57:59.000000,2025-01-07 18:41:50,145.0,16.0,35.0,18.0,56.0,20.0,15.0,233.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,317866.0,317866.0,3.0,,,,,,,,,,,,,,,,,, 131,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-02-06 15:15:15.000000,2025-02-06 15:15:10,500.0,32.0,28.0,28.0,62.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-02-06 15:41:07.000000,2025-02-05 09:26:14,1323.0,145.0,20.0,8.0,145.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-27 15:10:52.000000,2025-01-27 15:10:49,2038.0,406.0,25.0,7.0,334.0,14.0,17.0,71.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,113.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4637.0,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-27 17:29:38.000000,2025-01-16 19:32:39,720.0,9.0,72.0,71.0,310.0,117.0,223.0,404.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,, 136,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,14,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,206.0,,,1.0,18.0,18.0,4.0,,,1093.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1093.0,-2.0,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-02-06 00:15:56.000000,2025-01-22 18:07:54,776.0,11.0,31.0,18.0,264.0,7.0,278.0,58.0,2025-01-16 18:29:32,draft-ietf-oauth-selective-disclosure-jwt-15,10.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,996.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,196.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 143,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-02-06 15:55:18.000000,2025-02-06 11:29:44,1162.0,170.0,14.0,18.0,937.0,,5.0,102.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,13,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,6.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,823.0,,,,,,,,,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,75.0,75.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-02-06 00:12:13.000000,2024-12-09 09:04:11,894.0,1.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 154,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-31 22:49:02.000000,2025-01-09 18:11:42,95.0,9.0,8.0,11.0,118.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-22 16:47:37.000000,2025-01-22 16:47:37,135.0,9.0,10.0,43.0,79.0,52.0,70.0,90.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,, 158,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,, 159,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,3.0,14.0,13.0,29.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-02-05 20:55:50.000000,2025-01-14 18:03:00,111.0,2.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,10.0,10.0,3.0,2.0,2.0,19.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 163,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,8,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,1.0,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,158.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,362535.0,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4387734.0,,,,,,,,,,,, 170,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 171,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 172,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 173,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 174,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-02-07_changes.md ================================================ ## ➕ Added Projects _Projects that were recently added to this best-of list._ - procivis-one-wallet (🥉13 · ⭐ 71 · 🐣) - Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5.. Apache-2 w3c - procivis-one-core (🥉2 · ➕) - Issue, hold and verify digital identities and credentials.. Apache-2 w3c ================================================ FILE: history/2025-02-07_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,new_addition,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-02-06 19:01:59.000000,2025-02-06 19:01:58,3845.0,79.0,3631.0,111.0,3105.0,310.0,4462.0,25850.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,384999.0,384999.0,863.0,https://www.npmjs.com/package/next-auth,3938994.0,3938994.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-02-07 00:36:44.000000,2025-02-07 00:36:44,9267.0,120.0,2073.0,150.0,3806.0,152.0,3322.0,12437.0,2025-02-03 17:48:49,1.17.0,100.0,1514.0,1514.0,481.0,,,2991082.0,1.0,110670044.0,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-02-07 19:14:26.777747,2025-02-07 18:33:21,5480.0,141.0,1362.0,129.0,4634.0,372.0,2307.0,9959.0,2025-01-27 16:03:11,1.1.0,100.0,4925.0,4925.0,498.0,,,5613125.0,1.0,11875816.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-02-07 19:14:26.777747,43.0,594920779.0,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-02-03 13:26:43.000000,2025-01-21 08:41:38,4046.0,26.0,2097.0,237.0,4561.0,201.0,2174.0,12809.0,2024-11-21 19:41:27,1.12.0,70.0,13413.0,13413.0,414.0,,,2968712.0,1.0,8303069.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,159.0,308855937.0,,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-02-05 17:32:40.000000,2025-02-05 17:32:40,10384.0,76.0,1398.0,135.0,1319.0,101.0,1020.0,9321.0,2024-10-31 10:06:07,1.0.2,13.0,2826.0,2826.0,254.0,,,3158511.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3158511.0,,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-02-06 06:35:56.000000,2025-02-06 06:35:56,1703.0,3.0,475.0,63.0,496.0,82.0,294.0,2847.0,2023-01-10 13:13:43,3.2.2,48.0,597243.0,597243.0,197.0,,,141290515.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,141290515.0,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-02-07 13:42:45.000000,2025-02-07 13:42:45,27394.0,747.0,6878.0,385.0,18736.0,1713.0,11471.0,25152.0,2025-02-05 09:38:45,26.1.1,73.0,,,1554.0,,,72244.0,1.0,3612233.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-02-04 14:38:54.000000,2025-02-04 14:38:53,1770.0,97.0,2403.0,164.0,265.0,7.0,1154.0,17504.0,2024-08-17 07:30:49,0.0.93,13.0,5437.0,5437.0,78.0,,,399471.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,399471.0,,,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-02-07 14:43:36.000000,2025-01-17 08:52:35,3989.0,97.0,1408.0,236.0,1872.0,86.0,1448.0,15905.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,302.0,,,3653303.0,1.0,889130.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426167887.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-02-05 20:09:14.000000,2025-02-03 16:02:55,4546.0,98.0,951.0,111.0,2131.0,195.0,1174.0,11518.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1408354.0,1.0,48246.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114012755.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-01-29 14:38:10.000000,2025-01-29 14:38:10,1447.0,18.0,458.0,61.0,219.0,93.0,365.0,4685.0,2025-01-28 13:42:59,1.4.1,37.0,38865.0,38865.0,126.0,,,16612213.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,16612213.0,,,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-02-07 19:50:34.000000,2025-02-07 18:50:30,20764.0,305.0,4160.0,809.0,23120.0,1062.0,5171.0,31716.0,2025-01-30 14:18:52,1.18.4,100.0,14367.0,14367.0,1557.0,,,,1.0,,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1224.0,302.0,161.0,348.0,429.0,23148.0,,,,1196844.0,1196844.0,38.0,https://www.npmjs.com/package/passport,9206362.0,9206362.0,2.0,,,,,,,,,,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1655.0,244.0,516.0,41.0,794.0,18141.0,2024-12-28 12:13:32,2.103.0,100.0,3310.0,3310.0,151.0,https://www.npmjs.com/package/casbin,185951.0,318605.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,132654.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-01-30 17:23:34.000000,2025-01-26 20:34:18,1657.0,37.0,273.0,39.0,460.0,18.0,466.0,6211.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,90194.0,90194.0,70.0,https://www.npmjs.com/package/@casl/ability,2094594.0,2094594.0,1.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13299.0,1570.0,234.0,757.0,593.0,54079.0,2018-04-02 17:18:43,1.2.2,2.0,4045.0,4045.0,54.0,,,143128.0,2.0,1401.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9018.0,face_recognition,https://pypi.org/project/face_recognition,143020.0,,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-02-06 03:10:04.000000,2025-02-06 03:10:04,4844.0,77.0,1866.0,182.0,1834.0,542.0,1396.0,11453.0,2024-06-27 03:45:31,r1.4.2,16.0,135.0,135.0,153.0,,,316782.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,316782.0,,,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3695.0,344.0,111.0,445.0,393.0,16935.0,2020-03-22 14:01:55,0.22.2,38.0,11987.0,11987.0,25.0,https://www.npmjs.com/package/face-api.js,100290.0,100290.0,2.0,,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-02-07 15:23:32.000000,2025-02-07 14:58:51,26507.0,504.0,3901.0,603.0,4996.0,,,11140.0,2025-01-24 12:51:19,7.1.4,100.0,21.0,21.0,359.0,,,7023.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-02-07 00:35:56.541789,131.0,1130710.0,,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-02-07 11:38:24.861201,2025-02-07 11:22:56,2671.0,95.0,1259.0,75.0,1745.0,117.0,1470.0,10951.0,2025-02-07 11:31:56,1.828.0,100.0,7.0,7.0,212.0,,,8747.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-02-07 11:38:24.861201,17.0,454853.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-02-07 13:39:29.000000,2025-02-07 13:29:40,4463.0,244.0,288.0,45.0,1675.0,96.0,401.0,5370.0,2025-01-24 12:13:23,1.40.0,89.0,94.0,94.0,55.0,,,93578.0,2.0,127240.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-01-24 12:26:55.243363,7.0,3799954.0,,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-02-07 19:24:30.000000,2025-02-06 22:20:57,9183.0,167.0,557.0,58.0,6830.0,318.0,1462.0,4504.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,188.0,188.0,318.0,,,11263.0,2.0,394210.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-02-06 22:38:57.355323,2025-02-06 21:43:10,3660.0,69.0,285.0,40.0,4379.0,102.0,939.0,4149.0,2024-11-11 19:02:17,0.28.0,100.0,21.0,21.0,95.0,,,22090193.0,2.0,66072.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-02-06 22:38:57.355323,11.0,1612500952.0,,,,,,,,,,,,, 34,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-02-07 16:35:48.000000,2025-02-03 17:31:50,6792.0,365.0,1156.0,165.0,6736.0,61.0,1226.0,22718.0,2025-01-01 05:36:55,4.38.18,100.0,,,199.0,,,830.0,2.0,48156.0,,,,,,,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-02-07 17:54:01.000000,2025-02-06 20:55:44,7042.0,119.0,481.0,77.0,4309.0,145.0,1392.0,1863.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,206.0,,,6986.0,2.0,482043.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-02-07 17:19:16.000000,2025-02-07 17:19:15,15027.0,871.0,743.0,116.0,7693.0,1128.0,13909.0,791.0,2024-03-04 08:48:32,7.0.0,100.0,,,716.0,,,15315.0,2.0,14840.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1950095.0,,,,,,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,7.0,8890.0,615.0,292.0,,,75793.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,509495.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,509495.0,,,,,,,,,, 38,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2024-12-05 07:41:28.000000,2024-12-05 07:41:28,2348.0,6.0,5417.0,517.0,184.0,1144.0,1387.0,24183.0,2023-04-02 07:43:27,0.7,1.0,3350.0,3350.0,63.0,,,292990.0,3.0,6445752.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,184.0,,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-02-07 19:53:31.000000,2025-02-06 21:49:49,4558.0,139.0,282.0,200.0,5141.0,114.0,264.0,3909.0,2024-12-12 19:06:20,0.18.2,66.0,10.0,10.0,179.0,,,298805.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2024-12-12 18:27:36.882545,18.0,18227115.0,,,,,,,,,,,,, 40,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-01-19 10:17:04.000000,2025-01-19 10:16:18,2538.0,10.0,752.0,72.0,251.0,,,3303.0,2025-01-19 10:16:53,8.6.1,100.0,1554.0,1554.0,74.0,https://www.npmjs.com/package/oidc-provider,216800.0,216800.0,2.0,,,,,,,,,,,,,,,,,,, 41,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2024-08-16 16:34:15.000000,2024-04-24 15:14:06,3605.0,,401.0,30.0,534.0,85.0,357.0,571.0,2024-01-30 11:50:06,7.5.0,51.0,1949.0,1949.0,174.0,,,1008894.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1008894.0,,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-02-07 04:54:19.000000,2025-02-06 12:46:35,3160.0,100.0,1629.0,175.0,2563.0,304.0,844.0,9679.0,2024-09-10 09:40:25,api/v2.2.0,87.0,169.0,169.0,264.0,,,3.0,2.0,356.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 43,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-02-07 08:26:35.000000,2025-02-07 04:46:18,7137.0,171.0,470.0,51.0,6322.0,159.0,425.0,9405.0,2025-02-07 07:18:44,1.24.0,66.0,21.0,21.0,70.0,,,5570.0,2.0,4925.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-02-07 07:19:05.878670,5.0,238751.0,,,,,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,19.0,1028.0,105.0,869.0,39.0,848.0,5358.0,2024-12-09 07:54:33,5.8.1,69.0,9790.0,9790.0,330.0,,,,2.0,,,,,,,,,,,,,,doorkeeper,,,,, 45,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-02-07 03:44:02.000000,2025-01-10 16:10:03,1591.0,48.0,346.0,55.0,1287.0,37.0,286.0,4924.0,,,52.0,35.0,35.0,74.0,,,617123.0,2.0,26379.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51192104.0,,,,,,,,,,,,, 46,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-30 10:42:01.000000,2025-01-30 10:42:00,1424.0,38.0,348.0,48.0,753.0,58.0,293.0,3348.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,1009891.0,3.0,47767.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,39.0,89831457.0,,,,,,,,,,,,, 47,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-02-02 05:29:56.000000,2025-02-02 05:29:42,512.0,41.0,171.0,35.0,133.0,,102.0,887.0,2025-02-02 05:30:22,2.5.1,31.0,1283.0,1283.0,30.0,,,335892.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,335892.0,,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-02-07 16:21:37.000000,2025-01-23 17:44:21,634.0,11.0,69.0,39.0,227.0,4.0,86.0,345.0,2025-01-23 17:44:48,8.0.8,100.0,5528.0,5528.0,42.0,https://www.npmjs.com/package/did-jwt,275320.0,275320.0,1.0,,,,,,,,,,,,,,,,,,, 49,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3501.0,755.0,77.0,2.0,382.0,15287.0,2024-10-04 12:56:15,0.2.2,5.0,87.0,87.0,31.0,,,1436.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162357.0,,,,,,,,,,,,, 50,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-02-07 16:21:53.000000,2025-02-06 23:02:17,16309.0,525.0,994.0,61.0,9762.0,643.0,2129.0,14824.0,2025-01-29 21:14:29,ersion/2024.12.3,100.0,,,340.0,,,165.0,3.0,5122.0,,,,,,,,,https://charts.goauthentik.io,,,,,,,,, 51,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-02-07 16:14:04.000000,2025-02-06 09:45:22,3541.0,149.0,637.0,53.0,5972.0,598.0,1999.0,9596.0,2025-02-06 12:00:45,2.69.2,100.0,,,174.0,,,1038.0,3.0,6233.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-02-06 12:06:01.000000,2025-02-06 12:06:01,1908.0,73.0,149.0,32.0,2042.0,42.0,340.0,3601.0,2024-11-26 14:18:43,0.40.0,63.0,29.0,29.0,33.0,,,2130.0,3.0,100130.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-02-06 00:33:59.000000,2025-02-06 00:33:59,2254.0,106.0,196.0,23.0,2327.0,189.0,752.0,3036.0,2025-01-23 23:16:32,1.4.6,34.0,42.0,42.0,99.0,,,6998.0,3.0,412.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-01-24 00:23:06.966630,3.0,503459.0,,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-02-07 19:52:09.000000,2025-02-07 15:38:26,6698.0,289.0,360.0,40.0,945.0,22.0,290.0,1518.0,2025-01-13 17:09:39,is-7.1.0,71.0,2525.0,2525.0,330.0,,,,2.0,,,,,,,,,,,,,,,DuendeSoftware/products,,,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-02-07 16:48:56.000000,2025-02-06 23:32:49,6864.0,118.0,598.0,139.0,4869.0,198.0,2900.0,5307.0,2025-02-04 17:00:10,release-2025-02-04,100.0,,,136.0,,,17930.0,2.0,36146.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-01-23 00:25:28.602449,13.0,1995807.0,,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-02-07 15:13:25.000000,2025-02-07 15:13:22,4320.0,406.0,234.0,25.0,1749.0,43.0,206.0,5226.0,2025-02-06 16:18:40,1.3.0,100.0,4.0,4.0,64.0,,,244.0,3.0,6106.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 57,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,124.0,64.0,320.0,37.0,284.0,901.0,2024-07-01 10:11:29,5.5.1,39.0,161.0,161.0,47.0,,,125952.0,2.0,14501.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,125812.0,,,,,,,,,, 58,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,176.0,30.0,1527.0,109.0,103.0,3481.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,38221.0,3.0,3528.0,,,,,,oso,https://pypi.org/project/oso,38148.0,,,,,,,,,, 59,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-01-13 21:09:18.000000,2025-01-13 08:20:38,3183.0,9.0,298.0,78.0,865.0,286.0,639.0,1791.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,413.0,8450.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004643.0,,,,,,,,,,,,, 60,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-02-07 19:32:06.000000,2025-02-07 13:37:08,34744.0,286.0,79.0,32.0,6210.0,431.0,4006.0,514.0,2025-01-20 16:38:46,1.3.0,100.0,,,123.0,,,459.0,3.0,7349.0,,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-02-07 12:21:26.000000,2025-01-06 05:23:39,520.0,3.0,74.0,28.0,154.0,5.0,48.0,220.0,2025-01-06 05:24:12,11.0.3,69.0,1719.0,1719.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,16293.0,16293.0,1.0,,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-02-03 09:48:07.000000,2025-02-03 05:14:40,376.0,9.0,45.0,23.0,101.0,2.0,48.0,188.0,2025-01-28 16:11:26,4.0.6,60.0,1137.0,1137.0,22.0,https://www.npmjs.com/package/did-jwt-vc,36918.0,36918.0,1.0,,,,,,,,,,,,,,,,,,, 63,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13174.0,1534.0,525.0,27.0,844.0,53186.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6494.0,3.0,467576.0,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-02-03 11:38:28.137078,2025-02-02 18:21:30,2032.0,81.0,194.0,29.0,524.0,51.0,98.0,5179.0,2025-01-30 10:42:33,0.7.16,46.0,,,69.0,,,6076.0,3.0,1375.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-03 11:38:28.137078,1.0,290291.0,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-02-06 23:00:56.000000,2025-02-06 23:00:55,9901.0,176.0,485.0,30.0,2174.0,118.0,1203.0,429.0,2025-02-03 17:59:53,1.2.2,100.0,,,152.0,,,,1.0,,,,,,,,,,,,,,,openwallet-foundation/acapy,,,, 66,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-02-05 01:39:41.000000,2025-02-05 01:38:46,2535.0,97.0,336.0,30.0,116.0,3.0,118.0,1573.0,2025-01-09 01:19:37,4.1.5,66.0,,,49.0,,,281.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,27916.0,,,,,,,,,,,,, 67,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-02-07 18:46:11.000000,2025-02-07 18:46:10,3294.0,88.0,278.0,53.0,2573.0,28.0,247.0,918.0,2025-01-27 16:14:23,1.12.9,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,, 68,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,14.0,124.0,47.0,1898.0,191.0,918.0,828.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,68805.0,3.0,1007.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7154662.0,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-02-07 14:45:03.000000,2025-01-10 09:48:37,1192.0,44.0,556.0,66.0,567.0,125.0,388.0,13777.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-02-07 12:53:13.000000,2025-02-03 16:28:29,2209.0,39.0,939.0,38.0,1613.0,40.0,348.0,7525.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,302.0,302.0,50.0,,,17.0,3.0,557.0,,,,,,,,,,,,,,,,,, 71,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-02-03 21:13:38.000000,2025-02-03 21:13:38,6612.0,117.0,314.0,423.0,4476.0,125.0,420.0,1731.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,9.0,180.0,41.0,303.0,47.0,220.0,1225.0,2022-09-28 20:32:17,3.0.1,19.0,305.0,305.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-02-07 12:06:54.060749,2025-02-06 09:54:39,16094.0,53.0,340.0,51.0,7689.0,,,1193.0,,,,,,236.0,,,38803.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-02-07 12:06:54.060749,171.0,5936961.0,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-02-07 18:43:22.000000,2025-02-06 16:49:51,1847.0,49.0,241.0,57.0,340.0,35.0,86.0,573.0,2022-01-07 16:42:38,0.5.0,6.0,,,117.0,,,1476.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-02-06 16:52:59.772249,,132845.0,,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,4.0,194.0,11.0,131.0,531.0,787.0,16961.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3284.0,3.0,193783.0,,,,,,,,,,,,,,,,,, 76,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,11.0,306.0,62.0,155.0,235.0,596.0,6030.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,251.0,3.0,21137.0,,,,,,,,,,,,,,,howdy,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-01-29 13:24:35.000000,2025-01-28 16:54:09,2667.0,114.0,175.0,176.0,946.0,73.0,1165.0,1206.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,80.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-02-07 18:32:27.000000,2025-02-07 18:31:23,15110.0,54.0,665.0,110.0,19.0,,,698.0,,,,158.0,158.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-02-05 13:06:35.000000,2025-01-29 08:52:27,1888.0,6.0,132.0,24.0,824.0,66.0,391.0,454.0,2024-04-02 18:54:31,6.0.0,44.0,784.0,784.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-02-07 14:54:34.000000,2025-02-07 14:54:34,14171.0,293.0,137.0,16.0,2002.0,953.0,1995.0,395.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,8815.0,,,,,,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-02-07 14:43:45.000000,2025-01-20 15:18:20,1496.0,8.0,89.0,28.0,1140.0,86.0,268.0,310.0,2025-01-20 10:48:25,1.5.0,33.0,138.0,138.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-02-06 07:48:51.000000,2025-02-06 07:46:04,1105.0,37.0,191.0,29.0,1355.0,186.0,594.0,281.0,2024-11-07 19:07:51,0.5.13,100.0,3.0,3.0,71.0,,,,1.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-02-02 16:25:56.000000,2025-02-02 16:25:55,253.0,13.0,54.0,8.0,31.0,2.0,50.0,501.0,2025-02-02 16:19:51,2.2.0,36.0,3696.0,3696.0,17.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-02-03 17:19:10.000000,2025-01-27 00:26:08,398.0,5.0,42.0,23.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,6913.0,6913.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-02-03 04:31:46.000000,2025-02-03 01:03:49,303.0,9.0,17.0,15.0,125.0,1.0,11.0,86.0,2025-01-24 11:36:29,2.0.29,40.0,1229.0,1229.0,12.0,https://www.npmjs.com/package/web-did-resolver,20110.0,20110.0,2.0,,,,,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-31 00:40:54.000000,2025-01-31 00:40:54,803.0,6.0,47.0,15.0,235.0,27.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,137.0,137.0,26.0,,,9238.0,2.0,230964.0,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-02-03 17:53:59.000000,2025-02-03 17:53:57,2868.0,64.0,36.0,16.0,3696.0,55.0,100.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,923.0,923.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,237.0,389.0,25.0,1.0,143.0,27549.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28255.0,3.0,1243263.0,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,291.0,62.0,235.0,5.0,130.0,3955.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-01-29 21:49:15.000000,2025-01-24 19:38:21,4053.0,2.0,759.0,250.0,345.0,63.0,210.0,2855.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,851.0,3.0,114936.0,,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,472.0,472.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,, 92,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-02-07 11:24:03.000000,2025-02-07 09:39:27,4511.0,549.0,56.0,6.0,736.0,13.0,173.0,143.0,2025-02-01 11:24:35,0.11.0,100.0,1.0,1.0,27.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,560.0,122.0,509.0,621.0,13934.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-02-07 18:09:25.000000,2025-02-03 14:50:10,4935.0,14.0,655.0,66.0,1808.0,39.0,57.0,692.0,2024-02-09 14:17:29,1.13.2,37.0,,,107.0,,,11.0,2.0,765.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-02-06 23:35:17.000000,2025-02-06 18:06:35,948.0,21.0,58.0,12.0,320.0,8.0,109.0,673.0,,,,995.0,995.0,33.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,,,, 97,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-01-08 11:53:49.000000,2025-01-08 11:52:30,1740.0,1.0,117.0,27.0,361.0,48.0,75.0,207.0,2025-01-08 11:56:46,8.5.0,50.0,37.0,37.0,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-04 15:00:50.000000,2025-02-04 14:58:00,524.0,16.0,33.0,4.0,252.0,7.0,39.0,63.0,2025-02-04 15:00:50,1.27.1,90.0,233.0,233.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-02-04 10:53:08.000000,2024-09-24 12:43:17,1285.0,,284.0,90.0,510.0,30.0,166.0,3066.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,291.0,95.0,43.0,28.0,24.0,2845.0,,,,,,26.0,,,1306.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1306.0,,,,,,,,,, 102,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,221.0,63.0,107.0,3.0,58.0,2404.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,2.0,736.0,99.0,344.0,175.0,361.0,1814.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 104,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-02-02 13:20:36.000000,2025-02-02 13:19:38,2526.0,62.0,77.0,20.0,899.0,5.0,128.0,467.0,2025-02-01 14:53:51,0.28.5.RELEASE,73.0,,,30.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 105,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,40.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 106,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-02-03 12:57:27.000000,2025-01-31 17:38:02,2398.0,17.0,213.0,51.0,636.0,56.0,175.0,328.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,,,, 107,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-02-07 12:11:57.000000,2025-02-07 12:11:50,619.0,18.0,61.0,34.0,439.0,75.0,117.0,198.0,,,,160.0,160.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-02-05 23:14:23.000000,2025-02-05 19:57:07,1905.0,78.0,141.0,24.0,1146.0,61.0,215.0,158.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,, 109,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,864.0,246.0,249.0,215.0,538.0,2937.0,,,,,,47.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,87.0,184.0,73.0,69.0,1232.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,293.0,33.0,8.0,43.0,770.0,2023-01-31 02:32:05,2.1.1,52.0,21.0,21.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-02-05 16:41:43.000000,2025-01-30 12:45:02,1208.0,17.0,44.0,51.0,287.0,179.0,158.0,506.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-02-01 23:29:10.000000,2025-01-24 16:13:40,538.0,13.0,47.0,17.0,100.0,24.0,68.0,188.0,,,,478.0,478.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-02-01 10:01:29.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,804.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,decentralized-identity/web5-js,,,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-02-03 13:10:36.000000,2024-12-23 14:07:00,2021.0,11.0,81.0,8.0,773.0,4.0,130.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-29 20:45:34.000000,2025-01-29 20:42:31,2802.0,23.0,54.0,13.0,633.0,160.0,122.0,61.0,,,1.0,52.0,52.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,558.0,56.0,125.0,88.0,8162.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-01-27 16:29:22.000000,2025-01-27 16:29:22,582.0,4.0,161.0,81.0,242.0,27.0,49.0,1527.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-27 19:15:57.000000,2025-01-13 21:37:13,287.0,3.0,45.0,4.0,298.0,16.0,22.0,1207.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,96.0,3.0,2122.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-01-27 13:04:21.000000,2025-01-27 13:04:21,1365.0,34.0,96.0,75.0,502.0,20.0,350.0,414.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,w3c/did,,,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-01-29 19:36:01.000000,2025-01-29 19:35:44,142.0,2.0,39.0,3.0,59.0,,42.0,320.0,2025-01-29 19:36:01,3.1.1,21.0,63.0,63.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-04 15:41:01.000000,2025-01-27 22:20:40,2220.0,29.0,99.0,80.0,846.0,5.0,712.0,305.0,,,,,,78.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-02-06 11:28:11.000000,2024-12-23 11:43:35,3690.0,12.0,71.0,26.0,8.0,,,241.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,538.0,3.0,127.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22489.0,,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-02-07 08:05:35.000000,2025-02-06 13:35:44,3090.0,342.0,18.0,11.0,287.0,13.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-02-07 09:59:28.000000,2025-02-07 09:59:24,4976.0,298.0,16.0,6.0,536.0,45.0,2681.0,52.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-20 16:37:53.000000,2025-01-20 16:34:00,885.0,36.0,204.0,52.0,401.0,56.0,159.0,122.0,,,,,,215.0,,,,3.0,,,,,,,,,,,,,,,w3c/did-extensions,,,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,15,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-29 08:37:52.000000,2025-01-17 10:11:08,1948.0,6.0,147.0,63.0,523.0,4.0,236.0,615.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,75.0,38.0,257.0,46.0,77.0,281.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 130,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-22 01:57:59.000000,2025-01-07 18:41:50,145.0,16.0,35.0,18.0,56.0,20.0,15.0,234.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,261552.0,261552.0,3.0,,,,,,,,,,,,,,,,,,, 131,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-02-06 15:15:15.000000,2025-02-06 15:15:10,500.0,32.0,28.0,28.0,62.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-02-07 18:17:27.000000,2025-02-07 10:23:19,1335.0,157.0,20.0,8.0,146.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-01-27 15:10:52.000000,2025-01-27 15:10:49,2038.0,406.0,25.0,7.0,334.0,14.0,17.0,71.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,113.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4637.0,,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-01-27 17:29:38.000000,2025-01-16 19:32:39,720.0,9.0,72.0,71.0,310.0,117.0,223.0,405.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,w3c-fedid/FedCM,,,, 136,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,14,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,206.0,,,1.0,18.0,18.0,4.0,,,1067.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1067.0,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-02-06 00:15:56.000000,2025-01-22 18:07:54,776.0,11.0,31.0,18.0,264.0,7.0,278.0,58.0,2025-01-16 18:29:32,draft-ietf-oauth-selective-disclosure-jwt-15,10.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,996.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,196.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,,, 143,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-02-07 17:50:27.000000,2025-02-06 11:29:44,1162.0,170.0,14.0,18.0,937.0,,5.0,103.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,False,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,86.0,8.0,3.0,,,,71.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,3.0,,,,,,,,,,,,,,,,True,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,13,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,6.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,23.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,824.0,,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,75.0,75.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-02-06 00:12:13.000000,2024-12-09 09:04:11,894.0,1.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-31 22:49:02.000000,2025-01-09 18:11:42,95.0,8.0,8.0,11.0,118.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-22 16:47:37.000000,2025-01-22 16:47:37,135.0,9.0,10.0,43.0,79.0,52.0,70.0,90.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,WICG/digital-credentials,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,3.0,14.0,13.0,29.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-02-06 22:44:04.000000,2025-01-14 18:03:00,111.0,2.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,10.0,10.0,3.0,2.0,2.0,19.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,8,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,158.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2024-07-06 22:40:40.000000,2024-05-23 18:45:05,250.0,,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,363588.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,True,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4388079.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 174,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 176,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-02-13_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇40 · ⭐ 9.3K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - pysaml2 (🥈33 · ⭐ 570 · 📈) - Python implementation of SAML2. Apache-2 - zitadel (🥈30 · ⭐ 9.7K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. Apache-2 - node-solid-server (🥇28 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid - did-jwt-vc (🥇28 · ⭐ 190 · 📈) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ethr-did-resolver (🥇26 · ⭐ 220 · 📉) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - conjur (🥉24 · ⭐ 830 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - supertokens (🥉23 · ⭐ 14K · 📉) - Open source alternative to Auth0 / Firebase Auth / AWS.. ❗️Custom - webauthn-ruby (🥉19 · ⭐ 670 · 📉) - WebAuthn ruby server library Make your Ruby/Rails web server.. MIT - opensk (🥉18 · ⭐ 3.1K · 📉) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf ================================================ FILE: history/2025-02-13_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-02-13 17:26:04.000000,2025-02-13 17:26:04,3850.0,84.0,3643.0,111.0,3113.0,308.0,4474.0,25925.0,2024-11-16 11:03:29,@auth/azure-tables-adapter@1.7.4,100.0,389251.0,389251.0,865.0,https://www.npmjs.com/package/next-auth,5323510.0,5323510.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-02-13 16:13:31.000000,2025-02-12 12:31:29,9274.0,124.0,2075.0,150.0,3814.0,150.0,3326.0,12459.0,2025-02-13 13:13:55,1.16.4,100.0,1528.0,1528.0,482.0,,,2986127.0,1.0,110486732.0,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-02-13 15:36:38.000000,2025-02-12 14:52:33,5492.0,139.0,1363.0,129.0,4646.0,372.0,2311.0,9966.0,2025-01-27 16:03:11,1.1.0,100.0,4950.0,4950.0,498.0,,,5616644.0,1.0,12003922.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-02-12 15:33:52.914082,43.0,595064880.0,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-02-10 13:53:44.000000,2025-01-21 08:41:38,4046.0,17.0,2100.0,235.0,4576.0,203.0,2174.0,12814.0,2024-11-21 19:41:27,1.12.0,70.0,13443.0,13443.0,414.0,,,2972405.0,1.0,8322559.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,159.0,309230451.0,,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,40,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-02-11 17:48:36.000000,2025-02-11 17:48:36,10388.0,74.0,1403.0,136.0,1321.0,101.0,1022.0,9345.0,2024-10-31 10:06:07,1.0.2,13.0,2844.0,2844.0,257.0,,,3377016.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3377016.0,1.0,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-02-06 06:35:56.000000,2025-02-06 06:35:56,1703.0,3.0,475.0,63.0,496.0,82.0,294.0,2847.0,2023-01-10 13:13:43,3.2.2,48.0,598957.0,598957.0,197.0,,,142250468.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,142250468.0,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-02-13 15:43:08.000000,2025-02-13 15:43:07,27442.0,725.0,6893.0,385.0,18799.0,1723.0,11519.0,25258.0,2025-02-11 08:50:51,26.1.2,74.0,,,1554.0,,,72614.0,1.0,3630745.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-02-04 14:38:54.000000,2025-02-04 14:38:53,1770.0,84.0,2421.0,164.0,267.0,8.0,1154.0,17602.0,2024-08-17 07:30:49,0.0.93,13.0,5524.0,5524.0,78.0,,,419030.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,419030.0,,,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-02-11 11:41:33.000000,2025-02-11 11:41:32,3991.0,97.0,1415.0,235.0,1875.0,78.0,1458.0,15915.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,302.0,,,3654315.0,1.0,890157.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426284885.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-02-13 10:11:08.000000,2025-02-13 10:11:07,4550.0,91.0,954.0,111.0,2135.0,171.0,1198.0,11546.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,229.0,,,1408534.0,1.0,48374.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114027101.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-02-13 17:06:14.000000,2025-02-13 17:06:14,1456.0,27.0,459.0,61.0,221.0,94.0,365.0,4691.0,2025-01-28 13:42:59,1.4.1,37.0,39056.0,39056.0,127.0,,,16328751.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,16328751.0,,,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-02-13 18:22:46.000000,2025-02-13 16:38:37,20798.0,313.0,4161.0,809.0,23197.0,1069.0,5172.0,31754.0,2025-01-30 14:18:52,1.18.4,100.0,14395.0,14395.0,1559.0,,,,1.0,,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1224.0,302.0,161.0,348.0,429.0,23166.0,,,,1201095.0,1201095.0,38.0,https://www.npmjs.com/package/passport,12393605.0,12393605.0,2.0,,,,,,,,,,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,3.0,1652.0,243.0,516.0,42.0,794.0,18158.0,2024-12-28 12:13:32,2.103.0,100.0,3315.0,3315.0,151.0,https://www.npmjs.com/package/casbin,248582.0,377447.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,128865.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-02-09 12:25:40.000000,2025-01-26 20:34:18,1657.0,37.0,272.0,39.0,460.0,18.0,466.0,6225.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,90670.0,90670.0,70.0,https://www.npmjs.com/package/@casl/ability,2735278.0,2735278.0,1.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13305.0,1571.0,235.0,758.0,594.0,54133.0,2018-04-02 17:18:43,1.2.2,2.0,4081.0,4081.0,54.0,,,147338.0,2.0,1401.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9043.0,face_recognition,https://pypi.org/project/face_recognition,147229.0,,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-02-08 04:43:19.000000,2025-02-08 04:43:19,4845.0,69.0,1866.0,182.0,1834.0,543.0,1396.0,11487.0,2024-06-27 03:45:31,r1.4.2,16.0,137.0,137.0,153.0,,,310730.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,310730.0,,,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3698.0,344.0,111.0,445.0,393.0,16954.0,2020-03-22 14:01:55,0.22.2,38.0,12074.0,12074.0,25.0,https://www.npmjs.com/package/face-api.js,162421.0,162421.0,2.0,,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-02-13 08:44:42.000000,2025-02-13 00:35:17,26571.0,525.0,3902.0,603.0,5054.0,,,11145.0,2025-01-24 12:51:19,7.1.4,100.0,21.0,21.0,359.0,,,7044.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-02-13 00:42:16.821377,131.0,1134224.0,,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-02-13 17:47:43.144633,2025-02-13 17:32:10,2683.0,99.0,1270.0,76.0,1757.0,119.0,1475.0,11005.0,2025-02-13 17:41:07,1.838.0,100.0,7.0,7.0,214.0,,,8953.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-02-13 17:47:43.144633,17.0,465594.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-02-11 17:45:12.000000,2025-02-11 17:34:40,4467.0,242.0,288.0,45.0,1677.0,95.0,403.0,5379.0,2025-01-24 12:13:23,1.40.0,89.0,94.0,94.0,55.0,,,94628.0,2.0,129513.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-01-24 12:26:55.243363,7.0,3841764.0,,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-02-13 10:44:16.000000,2025-02-12 18:15:38,9191.0,151.0,558.0,58.0,6836.0,318.0,1462.0,4509.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,188.0,188.0,318.0,,,11271.0,2.0,394493.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-02-13 01:50:04.635883,2025-02-13 00:47:17,3661.0,70.0,285.0,41.0,4383.0,101.0,940.0,4151.0,2024-11-11 19:02:17,0.28.0,100.0,21.0,21.0,95.0,,,22090305.0,2.0,66120.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-02-13 01:50:04.635883,11.0,1612509086.0,,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-02-10 21:51:01.000000,2025-02-10 21:50:06,3612.0,7.0,404.0,30.0,536.0,84.0,358.0,573.0,2025-02-10 21:52:03,7.5.2,53.0,1953.0,1953.0,174.0,,,995681.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,995681.0,2.0,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-02-13 10:53:20.000000,2025-02-13 10:48:47,6809.0,333.0,1162.0,165.0,6757.0,62.0,1226.0,22794.0,2025-01-01 05:36:55,4.38.18,100.0,,,200.0,,,832.0,2.0,48303.0,,,,,,,,,,,,,,,,,, 36,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-02-13 17:58:28.000000,2025-02-12 21:25:35,7050.0,127.0,481.0,77.0,4321.0,145.0,1396.0,1869.0,2024-12-12 19:48:53,1.11.1,100.0,168.0,168.0,206.0,,,7066.0,2.0,487587.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-02-13 11:36:27.000000,2025-02-13 11:36:26,15160.0,942.0,745.0,116.0,7749.0,1066.0,14078.0,792.0,2024-03-04 08:48:32,7.0.0,100.0,,,716.0,,,15329.0,2.0,14876.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1950815.0,,,,,,,,,,,,, 38,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,6.0,8937.0,617.0,295.0,,,76168.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,492821.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,492821.0,,,,,,,,,, 39,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-02-13 03:29:26.000000,2025-02-13 03:29:26,2349.0,6.0,5418.0,517.0,184.0,1145.0,1387.0,24250.0,2023-04-02 07:43:27,0.7,1.0,3386.0,3386.0,63.0,,,297296.0,3.0,6540475.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,184.0,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-02-13 18:13:39.000000,2025-02-13 17:14:18,4567.0,142.0,282.0,200.0,5160.0,114.0,264.0,3909.0,2025-02-10 20:09:25,0.19.0,67.0,10.0,10.0,179.0,,,299763.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-02-10 19:02:25.711112,18.0,18285572.0,,,,,,,,,,,,, 41,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-02-13 10:57:19.000000,2025-02-13 10:56:27,2541.0,12.0,753.0,71.0,251.0,,,3310.0,2025-02-13 10:57:01,8.7.0,100.0,1560.0,1560.0,74.0,https://www.npmjs.com/package/oidc-provider,288713.0,288713.0,2.0,,,,,,,,,,,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-02-13 04:32:34.000000,2025-02-06 12:46:35,3160.0,99.0,1631.0,175.0,2568.0,305.0,844.0,9688.0,2024-09-10 09:40:25,api/v2.2.0,87.0,169.0,169.0,264.0,,,3.0,2.0,356.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-02-13 17:06:02.000000,2025-02-13 16:03:05,3553.0,146.0,642.0,53.0,5994.0,596.0,2014.0,9659.0,2025-02-13 16:53:29,2.68.3,100.0,,,176.0,,,1259.0,2.0,6299.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,1.0,https://charts.zitadel.com,,,,,,,, 44,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0.,,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-02-13 08:58:19.000000,2025-02-13 08:35:19,7153.0,166.0,475.0,51.0,6346.0,161.0,428.0,9467.0,2025-02-07 07:18:44,1.24.0,66.0,21.0,21.0,70.0,,,5607.0,2.0,4972.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-02-13 08:39:07.308812,5.0,240309.0,,,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,19.0,1028.0,105.0,869.0,39.0,848.0,5358.0,2024-12-09 07:54:33,5.8.1,69.0,9812.0,9812.0,330.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 46,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-02-13 03:41:45.000000,2025-01-10 16:10:03,1591.0,48.0,348.0,55.0,1288.0,36.0,288.0,4928.0,,,52.0,35.0,35.0,74.0,,,617151.0,2.0,26502.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51194251.0,,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-01-30 10:42:01.000000,2025-01-30 10:42:00,1424.0,38.0,348.0,48.0,753.0,59.0,293.0,3351.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,1010177.0,3.0,47943.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89856778.0,,,,,,,,,,,,, 48,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,30,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-02-11 19:21:40.000000,2025-02-02 05:29:42,512.0,41.0,171.0,35.0,134.0,,102.0,889.0,2025-02-02 05:30:22,2.5.1,31.0,1287.0,1287.0,30.0,,,330361.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,330361.0,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-02-13 15:48:36.000000,2025-01-23 17:44:21,634.0,11.0,69.0,39.0,227.0,4.0,86.0,345.0,2025-01-23 17:44:48,8.0.8,100.0,5574.0,5574.0,42.0,https://www.npmjs.com/package/did-jwt,324597.0,324597.0,1.0,,,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3502.0,754.0,77.0,2.0,382.0,15296.0,2024-10-04 12:56:15,0.2.2,5.0,87.0,87.0,31.0,,,1436.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162365.0,,,,,,,,,,,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-02-13 17:42:30.000000,2025-02-13 17:42:13,16350.0,524.0,1005.0,61.0,9803.0,646.0,2145.0,14906.0,2025-01-29 21:14:29,ersion/2024.12.3,100.0,,,341.0,,,165.0,3.0,5139.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-02-13 16:56:55.000000,2025-02-13 16:56:55,1914.0,74.0,149.0,32.0,2049.0,42.0,340.0,3601.0,2024-11-26 14:18:43,0.40.0,63.0,29.0,29.0,33.0,,,2143.0,3.0,100733.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-02-13 01:31:38.000000,2025-02-13 01:31:38,2266.0,116.0,196.0,23.0,2339.0,191.0,759.0,3059.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,100.0,,,7082.0,3.0,414.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-02-11 07:35:01.054671,3.0,509499.0,,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-02-13 15:49:16.000000,2025-02-13 15:49:12,6721.0,301.0,361.0,40.0,962.0,19.0,293.0,1521.0,2025-01-13 17:09:39,is-7.1.0,71.0,2539.0,2539.0,330.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-02-13 17:49:43.000000,2025-02-12 18:10:02,6871.0,111.0,598.0,139.0,4875.0,200.0,2904.0,5314.0,2025-02-11 16:43:56,release-2025-02-11,100.0,,,136.0,,,17938.0,2.0,36230.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-02-12 00:33:49.843388,13.0,1996350.0,,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-02-13 12:13:28.000000,2025-02-13 12:13:28,4357.0,392.0,234.0,25.0,1768.0,41.0,209.0,5233.0,2025-02-06 16:18:40,1.3.0,100.0,4.0,4.0,64.0,,,248.0,3.0,6219.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-12 17:15:07.000000,2025-02-12 15:49:50,3188.0,10.0,298.0,78.0,866.0,286.0,640.0,1789.0,2024-11-23 10:17:00,5.8.3,58.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,543.0,8580.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004644.0,,,,1.0,,,,,,,,, 58,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-01-09 17:09:57.000000,2025-01-09 17:09:43,2825.0,11.0,124.0,63.0,320.0,37.0,285.0,902.0,2024-07-01 10:11:29,5.5.1,39.0,163.0,163.0,47.0,,,127947.0,2.0,14563.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,127806.0,,,,,,,,,, 59,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-02-11 16:29:48.000000,2025-02-11 10:15:22,377.0,10.0,46.0,23.0,101.0,2.0,48.0,188.0,2025-01-28 16:11:26,4.0.6,60.0,1141.0,1141.0,22.0,https://www.npmjs.com/package/did-jwt-vc,47354.0,47354.0,1.0,,,,,,,,,,1.0,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2024-06-13 20:04:10.000000,2024-06-13 19:55:21,1214.0,,175.0,29.0,1527.0,109.0,103.0,3477.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,67.0,,,30987.0,3.0,3528.0,,,,,,oso,https://pypi.org/project/oso,30914.0,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-02-13 15:54:55.000000,2025-02-13 07:32:37,34759.0,279.0,79.0,32.0,6236.0,436.0,4018.0,517.0,2025-02-13 07:36:07,1.4.0,100.0,,,124.0,,,462.0,3.0,7403.0,,,,,,,,,,,,,,,,,, 62,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2024-11-19 23:13:32.000000,2024-11-19 23:12:57,1830.0,1.0,13184.0,1534.0,526.0,28.0,844.0,53246.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6560.0,3.0,472343.0,,,,,,,,,,,,,,,,,, 63,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,26,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-02-11 03:46:01.000000,2025-02-02 18:21:30,2032.0,59.0,194.0,29.0,527.0,53.0,98.0,5183.0,2025-01-30 10:42:33,0.7.16,46.0,,,69.0,,,6140.0,3.0,1378.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-03 11:38:28.137078,1.0,293371.0,,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-02-13 18:08:38.000000,2025-02-13 17:17:40,9913.0,158.0,487.0,30.0,2200.0,123.0,1205.0,430.0,2025-02-03 17:59:53,1.2.2,100.0,,,152.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 65,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-02-13 16:52:11.000000,2025-01-06 05:23:39,520.0,2.0,74.0,28.0,154.0,5.0,48.0,220.0,2025-01-06 05:24:12,11.0.3,69.0,1724.0,1724.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,21718.0,21718.0,1.0,,,,,,,,,,-1.0,,,,,,,,, 66,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-02-13 16:23:43.000000,2025-02-13 11:44:36,2214.0,43.0,941.0,38.0,1617.0,39.0,349.0,7552.0,2024-12-17 08:43:35,backend/v1.3.1,29.0,305.0,305.0,50.0,,,18.0,3.0,566.0,,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-02-10 02:25:03.000000,2025-02-10 02:24:06,2536.0,94.0,339.0,30.0,117.0,3.0,118.0,1578.0,2025-01-09 01:19:37,4.1.5,66.0,,,49.0,,,284.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-01-08 06:58:58.343275,5.0,28135.0,,,,,,,,,,,,, 68,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-02-13 04:22:57.000000,2025-02-13 02:20:48,3303.0,87.0,278.0,53.0,2578.0,28.0,248.0,918.0,2025-02-08 01:02:01,1.12.10,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-02-13 00:11:36.000000,2025-02-13 00:11:35,6652.0,156.0,314.0,424.0,4487.0,125.0,420.0,1732.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 70,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-01-10 16:04:09.000000,2025-01-10 16:04:09,650.0,6.0,180.0,41.0,303.0,47.0,220.0,1227.0,2022-09-28 20:32:17,3.0.1,19.0,307.0,307.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-02-13 16:04:48.000000,2025-02-13 16:04:23,16104.0,62.0,341.0,51.0,7699.0,,,1197.0,,,,,,236.0,,,38832.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-02-12 06:48:12.986863,172.0,5941439.0,,,,,,,,,,,,, 72,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2024-12-17 14:12:17.000000,2024-11-21 17:03:23,3756.0,7.0,124.0,47.0,1898.0,185.0,924.0,829.0,2024-11-22 15:40:40,1.21.2,76.0,,,101.0,,,68846.0,3.0,1009.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2024-11-22 14:54:15.198377,30.0,7158849.0,,,,-1.0,,,,,,,,, 73,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-02-13 12:43:59.000000,2025-02-11 10:30:32,1850.0,51.0,241.0,57.0,341.0,35.0,86.0,575.0,2022-01-07 16:42:38,0.5.0,6.0,,,117.0,,,1478.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-02-11 10:33:35.454036,,133033.0,,,,,,,,,,,,, 74,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,209.0,11.0,131.0,531.0,787.0,17014.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3295.0,3.0,194437.0,,,,,,,,,,,,,,,,,, 75,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-02-12 21:07:38.000000,2025-01-10 09:48:37,1192.0,42.0,558.0,66.0,567.0,125.0,388.0,13819.0,2025-01-13 19:18:01,10.0.0,79.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,-1.0,,,,,,,,, 76,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,23,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,11.0,306.0,62.0,155.0,235.0,596.0,6041.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,253.0,3.0,21257.0,,,,,,,,,,,,,,,,howdy,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-02-12 19:17:28.000000,2025-02-12 19:15:55,2669.0,70.0,176.0,176.0,948.0,75.0,1165.0,1207.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-02-08 00:09:29.000000,2025-02-08 00:08:41,15112.0,52.0,665.0,110.0,19.0,,,698.0,,,,158.0,158.0,741.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-02-11 23:55:03.000000,2025-02-10 08:22:22,271.0,31.0,54.0,8.0,32.0,1.0,51.0,505.0,2025-02-02 16:19:51,2.2.0,36.0,3845.0,3845.0,17.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 80,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-02-13 07:27:16.000000,2025-01-29 08:52:27,1888.0,6.0,132.0,24.0,825.0,65.0,392.0,454.0,2024-04-02 18:54:31,6.0.0,44.0,787.0,787.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-02-13 14:23:41.000000,2025-02-13 14:23:41,14199.0,320.0,137.0,16.0,2007.0,953.0,1995.0,395.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,101.0,3.0,8819.0,,,,,,,,,,,,,,,,,, 82,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-02-13 16:30:37.000000,2025-01-20 15:18:20,1496.0,7.0,89.0,28.0,1145.0,87.0,268.0,310.0,2025-01-20 10:48:25,1.5.0,33.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-02-13 14:09:27.000000,2025-02-13 14:06:37,1111.0,43.0,191.0,29.0,1361.0,190.0,594.0,283.0,2024-11-07 19:07:51,0.5.13,100.0,,,71.0,,,,1.0,,,,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-02-10 04:41:07.000000,2025-02-10 00:53:16,304.0,10.0,18.0,15.0,125.0,1.0,11.0,86.0,2025-01-24 11:36:29,2.0.29,40.0,1243.0,1243.0,12.0,https://www.npmjs.com/package/web-did-resolver,28216.0,28216.0,2.0,,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-02-13 16:53:39.000000,2025-01-27 00:26:08,398.0,5.0,42.0,23.0,132.0,3.0,18.0,219.0,2023-03-08 14:05:37,4.1.0,24.0,6985.0,6985.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-01-31 00:40:54.000000,2025-01-31 00:40:54,803.0,6.0,47.0,15.0,235.0,27.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,138.0,138.0,26.0,,,9303.0,2.0,232579.0,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-02-10 14:24:27.000000,2025-02-10 14:23:05,2873.0,62.0,36.0,16.0,3703.0,55.0,100.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,926.0,926.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,258.0,391.0,25.0,1.0,143.0,27597.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28400.0,3.0,1249600.0,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,292.0,62.0,235.0,5.0,130.0,3956.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-01-29 21:49:15.000000,2025-01-24 19:38:21,4053.0,2.0,760.0,250.0,345.0,63.0,210.0,2856.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,853.0,3.0,115252.0,,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,475.0,475.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 92,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-10 16:00:22.000000,2025-02-10 15:56:24,1751.0,6.0,117.0,27.0,361.0,48.0,75.0,208.0,2025-02-10 16:01:17,8.5.1,51.0,37.0,37.0,55.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,21,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-02-13 09:49:04.000000,2025-02-12 13:54:59,4526.0,506.0,56.0,6.0,744.0,12.0,177.0,145.0,2025-02-01 11:24:35,0.11.0,100.0,1.0,1.0,27.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,560.0,122.0,509.0,621.0,13939.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-02-11 16:59:35.000000,2025-02-11 16:59:35,4937.0,10.0,656.0,66.0,1812.0,37.0,60.0,692.0,2024-02-09 14:17:29,1.13.2,37.0,,,108.0,,,11.0,2.0,771.0,,,,,,,,,,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,,, 97,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-04 15:00:50.000000,2025-02-04 14:58:00,524.0,16.0,33.0,4.0,252.0,7.0,39.0,63.0,2025-02-04 15:00:50,1.27.1,90.0,235.0,235.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,291.0,95.0,43.0,28.0,24.0,2848.0,,,,,,26.0,,,1383.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1383.0,,,,,,,,,, 100,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,222.0,63.0,107.0,3.0,58.0,2401.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,2.0,736.0,98.0,344.0,176.0,361.0,1817.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,19,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-02-13 16:40:01.000000,2025-02-06 18:06:35,948.0,8.0,59.0,12.0,323.0,8.0,109.0,673.0,,,,1003.0,1003.0,33.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,,, 103,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 104,aries-rfcs,https://github.com/hyperledger/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/hyperledger/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-02-10 13:04:05.000000,2025-01-31 17:38:02,2398.0,17.0,213.0,51.0,637.0,56.0,175.0,329.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-02-07 12:11:57.000000,2025-02-07 12:11:50,619.0,16.0,61.0,34.0,439.0,75.0,117.0,199.0,,,,163.0,163.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-02-13 13:57:36.000000,2025-02-13 13:55:28,1912.0,80.0,141.0,24.0,1152.0,61.0,216.0,159.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 107,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-02-12 10:41:29.000000,2025-02-12 10:41:28,1286.0,1.0,286.0,90.0,511.0,30.0,166.0,3071.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,,, 108,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,865.0,246.0,249.0,215.0,538.0,2943.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,87.0,184.0,73.0,69.0,1233.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,298.0,33.0,8.0,43.0,771.0,2023-01-31 02:32:05,2.1.1,52.0,22.0,22.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-02-13 13:59:39.000000,2025-02-13 13:59:37,1212.0,15.0,44.0,51.0,288.0,179.0,158.0,506.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-02-02 13:20:36.000000,2025-02-02 13:19:38,2526.0,38.0,77.0,20.0,899.0,5.0,128.0,467.0,2025-02-01 14:53:51,0.28.5.RELEASE,73.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-02-01 23:29:10.000000,2025-01-24 16:13:40,538.0,13.0,47.0,17.0,100.0,24.0,68.0,188.0,,,,485.0,485.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-02-12 09:48:35.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,809.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-02-03 13:10:36.000000,2024-12-23 14:07:00,2021.0,11.0,82.0,8.0,773.0,3.0,131.0,91.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-01-29 20:45:34.000000,2025-01-29 20:42:31,2802.0,23.0,55.0,13.0,633.0,160.0,122.0,61.0,,,1.0,52.0,52.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,558.0,56.0,125.0,88.0,8162.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-01-27 16:29:22.000000,2025-01-27 16:29:22,582.0,4.0,161.0,81.0,242.0,27.0,49.0,1532.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-01-27 19:15:57.000000,2025-01-13 21:37:13,287.0,3.0,47.0,5.0,298.0,16.0,22.0,1210.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,96.0,3.0,2122.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-01-27 13:04:21.000000,2025-01-27 13:04:21,1365.0,22.0,95.0,76.0,502.0,20.0,350.0,413.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-01-29 19:36:01.000000,2025-01-29 19:35:44,142.0,2.0,39.0,3.0,59.0,,42.0,323.0,2025-01-29 19:36:01,3.1.1,21.0,63.0,63.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-12 09:28:10.000000,2025-01-27 22:20:40,2220.0,29.0,99.0,80.0,847.0,5.0,712.0,305.0,,,,,,78.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,34.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,539.0,3.0,127.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,22530.0,,,,,,,,,,,,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-02-12 12:40:27.000000,2025-02-06 13:35:44,3090.0,286.0,18.0,11.0,289.0,13.0,10.0,63.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-02-08 08:57:43.000000,2025-02-08 08:37:33,4978.0,271.0,16.0,6.0,536.0,47.0,2683.0,52.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 126,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-02-06 11:28:11.000000,2024-12-23 11:43:35,3690.0,8.0,70.0,26.0,8.0,,,241.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-01-20 16:37:53.000000,2025-01-20 16:34:00,885.0,16.0,203.0,52.0,401.0,38.0,177.0,122.0,,,,,,215.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,15,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-29 08:37:52.000000,2025-01-17 10:11:08,1948.0,6.0,147.0,63.0,523.0,5.0,236.0,615.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,75.0,38.0,257.0,46.0,77.0,281.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 130,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-01-22 01:57:59.000000,2025-01-07 18:41:50,145.0,16.0,36.0,18.0,56.0,20.0,15.0,235.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,305133.0,305133.0,3.0,,,,,,,,,,,,,,,,,,, 131,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-02-11 22:06:31.000000,2025-02-11 22:06:21,504.0,35.0,28.0,28.0,62.0,13.0,10.0,79.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-02-12 12:32:30.000000,2025-02-07 10:23:19,1335.0,137.0,20.0,8.0,146.0,17.0,17.0,73.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-10 16:16:28.000000,2025-02-07 21:47:35,2040.0,349.0,25.0,7.0,334.0,14.0,17.0,73.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,31.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,113.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4637.0,,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-02-13 17:14:18.000000,2025-01-16 19:32:39,720.0,9.0,71.0,70.0,310.0,119.0,223.0,406.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 136,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,14,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,207.0,,,1.0,18.0,18.0,4.0,,,954.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,954.0,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,997.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,196.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,,, 142,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-02-13 16:43:12.000000,2025-02-13 16:43:08,1170.0,174.0,14.0,18.0,949.0,,5.0,104.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,False,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,82.0,8.0,3.0,,,,84.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,3.0,,,,,,,,,,,,,,,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-02-13 17:51:05.000000,2025-01-22 18:07:54,776.0,8.0,31.0,18.0,265.0,7.0,278.0,58.0,2025-01-16 18:29:32,draft-ietf-oauth-selective-disclosure-jwt-15,10.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,13,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,3.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,830.0,,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2024-06-22 13:49:56.000000,2024-06-22 13:49:53,502.0,,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2024-03-17 13:28:46.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,143.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,47.0,,,,75.0,75.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-02-13 00:12:11.000000,2024-12-09 09:04:11,894.0,1.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,30.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-01-31 22:49:02.000000,2025-01-09 18:11:42,95.0,5.0,8.0,11.0,118.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,37.0,16.0,24.0,20.0,14.0,142.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-01-22 16:47:37.000000,2025-01-22 16:47:37,135.0,8.0,10.0,43.0,79.0,53.0,70.0,91.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,14.0,13.0,29.0,,4.0,55.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-02-06 22:44:04.000000,2025-01-14 18:03:00,111.0,1.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,10.0,10.0,3.0,2.0,2.0,19.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,8,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,17.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,158.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3013.0,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-02-13 17:23:22.000000,2025-02-13 17:23:02,251.0,1.0,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,8.0,16.0,5.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,369546.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2024-10-15 19:42:47.901913,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2024-10-15 19:42:47.901913,25.0,4389870.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 174,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 176,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-02-27_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇42 · ⭐ 13K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - deepface (🥇40 · ⭐ 18K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - dex (🥈31 · ⭐ 9.7K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - py_webauthn (🥈31 · ⭐ 900 · 📈) - Pythonic WebAuthn. BSD-3 - laragear-webauthn (🥉20 · ⭐ 330 · 📈) - Authenticate users with Passkeys: fingerprints, patterns.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casbin (🥈35 · ⭐ 18K · 📉) - An authorization library that supports access control models like.. Apache-2 - opal (🥉25 · ⭐ 5.2K · 📉) - Policy and data administration, distribution, and real-time updates.. Apache-2 - howdy (🥉22 · ⭐ 6.1K · 📉) - Windows Hello style facial authentication for Linux. MIT - credo-ts (🥈22 · ⭐ 290 · 📉) - Typescript framework for building decentralized identity.. Apache-2 openwallet-foundation - did-resolver (🥈21 · ⭐ 220 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif ================================================ FILE: history/2025-02-27_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-02-27 10:10:52.000000,2025-02-27 10:09:52,3858.0,77.0,3665.0,110.0,3134.0,316.0,4489.0,26105.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,398619.0,398619.0,867.0,https://www.npmjs.com/package/next-auth,5557866.0,5557866.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-02-27 13:12:07.000000,2025-02-27 13:12:07,9366.0,197.0,2084.0,151.0,3824.0,151.0,3336.0,12506.0,2025-02-14 14:13:35,1.12.16,100.0,1563.0,1563.0,485.0,,,3131667.0,1.0,112740043.0,1.0,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-02-27 18:19:08.371989,2025-02-27 14:34:28,5521.0,158.0,1360.0,130.0,4677.0,373.0,2315.0,10014.0,2025-01-27 16:03:11,1.1.0,100.0,5020.0,5020.0,499.0,,,5625154.0,1.0,12320183.0,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-02-27 18:19:08.371989,43.0,595401254.0,,,,,,,,,,,, 14,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-02-27 10:54:42.000000,2025-02-27 10:54:42,1882.0,196.0,2456.0,168.0,273.0,7.0,1161.0,17943.0,2024-08-17 07:30:49,0.0.93,13.0,5731.0,5731.0,83.0,,,532647.0,1.0,,2.0,,,,,,deepface,https://pypi.org/project/deepface,532647.0,,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-02-24 16:56:46.000000,2025-02-18 06:05:47,4070.0,26.0,2110.0,235.0,4593.0,208.0,2174.0,12868.0,2024-11-21 19:41:27,1.12.0,70.0,13486.0,13486.0,414.0,,,2981488.0,1.0,8373421.0,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,159.0,310148472.0,,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,40,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-02-25 11:27:08.000000,2025-02-25 11:27:08,10390.0,58.0,1408.0,135.0,1327.0,104.0,1025.0,9420.0,2024-10-31 10:06:07,1.0.2,13.0,2914.0,2914.0,257.0,,,3638179.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3638179.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-02-06 06:35:56.000000,2025-02-06 06:35:56,1703.0,3.0,475.0,64.0,496.0,83.0,294.0,2853.0,2023-01-10 13:13:43,3.2.2,48.0,602927.0,602927.0,197.0,,,145860285.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,145860285.0,,,,,,,,, 18,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-02-27 17:12:45.000000,2025-02-27 17:12:45,27577.0,705.0,6927.0,387.0,18973.0,1737.0,11655.0,25590.0,2025-02-11 08:50:51,26.1.2,74.0,,,1559.0,,,73505.0,1.0,3675298.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 19,ory-hydra,https://github.com/ory/hydra,authentication,The most scalable and customizable OpenID Certified OpenID Connect and OAuth Provider on the market. Become an OpenID..,,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-02-27 08:05:42.000000,2025-02-27 08:05:41,4009.0,110.0,1414.0,237.0,1881.0,69.0,1470.0,15956.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,306.0,,,3656636.0,1.0,893648.0,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426551378.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-02-27 12:15:02.000000,2025-02-27 07:58:58,4571.0,92.0,957.0,112.0,2148.0,154.0,1217.0,11573.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,230.0,,,1408987.0,1.0,49106.0,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114062820.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 21,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-02-26 08:53:55.000000,2025-02-26 08:53:50,1472.0,40.0,464.0,61.0,227.0,90.0,373.0,4713.0,2025-02-27 15:47:39,1.5.0,38.0,39586.0,39586.0,128.0,,,15057461.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,15057461.0,,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-02-27 18:22:10.000000,2025-02-27 17:49:58,20842.0,303.0,4169.0,809.0,23319.0,1075.0,5181.0,31853.0,2025-02-24 21:05:02,1.18.5,100.0,14427.0,14427.0,1560.0,,,,1.0,,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,302.0,161.0,348.0,429.0,23197.0,,,,1211210.0,1211210.0,38.0,https://www.npmjs.com/package/passport,13029327.0,13029327.0,2.0,,,,,,,,,,,,,,,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-02-22 01:54:02.000000,2025-02-22 01:51:04,1659.0,39.0,273.0,39.0,462.0,16.0,469.0,6248.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,91884.0,91884.0,70.0,https://www.npmjs.com/package/@casl/ability,2814092.0,2814092.0,1.0,,,,,,,,,,,,,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13314.0,1568.0,234.0,759.0,594.0,54246.0,2018-04-02 17:18:43,1.2.2,2.0,4171.0,4171.0,54.0,,,157876.0,2.0,1403.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9110.0,face_recognition,https://pypi.org/project/face_recognition,157767.0,,,,,,,,, 26,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,2.0,1653.0,243.0,516.0,42.0,791.0,18224.0,2024-12-28 12:13:32,2.103.0,100.0,3336.0,3336.0,151.0,https://www.npmjs.com/package/casbin,267940.0,434270.0,2.0,,-1.0,,,,,,casbin,https://pypi.org/project/casbin,166330.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-02-27 03:28:54.000000,2025-02-27 03:12:30,4850.0,57.0,1877.0,187.0,1838.0,544.0,1401.0,11567.0,2024-06-27 03:45:31,r1.4.2,16.0,139.0,139.0,154.0,,,327591.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,327591.0,,,,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3703.0,345.0,111.0,446.0,393.0,17019.0,2020-03-22 14:01:55,0.22.2,38.0,12347.0,12347.0,25.0,https://www.npmjs.com/package/face-api.js,195954.0,195954.0,2.0,,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-02-27 18:03:49.000000,2025-02-27 16:42:35,26768.0,618.0,3905.0,601.0,5146.0,,,11162.0,2025-02-21 09:55:29,7.1.5,100.0,21.0,21.0,360.0,,,7104.0,2.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-02-27 00:56:55.645917,131.0,1143854.0,,,,,,,,,,,, 30,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-02-26 14:51:41.158108,2025-02-26 14:35:50,2696.0,98.0,1276.0,77.0,1774.0,119.0,1488.0,11110.0,2025-02-26 14:45:03,1.848.0,100.0,7.0,7.0,216.0,,,9358.0,2.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-02-26 14:51:41.158108,17.0,486627.0,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-02-27 15:53:20.000000,2025-02-27 10:58:11,4488.0,231.0,291.0,46.0,1688.0,95.0,405.0,5414.0,2025-02-14 18:03:35,1.40.1,90.0,97.0,97.0,55.0,,,97143.0,2.0,133736.0,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-02-14 18:13:33.514354,7.0,3943052.0,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-02-27 18:22:43.000000,2025-02-27 17:47:08,9220.0,148.0,557.0,58.0,6863.0,318.0,1462.0,4515.0,2025-01-20 21:45:48,ockam_v0.147.0,100.0,188.0,188.0,318.0,,,11300.0,2.0,395511.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-02-27 18:06:06.426266,2025-02-27 16:56:39,3676.0,81.0,286.0,41.0,4402.0,106.0,940.0,4171.0,2024-11-11 19:02:17,0.28.0,100.0,22.0,22.0,95.0,,,22090562.0,2.0,66755.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-02-27 18:06:06.426266,11.0,1612527116.0,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-02-10 21:51:01.000000,2025-02-10 21:50:06,3612.0,7.0,406.0,30.0,536.0,84.0,358.0,576.0,2025-02-10 21:52:03,7.5.2,53.0,1967.0,1967.0,174.0,,,957416.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,957416.0,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-02-27 15:50:27.000000,2025-02-27 15:50:26,6930.0,391.0,1170.0,165.0,6851.0,54.0,1240.0,22923.0,2025-02-16 10:16:32,4.38.19,100.0,,,207.0,,,851.0,2.0,49410.0,,,,,,,,,,,,,,,,,, 36,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-02-27 17:47:59.000000,2025-02-27 11:01:40,7080.0,138.0,483.0,77.0,4351.0,143.0,1408.0,1878.0,2025-02-13 21:08:41,1.11.2,100.0,168.0,168.0,208.0,,,7478.0,2.0,501083.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-02-27 17:49:59.000000,2025-02-27 17:49:58,15393.0,1088.0,745.0,116.0,7868.0,1036.0,14264.0,795.0,2024-03-04 08:48:32,7.0.0,100.0,,,715.0,,,15349.0,2.0,15257.0,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,35.0,1952345.0,,,,,,,,,,,, 38,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,5.0,9059.0,625.0,294.0,,,77078.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,454736.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,454736.0,,,,,,,,, 39,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-02-18 12:25:10.000000,2025-02-18 12:25:10,2351.0,4.0,5429.0,521.0,185.0,1148.0,1387.0,24381.0,2023-04-02 07:43:27,0.7,1.0,3490.0,3490.0,64.0,,,306335.0,3.0,6739339.0,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,184.0,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-02-27 04:09:40.000000,2025-02-20 15:37:46,3203.0,132.0,1638.0,175.0,2593.0,308.0,844.0,9715.0,2025-02-19 13:18:29,2.42.0,88.0,169.0,169.0,265.0,,,3.0,2.0,356.0,1.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-02-27 16:41:08.000000,2025-02-26 19:04:06,4573.0,131.0,283.0,200.0,5184.0,116.0,264.0,3916.0,2025-02-10 20:09:25,0.19.0,67.0,10.0,10.0,179.0,,,302140.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-02-10 19:02:25.711112,18.0,18430599.0,,,,,,,,,,,, 42,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-02-23 13:07:21.000000,2025-02-23 13:07:16,2546.0,13.0,753.0,71.0,252.0,,,3329.0,2025-02-17 22:11:03,8.8.0,100.0,1574.0,1574.0,74.0,https://www.npmjs.com/package/oidc-provider,308579.0,308579.0,2.0,,,,,,,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-02-25 19:20:11.000000,2025-02-25 19:20:09,522.0,44.0,172.0,35.0,137.0,,102.0,896.0,2025-02-02 05:30:22,2.5.1,31.0,1308.0,1308.0,30.0,,,355891.0,2.0,,1.0,,,,,,webauthn,https://pypi.org/project/webauthn,355891.0,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-02-27 16:54:55.000000,2025-02-27 11:30:39,3579.0,149.0,646.0,53.0,6031.0,601.0,2034.0,9787.0,2025-02-18 11:17:49,2.70.0,100.0,,,177.0,,,1332.0,2.0,6662.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 45,logto,https://github.com/logto-io/logto,idp,"An identity and access management (IAM) infrastructure with authentication, authorization, MFA, SSO, user management,..",,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-02-27 07:53:51.792039,2025-02-27 07:50:00,7191.0,168.0,484.0,51.0,6377.0,162.0,436.0,9568.0,2025-02-21 07:50:20,1.24.1,67.0,22.0,22.0,70.0,,,5687.0,2.0,5069.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-02-27 07:53:51.792039,5.0,243676.0,,,,,,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,16.0,1028.0,105.0,869.0,39.0,848.0,5365.0,2024-12-09 07:54:33,5.8.1,69.0,9871.0,9871.0,330.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 47,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],30,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-02-25 03:30:34.000000,2025-01-10 16:10:03,1591.0,47.0,349.0,56.0,1290.0,35.0,289.0,4938.0,,,52.0,36.0,36.0,74.0,,,617215.0,2.0,27145.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2024-02-01 15:34:43.379158,8.0,51198957.0,,,,,,,,,,,, 48,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-02-26 22:20:37.000000,2025-01-30 10:42:00,1424.0,37.0,348.0,49.0,754.0,59.0,293.0,3352.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,1010672.0,3.0,48922.0,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89899820.0,,,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-02-27 15:33:06.000000,2025-01-23 17:44:21,634.0,11.0,70.0,39.0,227.0,4.0,86.0,349.0,2025-01-23 17:44:48,8.0.8,100.0,5621.0,5621.0,42.0,https://www.npmjs.com/package/did-jwt,337094.0,337094.0,1.0,,,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3504.0,753.0,77.0,2.0,382.0,15314.0,2024-10-04 12:56:15,0.2.2,5.0,87.0,87.0,31.0,,,1437.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162427.0,,,,,,,,,,,, 51,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-02-27 17:35:57.000000,2025-02-27 17:35:56,16519.0,598.0,1019.0,62.0,10012.0,659.0,2193.0,15094.0,2025-02-26 20:23:39,ersion/2025.2.1,100.0,,,347.0,,,191.0,3.0,5367.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-02-27 16:23:04.000000,2025-02-27 16:23:04,1931.0,77.0,151.0,33.0,2070.0,42.0,340.0,3639.0,2024-11-26 14:18:43,0.40.0,63.0,29.0,29.0,33.0,,,2179.0,3.0,102448.0,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-02-27 11:45:33.000000,2025-02-27 11:45:33,2286.0,120.0,201.0,23.0,2367.0,196.0,771.0,3161.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,104.0,,,7183.0,3.0,415.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-02-11 07:35:01.054671,3.0,516794.0,,,,,,,,,,,, 54,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-02-27 12:49:10.000000,2025-02-27 12:13:10,6740.0,276.0,368.0,40.0,982.0,17.0,295.0,1527.0,2025-01-13 17:09:39,is-7.1.0,72.0,2575.0,2575.0,330.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-02-27 16:39:09.000000,2025-02-26 22:44:03,6879.0,106.0,598.0,139.0,4888.0,193.0,2913.0,5335.0,2025-02-25 14:55:44,release-2025-02-25,100.0,,,136.0,,,18044.0,2.0,36812.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-02-12 00:33:49.843388,13.0,1997372.0,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-02-27 11:10:09.000000,2025-02-27 10:50:49,4400.0,398.0,236.0,25.0,1789.0,43.0,219.0,5252.0,2025-02-27 11:21:27,1.3.3,100.0,4.0,4.0,65.0,,,289.0,3.0,6649.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-21 20:16:24.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,78.0,867.0,286.0,640.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,480.0,8517.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004645.0,,,,,,,,,,,, 58,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-02-26 09:27:00.000000,2025-01-09 17:09:43,2825.0,11.0,124.0,63.0,320.0,38.0,286.0,906.0,2024-07-01 10:11:29,5.5.1,39.0,165.0,165.0,47.0,,,134155.0,2.0,14764.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,134012.0,,,,,,,,, 59,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-02-24 06:26:55.000000,2025-02-24 02:38:45,379.0,12.0,46.0,23.0,101.0,2.0,48.0,189.0,2025-01-28 16:11:26,4.0.6,60.0,1151.0,1151.0,22.0,https://www.npmjs.com/package/did-jwt-vc,53348.0,53348.0,1.0,,,,,,,,,,,,,,,,,,, 60,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13194.0,1534.0,526.0,29.0,844.0,53357.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6700.0,3.0,482412.0,,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,175.0,29.0,1528.0,109.0,104.0,3475.0,2024-01-13 04:08:30,0.27.3,100.0,208.0,208.0,68.0,,,24231.0,3.0,3532.0,,,,,,,oso,https://pypi.org/project/oso,24158.0,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-02-27 18:12:55.000000,2025-02-27 16:16:26,34801.0,271.0,82.0,32.0,6297.0,433.0,4068.0,520.0,2025-02-14 08:09:56,1.4.0,100.0,,,125.0,,,497.0,3.0,7961.0,,,,,,,,,,,,,,,,,, 63,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-02-26 20:41:47.000000,2025-02-26 20:41:46,9925.0,146.0,486.0,30.0,2210.0,122.0,1210.0,431.0,2025-02-03 17:59:53,1.2.2,100.0,,,152.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 64,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-02-27 12:44:10.000000,2025-01-06 05:23:39,520.0,2.0,74.0,28.0,154.0,5.0,48.0,222.0,2025-01-06 05:24:12,11.0.3,69.0,1734.0,1734.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18899.0,18899.0,1.0,,,,,,,,,,,,,,,,,,, 65,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-02-26 16:00:04.000000,2025-02-25 14:37:20,2221.0,47.0,946.0,39.0,1628.0,41.0,349.0,7694.0,2025-02-14 12:49:42,backend/v1.4.0,30.0,306.0,306.0,50.0,,,18.0,3.0,580.0,,,,,,,,,,,,,,,,,, 66,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-02-27 18:06:09.000000,2025-02-17 13:40:06,2034.0,42.0,199.0,29.0,534.0,55.0,99.0,5196.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6230.0,3.0,1393.0,-1.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,297629.0,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-02-27 00:56:09.000000,2025-02-27 00:56:08,2548.0,79.0,340.0,31.0,117.0,4.0,118.0,1591.0,2025-02-20 00:53:11,4.1.6,67.0,,,49.0,,,287.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-02-18 01:02:26.029788,5.0,28495.0,,,,,,,,,,,, 68,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-02-25 23:28:25.000000,2025-02-25 19:45:07,3318.0,87.0,278.0,53.0,2593.0,29.0,249.0,918.0,2025-02-22 02:52:33,1.12.11,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-02-19 20:40:01.000000,2024-12-31 19:54:56,3793.0,31.0,125.0,46.0,1898.0,184.0,925.0,833.0,2025-02-19 20:39:44,1.21.3,77.0,,,101.0,,,68939.0,3.0,1040.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-02-19 20:37:13.407866,30.0,7168499.0,,,,,,,,,,,, 70,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-02-27 12:11:28.000000,2025-02-24 10:00:43,1206.0,56.0,564.0,67.0,575.0,126.0,388.0,13872.0,2025-02-17 12:24:15,10.0.2,81.0,,,31.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 71,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-02-25 01:23:04.000000,2025-02-25 01:22:57,6672.0,150.0,314.0,423.0,4498.0,126.0,420.0,1733.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,3.0,181.0,41.0,304.0,47.0,221.0,1231.0,2022-09-28 20:32:17,3.0.1,19.0,308.0,308.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-02-27 11:31:03.000000,2025-02-27 11:30:28,16111.0,57.0,343.0,51.0,7712.0,,,1203.0,,,,,,237.0,,,38908.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-02-26 13:38:46.150225,172.0,5952954.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-02-27 12:43:57.000000,2025-02-27 11:08:09,1854.0,45.0,241.0,57.0,345.0,32.0,89.0,578.0,2022-01-07 16:42:38,0.5.0,6.0,,,117.0,,,1483.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-02-27 11:36:10.215749,,133546.0,,,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-02-27 17:36:41.000000,2025-02-27 17:32:56,1900.0,18.0,131.0,23.0,826.0,65.0,392.0,457.0,2024-04-02 18:54:31,6.0.0,44.0,793.0,793.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-02-27 17:38:45.000000,2025-02-27 14:57:23,1500.0,11.0,89.0,27.0,1173.0,100.0,270.0,311.0,2025-01-20 10:48:25,1.5.0,33.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 77,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,237.0,13.0,131.0,531.0,787.0,17135.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3320.0,3.0,195890.0,,,,,,,,,,,,,,,,,, 78,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-02-26 20:03:23.000000,2025-02-26 19:08:49,2675.0,57.0,176.0,176.0,952.0,72.0,1172.0,1213.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-02-27 09:29:14.000000,2025-02-25 08:59:43,15124.0,49.0,666.0,110.0,19.0,,,698.0,,,,158.0,158.0,742.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-02-11 23:55:03.000000,2025-02-10 08:22:22,271.0,31.0,56.0,8.0,32.0,1.0,51.0,511.0,2025-02-02 16:19:51,2.2.0,36.0,4064.0,4064.0,17.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-02-27 17:39:08.000000,2025-02-27 17:39:08,14240.0,357.0,138.0,16.0,2017.0,953.0,1995.0,396.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,103.0,3.0,9003.0,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-02-24 06:01:20.000000,2025-02-24 02:35:15,306.0,12.0,18.0,15.0,125.0,1.0,11.0,87.0,2025-01-24 11:36:29,2.0.29,40.0,1252.0,1252.0,12.0,https://www.npmjs.com/package/web-did-resolver,31140.0,31140.0,2.0,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,306.0,62.0,156.0,240.0,596.0,6079.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,256.0,3.0,21539.0,-1.0,,,,,,,,,,,,,,,howdy,, 84,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-02-26 10:11:40.000000,2025-02-24 09:06:45,1116.0,34.0,191.0,29.0,1368.0,196.0,596.0,286.0,2024-11-07 19:07:51,0.5.13,100.0,,,71.0,,,,2.0,,-1.0,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-02-27 16:07:08.000000,2025-02-27 13:49:30,4591.0,440.0,60.0,6.0,759.0,12.0,182.0,152.0,2025-02-01 11:24:35,0.11.0,100.0,1.0,1.0,27.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 86,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-02-24 18:08:18.000000,2025-02-24 18:08:17,804.0,7.0,48.0,15.0,236.0,27.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,141.0,141.0,27.0,,,9458.0,2.0,236453.0,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-02-24 15:00:36.000000,2025-02-24 15:00:35,2878.0,62.0,36.0,16.0,3707.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,929.0,929.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,301.0,391.0,25.0,1.0,143.0,27700.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28741.0,3.0,1264613.0,,,,,,,,,,,,,,,,,, 89,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-01-14 19:48:50.000000,2025-01-14 19:47:39,643.0,4.0,296.0,61.0,235.0,5.0,130.0,3979.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-02-26 18:42:44.000000,2025-01-24 19:38:21,4053.0,2.0,761.0,250.0,346.0,63.0,210.0,2864.0,2015-09-29 22:50:55,1.1.0,4.0,,,58.0,,,857.0,3.0,115758.0,,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,479.0,479.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-02-26 18:24:07.000000,2025-02-17 02:49:37,399.0,2.0,42.0,23.0,132.0,3.0,18.0,219.0,2023-03-08 14:05:37,4.1.0,24.0,7040.0,7040.0,24.0,,,,2.0,,-1.0,,,,,,,,,,,,,,,,, 93,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,9.0,117.0,27.0,361.0,49.0,75.0,212.0,2025-02-10 16:01:17,8.5.1,51.0,37.0,37.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,560.0,122.0,509.0,621.0,13962.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,,740.0,98.0,344.0,176.0,362.0,1825.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-02-24 22:02:42.000000,2025-02-24 16:33:21,4946.0,17.0,656.0,65.0,1818.0,38.0,60.0,693.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,777.0,,,,,,,,,,,,,,,,,, 97,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-02-26 00:21:23.000000,2025-02-17 17:26:42,957.0,17.0,59.0,12.0,327.0,6.0,111.0,679.0,,,,1012.0,1012.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 98,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-02-16 06:57:59.000000,2025-02-16 06:57:56,162.0,22.0,39.0,3.0,59.0,,43.0,328.0,2025-02-16 06:44:03,4.0.0,22.0,64.0,64.0,11.0,,,,3.0,,3.0,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-archives/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-archives/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,20.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-archives/aries-framework-go,,, 100,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],20,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 101,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-27 15:19:55.000000,2025-02-04 14:58:00,524.0,10.0,33.0,4.0,253.0,7.0,39.0,63.0,2025-02-04 15:00:50,1.27.1,90.0,238.0,238.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,295.0,95.0,43.0,28.0,24.0,2866.0,,,,,,26.0,,,1433.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1433.0,,,,,,,,, 103,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],19,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-01-02 14:11:53.000000,2025-01-02 14:11:52,162.0,9.0,222.0,64.0,107.0,3.0,58.0,2402.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 104,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],19,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,40.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 105,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-02-24 13:57:20.000000,2025-01-31 17:38:02,2398.0,17.0,213.0,55.0,639.0,56.0,175.0,329.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-02-25 10:26:26.000000,2025-02-25 10:24:55,622.0,17.0,61.0,34.0,439.0,74.0,118.0,201.0,,,,163.0,163.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-02-26 17:00:08.000000,2025-02-26 16:57:30,1927.0,88.0,141.0,24.0,1171.0,61.0,216.0,161.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 108,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-02-27 17:07:26.000000,2025-02-27 17:07:25,1287.0,2.0,286.0,90.0,512.0,31.0,166.0,3087.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 109,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,False,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2024-08-16 16:26:22.000000,2023-07-12 07:05:13,339.0,,868.0,246.0,250.0,216.0,538.0,2948.0,,,,,,47.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 110,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,167.0,87.0,184.0,73.0,69.0,1233.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,307.0,33.0,8.0,43.0,774.0,2023-01-31 02:32:05,2.1.1,52.0,24.0,24.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 112,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-02-26 14:45:43.000000,2025-02-19 02:43:41,2532.0,39.0,78.0,20.0,903.0,5.0,129.0,473.0,2025-02-01 14:53:51,0.28.5.RELEASE,73.0,,,30.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-02-01 23:29:10.000000,2025-01-24 16:13:40,538.0,13.0,47.0,17.0,100.0,24.0,68.0,190.0,,,,491.0,491.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-02-12 09:48:35.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,809.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-02-20 19:18:52.000000,2024-12-23 14:07:00,2021.0,11.0,83.0,8.0,774.0,3.0,131.0,92.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-02-27 16:39:56.000000,2025-02-27 16:39:56,2809.0,25.0,55.0,13.0,637.0,162.0,122.0,61.0,,,1.0,53.0,53.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,558.0,56.0,125.0,88.0,8161.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-02-24 17:59:02.000000,2025-02-24 17:59:02,584.0,6.0,163.0,81.0,247.0,28.0,49.0,1534.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-02-27 16:26:19.000000,2025-02-27 16:26:19,1216.0,17.0,44.0,51.0,290.0,191.0,147.0,509.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-02-27 16:04:39.000000,2025-02-27 16:04:27,1366.0,23.0,96.0,76.0,503.0,21.0,350.0,416.0,,,,,,68.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-25 01:48:06.000000,2025-02-25 01:47:56,2232.0,41.0,99.0,80.0,847.0,5.0,712.0,305.0,,,,,,79.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,556.0,3.0,127.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23237.0,,,,,,,,,,,, 123,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,17,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-02-27 16:45:31.000000,2025-02-27 16:45:27,5003.0,204.0,16.0,6.0,536.0,45.0,2693.0,53.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 124,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-02-24 20:27:51.000000,2025-01-13 21:37:13,287.0,2.0,48.0,6.0,300.0,16.0,22.0,1222.0,2024-06-10 20:02:54,1.15.1,100.0,1.0,1.0,5.0,,,102.0,3.0,2253.0,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 125,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-02-20 12:57:07.000000,2025-02-20 03:06:48,3693.0,6.0,71.0,26.0,8.0,,,241.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-02-19 18:25:34.000000,2025-02-19 18:25:08,888.0,16.0,203.0,52.0,401.0,38.0,177.0,123.0,,,,,,216.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 127,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-02-20 12:29:36.000000,2025-02-06 13:35:44,3090.0,190.0,18.0,11.0,290.0,13.0,10.0,64.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,15,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-01-29 08:37:52.000000,2025-01-17 10:11:08,1948.0,6.0,148.0,63.0,523.0,5.0,236.0,616.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-02-19 17:21:14.000000,2025-02-18 21:12:14,724.0,10.0,74.0,69.0,311.0,121.0,224.0,406.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,75.0,38.0,257.0,46.0,77.0,284.0,,,,6.0,6.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 131,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,19.0,36.0,18.0,56.0,19.0,16.0,239.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,315537.0,315537.0,3.0,,,,,,,,,,,,,,,,,,, 132,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-02-27 08:32:53.000000,2025-02-25 21:21:48,509.0,21.0,28.0,28.0,62.0,13.0,10.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-02-19 00:46:04.000000,2025-02-07 10:23:19,1335.0,102.0,20.0,8.0,146.0,17.0,17.0,75.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,113.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4652.0,,,,,,,,,,,, 135,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,14,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,207.0,,,1.0,18.0,18.0,4.0,,,982.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,982.0,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,True,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,30.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,14,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,143.0,25.0,7.0,334.0,14.0,17.0,74.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-02-27 14:22:29.000000,2025-02-27 14:19:03,779.0,11.0,31.0,18.0,267.0,7.0,278.0,59.0,2025-02-27 14:21:52,draft-ietf-oauth-selective-disclosure-jwt-16,11.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,13.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,35.0,95.0,32.0,102.0,997.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,26.0,8.0,2.0,4.0,1.0,250.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,196.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-02-17 15:58:45.000000,2025-02-17 15:58:45,507.0,5.0,21.0,29.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,76.0,8.0,5.0,,,,108.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,3.0,,,,,,,,,,,,,,,,,, 145,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,MPL-2.0,2022-12-19 13:49:48,2025-02-27 18:26:33.000000,2025-02-27 15:36:26,1200.0,189.0,14.0,18.0,980.0,,5.0,106.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,9.0,432.0,29.0,75.0,51.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-02-18 14:12:08.000000,2024-03-17 13:28:22,539.0,,23.0,12.0,144.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,24.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,848.0,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,14.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,2.0,15.0,6.0,145.0,15.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-02-27 00:12:51.000000,2024-12-09 09:04:11,894.0,1.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,44.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-01-13 03:56:18.000000,2025-01-13 03:56:18,99.0,10.0,12.0,10.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,78.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-02-13 20:09:17.000000,2025-02-13 20:09:15,96.0,5.0,8.0,11.0,119.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,16.0,24.0,20.0,14.0,143.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-02-20 00:49:10.000000,2025-02-20 00:49:10,136.0,8.0,13.0,42.0,80.0,48.0,75.0,94.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,8.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 160,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,14.0,13.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,9.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-02-25 16:52:58.000000,2025-01-14 18:03:00,111.0,1.0,11.0,11.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,8,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2024-04-11 08:24:17.000000,2024-04-11 08:24:17,78.0,,10.0,10.0,3.0,2.0,2.0,19.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,10.0,4.0,40.0,15.0,22.0,12.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,158.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3015.0,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-02-13 17:23:22.000000,2025-02-13 17:23:02,251.0,1.0,14.0,11.0,92.0,8.0,41.0,16.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,7,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,7.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,8.0,16.0,6.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,381622.0,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4397293.0,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 174,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 176,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-03-13_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - authlib (🥇38 · ⭐ 4.7K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - paddlespeech (🥈36 · ⭐ 12K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - wso2-identity-server (🥈33 · ⭐ 800 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - keto (🥈31 · ⭐ 5K · 📈) - The most scalable and customizable permission server on the.. Apache-2 ory - bbs-signature (🥉13 · ⭐ 85 · 📈) - The BBS Signature Scheme. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇39 · ⭐ 9.5K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - whisper (🥉30 · ⭐ 78K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - doorkeeper (🥈29 · ⭐ 5.4K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - identity-server (🥈24 · ⭐ 1.5K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - trinsic-sdk (🥉5 · ⭐ 1 · 📉) - This repository contains the scripts used to generate SDKs libraries.. MIT ================================================ FILE: history/2025-03-13_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-03-09 05:38:23.000000,2025-03-09 05:36:03,3859.0,72.0,3682.0,110.0,3149.0,322.0,4504.0,26234.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,408295.0,408295.0,867.0,https://www.npmjs.com/package/next-auth,5696682.0,5696682.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-03-13 01:33:22.000000,2025-03-08 09:16:09,9384.0,199.0,2095.0,150.0,3842.0,155.0,3339.0,12571.0,2025-02-14 14:13:35,1.12.16,100.0,1607.0,1607.0,488.0,,,3117469.0,1.0,115346359.0,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-03-12 22:45:36.446801,2025-03-12 19:18:21,5550.0,174.0,1369.0,132.0,4707.0,380.0,2327.0,10061.0,2025-02-28 14:35:54,1.2.0,100.0,5098.0,5098.0,502.0,,,5581383.0,1.0,12646432.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-03-12 22:45:36.446801,43.0,595741153.0,,,,,,,,,,,,, 14,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-03-13 09:25:44.000000,2025-03-13 09:25:44,1962.0,258.0,2481.0,168.0,275.0,8.0,1163.0,18158.0,2024-08-17 07:30:49,0.0.93,13.0,5990.0,5990.0,85.0,,,617293.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,617293.0,,,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-03-13 02:05:12.000000,2025-03-07 16:37:25,4071.0,27.0,2121.0,232.0,4615.0,213.0,2176.0,12917.0,2024-11-21 19:41:27,1.12.0,70.0,13528.0,13528.0,415.0,,,2962134.0,1.0,8427107.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,159.0,310987787.0,,,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-03-10 15:23:27.000000,2025-03-10 15:23:27,10448.0,61.0,1418.0,133.0,1330.0,111.0,1027.0,9499.0,2024-10-31 10:06:07,1.0.2,13.0,3009.0,3009.0,256.0,,,3044870.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,3044870.0,-1.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,476.0,63.0,497.0,83.0,294.0,2855.0,2023-01-10 13:13:43,3.2.2,48.0,607148.0,607148.0,198.0,,,141389420.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,141389420.0,,,,,,,,,, 18,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-03-13 17:27:36.000000,2025-03-13 17:27:35,27711.0,699.0,6974.0,388.0,19131.0,1759.0,11798.0,25901.0,2025-03-13 15:41:42,26.1.4,76.0,,,1569.0,,,72911.0,1.0,3718494.0,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 19,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-02-28 15:17:00.000000,2025-02-28 14:43:08,1477.0,43.0,466.0,60.0,228.0,91.0,374.0,4733.0,2025-02-27 15:47:39,1.5.0,38.0,40120.0,40120.0,129.0,,,14746881.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,14746881.0,1.0,,,,,,,,, 20,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],37,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-03-13 15:10:42.000000,2025-03-13 15:10:40,4013.0,110.0,1417.0,235.0,1884.0,71.0,1472.0,16004.0,2025-01-17 08:51:44,2.3.0,100.0,3.0,3.0,306.0,,,3626520.0,2.0,896876.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426654448.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-03-13 14:32:14.000000,2025-03-13 13:17:22,4596.0,109.0,956.0,112.0,2158.0,151.0,1222.0,11620.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1392238.0,1.0,49843.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114097672.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],36,False,hashicorp/vault,,https://github.com/hashicorp/vault,,2015-02-25 00:15:59,2025-03-13 18:14:22.000000,2025-03-13 15:07:19,20901.0,311.0,4188.0,805.0,23474.0,1080.0,5189.0,31956.0,2025-03-05 20:28:28,1.19.0,100.0,14461.0,14461.0,1564.0,,,,1.0,,,,,,,,,,,,,,,,,,, 23,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,301.0,161.0,350.0,429.0,23209.0,,,,1221756.0,1221756.0,38.0,https://www.npmjs.com/package/passport,13407429.0,13407429.0,2.0,,,,,,,,,,,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-03-13 03:55:15.000000,2025-03-13 03:55:15,4854.0,43.0,1881.0,187.0,1843.0,545.0,1401.0,11624.0,2025-03-05 07:11:35,r1.5.0,17.0,141.0,141.0,154.0,,,390707.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,390707.0,1.0,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-03-11 10:41:04.000000,2025-02-22 01:51:04,1659.0,39.0,274.0,39.0,463.0,16.0,470.0,6274.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,92923.0,92923.0,70.0,https://www.npmjs.com/package/@casl/ability,2936489.0,2936489.0,1.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13323.0,1567.0,235.0,761.0,594.0,54358.0,2018-04-02 17:18:43,1.2.2,2.0,4264.0,4264.0,54.0,,,154244.0,2.0,1404.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9165.0,face_recognition,https://pypi.org/project/face_recognition,154135.0,,,,,,,,,, 27,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2024-12-28 12:15:32.000000,2024-12-28 12:11:50,1109.0,1.0,1655.0,243.0,518.0,42.0,792.0,18286.0,2024-12-28 12:13:32,2.103.0,100.0,3353.0,3353.0,151.0,https://www.npmjs.com/package/casbin,314649.0,544213.0,2.0,,,,,,,casbin,https://pypi.org/project/casbin,229564.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 28,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,33,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3706.0,344.0,111.0,447.0,393.0,17062.0,2020-03-22 14:01:55,0.22.2,38.0,12638.0,12638.0,25.0,https://www.npmjs.com/package/face-api.js,167881.0,167881.0,2.0,,,,,,,,,,,,,,,,,,, 29,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-03-13 14:04:46.719729,2025-03-13 13:49:07,2708.0,99.0,1285.0,77.0,1788.0,119.0,1510.0,11196.0,2025-03-13 13:58:15,1.860.0,100.0,8.0,8.0,218.0,,,9553.0,2.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-03-13 14:04:46.719729,17.0,506361.0,,,,,,,,,,,,, 30,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-03-13 08:29:55.000000,2025-03-13 08:11:34,26973.0,751.0,3911.0,600.0,5221.0,,,11172.0,2025-02-21 09:55:29,7.1.5,100.0,21.0,21.0,360.0,,,7124.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-03-13 00:37:41.212360,131.0,1154219.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-03-13 16:57:38.000000,2025-03-13 16:44:41,4543.0,211.0,293.0,46.0,1706.0,94.0,407.0,5465.0,2025-03-03 15:59:50,1.41.0,91.0,98.0,98.0,56.0,,,97517.0,2.0,138489.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-03-03 16:10:19.783199,7.0,4051469.0,,,,,,,,,,,,, 32,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-03-13 17:12:23.000000,2025-03-13 15:28:46,9247.0,151.0,556.0,57.0,6895.0,316.0,1464.0,4515.0,2025-03-13 15:48:39,ockam_v0.149.0,100.0,188.0,188.0,318.0,,,11332.0,2.0,396638.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-03-13 13:46:38.000000,2025-03-13 13:46:08,3690.0,80.0,289.0,40.0,4423.0,105.0,940.0,4194.0,2024-11-11 19:02:17,0.28.0,100.0,22.0,22.0,95.0,,,21792317.0,2.0,67739.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-03-13 00:33:23.887282,11.0,1612546535.0,,,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-03-13 17:29:38.000000,2025-03-13 17:29:38,15491.0,1015.0,746.0,115.0,7915.0,1026.0,14361.0,799.0,2025-02-28 19:19:04,7.1.0,100.0,,,715.0,,,15244.0,2.0,15553.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2024-03-08 07:03:37.681569,36.0,1953759.0,,,,1.0,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,408.0,29.0,539.0,85.0,358.0,576.0,2025-02-10 21:52:03,7.5.2,53.0,1976.0,1976.0,174.0,,,964366.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,964366.0,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-03-13 14:59:25.000000,2025-03-13 14:59:24,7025.0,405.0,1178.0,164.0,6951.0,51.0,1247.0,23056.0,2025-02-16 10:16:32,4.38.19,100.0,,,210.0,,,859.0,2.0,50734.0,,,,,,,,,,,,,,,,,, 37,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-03-13 18:13:41.000000,2025-03-13 18:13:40,7111.0,149.0,485.0,76.0,4384.0,149.0,1410.0,1890.0,2025-02-13 21:08:41,1.11.2,100.0,168.0,168.0,211.0,,,7560.0,2.0,514111.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 38,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-10 08:57:02.000000,2025-03-10 08:57:02,2357.0,9.0,5441.0,515.0,188.0,1148.0,1388.0,24548.0,2023-04-02 07:43:27,0.7,1.0,3586.0,3586.0,66.0,,,301383.0,3.0,6931768.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-03-13 04:47:31.000000,2025-03-10 21:58:10,3212.0,140.0,1644.0,174.0,2617.0,315.0,845.0,9738.0,2025-02-19 13:18:29,2.42.0,88.0,170.0,170.0,267.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-03-13 01:30:08.000000,2025-03-12 16:25:21,1598.0,42.0,350.0,55.0,1299.0,36.0,289.0,4954.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,609946.0,2.0,27646.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,8.0,51205028.0,,,,1.0,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-03-13 16:30:31.000000,2025-03-06 14:55:18,4577.0,104.0,284.0,198.0,5205.0,116.0,264.0,3920.0,2025-03-04 18:32:32,0.19.1,68.0,10.0,10.0,179.0,,,299527.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18570688.0,,,,,,,,,,,,, 42,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-03-13 14:42:05.000000,2025-03-13 14:13:39,2555.0,21.0,756.0,70.0,252.0,,,3339.0,2025-03-06 15:43:40,8.8.1,100.0,1590.0,1590.0,74.0,https://www.npmjs.com/package/oidc-provider,328689.0,328689.0,2.0,,,,,,,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,40.0,174.0,34.0,138.0,,103.0,900.0,2025-03-07 19:43:46,2.5.2,32.0,1320.0,1320.0,30.0,,,463944.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,463944.0,,,,,,,,,, 44,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,4.0,9184.0,630.0,297.0,,,78035.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,686663.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,686663.0,-1.0,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-03-13 17:00:22.000000,2025-03-13 15:50:23,3600.0,141.0,657.0,53.0,6076.0,628.0,2049.0,9960.0,2025-03-13 17:00:41,2.66.13,100.0,,,179.0,,,1162.0,2.0,6973.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,,, 46,logto,https://github.com/logto-io/logto,idp,"An identity and access management (IAM) infrastructure with authentication, authorization, MFA, SSO, user management,..",,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-03-13 13:42:16.000000,2025-03-13 05:48:41,7217.0,164.0,487.0,51.0,6415.0,161.0,451.0,9651.0,2025-02-28 07:22:39,1.25.0,68.0,22.0,22.0,70.0,,,5633.0,2.0,5194.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-03-13 05:52:28.360983,5.0,246841.0,,,,,,,,,,,,, 47,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-03-12 16:47:18.000000,2025-03-12 16:47:17,1426.0,29.0,349.0,48.0,754.0,60.0,293.0,3359.0,2025-01-30 10:40:58,0.40.9,100.0,3.0,3.0,112.0,,,999717.0,3.0,49949.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89923573.0,,,,,,,,,,,,, 48,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-03-13 13:49:35.000000,2025-01-23 17:44:21,634.0,11.0,70.0,38.0,227.0,4.0,86.0,349.0,2025-01-23 17:44:48,8.0.8,100.0,5665.0,5665.0,42.0,https://www.npmjs.com/package/did-jwt,332651.0,332651.0,1.0,,,,,,,,,,,,,,,,,,, 49,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3503.0,750.0,77.0,2.0,382.0,15321.0,2024-10-04 12:56:15,0.2.2,5.0,89.0,89.0,31.0,,,1425.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162459.0,,,,,,,,,,,,, 50,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-03-13 18:14:15.000000,2025-03-13 17:35:04,16642.0,643.0,1028.0,64.0,10172.0,666.0,2228.0,15238.0,2025-02-26 20:23:39,ersion/2025.2.1,100.0,,,352.0,,,200.0,3.0,5826.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 51,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,9.0,1031.0,104.0,869.0,40.0,848.0,5368.0,2024-12-09 07:54:33,5.8.1,69.0,9910.0,9910.0,330.0,,,,2.0,,,,,,,,,,-1.0,,,,,doorkeeper,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-03-13 07:03:58.000000,2025-03-13 07:03:49,1948.0,83.0,151.0,34.0,2082.0,40.0,342.0,3666.0,2025-03-05 10:10:53,0.41.0,64.0,29.0,29.0,33.0,,,2177.0,3.0,104502.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 53,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-03-13 04:36:02.000000,2025-03-13 04:36:02,2298.0,108.0,207.0,24.0,2382.0,197.0,782.0,3212.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,105.0,,,7164.0,3.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-02-11 07:35:01.054671,3.0,522572.0,,,,,,,,,,,,, 54,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-03-13 12:47:55.000000,2025-03-12 15:04:24,2842.0,27.0,124.0,62.0,320.0,39.0,288.0,915.0,2025-03-12 07:51:34,5.6.0,40.0,168.0,168.0,47.0,,,129374.0,2.0,15269.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,129228.0,,,,,,,,,, 55,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-03-13 16:41:47.000000,2025-03-13 01:30:06,6909.0,117.0,601.0,138.0,4919.0,170.0,2946.0,5354.0,2025-03-10 20:42:46,release-2025-03-10,100.0,,,137.0,,,17866.0,2.0,37221.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-03-10 17:36:42.406196,13.0,1998519.0,,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-03-13 11:33:34.000000,2025-03-13 07:34:35,4482.0,436.0,238.0,25.0,1831.0,46.0,227.0,5271.0,2025-03-13 13:24:16,1.3.5,100.0,4.0,4.0,65.0,,,299.0,3.0,7181.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 57,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-21 20:16:24.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,77.0,867.0,286.0,640.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,656.0,8629.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004652.0,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-03-11 23:33:17.000000,2025-02-24 02:38:45,379.0,12.0,46.0,22.0,102.0,2.0,48.0,189.0,2025-01-28 16:11:26,4.0.6,60.0,1164.0,1164.0,22.0,https://www.npmjs.com/package/did-jwt-vc,51980.0,51980.0,1.0,,,,,,,,,,,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13215.0,1536.0,526.0,31.0,844.0,53456.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6740.0,3.0,492046.0,,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,177.0,27.0,1529.0,110.0,104.0,3476.0,2024-01-13 04:08:30,0.27.3,100.0,209.0,209.0,68.0,,,25658.0,3.0,3535.0,,,,,,oso,https://pypi.org/project/oso,25586.0,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-03-13 17:23:56.000000,2025-03-12 07:27:57,34822.0,237.0,83.0,31.0,6344.0,438.0,4088.0,522.0,2025-02-14 08:09:56,1.4.0,100.0,,,126.0,,,503.0,3.0,8557.0,,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-03-12 22:29:49.000000,2025-03-12 22:29:16,9938.0,128.0,488.0,29.0,2239.0,125.0,1215.0,433.0,2025-03-06 23:40:09,0.12.5,100.0,,,153.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-03-13 16:42:01.000000,2025-01-06 05:23:39,520.0,2.0,74.0,27.0,154.0,5.0,48.0,222.0,2025-01-06 05:24:12,11.0.3,69.0,1741.0,1741.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,17393.0,17393.0,1.0,,,,,,,,,,,,,,,,,,, 64,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-03-11 21:41:56.000000,2025-03-03 16:29:56,2035.0,21.0,200.0,28.0,537.0,57.0,100.0,5212.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6217.0,3.0,1419.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,303189.0,,,,,,,,,,,,, 65,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-03-13 10:32:16.000000,2025-03-13 10:31:29,2556.0,73.0,341.0,29.0,117.0,5.0,121.0,1604.0,2025-02-20 00:53:11,4.1.6,67.0,,,50.0,,,287.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-02-18 01:02:26.029788,5.0,28765.0,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-03-09 21:04:32.000000,2025-03-09 21:03:08,3334.0,88.0,278.0,51.0,2603.0,28.0,250.0,922.0,2025-03-07 21:46:52,1.12.12,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,, 67,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-03-10 20:39:43.360145,2024-12-31 19:54:56,3793.0,19.0,126.0,45.0,1898.0,178.0,931.0,834.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68395.0,3.0,1093.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-03-10 20:39:43.360145,30.0,7180274.0,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-03-13 14:50:58.000000,2025-03-04 12:33:08,1209.0,59.0,563.0,66.0,584.0,126.0,387.0,13924.0,2025-03-05 10:59:49,10.0.3,82.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 69,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,24,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-03-13 17:54:18.000000,2025-03-13 12:37:36,2228.0,38.0,945.0,39.0,1643.0,43.0,350.0,7719.0,2025-02-14 12:49:42,backend/v1.4.0,30.0,308.0,308.0,50.0,,,18.0,3.0,593.0,,,,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-03-10 18:01:46.000000,2025-03-10 17:55:06,6690.0,167.0,314.0,423.0,4509.0,126.0,420.0,1733.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,24,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-03-13 17:30:02.000000,2025-03-13 16:44:54,6876.0,347.0,371.0,43.0,1033.0,17.0,296.0,1532.0,2025-03-04 20:53:43,is-7.1.1,73.0,,,333.0,,,,2.0,,,,,,,,,,-5.0,,,,,,DuendeSoftware/products,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-03-13 17:49:12.000000,2025-03-13 15:52:37,16129.0,64.0,343.0,50.0,7731.0,,,1209.0,,,,,,239.0,,,38705.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-03-11 14:10:14.074816,172.0,5960582.0,,,,,,,,,,,,, 73,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-03-13 12:37:50.000000,2025-03-13 10:32:04,1862.0,48.0,240.0,56.0,347.0,32.0,89.0,579.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1472.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-03-13 10:44:19.917033,,134001.0,,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-03-13 02:25:40.000000,2025-02-27 17:32:56,1900.0,18.0,131.0,22.0,826.0,65.0,392.0,457.0,2024-04-02 18:54:31,6.0.0,44.0,806.0,806.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-03-13 13:52:25.000000,2025-02-28 12:46:34,1502.0,12.0,89.0,26.0,1194.0,103.0,285.0,313.0,2025-01-20 10:48:25,1.5.0,34.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,268.0,17.0,131.0,531.0,787.0,17255.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3291.0,3.0,197477.0,,,,,,,,,,,,,,,,,, 77,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,2.0,181.0,41.0,304.0,47.0,221.0,1237.0,2022-09-28 20:32:17,3.0.1,19.0,313.0,313.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-03-12 18:09:13.000000,2025-03-12 18:08:02,2677.0,52.0,178.0,176.0,954.0,74.0,1174.0,1217.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-03-13 13:36:19.000000,2025-03-07 17:36:32,15132.0,43.0,666.0,109.0,19.0,,,699.0,,,,161.0,161.0,743.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-12 13:18:50.000000,2025-03-12 13:18:43,273.0,29.0,55.0,7.0,32.0,1.0,52.0,513.0,2025-02-02 16:19:51,2.2.0,36.0,4278.0,4278.0,18.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-03-13 18:19:18.000000,2025-03-13 18:08:47,14276.0,319.0,139.0,15.0,2041.0,950.0,1999.0,398.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,105.0,3.0,9290.0,,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-03-12 09:46:27.000000,2025-03-12 09:43:20,1128.0,43.0,191.0,28.0,1383.0,202.0,596.0,288.0,2024-11-07 19:07:51,0.5.13,100.0,,,71.0,,,,2.0,,,,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-03-10 06:12:13.000000,2025-03-10 01:25:51,308.0,14.0,18.0,14.0,125.0,1.0,11.0,87.0,2025-01-24 11:36:29,2.0.29,40.0,1259.0,1259.0,12.0,https://www.npmjs.com/package/web-did-resolver,34668.0,34668.0,2.0,,,,,,,,,,,,,,,,,,, 84,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,309.0,61.0,157.0,242.0,599.0,6105.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,256.0,3.0,21821.0,,,,,,,,,,,,,,,,howdy,, 85,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-03-10 19:14:28.000000,2025-03-05 00:09:47,4055.0,4.0,761.0,248.0,348.0,63.0,210.0,2866.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,854.0,3.0,116245.0,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-03-13 13:25:05.000000,2025-03-11 12:38:31,4650.0,464.0,60.0,8.0,779.0,12.0,189.0,156.0,2025-03-04 18:35:51,0.12.0,100.0,1.0,1.0,27.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-02-24 18:08:18.000000,2025-02-24 18:08:17,804.0,7.0,50.0,14.0,238.0,28.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,141.0,141.0,27.0,,,9236.0,2.0,240161.0,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-03-10 15:19:54.000000,2025-03-10 15:16:40,2893.0,68.0,37.0,15.0,3728.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,935.0,935.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,338.0,394.0,25.0,1.0,143.0,27824.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28462.0,3.0,1280803.0,,,,,,,,,,,,,,,,,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,4.0,295.0,60.0,236.0,5.0,130.0,3984.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-03-10 18:53:24.000000,2025-02-17 02:49:37,399.0,2.0,42.0,22.0,132.0,3.0,18.0,219.0,2023-03-08 14:05:37,4.1.0,24.0,7090.0,7090.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 93,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,9.0,119.0,27.0,361.0,49.0,75.0,213.0,2025-02-10 16:01:17,8.5.1,51.0,37.0,37.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,122.0,509.0,621.0,13992.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],20,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,11.0,221.0,63.0,107.0,3.0,58.0,2409.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,,740.0,96.0,346.0,176.0,359.0,1833.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,17.0,655.0,64.0,1821.0,38.0,60.0,693.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,780.0,,,,,,,,,,,,,,,,,, 98,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-03-11 18:46:36.000000,2025-02-17 17:26:42,957.0,17.0,59.0,11.0,327.0,5.0,112.0,682.0,,,,1028.0,1028.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-02-16 06:57:59.000000,2025-02-16 06:57:56,162.0,22.0,40.0,3.0,59.0,,43.0,334.0,2025-02-16 06:44:03,4.0.0,22.0,64.0,64.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,296.0,93.0,43.0,28.0,24.0,2883.0,,,,,,26.0,,,1455.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1455.0,,,,,,,,,, 102,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-03-12 15:22:50.000000,2025-03-12 15:21:23,2409.0,28.0,213.0,54.0,641.0,56.0,175.0,330.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 103,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],19,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,108.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-02-25 10:26:26.000000,2025-02-25 10:24:55,622.0,10.0,61.0,33.0,440.0,74.0,118.0,202.0,,,,164.0,164.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-03-12 17:08:40.000000,2025-03-12 17:06:09,1929.0,71.0,142.0,24.0,1176.0,45.0,232.0,160.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 106,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-27 15:19:55.000000,2025-02-04 14:58:00,524.0,6.0,33.0,4.0,253.0,7.0,39.0,63.0,2025-02-04 15:00:50,1.27.1,90.0,238.0,238.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-03-12 14:42:43.000000,2025-02-27 17:07:25,1287.0,2.0,285.0,89.0,514.0,32.0,166.0,3092.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,873.0,245.0,250.0,198.0,559.0,2953.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1232.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,304.0,33.0,8.0,43.0,775.0,2023-01-31 02:32:05,2.1.1,52.0,24.0,24.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-03-13 13:24:54.000000,2025-03-07 00:06:15,2543.0,41.0,79.0,19.0,908.0,6.0,129.0,477.0,2025-03-01 14:55:15,0.28.6.RELEASE,74.0,,,31.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-03-07 23:26:52.000000,2025-03-07 23:26:51,542.0,17.0,47.0,16.0,101.0,24.0,68.0,191.0,,,,499.0,499.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 115,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,13.0,83.0,8.0,775.0,3.0,131.0,92.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-03-12 20:39:10.000000,2025-03-12 20:39:10,2819.0,27.0,55.0,12.0,645.0,161.0,123.0,62.0,,,1.0,53.0,53.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,557.0,56.0,125.0,88.0,8153.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-03-13 15:59:24.000000,2025-03-13 15:59:24,586.0,8.0,165.0,80.0,249.0,28.0,50.0,1539.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-03-13 11:50:54.000000,2025-03-13 11:50:51,1223.0,23.0,44.0,50.0,294.0,191.0,147.0,510.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-03-03 22:42:50.000000,2025-02-27 16:04:27,1366.0,23.0,96.0,75.0,505.0,20.0,350.0,419.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-25 01:48:06.000000,2025-02-25 01:47:56,2232.0,36.0,99.0,79.0,847.0,7.0,712.0,308.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,545.0,3.0,128.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23328.0,,,,,,,,,,,,, 123,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-03-13 01:55:24.000000,2025-01-13 21:37:13,287.0,2.0,49.0,6.0,302.0,16.0,22.0,1229.0,2024-06-10 20:02:54,1.15.1,100.0,2.0,2.0,5.0,,,103.0,3.0,2372.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 124,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-04 12:00:02.000000,2025-03-04 12:00:01,1949.0,3.0,149.0,62.0,525.0,5.0,236.0,621.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-02-28 12:48:23.000000,2025-02-27 16:47:31,3695.0,7.0,71.0,25.0,8.0,,,241.0,,,,,,298.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-02-19 18:25:34.000000,2025-02-19 18:25:08,888.0,14.0,205.0,50.0,406.0,41.0,177.0,123.0,,,,,,217.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 127,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-03-12 12:11:52.000000,2025-03-12 12:11:49,1381.0,140.0,22.0,8.0,146.0,17.0,17.0,76.0,2024-08-02 19:27:57,0.16.0,25.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 128,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-03-12 12:19:13.000000,2025-02-06 13:35:44,3090.0,138.0,18.0,11.0,290.0,13.0,10.0,65.0,2024-12-05 20:29:46,0.32.0,48.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-03-13 09:10:48.000000,2025-03-12 14:38:03,5012.0,134.0,16.0,6.0,537.0,35.0,2708.0,54.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-03-12 21:32:57.000000,2025-03-12 21:31:50,726.0,12.0,78.0,68.0,313.0,123.0,225.0,407.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,77.0,37.0,257.0,46.0,77.0,284.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 132,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,15,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,208.0,,,1.0,18.0,18.0,4.0,,,1147.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1147.0,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-03-12 20:42:59.000000,2025-03-12 20:42:59,513.0,25.0,28.0,27.0,62.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4653.0,,,,,,,,,,,,, 135,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,9.0,38.0,18.0,57.0,20.0,16.0,242.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,310093.0,310093.0,3.0,,,,,,,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],14,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,50.0,8.0,5.0,,,,118.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,5.0,3.0,5.0,,,,,,,,,,,,,,,,,, 138,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,Apache-2.0,2022-12-19 13:49:48,2025-03-13 17:16:46.000000,2025-03-10 12:00:59,1233.0,197.0,15.0,17.0,1017.0,,5.0,108.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-03-13 00:16:57.000000,2025-03-01 08:34:44,781.0,13.0,31.0,18.0,269.0,13.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,34.0,95.0,32.0,102.0,999.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond, Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,193.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17648.0,,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-02-17 15:58:45.000000,2025-02-17 15:58:45,507.0,5.0,22.0,28.0,42.0,27.0,46.0,122.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-03-13 00:13:20.000000,2025-03-03 18:02:54,916.0,22.0,26.0,15.0,182.0,19.0,130.0,85.0,,,,,,18.0,,,,3.0,,,,,,,,,,2.0,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,20.0,25.0,7.0,334.0,15.0,17.0,74.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-02-18 14:12:08.000000,2024-03-17 13:28:22,539.0,,23.0,11.0,144.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,853.0,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,11,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,1.0,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,11.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,78.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-02-13 20:09:17.000000,2025-02-13 20:09:15,96.0,5.0,9.0,10.0,119.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,143.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-03-13 11:17:00.000000,2025-02-20 00:49:10,136.0,6.0,14.0,41.0,80.0,53.0,76.0,96.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 160,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,15.0,12.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-03-04 14:13:59.000000,2025-01-14 18:03:00,111.0,1.0,14.0,10.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,9,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-13 15:38:14.000000,2024-04-11 08:24:17,78.0,,10.0,9.0,5.0,2.0,2.0,19.0,2024-02-09 12:04:08,0.6.1,2.0,,,4.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3015.0,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-02-13 17:23:22.000000,2025-02-13 17:23:02,251.0,1.0,13.0,11.0,92.0,8.0,41.0,16.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,6.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,5,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2024-12-16 16:19:37.000000,2024-12-16 16:19:34,370.0,1.0,1.0,6.0,308.0,,,1.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,-2.0,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4401845.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,392625.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 174,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 176,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-03-20_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - vault (🥇37 · ⭐ 32K · 📈) - A tool for secrets management, encryption as a.. ❗️Business Source License 1.1 hashicorp - casbin (🥇36 · ⭐ 18K · 📈) - An authorization library that supports access control models like.. Apache-2 - identity-server (🥈29 · ⭐ 1.5K · 📈) - The most flexible and standards-compliant OpenID.. ❗️Custom - pyMDOC-CBOR (🥉13 · ⭐ 19 · 📈) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 - trinsic-sdk (🥉8 · ⭐ 1 · 📈) - This repository contains the scripts used to generate SDKs libraries.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - authlib (🥇37 · ⭐ 4.7K · 📉) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - ory-hydra (🥈36 · ⭐ 16K · 📉) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - face-api-js (🥉27 · ⭐ 17K · 💀) - JavaScript API for face detection and face recognition in the.. MIT - conjur (🥉24 · ⭐ 840 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - keycloak (📉) - ❗Unlicensed cncf ## ➕ Added Projects _Projects that were recently added to this best-of list._ - crypto (🥉13 · ⭐ 99 · ➕) - Library providing privacy enhancing cryptographic primitives, ZKPs,.. Apache-2 ================================================ FILE: history/2025-03-20_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,new_addition,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-03-17 01:09:45.000000,2025-03-15 10:23:08,3861.0,71.0,3694.0,109.0,3155.0,324.0,4518.0,26318.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,413331.0,413331.0,868.0,https://www.npmjs.com/package/next-auth,5781188.0,5781188.0,1.0,,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-03-18 11:08:42.000000,2025-03-18 11:08:41,9399.0,205.0,2098.0,149.0,3852.0,144.0,3354.0,12598.0,2025-02-14 14:13:35,1.12.16,100.0,1630.0,1630.0,489.0,,,3152288.0,1.0,116634679.0,,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-03-19 14:19:22.232766,2025-03-19 13:35:58,5554.0,154.0,1371.0,131.0,4712.0,380.0,2331.0,10082.0,2025-02-28 14:35:54,1.2.0,100.0,5121.0,5121.0,502.0,,,5586085.0,1.0,12808927.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-03-19 14:19:22.232766,43.0,595957358.0,,,,,,,,,,,,,, 14,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-03-14 16:42:30.000000,2025-03-14 16:42:30,1965.0,249.0,2494.0,173.0,275.0,7.0,1164.0,18280.0,2024-08-17 07:30:49,0.0.93,13.0,6154.0,6154.0,85.0,,,654054.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,654054.0,,,,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",40,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-03-18 20:02:40.000000,2025-03-18 20:01:41,4075.0,30.0,2123.0,232.0,4624.0,215.0,2176.0,12941.0,2024-11-21 19:41:27,1.12.0,70.0,13562.0,13562.0,416.0,,,2966628.0,1.0,8454479.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,160.0,311444094.0,,,,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-03-17 18:13:13.000000,2025-03-17 18:13:13,10456.0,64.0,1424.0,134.0,1332.0,113.0,1027.0,9540.0,2024-10-31 10:06:07,1.0.2,13.0,3064.0,3064.0,256.0,,,2253588.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,2253588.0,,,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,477.0,63.0,497.0,83.0,294.0,2861.0,2023-01-10 13:13:43,3.2.2,48.0,609170.0,609170.0,198.0,,,141242937.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,141242937.0,,,,,,,,,,, 18,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-03-20 18:26:59.000000,2025-03-20 18:00:32,20923.0,298.0,4192.0,803.0,23525.0,1084.0,5193.0,32021.0,2025-03-05 20:28:28,1.19.0,100.0,14486.0,14486.0,1566.0,,,,1.0,,,,,,,,,,1.0,,,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-03-20 16:27:14.000000,2025-03-20 10:44:09,4606.0,105.0,959.0,112.0,2167.0,155.0,1222.0,11651.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1392438.0,1.0,50021.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114113883.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-02-28 15:17:00.000000,2025-02-28 14:43:08,1477.0,37.0,465.0,60.0,228.0,94.0,375.0,4741.0,2025-03-20 12:55:14,1.5.1,39.0,40387.0,40387.0,129.0,,,15380624.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,15380624.0,-1.0,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,301.0,161.0,350.0,430.0,23224.0,,,,1227247.0,1227247.0,38.0,https://www.npmjs.com/package/passport,13522171.0,13522171.0,2.0,,,,,,,,,,,,,,,,,,,, 22,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-03-18 00:57:13.000000,2025-03-18 00:53:54,1110.0,2.0,1661.0,242.0,518.0,42.0,792.0,18337.0,2025-03-18 00:55:22,2.104.0,100.0,3364.0,3364.0,152.0,https://www.npmjs.com/package/casbin,339228.0,569420.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,230192.0,1.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-03-17 11:12:12.000000,2025-03-17 11:12:11,4016.0,111.0,1419.0,235.0,1885.0,71.0,1473.0,16035.0,2025-01-17 08:51:44,2.3.0,100.0,,,306.0,,,3626994.0,2.0,898104.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426708594.0,,,,-1.0,https://k8s.ory.sh/helm/charts,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-03-20 01:57:14.000000,2025-03-20 01:57:14,4859.0,43.0,1884.0,187.0,1860.0,546.0,1406.0,11668.0,2025-03-05 07:11:35,r1.5.0,17.0,144.0,144.0,155.0,,,426075.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,426075.0,,,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-03-17 13:34:52.000000,2025-02-22 01:51:04,1659.0,39.0,275.0,39.0,464.0,16.0,471.0,6281.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,93446.0,93446.0,70.0,https://www.npmjs.com/package/@casl/ability,2955454.0,2955454.0,1.0,,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13325.0,1568.0,235.0,764.0,594.0,54407.0,2018-04-02 17:18:43,1.2.2,2.0,4325.0,4325.0,54.0,,,157570.0,2.0,1405.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9180.0,face_recognition,https://pypi.org/project/face_recognition,157461.0,,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,33,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-03-20 01:20:57.803296,2025-03-20 01:05:27,2713.0,97.0,1289.0,77.0,1795.0,120.0,1511.0,11246.0,2025-03-20 01:14:30,1.865.0,100.0,9.0,9.0,219.0,,,9793.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-03-20 01:20:57.803296,18.0,519033.0,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-03-20 13:06:50.446863,2025-03-20 03:43:48,27039.0,770.0,3912.0,600.0,5273.0,,,11172.0,2025-02-21 09:55:29,7.1.5,100.0,21.0,21.0,360.0,,,7149.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-03-20 13:06:50.446863,131.0,1158248.0,,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-03-20 12:43:40.000000,2025-03-18 12:11:37,4571.0,219.0,294.0,47.0,1715.0,96.0,407.0,5488.0,2025-03-03 15:59:50,1.41.0,91.0,101.0,101.0,56.0,,,98736.0,2.0,141593.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-03-03 16:10:19.783199,7.0,4100709.0,,,,,,,,,,,,,, 30,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-03-20 18:19:56.000000,2025-03-20 17:59:48,9260.0,155.0,556.0,57.0,6910.0,316.0,1464.0,4515.0,2025-03-13 15:48:39,ockam_v0.149.0,100.0,188.0,188.0,318.0,,,11341.0,2.0,396947.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-03-20 17:03:30.565202,2025-03-20 15:50:22,3699.0,82.0,289.0,40.0,4432.0,103.0,943.0,4202.0,2024-11-11 19:02:17,0.28.0,100.0,22.0,22.0,95.0,,,21792492.0,2.0,67928.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-03-20 17:03:30.565202,11.0,1612559279.0,,,,,,,,,,,,,, 32,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-03-20 17:11:56.000000,2025-03-20 17:11:55,15541.0,1005.0,745.0,115.0,7940.0,1068.0,14386.0,801.0,2025-02-28 19:19:04,7.1.0,100.0,,,715.0,,,15253.0,1.0,15684.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-17 10:47:26.776430,36.0,1954537.0,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,408.0,29.0,539.0,85.0,358.0,579.0,2025-02-10 21:52:03,7.5.2,53.0,1982.0,1982.0,174.0,,,1005864.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1005864.0,,,,,,,,,,, 34,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-03-20 12:18:35.000000,2025-03-20 12:15:38,7094.0,446.0,1185.0,165.0,7032.0,51.0,1255.0,23150.0,2025-03-18 03:57:41,4.39.1,100.0,,,216.0,,,882.0,2.0,51167.0,,,,,,,,,,,,,,,,,,, 35,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",32,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-03-20 17:44:25.000000,2025-03-20 17:42:40,7117.0,142.0,485.0,76.0,4388.0,148.0,1415.0,1896.0,2025-02-13 21:08:41,1.11.2,100.0,168.0,168.0,213.0,,,7657.0,2.0,520691.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 36,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-10 08:57:02.000000,2025-03-10 08:57:02,2357.0,9.0,5446.0,515.0,188.0,1152.0,1388.0,24616.0,2023-04-02 07:43:27,0.7,1.0,3663.0,3663.0,66.0,,,305744.0,2.0,7032086.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-03-20 04:47:51.000000,2025-03-17 20:59:37,3213.0,134.0,1645.0,174.0,2624.0,315.0,845.0,9750.0,2025-02-19 13:18:29,2.42.0,88.0,170.0,170.0,267.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 38,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-03-17 11:12:33.000000,2025-03-17 11:12:32,1601.0,32.0,350.0,55.0,1300.0,36.0,289.0,4961.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,609983.0,2.0,27799.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,8.0,51207989.0,,,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-03-20 16:27:12.000000,2025-03-19 19:59:17,4593.0,105.0,284.0,197.0,5230.0,116.0,264.0,3922.0,2025-03-04 18:32:32,0.19.1,68.0,10.0,10.0,179.0,,,300650.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18640330.0,,,,,,,,,,,,,, 40,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-03-17 11:12:22.000000,2025-03-17 11:12:21,1429.0,32.0,349.0,48.0,755.0,62.0,293.0,3362.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,999848.0,3.0,50135.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89935135.0,,,,,,,,,,,,,, 41,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-03-13 14:42:05.000000,2025-03-13 14:13:39,2555.0,21.0,756.0,70.0,252.0,,,3343.0,2025-03-06 15:43:40,8.8.1,100.0,1597.0,1597.0,74.0,https://www.npmjs.com/package/oidc-provider,334690.0,334690.0,2.0,,,,,,,,,,,,,,,,,,,, 42,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,40.0,173.0,34.0,138.0,,103.0,902.0,2025-03-07 19:43:46,2.5.2,32.0,1325.0,1325.0,30.0,,,502326.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,502326.0,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,4.0,9234.0,630.0,298.0,,,78470.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,709581.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,709581.0,,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-03-20 15:04:03.000000,2025-03-20 09:35:54,3617.0,145.0,662.0,54.0,6110.0,633.0,2067.0,10039.0,2025-03-18 16:05:48,2.66.14,100.0,,,180.0,,,1411.0,2.0,7058.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,,,, 45,logto,https://github.com/logto-io/logto,idp,"An identity and access management (IAM) infrastructure with authentication, authorization, MFA, SSO, user management,..",,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-03-20 11:49:56.581513,2025-03-20 11:45:53,7243.0,178.0,493.0,50.0,6440.0,164.0,453.0,9696.0,2025-02-28 07:22:39,1.25.0,68.0,22.0,22.0,70.0,,,5671.0,2.0,5233.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-03-20 11:49:56.581513,5.0,248499.0,,,,,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-03-20 16:47:30.000000,2025-03-19 02:57:53,636.0,13.0,70.0,38.0,227.0,4.0,86.0,349.0,2025-03-19 02:58:20,8.0.9,100.0,5687.0,5687.0,42.0,https://www.npmjs.com/package/did-jwt,323004.0,323004.0,1.0,,,,,,,,,,,,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-03-20 17:42:51.000000,2025-03-20 16:44:12,16706.0,631.0,1030.0,63.0,10243.0,655.0,2255.0,15349.0,2025-03-17 19:16:49,ersion/2025.2.2,100.0,,,354.0,,,207.0,3.0,5818.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,,, 48,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3506.0,750.0,77.0,2.0,382.0,15322.0,2024-10-04 12:56:15,0.2.2,5.0,89.0,89.0,31.0,,,1425.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162466.0,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,7.0,1031.0,104.0,869.0,41.0,848.0,5373.0,2024-12-09 07:54:33,5.8.1,69.0,9928.0,9928.0,330.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-03-19 08:18:45.000000,2025-03-19 08:18:44,1957.0,85.0,151.0,34.0,2094.0,41.0,343.0,3685.0,2025-03-05 10:10:53,0.41.0,64.0,29.0,29.0,33.0,,,2193.0,3.0,105283.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-03-20 03:06:51.000000,2025-03-20 03:06:51,2307.0,100.0,212.0,25.0,2392.0,192.0,790.0,3247.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,106.0,,,7212.0,3.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-02-11 07:35:01.054671,3.0,526049.0,,,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-03-20 18:09:00.000000,2025-03-20 18:08:59,6985.0,436.0,372.0,43.0,1070.0,14.0,301.0,1535.0,2025-03-18 15:53:09,is-7.2.0,75.0,2660.0,2660.0,333.0,,,,2.0,,,,,,,,,,5.0,,,,,,DuendeSoftware/products,,,, 53,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-03-20 12:19:22.000000,2025-03-20 12:19:02,2852.0,37.0,125.0,62.0,320.0,38.0,290.0,919.0,2025-03-18 11:59:27,5.6.1,41.0,169.0,169.0,48.0,,,130645.0,2.0,16271.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,130489.0,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-03-20 10:09:12.000000,2025-03-19 21:03:59,6920.0,113.0,599.0,138.0,4925.0,167.0,2949.0,5362.0,2025-03-19 17:44:21,release-2025-03-18,100.0,,,137.0,,,17934.0,2.0,36932.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-03-10 17:36:42.406196,13.0,1999576.0,,,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-03-20 07:36:30.000000,2025-03-20 07:36:27,4496.0,426.0,241.0,25.0,1838.0,48.0,228.0,5288.0,2025-03-13 13:24:16,1.3.5,100.0,4.0,4.0,65.0,,,301.0,3.0,7245.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-21 20:16:24.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,77.0,867.0,287.0,640.0,1785.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,607.0,8580.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004657.0,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-03-20 03:13:49.000000,2025-03-19 11:10:03,381.0,14.0,46.0,22.0,102.0,2.0,48.0,189.0,2025-03-19 11:10:20,4.0.7,61.0,1172.0,1172.0,22.0,https://www.npmjs.com/package/did-jwt-vc,50448.0,50448.0,1.0,,,,,,,,,,,,,,,,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13221.0,1534.0,526.0,31.0,844.0,53502.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6803.0,3.0,496649.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3710.0,344.0,111.0,447.0,393.0,17077.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,149994.0,149994.0,3.0,,,,,,,,,,-6.0,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,177.0,27.0,1529.0,110.0,104.0,3477.0,2024-01-13 04:08:30,0.27.3,100.0,209.0,209.0,68.0,,,27194.0,3.0,3535.0,,,,,,oso,https://pypi.org/project/oso,27122.0,,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-03-20 18:02:07.000000,2025-03-20 17:44:56,34830.0,218.0,83.0,31.0,6375.0,442.0,4096.0,522.0,2025-02-14 08:09:56,1.4.0,100.0,,,126.0,,,518.0,3.0,8818.0,,,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-03-20 18:03:24.000000,2025-03-20 18:02:50,9951.0,130.0,487.0,28.0,2260.0,125.0,1219.0,434.0,2025-03-13 21:13:48,1.2.4,100.0,,,153.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-03-20 16:23:36.000000,2025-01-06 05:23:39,520.0,2.0,74.0,27.0,154.0,5.0,48.0,222.0,2025-01-06 05:24:12,11.0.3,69.0,1745.0,1745.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,17943.0,17943.0,1.0,,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-03-19 21:16:07.000000,2025-03-19 21:16:04,2236.0,43.0,946.0,39.0,1650.0,44.0,345.0,7755.0,2025-03-14 13:43:46,backend/v1.5.0,31.0,308.0,308.0,50.0,,,18.0,3.0,605.0,,,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-03-11 21:41:56.000000,2025-03-03 16:29:56,2035.0,21.0,201.0,29.0,537.0,57.0,100.0,5221.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6258.0,3.0,1420.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,305216.0,,,,,,,,,,,,,, 66,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-03-14 01:15:57.000000,2025-03-14 01:08:03,2558.0,69.0,343.0,29.0,117.0,3.0,123.0,1608.0,2025-02-20 00:53:11,4.1.6,67.0,,,50.0,,,289.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-02-18 01:02:26.029788,5.0,28909.0,,,,,,,,,,,,,, 67,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-03-18 23:25:52.000000,2025-03-18 23:25:52,3342.0,85.0,278.0,51.0,2609.0,29.0,250.0,924.0,2025-03-07 21:46:52,1.12.12,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-03-20 15:53:28.000000,2025-03-13 14:50:37,1232.0,74.0,566.0,66.0,588.0,126.0,387.0,13959.0,2025-03-17 12:48:09,10.1.0,83.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 69,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-03-19 01:56:38.000000,2025-03-19 01:56:38,6693.0,170.0,314.0,423.0,4514.0,125.0,419.0,1734.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,,, 70,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-03-20 18:21:01.237990,2025-03-20 15:32:04,16135.0,67.0,343.0,50.0,7741.0,,,1211.0,,,,,,239.0,,,38739.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-03-20 18:21:01.237990,172.0,5965911.0,,,,,,,,,,,,,, 71,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-03-10 20:39:43.360145,2024-12-31 19:54:56,3793.0,5.0,126.0,45.0,1898.0,178.0,931.0,839.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68503.0,3.0,1099.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-03-10 20:39:43.360145,30.0,7191584.0,,,,-1.0,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-03-20 12:39:04.000000,2025-03-19 10:48:14,1871.0,54.0,240.0,56.0,349.0,32.0,89.0,580.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1476.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-03-19 10:52:09.301474,,134355.0,,,,,,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-03-20 02:51:06.000000,2025-02-27 17:32:56,1900.0,18.0,131.0,22.0,826.0,65.0,392.0,458.0,2024-04-02 18:54:31,6.0.0,44.0,813.0,813.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-03-20 15:34:30.000000,2025-02-28 12:46:34,1502.0,12.0,89.0,26.0,1200.0,104.0,285.0,314.0,2025-01-20 10:48:25,1.5.0,35.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,276.0,19.0,131.0,531.0,787.0,17298.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3301.0,3.0,198093.0,,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,2.0,182.0,41.0,304.0,47.0,221.0,1241.0,2022-09-28 20:32:17,3.0.1,19.0,315.0,315.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-03-12 18:09:13.000000,2025-03-12 18:08:02,2677.0,47.0,179.0,176.0,955.0,73.0,1175.0,1218.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-03-19 16:16:45.000000,2025-03-13 13:34:08,15133.0,43.0,668.0,109.0,19.0,,,699.0,,,,162.0,162.0,743.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,32.0,56.0,7.0,33.0,2.0,53.0,517.0,2025-03-16 21:06:42,2.3.0,37.0,4364.0,4364.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-03-20 17:13:49.000000,2025-03-20 16:23:12,14303.0,315.0,139.0,15.0,2050.0,950.0,2003.0,399.0,2023-06-16 12:51:58,11.4.3,55.0,,,89.0,,,105.0,3.0,9309.0,,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-03-20 14:12:16.000000,2025-03-20 14:09:11,1130.0,44.0,193.0,28.0,1386.0,202.0,596.0,289.0,2024-11-07 19:07:51,0.5.13,100.0,,,71.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-03-17 06:43:46.000000,2025-03-17 02:50:57,309.0,15.0,18.0,14.0,125.0,1.0,11.0,87.0,2025-01-24 11:36:29,2.0.29,40.0,1263.0,1263.0,12.0,https://www.npmjs.com/package/web-did-resolver,36147.0,36147.0,2.0,,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,310.0,61.0,157.0,244.0,599.0,6120.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,258.0,3.0,21976.0,,,,,,,,,,,,,,,,howdy,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-03-14 20:59:52.000000,2025-03-05 00:09:47,4055.0,4.0,775.0,248.0,348.0,63.0,210.0,2866.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,855.0,3.0,116366.0,,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-03-20 02:57:51.000000,2025-03-17 02:46:34,400.0,3.0,42.0,22.0,132.0,3.0,18.0,219.0,2023-03-08 14:05:37,4.1.0,24.0,7118.0,7118.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-03-20 15:40:24.000000,2025-03-20 15:28:25,4664.0,421.0,60.0,8.0,782.0,14.0,190.0,159.0,2025-03-04 18:35:51,0.12.0,100.0,1.0,1.0,28.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-02-24 18:08:18.000000,2025-02-24 18:08:17,804.0,5.0,50.0,14.0,238.0,28.0,87.0,75.0,2024-02-13 10:21:42,0.2.0,30.0,142.0,142.0,27.0,,,9285.0,2.0,241426.0,,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-03-20 14:11:32.000000,2025-03-20 14:10:08,2901.0,68.0,37.0,15.0,3736.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,936.0,936.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,356.0,395.0,25.0,1.0,143.0,27880.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28685.0,3.0,1290842.0,,,,,,,,,,,,,,,,,,, 90,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,, 91,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,9.0,119.0,27.0,361.0,49.0,75.0,214.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,122.0,509.0,621.0,14005.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,1.0,295.0,60.0,236.0,5.0,130.0,3995.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 94,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],20,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,11.0,221.0,63.0,107.0,3.0,58.0,2409.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 95,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,,741.0,96.0,346.0,176.0,359.0,1834.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,17.0,655.0,64.0,1821.0,38.0,60.0,693.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,799.0,,,,,,,,,,,,,,,,,,, 97,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-03-11 18:46:36.000000,2025-02-17 17:26:42,957.0,17.0,59.0,11.0,327.0,5.0,112.0,682.0,,,,1038.0,1038.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 98,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-02-16 06:57:59.000000,2025-02-16 06:57:56,162.0,22.0,40.0,3.0,59.0,,43.0,333.0,2025-02-16 06:44:03,4.0.0,22.0,66.0,66.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-03-14 17:54:35.000000,2025-03-14 16:30:35,1304.0,4.0,286.0,89.0,519.0,30.0,168.0,3096.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,296.0,93.0,43.0,28.0,24.0,2889.0,,,,,,26.0,,,1632.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,1632.0,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-03-17 14:50:08.000000,2025-03-17 14:49:09,2563.0,59.0,79.0,19.0,916.0,5.0,131.0,480.0,2025-03-01 14:55:15,0.28.6.RELEASE,74.0,,,32.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-03-17 11:25:43.000000,2025-03-12 15:21:23,2409.0,27.0,213.0,54.0,642.0,56.0,175.0,331.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],19,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 105,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-03-18 18:48:59.000000,2025-03-18 18:48:59,1938.0,76.0,142.0,24.0,1180.0,45.0,232.0,162.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,, 106,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-02-27 15:19:55.000000,2025-02-04 14:58:00,524.0,4.0,33.0,4.0,253.0,7.0,39.0,64.0,2025-02-04 15:00:50,1.27.1,90.0,240.0,240.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 107,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,870.0,245.0,250.0,198.0,558.0,2958.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,304.0,33.0,8.0,43.0,775.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-03-19 15:28:37.000000,2025-03-19 15:28:15,624.0,9.0,61.0,32.0,442.0,74.0,118.0,202.0,,,,169.0,169.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-03-18 02:34:01.000000,2025-03-18 02:34:00,547.0,22.0,47.0,16.0,102.0,24.0,68.0,195.0,,,,501.0,501.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 113,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-03-18 14:33:15.000000,2025-03-12 20:39:10,2819.0,25.0,55.0,11.0,648.0,161.0,123.0,62.0,,,1.0,53.0,53.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,557.0,56.0,125.0,88.0,8153.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-03-15 23:52:26.000000,2025-03-15 23:52:26,587.0,9.0,165.0,81.0,250.0,28.0,50.0,1545.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 117,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-03-19 15:19:55.000000,2025-03-13 11:50:51,1223.0,23.0,45.0,50.0,296.0,191.0,147.0,510.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-03-20 15:05:53.000000,2025-02-27 16:04:27,1366.0,21.0,96.0,75.0,505.0,20.0,350.0,418.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-25 01:48:06.000000,2025-02-25 01:47:56,2232.0,34.0,99.0,79.0,847.0,7.0,712.0,308.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-03-19 17:50:44.000000,2025-03-19 17:49:51,3711.0,22.0,71.0,25.0,8.0,,,241.0,,,,,,300.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,545.0,3.0,128.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23339.0,,,,,,,,,,,,,, 122,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,3.0,83.0,8.0,775.0,3.0,131.0,94.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 123,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-03-14 19:55:34.000000,2025-03-14 19:53:31,1386.0,137.0,22.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-03-14 20:40:19.000000,2025-03-14 20:40:19,3224.0,258.0,18.0,11.0,292.0,13.0,10.0,66.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 125,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-03-17 20:17:12.000000,2025-01-13 21:37:13,287.0,1.0,49.0,6.0,303.0,16.0,22.0,1235.0,2024-06-10 20:02:54,1.15.1,100.0,2.0,2.0,5.0,,,103.0,3.0,2375.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-19 09:41:49.000000,2025-03-19 09:41:48,1950.0,3.0,149.0,62.0,526.0,5.0,237.0,621.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-02-19 18:25:34.000000,2025-02-19 18:25:08,888.0,14.0,206.0,50.0,406.0,41.0,177.0,123.0,,,,,,217.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-03-19 16:20:14.000000,2025-03-19 16:20:10,5014.0,107.0,16.0,6.0,537.0,37.0,2709.0,56.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-03-18 15:57:09.000000,2025-03-18 15:55:59,728.0,14.0,78.0,68.0,314.0,123.0,225.0,407.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,77.0,37.0,257.0,46.0,77.0,284.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 131,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,15,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,211.0,,,1.0,18.0,18.0,4.0,,,1133.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1133.0,,,,,,,,,,, 132,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-03-12 20:42:59.000000,2025-03-12 20:42:59,513.0,25.0,28.0,27.0,62.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4656.0,,,,,,,,,,,,,, 134,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,7.0,38.0,18.0,57.0,20.0,16.0,244.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,305491.0,305491.0,3.0,,,,,,,,,,,,,,,,,,,, 135,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 136,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],14,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,43.0,9.0,5.0,,,,122.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,7.0,3.0,7.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-03-20 00:16:28.000000,2025-03-01 08:34:44,781.0,13.0,32.0,18.0,269.0,13.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,34.0,95.0,32.0,102.0,1001.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,194.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17659.0,,,,,,,,,,,,,, 142,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,28.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 143,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,Apache-2.0,2022-12-19 13:49:48,2025-03-20 18:17:19.000000,2025-03-10 12:00:59,1233.0,188.0,15.0,16.0,1032.0,,5.0,108.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,False,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-03-16 20:49:59.000000,2025-03-16 20:49:03,288.0,9.0,36.0,9.0,12.0,6.0,9.0,99.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,True,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-03-20 00:12:52.000000,2025-03-03 18:02:54,916.0,21.0,26.0,15.0,182.0,19.0,130.0,86.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,20.0,25.0,7.0,334.0,15.0,17.0,74.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-02-18 14:12:08.000000,2024-03-17 13:28:22,539.0,,23.0,11.0,144.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,859.0,,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-20 17:37:29.000000,2025-03-20 17:36:43,140.0,59.0,11.0,9.0,8.0,1.0,4.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,4.0,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 155,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,11,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,11.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,78.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-03-20 15:44:48.000000,2025-03-20 15:44:46,97.0,4.0,9.0,10.0,120.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,143.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-03-19 10:04:07.000000,2025-02-20 00:49:10,136.0,6.0,14.0,41.0,80.0,53.0,76.0,96.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,15.0,12.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-03-04 14:13:59.000000,2025-01-14 18:03:00,111.0,1.0,14.0,10.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 164,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,8,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-03-20 18:23:18.000000,2025-03-20 15:51:00,377.0,7.0,1.0,6.0,317.0,,,1.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,3.0,,,,,,,,,, 166,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,8,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3015.0,,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-16 19:38:07.000000,2025-03-16 19:37:51,252.0,2.0,13.0,11.0,93.0,8.0,41.0,16.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4404961.0,,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,402094.0,,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,-38.0,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-03-27_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - coredns (🥇41 · ⭐ 13K · 📈) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - casdoor (🥇34 · ⭐ 11K · 📈) - An open-source UI-first Identity and Access Management (IAM) /.. Apache-2 - spire (🥈33 · ⭐ 1.9K · 📈) - The SPIFFE Runtime Environment. Apache-2 cncf linux-foundation - insightface (🥈32 · ⭐ 25K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - logto (🥈31 · ⭐ 9.7K · 📈) - An identity and access management (IAM) infrastructure with.. MPL-2.0 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - polygon-issuer (🥈16 · ⭐ 94 · 📉) - Privado ID Self-Hosted Issuer Node. Apache-2 - vlei (🥉10 · ⭐ 31 · 📉) - Public Open Specifications for GLEIF vLEI (verifiable Legal Entity.. Apache-2 - waltid-web-wallet (🥉7 · ⭐ 1 · 💀) - Custodian identity wallet white-label solution. ❗Unlicensed ================================================ FILE: history/2025-03-27_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-03-27 09:52:25.000000,2025-03-27 09:52:25,3865.0,64.0,3702.0,109.0,3164.0,328.0,4520.0,26379.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,418591.0,418591.0,872.0,https://www.npmjs.com/package/next-auth,5924691.0,5924691.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-03-27 00:37:40.000000,2025-03-27 00:37:40,9406.0,211.0,2103.0,149.0,3855.0,141.0,3359.0,12620.0,2025-02-14 14:13:35,1.12.16,100.0,1648.0,1648.0,490.0,,,3187184.0,1.0,117925835.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-03-24 17:34:20.000000,2025-03-24 17:34:17,4103.0,58.0,2124.0,232.0,4638.0,215.0,2177.0,12976.0,2024-11-21 19:41:27,1.12.0,70.0,13573.0,13573.0,419.0,,,2971102.0,1.0,8482133.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2024-11-21 19:43:25.886232,161.0,311897954.0,1.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-03-27 16:51:14.707427,2025-03-27 16:04:26,5561.0,161.0,1375.0,131.0,4720.0,379.0,2336.0,10111.0,2025-03-27 14:52:49,1.3.0,100.0,5148.0,5148.0,503.0,,,5591529.0,1.0,13001221.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-03-27 16:51:14.707427,43.0,596199948.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-03-26 17:01:37.000000,2025-03-26 17:01:37,1966.0,242.0,2507.0,174.0,275.0,7.0,1166.0,18388.0,2024-08-17 07:30:49,0.0.93,13.0,6316.0,6316.0,85.0,,,679575.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,679575.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-03-25 14:46:16.000000,2025-03-25 14:46:14,10485.0,92.0,1427.0,134.0,1337.0,113.0,1028.0,9588.0,2024-10-31 10:06:07,1.0.2,13.0,3110.0,3110.0,257.0,,,1720845.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1720845.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,477.0,63.0,497.0,83.0,294.0,2866.0,2023-01-10 13:13:43,3.2.2,48.0,611410.0,611410.0,198.0,,,139603222.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,139603222.0,,,,,,,,, 18,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-03-27 18:09:41.000000,2025-03-27 17:45:58,20958.0,329.0,4196.0,803.0,23605.0,1084.0,5194.0,32071.0,2025-03-05 20:28:28,1.19.0,100.0,14498.0,14498.0,1568.0,,,,1.0,,,,,,,,,,,,,,,,,,, 19,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-03-27 14:33:55.000000,2025-03-27 14:33:54,4622.0,116.0,959.0,112.0,2175.0,155.0,1222.0,11684.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1392670.0,1.0,50181.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114132617.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 20,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,37,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-02-28 15:17:00.000000,2025-02-28 14:43:08,1477.0,36.0,464.0,60.0,228.0,94.0,375.0,4750.0,2025-03-20 12:55:14,1.5.1,39.0,40651.0,40651.0,129.0,,,15876176.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,15876176.0,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,161.0,350.0,430.0,23240.0,,,,1233318.0,1233318.0,38.0,https://www.npmjs.com/package/passport,13730431.0,13730431.0,2.0,,,,,,,,,,,,,,,,,,, 22,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-03-18 00:57:13.000000,2025-03-18 00:53:54,1110.0,2.0,1662.0,242.0,518.0,43.0,792.0,18373.0,2025-03-18 00:55:22,2.104.0,100.0,3368.0,3368.0,152.0,https://www.npmjs.com/package/casbin,344310.0,575933.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,231623.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-03-27 11:36:50.000000,2025-03-27 10:57:34,4018.0,112.0,1421.0,235.0,1889.0,73.0,1473.0,16079.0,2025-01-17 08:51:44,2.3.0,100.0,,,306.0,,,3627413.0,2.0,899623.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426755947.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-03-25 03:09:03.000000,2025-03-25 03:08:31,4864.0,44.0,1887.0,187.0,1867.0,547.0,1408.0,11713.0,2025-03-05 07:11:35,r1.5.0,17.0,145.0,145.0,156.0,,,436939.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,436939.0,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-03-17 13:34:52.000000,2025-02-22 01:51:04,1659.0,39.0,275.0,39.0,464.0,16.0,471.0,6289.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,93991.0,93991.0,70.0,https://www.npmjs.com/package/@casl/ability,2988982.0,2988982.0,1.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13335.0,1568.0,236.0,765.0,594.0,54454.0,2018-04-02 17:18:43,1.2.2,2.0,4386.0,4386.0,54.0,,,162127.0,2.0,1405.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9193.0,,face_recognition,https://pypi.org/project/face_recognition,162018.0,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-03-26 14:27:05.954569,2025-03-26 14:11:58,2721.0,103.0,1287.0,77.0,1799.0,122.0,1514.0,11284.0,2025-03-26 14:20:38,1.873.0,100.0,11.0,11.0,219.0,,,9945.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-03-26 14:27:05.954569,18.0,527114.0,1.0,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-03-27 15:18:54.000000,2025-03-27 14:01:44,27144.0,844.0,3912.0,600.0,5315.0,,,11180.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,360.0,,,7174.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-03-27 00:38:04.793707,131.0,1162241.0,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-03-27 18:18:18.000000,2025-03-27 18:05:56,4620.0,264.0,295.0,47.0,1722.0,96.0,408.0,5511.0,2025-03-03 15:59:50,1.41.0,91.0,103.0,103.0,57.0,,,100054.0,2.0,144371.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-03-03 16:10:19.783199,7.0,4154542.0,,,,,,,,,,,,, 30,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-03-27 18:10:27.000000,2025-03-26 09:13:19,9282.0,175.0,555.0,57.0,6922.0,316.0,1464.0,4516.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,11350.0,2.0,397257.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-03-26 22:33:59.000000,2025-03-26 17:38:52,3705.0,87.0,288.0,40.0,4443.0,102.0,944.0,4203.0,2025-03-26 17:43:09,0.29.0,100.0,22.0,22.0,95.0,,,21792622.0,2.0,67936.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-03-26 18:45:51.420217,11.0,1612568912.0,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-03-27 18:14:04.000000,2025-03-27 04:51:56,7131.0,156.0,486.0,77.0,4405.0,148.0,1416.0,1907.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,213.0,,,8122.0,2.0,527958.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,1.0,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-03-27 17:05:30.000000,2025-03-27 17:05:30,15591.0,1055.0,745.0,115.0,7965.0,1076.0,14428.0,801.0,2025-02-28 19:19:04,7.1.0,100.0,,,716.0,,,15266.0,2.0,15975.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-17 10:47:26.776430,36.0,1955519.0,,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,408.0,29.0,539.0,85.0,358.0,580.0,2025-02-10 21:52:03,7.5.2,53.0,1985.0,1985.0,174.0,,,1092834.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1092834.0,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5458.0,516.0,190.0,1154.0,1389.0,24700.0,2023-04-02 07:43:27,0.7,1.0,3744.0,3744.0,66.0,,,310599.0,2.0,7143751.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,1.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-03-27 16:58:11.000000,2025-03-27 16:58:10,7140.0,472.0,1185.0,164.0,7078.0,54.0,1258.0,23239.0,2025-03-18 03:57:41,4.39.1,100.0,,,217.0,,,890.0,2.0,51670.0,,,,,,,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-03-26 04:17:09.000000,2025-03-25 07:00:20,3214.0,134.0,1646.0,174.0,2628.0,315.0,845.0,9766.0,2025-02-19 13:18:29,2.42.0,88.0,171.0,171.0,267.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,"An identity and access management (IAM) infrastructure with authentication, authorization, MFA, SSO, user management,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-03-27 16:22:04.865590,2025-03-27 16:17:10,7275.0,196.0,495.0,50.0,6471.0,167.0,455.0,9743.0,2025-02-28 07:22:39,1.25.0,68.0,23.0,23.0,70.0,,,5701.0,2.0,5277.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-03-27 16:22:04.865590,5.0,249808.0,1.0,,,,,,,,,,,, 39,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-03-27 03:15:10.000000,2025-03-17 11:12:32,1601.0,31.0,350.0,55.0,1303.0,36.0,289.0,4971.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,610023.0,2.0,28348.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,8.0,51210653.0,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-03-27 16:24:40.000000,2025-03-27 15:43:20,4600.0,109.0,284.0,198.0,5241.0,116.0,263.0,3924.0,2025-03-04 18:32:32,0.19.1,68.0,10.0,10.0,180.0,,,301892.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18717348.0,,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-03-17 11:12:22.000000,2025-03-17 11:12:21,1429.0,31.0,349.0,48.0,755.0,62.0,293.0,3368.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,999998.0,3.0,50507.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89948261.0,,,,,,,,,,,,, 42,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-03-21 08:49:40.000000,2025-03-21 08:49:35,2556.0,22.0,756.0,70.0,252.0,,,3349.0,2025-03-06 15:43:40,8.8.1,100.0,1616.0,1616.0,74.0,https://www.npmjs.com/package/oidc-provider,345508.0,345508.0,2.0,,,,,,,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,40.0,173.0,34.0,138.0,,103.0,909.0,2025-03-07 19:43:46,2.5.2,32.0,1331.0,1331.0,30.0,,,562992.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,562992.0,,,,,,,,, 44,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,4.0,9320.0,636.0,300.0,,,79001.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,735118.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,735118.0,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,Apache-2.0,2020-03-16 13:51:31,2025-03-27 15:11:22.000000,2025-03-27 08:00:16,3635.0,161.0,669.0,54.0,6135.0,647.0,2084.0,10105.0,2025-03-25 07:11:32,2.70.6,100.0,,,182.0,,,1461.0,2.0,7309.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-03-27 15:59:20.000000,2025-03-19 02:57:53,636.0,13.0,70.0,38.0,227.0,4.0,86.0,349.0,2025-03-19 02:58:20,8.0.9,100.0,5716.0,5716.0,42.0,https://www.npmjs.com/package/did-jwt,318824.0,318824.0,1.0,,,,,,,,,,,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-03-27 18:07:38.000000,2025-03-27 18:07:36,16758.0,659.0,1041.0,63.0,10302.0,651.0,2281.0,15439.0,2025-03-17 19:16:49,ersion/2025.2.2,100.0,,,355.0,,,207.0,3.0,5822.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 48,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,29,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3505.0,750.0,77.0,2.0,382.0,15326.0,2024-10-04 12:56:15,0.2.2,5.0,90.0,90.0,31.0,,,1425.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162473.0,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,6.0,1031.0,104.0,869.0,41.0,848.0,5375.0,2024-12-09 07:54:33,5.8.1,69.0,9944.0,9944.0,330.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-03-26 07:54:01.000000,2025-03-26 07:53:37,1969.0,94.0,152.0,33.0,2103.0,40.0,344.0,3714.0,2025-03-26 08:12:07,0.42.0,65.0,29.0,29.0,33.0,,,2217.0,3.0,106440.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-03-24 06:52:22.000000,2025-03-24 01:59:26,2313.0,101.0,215.0,23.0,2399.0,197.0,792.0,3276.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,109.0,,,7266.0,3.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-02-11 07:35:01.054671,3.0,530032.0,,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-03-27 13:06:40.000000,2025-03-26 14:03:53,7014.0,459.0,371.0,42.0,1090.0,13.0,302.0,1536.0,2025-03-18 15:53:09,is-7.2.0,75.0,2677.0,2677.0,334.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 53,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-03-21 12:12:08.000000,2025-03-21 08:52:11,2854.0,39.0,126.0,62.0,320.0,38.0,290.0,920.0,2025-03-18 11:59:27,5.6.1,41.0,170.0,170.0,48.0,,,133266.0,2.0,16955.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,133103.0,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-03-26 23:11:01.000000,2025-03-26 23:06:03,6927.0,120.0,599.0,138.0,4933.0,168.0,2949.0,5373.0,2025-03-25 18:29:59,release-2025-03-25,100.0,,,137.0,,,17933.0,2.0,36860.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-03-10 17:36:42.406196,13.0,1999820.0,,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-03-27 09:09:38.000000,2025-03-27 08:38:32,4502.0,430.0,242.0,25.0,1841.0,49.0,236.0,5317.0,2025-03-27 09:15:52,1.3.6,100.0,4.0,4.0,65.0,,,305.0,3.0,7332.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-21 20:16:24.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,77.0,867.0,287.0,640.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,652.0,8625.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004657.0,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-03-27 03:21:00.000000,2025-03-19 11:10:03,381.0,14.0,46.0,22.0,102.0,2.0,48.0,189.0,2025-03-19 11:10:20,4.0.7,61.0,1182.0,1182.0,22.0,https://www.npmjs.com/package/did-jwt-vc,48483.0,48483.0,1.0,,,,,,,,,,,,,,,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13232.0,1533.0,526.0,30.0,844.0,53564.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6871.0,3.0,501592.0,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3713.0,345.0,111.0,448.0,393.0,17088.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,139733.0,139733.0,3.0,,,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,177.0,27.0,1529.0,110.0,104.0,3476.0,2024-01-13 04:08:30,0.27.3,100.0,209.0,209.0,68.0,,,27924.0,3.0,3535.0,,,,,,,oso,https://pypi.org/project/oso,27852.0,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-03-27 15:36:58.000000,2025-03-27 10:53:07,34847.0,219.0,83.0,31.0,6401.0,434.0,4124.0,524.0,2025-02-14 08:09:56,1.4.0,100.0,2.0,2.0,126.0,,,530.0,3.0,9024.0,,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-03-27 16:58:44.000000,2025-03-25 21:08:52,9959.0,132.0,488.0,28.0,2268.0,128.0,1221.0,436.0,2025-03-13 21:13:48,1.2.4,100.0,,,155.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-03-27 12:32:50.000000,2025-01-06 05:23:39,520.0,2.0,74.0,27.0,154.0,5.0,48.0,222.0,2025-01-06 05:24:12,11.0.3,69.0,1756.0,1756.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,19142.0,19142.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-03-27 15:41:02.000000,2025-03-27 15:41:02,2237.0,44.0,948.0,40.0,1659.0,43.0,346.0,7785.0,2025-03-14 13:43:46,backend/v1.5.0,31.0,309.0,309.0,50.0,,,18.0,3.0,607.0,,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-03-11 21:41:56.000000,2025-03-03 16:29:56,2035.0,17.0,204.0,29.0,537.0,57.0,101.0,5226.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6309.0,3.0,1420.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,307671.0,,,,,,,,,,,,, 66,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-03-26 15:47:05.000000,2025-03-25 18:44:56,6729.0,206.0,313.0,424.0,4522.0,125.0,419.0,1735.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,2.0,64.0,,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License, Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-03-26 00:38:14.000000,2025-03-26 00:38:12,2560.0,62.0,343.0,29.0,117.0,3.0,123.0,1612.0,2025-02-20 00:53:11,4.1.6,67.0,,,50.0,,,290.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-02-18 01:02:26.029788,5.0,29067.0,,,,,,,,,,,,, 68,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-03-22 17:19:13.000000,2025-03-22 17:19:13,3348.0,90.0,279.0,51.0,2613.0,29.0,250.0,926.0,2025-03-22 17:15:16,1.12.13,100.0,34.0,34.0,91.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-03-27 13:28:58.000000,2025-03-13 14:50:37,1232.0,70.0,566.0,66.0,592.0,127.0,387.0,13987.0,2025-03-17 12:48:09,10.1.0,83.0,,,31.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-03-26 11:46:40.000000,2025-03-26 11:46:11,16142.0,74.0,341.0,50.0,7753.0,,,1216.0,,,,,,239.0,,,38779.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-03-26 08:32:58.032918,172.0,5972095.0,,,,,,,,,,,,, 71,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-03-10 20:39:43.360145,2024-12-31 19:54:56,3793.0,4.0,126.0,45.0,1898.0,178.0,931.0,842.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68554.0,3.0,1099.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-03-10 20:39:43.360145,30.0,7196987.0,,,,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-03-27 13:18:31.981132,2025-03-27 13:15:06,1874.0,56.0,240.0,56.0,351.0,32.0,89.0,583.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1478.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-03-27 13:18:31.981132,,134546.0,,,,,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-03-27 08:04:43.000000,2025-02-27 17:32:56,1900.0,18.0,132.0,22.0,828.0,65.0,392.0,459.0,2024-04-02 18:54:31,6.0.0,44.0,819.0,819.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-03-27 11:24:30.000000,2025-03-26 07:30:03,1503.0,13.0,89.0,26.0,1206.0,105.0,285.0,314.0,2025-01-20 10:48:25,1.5.0,35.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,291.0,20.0,131.0,531.0,787.0,17342.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3311.0,3.0,198708.0,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,2.0,182.0,41.0,304.0,47.0,221.0,1250.0,2022-09-28 20:32:17,3.0.1,19.0,315.0,315.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-03-26 18:18:45.000000,2025-03-26 18:17:18,2684.0,54.0,179.0,176.0,955.0,72.0,1178.0,1220.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,84.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-03-25 15:56:38.000000,2025-03-25 15:55:57,15139.0,46.0,668.0,109.0,19.0,,,699.0,,,,163.0,163.0,743.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,32.0,56.0,7.0,33.0,1.0,54.0,519.0,2025-03-16 21:06:42,2.3.0,37.0,4454.0,4454.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-03-27 17:03:23.000000,2025-03-27 14:49:12,14324.0,301.0,140.0,15.0,2058.0,952.0,2003.0,402.0,2023-06-16 12:51:58,11.4.3,55.0,,,90.0,,,105.0,3.0,9309.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-03-25 22:50:32.000000,2025-03-25 22:44:46,1136.0,50.0,195.0,28.0,1393.0,203.0,596.0,291.0,2024-11-07 19:07:51,0.5.13,100.0,,,72.0,,,,2.0,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-03-24 06:07:23.000000,2025-03-24 02:22:00,310.0,16.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-01-24 11:36:29,2.0.29,40.0,1271.0,1271.0,12.0,https://www.npmjs.com/package/web-did-resolver,37654.0,37654.0,2.0,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,311.0,61.0,157.0,247.0,599.0,6138.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,259.0,3.0,22092.0,,,,,,,,,,,,,,,,howdy,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-03-26 20:53:26.000000,2025-03-05 00:09:47,4055.0,4.0,774.0,248.0,349.0,63.0,210.0,2867.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,857.0,3.0,116563.0,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-03-25 11:54:57.000000,2025-03-17 02:46:34,400.0,3.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7159.0,7159.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-03-27 13:16:44.000000,2025-03-27 13:01:18,4677.0,432.0,62.0,8.0,786.0,13.0,193.0,160.0,2025-03-04 18:35:51,0.12.0,100.0,1.0,1.0,28.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,6.0,50.0,14.0,239.0,29.0,87.0,76.0,2024-02-13 10:21:42,0.2.0,30.0,63.0,63.0,27.0,,,9380.0,2.0,243893.0,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-03-24 15:39:49.000000,2025-03-24 15:36:33,2909.0,72.0,37.0,15.0,3744.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,939.0,939.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,383.0,397.0,25.0,1.0,143.0,27928.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28924.0,3.0,1301581.0,,,,,,,,,,,,,,,,,, 90,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],21,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 91,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,9.0,119.0,27.0,361.0,49.0,75.0,217.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,558.0,122.0,509.0,621.0,14011.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,1.0,295.0,60.0,236.0,5.0,130.0,4003.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],20,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,11.0,221.0,63.0,107.0,3.0,58.0,2413.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,,742.0,96.0,346.0,176.0,359.0,1833.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,17.0,658.0,64.0,1821.0,38.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,799.0,,,,,,,,,,,,,,,,,, 97,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-03-11 18:46:36.000000,2025-02-17 17:26:42,957.0,17.0,59.0,11.0,327.0,5.0,112.0,684.0,,,,1041.0,1041.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 98,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,23.0,39.0,3.0,59.0,,43.0,335.0,2025-02-16 06:44:03,4.0.0,22.0,68.0,68.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,True,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,19.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-03-14 17:54:35.000000,2025-03-14 16:30:35,1304.0,4.0,290.0,89.0,519.0,30.0,168.0,3109.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,296.0,93.0,43.0,28.0,24.0,2889.0,,,,,,26.0,,,2020.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2020.0,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-03-26 04:32:42.000000,2025-03-26 04:31:10,2565.0,56.0,79.0,19.0,917.0,5.0,131.0,482.0,2025-03-01 14:55:15,0.28.6.RELEASE,74.0,,,32.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-03-17 11:25:43.000000,2025-03-12 15:21:23,2409.0,27.0,213.0,54.0,642.0,56.0,175.0,332.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 104,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],19,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-03-27 16:47:06.000000,2025-03-26 17:25:02,626.0,11.0,62.0,32.0,444.0,92.0,119.0,203.0,,,,170.0,170.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-03-27 13:36:06.000000,2025-03-27 13:33:18,1950.0,86.0,141.0,25.0,1192.0,47.0,232.0,162.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 107,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-03-24 13:26:08.000000,2025-02-04 14:58:00,524.0,3.0,32.0,4.0,254.0,7.0,39.0,64.0,2025-02-04 15:00:50,1.27.1,90.0,240.0,240.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,871.0,245.0,250.0,199.0,554.0,2958.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,306.0,33.0,8.0,43.0,780.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-03-18 02:34:01.000000,2025-03-18 02:34:00,547.0,22.0,47.0,16.0,102.0,24.0,68.0,196.0,,,,503.0,503.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],18,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-03-18 14:33:15.000000,2025-03-12 20:39:10,2819.0,25.0,55.0,11.0,648.0,162.0,124.0,62.0,,,1.0,53.0,53.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,557.0,56.0,125.0,88.0,8151.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-03-15 23:52:26.000000,2025-03-15 23:52:26,587.0,8.0,164.0,82.0,251.0,28.0,50.0,1552.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-03-27 07:36:36.000000,2025-03-27 07:36:35,1225.0,25.0,45.0,50.0,297.0,191.0,147.0,510.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-03-26 15:46:26.000000,2025-03-26 15:46:20,1370.0,25.0,96.0,75.0,505.0,20.0,352.0,418.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-25 01:48:06.000000,2025-02-25 01:47:56,2232.0,34.0,100.0,79.0,847.0,7.0,712.0,308.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-03-25 11:02:39.000000,2025-03-25 11:01:44,3713.0,22.0,71.0,25.0,8.0,,,241.0,,,,,,300.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,108.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,546.0,3.0,128.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23353.0,,,,,,,,,,,,, 122,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-03-14 19:55:34.000000,2025-03-14 19:53:31,1386.0,135.0,21.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 123,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-03-14 20:40:19.000000,2025-03-14 20:40:19,3224.0,257.0,18.0,11.0,292.0,13.0,10.0,66.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-03-24 20:27:39.000000,2025-01-13 21:37:13,287.0,1.0,49.0,6.0,305.0,16.0,22.0,1244.0,2024-06-10 20:02:54,1.15.1,100.0,2.0,2.0,5.0,,,103.0,3.0,2375.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-27 12:56:48.000000,2025-03-27 12:56:46,1952.0,5.0,150.0,62.0,528.0,5.0,237.0,625.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-02-19 18:25:34.000000,2025-02-19 18:25:08,888.0,12.0,207.0,50.0,407.0,42.0,177.0,123.0,,,,,,217.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,83.0,8.0,775.0,3.0,131.0,94.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,-1.0,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-03-19 16:20:14.000000,2025-03-19 16:20:10,5014.0,97.0,16.0,6.0,537.0,42.0,2710.0,56.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-03-25 14:25:52.000000,2025-03-25 14:24:52,729.0,15.0,78.0,68.0,314.0,123.0,225.0,408.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,285.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 131,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,15,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2024-11-13 18:13:25.000000,2024-09-27 07:37:42,62.0,,24.0,10.0,22.0,14.0,15.0,212.0,,,1.0,18.0,18.0,4.0,,,1194.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1194.0,,,,,,,,, 132,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-03-12 20:42:59.000000,2025-03-12 20:42:59,513.0,25.0,28.0,27.0,62.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4656.0,,,,,,,,,,,,, 134,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,7.0,38.0,18.0,57.0,20.0,16.0,245.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,299781.0,299781.0,3.0,,,,,,,,,,,,,,,,,,, 135,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],14,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,43.0,9.0,5.0,,,,124.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,7.0,3.0,7.0,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,84.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-03-27 00:16:37.000000,2025-03-01 08:34:44,781.0,13.0,31.0,18.0,269.0,13.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,34.0,95.0,32.0,102.0,1002.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,194.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17659.0,,,,,,,,,,,,, 142,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,28.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,cf-identity-wallet,https://github.com/cardano-foundation/cf-identity-wallet,ssi-agents,Identity Wallet is an open source mobile application developed by the Cardano Foundation. It provides a digital..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/cf-identity-wallet,Apache-2.0,2022-12-19 13:49:48,2025-03-27 16:20:02.000000,2025-03-21 12:29:18,1234.0,184.0,15.0,16.0,1067.0,,5.0,108.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-03-16 20:49:59.000000,2025-03-16 20:49:03,288.0,9.0,37.0,9.0,12.0,6.0,9.0,100.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-03-27 00:12:59.000000,2025-03-03 18:02:54,916.0,21.0,26.0,15.0,182.0,19.0,130.0,86.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,19.0,25.0,7.0,334.0,16.0,17.0,74.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-02-18 14:12:08.000000,2024-03-17 13:28:22,539.0,,23.0,11.0,144.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,867.0,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-25 09:46:11.000000,2025-03-25 09:46:11,141.0,60.0,11.0,9.0,8.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,78.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,9.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,-1.0,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-03-20 15:44:48.000000,2025-03-20 15:44:46,97.0,4.0,9.0,10.0,120.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,143.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-03-26 12:24:54.000000,2025-02-20 00:49:10,136.0,6.0,14.0,41.0,80.0,56.0,76.0,97.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,15.0,12.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-03-04 14:13:59.000000,2025-01-14 18:03:00,111.0,1.0,14.0,10.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the scripts used to generate SDKs libraries from our OpenAPI spec in every major language. It..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-03-21 01:34:37.000000,2025-03-21 01:34:36,384.0,14.0,1.0,6.0,320.0,,,1.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-16 19:38:07.000000,2025-03-16 19:37:51,252.0,2.0,13.0,11.0,94.0,8.0,41.0,16.0,,,,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,7,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3015.0,-1.0,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4407519.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2024-12-19 13:07:06.660707,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2024-12-19 13:07:06.660707,44.0,407484.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-04-03_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - authlib (🥇38 · ⭐ 4.8K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - deepfacelab (🥉24 · ⭐ 17K · 📈) - DeepFaceLab is the leading software for creating deepfakes. ❗️GPL-3.0 - django-passkeys (🥉17 · ⭐ 210 · 📈) - Django Authentication Backend For Passkeys. MIT - cf-identity-wallet (🥈16 · ⭐ 110 · 📈) - Veridian Wallet is an open source mobile application.. Apache-2 - did-webs (🥉8 · ⭐ 16 · 📈) - a DID method spec for did:webs. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇38 · ⭐ 9.6K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - ory-kratos (🥇36 · ⭐ 12K · 📉) - Headless cloud-native authentication and identity.. Apache-2 ory - whisper (🥉29 · ⭐ 79K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - zitadel (🥈29 · ⭐ 10K · 📉) - ZITADEL - Identity infrastructure, simplified foryou. ❗️AGPL-3.0 - ladon (🥉18 · ⭐ 2.4K · 📉) - A SDK for access control policies: authorization for the.. Apache-2 ory ================================================ FILE: history/2025-04-03_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,maven_id,maven_url,helm_id,brew_id,updated_github_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-04-01 01:56:29.000000,2025-03-27 09:52:25,3865.0,58.0,3709.0,109.0,3169.0,331.0,4523.0,26445.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,423335.0,423335.0,872.0,https://www.npmjs.com/package/next-auth,5991928.0,5991928.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-04-03 17:51:56.000000,2025-04-02 00:39:24,9408.0,203.0,2132.0,150.0,3861.0,142.0,3366.0,12645.0,2025-02-14 14:13:35,1.12.16,100.0,1658.0,1658.0,490.0,,,3137355.0,1.0,119219523.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-04-02 19:16:38.000000,2025-04-02 19:16:36,4107.0,62.0,2127.0,233.0,4644.0,216.0,2178.0,12995.0,2025-03-31 20:26:21,1.12.1,71.0,13579.0,13579.0,419.0,,,2947988.0,1.0,8510062.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,312325108.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-04-03 16:49:21.607114,2025-04-03 16:05:11,5572.0,170.0,1377.0,131.0,4738.0,383.0,2337.0,10137.0,2025-03-27 14:52:49,1.3.0,100.0,5165.0,5165.0,503.0,,,5545309.0,1.0,13184585.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-04-03 16:49:21.607114,43.0,596463427.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-04-01 10:07:31.000000,2025-04-01 10:07:31,1969.0,214.0,2518.0,174.0,276.0,7.0,1166.0,18493.0,2024-08-17 07:30:49,0.0.93,13.0,6443.0,6443.0,86.0,,,695996.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,695996.0,,,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,477.0,63.0,497.0,83.0,294.0,2867.0,2023-01-10 13:13:43,3.2.2,48.0,613599.0,613599.0,198.0,,,140418044.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,140418044.0,,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-02 16:19:34.000000,2025-04-02 16:19:34,10496.0,100.0,1433.0,134.0,1341.0,115.0,1029.0,9626.0,2024-10-31 10:06:07,1.0.2,13.0,3157.0,3157.0,257.0,,,1278932.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1278932.0,-1.0,,,,,,,,, 18,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-04-03 08:00:46.000000,2025-04-03 08:00:46,1492.0,51.0,468.0,60.0,234.0,94.0,379.0,4758.0,2025-04-02 13:03:49,1.5.2,40.0,40921.0,40921.0,129.0,,,16409768.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,16409768.0,1.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-04-03 18:23:35.000000,2025-04-03 17:46:09,21002.0,356.0,4212.0,801.0,23719.0,1084.0,5198.0,32117.0,2025-03-05 20:28:28,1.19.0,100.0,14502.0,14502.0,1570.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,161.0,350.0,430.0,23248.0,,,,1240128.0,1240128.0,38.0,https://www.npmjs.com/package/passport,13855236.0,13855236.0,2.0,,,,,,,,,,,,,,,,,,, 21,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-03-18 00:57:13.000000,2025-03-18 00:53:54,1110.0,1.0,1664.0,242.0,518.0,43.0,792.0,18408.0,2025-03-18 00:55:22,2.104.0,100.0,3374.0,3374.0,152.0,https://www.npmjs.com/package/casbin,321383.0,496615.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,175232.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-04-02 09:03:37.000000,2025-03-28 11:44:39,4020.0,99.0,1421.0,236.0,1890.0,72.0,1474.0,16104.0,2025-01-17 08:51:44,2.3.0,100.0,,,306.0,,,3597326.0,2.0,900672.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426805905.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 23,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-01 05:34:04.000000,2025-04-01 05:34:04,4867.0,45.0,1887.0,188.0,1875.0,548.0,1409.0,11739.0,2025-03-05 07:11:35,r1.5.0,17.0,146.0,146.0,156.0,,,436655.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,436655.0,,,,,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-04-03 16:41:57.000000,2025-04-02 14:25:34,4634.0,110.0,963.0,112.0,2178.0,152.0,1225.0,11716.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1376105.0,1.0,50277.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114150562.0,,,,-1.0,,,https://k8s.ory.sh/helm/charts,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-03-17 13:34:52.000000,2025-02-22 01:51:04,1659.0,39.0,275.0,39.0,464.0,16.0,472.0,6300.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,94512.0,94512.0,70.0,https://www.npmjs.com/package/@casl/ability,2984358.0,2984358.0,1.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13339.0,1568.0,236.0,765.0,594.0,54505.0,2018-04-02 17:18:43,1.2.2,2.0,4446.0,4446.0,54.0,,,166221.0,2.0,1405.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9201.0,face_recognition,https://pypi.org/project/face_recognition,166113.0,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-04-03 17:25:31.177246,2025-04-03 17:08:29,2728.0,103.0,1290.0,77.0,1808.0,124.0,1523.0,11318.0,2025-04-03 17:18:36,1.879.0,100.0,11.0,11.0,219.0,,,9921.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-04-03 17:25:31.177246,18.0,535751.0,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-04-03 17:27:41.000000,2025-04-03 13:50:29,27163.0,843.0,3912.0,599.0,5343.0,,,11192.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,361.0,,,7154.0,2.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-04-01 00:42:22.627054,131.0,1166244.0,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-04-02 19:17:40.000000,2025-04-02 19:12:40,4632.0,256.0,294.0,47.0,1730.0,97.0,408.0,5529.0,2025-04-02 14:48:28,1.42.1,93.0,106.0,106.0,57.0,,,99032.0,2.0,147267.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-04-02 15:25:15.007796,7.0,4206793.0,,,,,,,,,,,,, 30,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-04-03 18:03:45.000000,2025-04-03 17:11:17,9299.0,190.0,555.0,57.0,6936.0,316.0,1464.0,4521.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,11050.0,2.0,397822.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-04-02 23:01:53.026274,2025-04-02 21:53:09,3712.0,90.0,290.0,40.0,4455.0,102.0,946.0,4208.0,2025-03-28 23:11:31,0.29.2,100.0,22.0,22.0,95.0,,,21502202.0,2.0,67837.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-04-02 23:01:53.026274,11.0,1612580467.0,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-04-03 16:14:48.000000,2025-04-01 14:02:10,7134.0,149.0,487.0,77.0,4416.0,148.0,1419.0,1913.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,214.0,,,8114.0,2.0,535551.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-04-03 17:26:52.000000,2025-04-03 17:26:52,15640.0,1092.0,745.0,115.0,7995.0,1122.0,14449.0,802.0,2025-02-28 19:19:04,7.1.0,100.0,,,716.0,,,15156.0,2.0,16130.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1956263.0,,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,408.0,29.0,539.0,86.0,358.0,580.0,2025-02-10 21:52:03,7.5.2,53.0,1986.0,1986.0,174.0,,,1165348.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1165348.0,,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5461.0,516.0,190.0,1155.0,1389.0,24760.0,2023-04-02 07:43:27,0.7,1.0,3803.0,3803.0,66.0,,,302097.0,2.0,7250299.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-04-03 16:10:10.000000,2025-04-03 16:10:08,7187.0,494.0,1188.0,163.0,7132.0,52.0,1265.0,23309.0,2025-03-18 03:57:41,4.39.1,100.0,,,220.0,,,883.0,2.0,52141.0,,,,,,,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-04-03 08:01:38.000000,2025-04-03 08:00:04,3224.0,144.0,1648.0,174.0,2634.0,315.0,846.0,9788.0,2025-02-19 13:18:29,2.42.0,88.0,171.0,171.0,268.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,"An identity and access management (IAM) infrastructure with authentication, authorization, MFA, SSO, user management,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-04-03 15:05:18.000000,2025-04-03 12:39:11,7308.0,226.0,501.0,50.0,6502.0,168.0,455.0,9777.0,2025-03-31 08:09:45,1.26.0,69.0,23.0,23.0,71.0,,,5613.0,2.0,5311.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-04-03 12:46:47.340894,5.0,251480.0,,,,,,,,,,,,, 39,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-04-02 03:40:32.000000,2025-03-17 11:12:32,1601.0,12.0,351.0,55.0,1304.0,36.0,289.0,4978.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,602879.0,2.0,28430.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,8.0,51213420.0,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-04-03 05:12:33.000000,2025-04-02 19:09:17,4603.0,103.0,285.0,200.0,5252.0,117.0,263.0,3925.0,2025-03-04 18:32:32,0.19.1,68.0,10.0,10.0,180.0,,,298233.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18788698.0,,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-03-17 11:12:22.000000,2025-03-17 11:12:21,1429.0,12.0,349.0,48.0,755.0,62.0,293.0,3371.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,989157.0,3.0,50701.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89961595.0,,,,,,,,,,,,, 42,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-04-02 16:45:36.000000,2025-03-29 14:51:16,2557.0,23.0,756.0,70.0,253.0,,,3357.0,2025-03-06 15:43:40,8.8.1,100.0,1628.0,1628.0,74.0,https://www.npmjs.com/package/oidc-provider,360325.0,360325.0,2.0,,,,,,,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,40.0,173.0,34.0,138.0,,103.0,911.0,2025-03-07 19:43:46,2.5.2,32.0,1343.0,1343.0,30.0,,,594403.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,594403.0,,,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-04-03 13:56:28.000000,2025-03-19 02:57:53,636.0,13.0,70.0,38.0,227.0,4.0,86.0,350.0,2025-03-19 02:58:20,8.0.9,100.0,5731.0,5731.0,42.0,https://www.npmjs.com/package/did-jwt,311268.0,311268.0,1.0,,,,,,,,,,,,,,,,,,, 45,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,4.0,9368.0,637.0,300.0,,,79350.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,742997.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,742997.0,-1.0,,,,,,,,, 46,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-04-03 17:20:42.000000,2025-04-03 17:20:42,16805.0,679.0,1047.0,65.0,10362.0,647.0,2300.0,15511.0,2025-03-28 14:28:34,ersion/2025.2.3,100.0,,,358.0,,,206.0,2.0,5784.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-04-03 15:40:38.000000,2025-04-03 09:31:27,3642.0,165.0,676.0,54.0,6160.0,664.0,2087.0,10198.0,2025-03-31 12:47:21,2.63.9,100.0,,,182.0,,,1285.0,2.0,6427.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,-1.0,,,https://charts.zitadel.com,,,,,, 48,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-04-02 11:07:42.000000,2025-04-02 11:07:41,1973.0,94.0,152.0,32.0,2107.0,40.0,344.0,3725.0,2025-03-26 08:12:07,0.42.0,65.0,29.0,29.0,33.0,,,2192.0,3.0,107413.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-04-03 07:07:05.873070,2025-04-02 02:44:19,2319.0,102.0,216.0,23.0,2408.0,196.0,795.0,3307.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,109.0,,,7231.0,2.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-04-03 07:07:05.873070,3.0,534653.0,,,,,,,,,,,,, 50,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-04-03 11:20:53.000000,2025-04-03 08:47:48,7028.0,464.0,373.0,42.0,1104.0,11.0,304.0,1535.0,2025-03-18 15:53:09,is-7.2.0,75.0,2697.0,2697.0,334.0,,,,2.0,,,,,,,,,,,,,,,DuendeSoftware/products,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-04-01 12:17:27.000000,2025-04-01 12:17:14,2856.0,41.0,127.0,63.0,320.0,38.0,290.0,925.0,2025-03-18 11:59:27,5.6.1,41.0,172.0,172.0,48.0,,,135260.0,2.0,17443.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,135094.0,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3506.0,750.0,77.0,2.0,382.0,15332.0,2024-10-04 12:56:15,0.2.2,5.0,90.0,90.0,31.0,,,1412.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162482.0,,,,,,,,,,,,, 53,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-01-31 07:17:13.000000,2025-01-31 07:17:13,2499.0,6.0,1032.0,104.0,870.0,41.0,848.0,5381.0,2024-12-09 07:54:33,5.8.1,69.0,9964.0,9964.0,330.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-04-03 18:22:50.000000,2025-04-03 18:14:55,6933.0,126.0,598.0,138.0,4945.0,169.0,2950.0,5378.0,2025-03-31 23:47:42,release-2025-03-31,100.0,,,137.0,,,17746.0,2.0,37179.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-02 20:47:39.097771,13.0,2000225.0,,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-04-02 17:30:35.000000,2025-04-02 17:29:31,4526.0,410.0,243.0,25.0,1859.0,49.0,237.0,5328.0,2025-03-27 09:15:52,1.3.6,100.0,4.0,4.0,65.0,,,297.0,3.0,7428.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-02-21 20:16:24.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,77.0,867.0,288.0,640.0,1785.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,636.0,8547.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004697.0,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-04-01 16:44:55.000000,2025-03-19 11:10:03,381.0,14.0,46.0,22.0,102.0,2.0,48.0,189.0,2025-03-19 11:10:20,4.0.7,61.0,1184.0,1184.0,22.0,https://www.npmjs.com/package/did-jwt-vc,45230.0,45230.0,1.0,,,,,,,,,,,,,,,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13225.0,1533.0,526.0,30.0,844.0,53607.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6841.0,3.0,506259.0,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3717.0,344.0,111.0,448.0,393.0,17096.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,141417.0,141417.0,3.0,,,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,177.0,27.0,1529.0,110.0,104.0,3479.0,2024-01-13 04:08:30,0.27.3,100.0,209.0,209.0,68.0,,,29142.0,3.0,3535.0,,,,,,oso,https://pypi.org/project/oso,29072.0,,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"An enterprise identity and access management platform-- Janssen is a distribution of standards-based, developer..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-04-03 18:13:02.000000,2025-04-03 18:06:36,34866.0,226.0,83.0,31.0,6427.0,430.0,4141.0,526.0,2025-04-03 18:11:20,2.0.0,100.0,,,126.0,,,511.0,3.0,9214.0,,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-04-02 17:17:53.000000,2025-04-02 17:17:21,9969.0,138.0,488.0,28.0,2274.0,126.0,1226.0,437.0,2025-03-13 21:13:48,1.2.4,100.0,,,156.0,,,,1.0,,,,,,,,,,,,,,,openwallet-foundation/acapy,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-04-03 18:13:52.000000,2025-01-06 05:23:39,520.0,2.0,74.0,27.0,154.0,5.0,48.0,222.0,2025-01-06 05:24:12,11.0.3,69.0,1758.0,1758.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18665.0,18665.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-04-03 09:20:05.000000,2025-03-31 11:10:23,2239.0,46.0,952.0,40.0,1667.0,43.0,346.0,7832.0,2025-03-31 13:22:53,backend/v1.5.1,32.0,310.0,310.0,50.0,,,18.0,3.0,607.0,,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-02 15:09:09.000000,2025-03-03 16:29:56,2035.0,17.0,205.0,30.0,539.0,57.0,101.0,5235.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6231.0,3.0,1421.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,310118.0,,,,,,,,,,,,, 66,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-03-31 18:41:20.000000,2025-03-31 18:41:12,6739.0,216.0,314.0,423.0,4529.0,125.0,419.0,1734.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,2.0,64.0,,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-03-31 23:29:37.000000,2025-03-31 23:26:54,2564.0,58.0,347.0,29.0,117.0,3.0,123.0,1619.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,289.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29215.0,,,,,,,,,,,,, 68,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-04-02 22:37:14.000000,2025-03-31 18:34:24,3349.0,87.0,279.0,51.0,2618.0,28.0,251.0,926.0,2025-03-22 17:15:16,1.12.13,100.0,35.0,35.0,93.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,303.0,21.0,131.0,531.0,787.0,17396.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3267.0,3.0,199308.0,,,,,,,,,1.0,,,,,,,,, 70,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-04-03 13:30:20.000000,2025-04-02 11:06:38,1264.0,91.0,566.0,66.0,594.0,127.0,388.0,14006.0,2025-04-03 08:28:31,10.1.3,84.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-04-02 08:16:51.650154,2025-03-31 06:46:57,16145.0,72.0,342.0,50.0,7767.0,,,1221.0,,,,,,239.0,,,38568.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-04-02 08:16:51.650154,172.0,5978042.0,,,,,,,,,,,,, 72,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-03-10 20:39:43.360145,2024-12-31 19:54:56,3793.0,,126.0,45.0,1898.0,178.0,931.0,843.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,67972.0,3.0,1101.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-03-10 20:39:43.360145,30.0,7203807.0,,,,,,,,,,,,, 73,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-04-03 12:39:44.000000,2025-04-03 11:56:36,1876.0,58.0,240.0,56.0,351.0,32.0,89.0,584.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1466.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-03 11:59:32.444642,,134909.0,,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-04-01 18:46:16.000000,2025-02-27 17:32:56,1900.0,18.0,132.0,22.0,828.0,65.0,392.0,459.0,2024-04-02 18:54:31,6.0.0,44.0,821.0,821.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-04-03 08:48:01.000000,2025-03-26 07:30:03,1503.0,13.0,89.0,26.0,1209.0,107.0,285.0,314.0,2025-01-20 10:48:25,1.5.0,35.0,140.0,140.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,2.0,182.0,41.0,304.0,47.0,221.0,1250.0,2022-09-28 20:32:17,3.0.1,19.0,316.0,316.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-04-03 14:41:41.000000,2025-04-02 19:18:20,2686.0,56.0,179.0,176.0,957.0,71.0,1180.0,1223.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,84.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-04-02 10:48:50.000000,2025-03-28 18:08:06,15157.0,59.0,668.0,109.0,19.0,,,699.0,,,,163.0,163.0,744.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,32.0,56.0,7.0,33.0,1.0,54.0,522.0,2025-03-16 21:06:42,2.3.0,37.0,4517.0,4517.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-04-03 17:53:46.000000,2025-04-03 17:53:46,14358.0,291.0,140.0,15.0,2066.0,900.0,2055.0,404.0,2023-06-16 12:51:58,11.4.3,55.0,,,91.0,,,104.0,3.0,9309.0,,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-04-03 13:39:09.000000,2025-04-03 13:35:40,1141.0,55.0,195.0,28.0,1400.0,195.0,604.0,293.0,2024-11-07 19:07:51,0.5.13,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-03-31 06:34:58.000000,2025-03-31 01:51:02,313.0,19.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-03-29 02:34:05,2.0.30,41.0,1273.0,1273.0,12.0,https://www.npmjs.com/package/web-did-resolver,37310.0,37310.0,2.0,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,312.0,61.0,158.0,247.0,599.0,6151.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,258.0,3.0,22256.0,,,,,,,,,,,,,,,,howdy,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-04-03 12:33:17.000000,2025-03-05 00:09:47,4055.0,4.0,774.0,247.0,350.0,63.0,210.0,2867.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,852.0,3.0,116809.0,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-04-02 17:31:10.000000,2025-03-31 02:13:21,401.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7177.0,7177.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-04-03 18:03:30.000000,2025-03-31 14:30:33,4689.0,401.0,62.0,8.0,792.0,18.0,191.0,160.0,2025-04-02 19:53:09,0.13.0,100.0,1.0,1.0,28.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,6.0,50.0,14.0,239.0,29.0,87.0,77.0,2024-02-13 10:21:42,0.2.0,30.0,64.0,64.0,27.0,,,9105.0,2.0,245847.0,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-04-03 12:04:13.000000,2025-04-03 12:04:12,2913.0,72.0,37.0,14.0,3748.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,942.0,942.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,394.0,397.0,25.0,1.0,143.0,27958.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28466.0,3.0,1309466.0,,,,,,,,,,,,,,,,,, 90,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,9.0,119.0,27.0,361.0,49.0,75.0,219.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,122.0,509.0,621.0,14020.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,1.0,295.0,60.0,236.0,5.0,130.0,4014.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2024-11-28 00:10:31.000000,2024-11-26 00:53:33,411.0,,744.0,96.0,347.0,176.0,360.0,1835.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,17.0,657.0,64.0,1821.0,38.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,801.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-03-11 18:46:36.000000,2025-02-17 17:26:42,957.0,17.0,59.0,11.0,327.0,5.0,112.0,685.0,,,,1044.0,1044.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,22.0,39.0,3.0,59.0,,43.0,336.0,2025-02-16 06:44:03,4.0.0,22.0,68.0,68.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,, 99,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-03-14 17:54:35.000000,2025-03-14 16:30:35,1304.0,4.0,290.0,89.0,519.0,31.0,168.0,3111.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,297.0,93.0,43.0,28.0,24.0,2894.0,,,,,,26.0,,,2277.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2277.0,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-04-01 15:03:40.000000,2025-04-01 15:02:40,2569.0,53.0,78.0,19.0,919.0,5.0,131.0,485.0,2025-04-01 14:56:13,0.29.0.RELEASE,75.0,,,32.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 102,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-03-31 12:05:21.000000,2025-03-12 15:21:23,2409.0,27.0,213.0,54.0,643.0,56.0,175.0,332.0,,,,,,93.0,,,,1.0,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,, 103,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-04-03 14:38:40.000000,2025-03-26 17:25:02,626.0,11.0,62.0,32.0,445.0,93.0,119.0,205.0,,,,174.0,174.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-04-03 18:26:17.000000,2025-04-03 18:26:17,1959.0,91.0,142.0,25.0,1204.0,47.0,232.0,163.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-03-24 13:26:08.000000,2025-02-04 14:58:00,524.0,3.0,32.0,4.0,254.0,7.0,39.0,64.0,2025-02-04 15:00:50,1.27.1,90.0,240.0,240.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,872.0,245.0,250.0,199.0,554.0,2965.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2415.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,-2.0,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,305.0,33.0,8.0,43.0,781.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-03-18 02:34:01.000000,2025-03-18 02:34:00,547.0,22.0,48.0,16.0,102.0,24.0,68.0,197.0,,,,506.0,506.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-03-18 14:33:15.000000,2025-03-12 20:39:10,2819.0,24.0,55.0,11.0,650.0,162.0,124.0,62.0,,,1.0,54.0,54.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8151.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-03-15 23:52:26.000000,2025-03-15 23:52:26,587.0,8.0,164.0,82.0,251.0,28.0,51.0,1553.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-04-02 15:25:19.000000,2025-04-02 15:23:50,1230.0,29.0,46.0,50.0,298.0,191.0,147.0,510.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-03-30 16:37:07.000000,2025-03-29 14:56:58,1373.0,27.0,96.0,75.0,507.0,19.0,353.0,418.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,w3c/did,,,, 118,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-02-25 01:48:06.000000,2025-02-25 01:47:56,2232.0,34.0,100.0,80.0,847.0,7.0,712.0,309.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-04-02 10:44:08.000000,2025-03-28 15:01:18,3719.0,27.0,71.0,25.0,8.0,,,241.0,,,,,,300.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,212.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1123.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1123.0,2.0,,,,,,,,, 121,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,decentralized-identity/web5-js,,,, 122,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,533.0,3.0,128.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23357.0,,,,,,,,,,,,, 123,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-03-14 19:55:34.000000,2025-03-14 19:53:31,1386.0,129.0,21.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,, 124,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-04-02 15:50:20.000000,2025-03-14 20:40:19,3224.0,254.0,18.0,11.0,293.0,13.0,10.0,66.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-03-31 20:20:25.000000,2025-01-13 21:37:13,287.0,1.0,50.0,6.0,306.0,16.0,22.0,1247.0,2024-06-10 20:02:54,1.15.1,100.0,2.0,2.0,5.0,,,99.0,3.0,2377.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 126,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-31 06:38:31.000000,2025-03-31 06:38:31,1953.0,6.0,151.0,63.0,529.0,5.0,237.0,628.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-02-19 18:25:34.000000,2025-02-19 18:25:08,888.0,10.0,208.0,50.0,408.0,42.0,177.0,123.0,,,,,,217.0,,,,3.0,,,,,,,,,,,,,,,w3c/did-extensions,,,, 128,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-04-03 15:38:58.000000,2025-04-03 14:28:51,1317.0,258.0,15.0,16.0,1089.0,1.0,5.0,111.0,2025-04-02 23:04:51,1.0.0,1.0,,,14.0,,,,2.0,,,,,,,,,,3.0,,,,,cardano-foundation/veridian-wallet,,,, 129,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,83.0,8.0,775.0,3.0,131.0,94.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-04-03 16:18:10.000000,2025-04-03 16:17:56,5029.0,103.0,16.0,6.0,537.0,41.0,2715.0,55.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-03-31 15:56:13.000000,2025-03-31 15:55:11,730.0,16.0,78.0,68.0,316.0,123.0,225.0,408.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,w3c-fedid/FedCM,,,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,287.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-03-12 20:42:59.000000,2025-03-12 20:42:59,513.0,25.0,28.0,27.0,62.0,13.0,10.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,109.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4698.0,,,,,,,,,,,,, 135,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,4.0,38.0,18.0,57.0,20.0,16.0,246.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,293835.0,293835.0,3.0,,,,,,,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-04-01 00:19:23.000000,2025-03-01 08:34:44,781.0,13.0,31.0,18.0,269.0,14.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,157.0,34.0,95.0,32.0,102.0,1003.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,191.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17663.0,,,,,,,,,,,,, 142,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,42.0,9.0,5.0,,,,125.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,7.0,,,,,,,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-03-16 20:49:59.000000,2025-03-16 20:49:03,288.0,9.0,36.0,9.0,12.0,6.0,9.0,100.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,21.0,26.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,19.0,25.0,7.0,334.0,16.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],13,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-02-18 14:12:08.000000,2024-03-17 13:28:22,539.0,,23.0,11.0,144.0,14.0,42.0,48.0,,,,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,868.0,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-25 09:46:11.000000,2025-03-25 09:46:11,141.0,60.0,11.0,9.0,8.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2023-05-18 13:45:33.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,9.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-03-20 15:44:48.000000,2025-03-20 15:44:46,97.0,3.0,9.0,10.0,120.0,3.0,1.0,21.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-04-02 22:59:47.000000,2025-02-20 00:49:10,136.0,6.0,14.0,41.0,80.0,55.0,77.0,98.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,WICG/digital-credentials,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,15.0,12.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-03-04 14:13:59.000000,2025-01-14 18:03:00,111.0,1.0,14.0,10.0,119.0,5.0,1.0,25.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-04-02 23:06:23.000000,2025-04-02 23:06:22,405.0,35.0,1.0,6.0,323.0,,,1.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,8.0,41.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,1.0,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,144.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3034.0,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,412280.0,,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4410351.0,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-04-10_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇39 · ⭐ 9.7K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - cas (🥇34 · ⭐ 11K · 📈) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - insightface (🥈33 · ⭐ 25K · 📈) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - doorkeeper (🥈30 · ⭐ 5.4K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - jansen (🥉28 · ⭐ 530 · 📈) - The Janssen Project maintains open source IAM components,.. Apache-2 linux-foundation ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 27K · 📉) - Authentication for the Web. ISC - deepface (🥇39 · ⭐ 19K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - vault (🥇31 · ⭐ 32K · 📉) - A tool for secrets management, encryption as a.. ❗️Business Source License 1.1 hashicorp - laragear-webauthn (🥉17 · ⭐ 340 · 📉) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - keripy (🥉15 · ⭐ 62 · 📉) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 ================================================ FILE: history/2025-04-10_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,helm_id,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-04-07 01:48:04.000000,2025-03-27 09:52:25,3865.0,42.0,3720.0,110.0,3177.0,334.0,4526.0,26503.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,428212.0,428212.0,872.0,https://www.npmjs.com/package/next-auth,6096637.0,6096637.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-04-10 16:24:43.000000,2025-04-10 16:24:43,9433.0,210.0,2136.0,150.0,3869.0,144.0,3368.0,12671.0,2025-02-14 14:13:35,1.12.16,100.0,1677.0,1677.0,493.0,,,3170880.0,1.0,,120493463.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-04-08 13:46:30.000000,2025-04-08 13:46:30,4118.0,73.0,2129.0,232.0,4652.0,217.0,2179.0,13015.0,2025-03-31 20:26:21,1.12.1,71.0,13595.0,13595.0,421.0,,,2952308.0,1.0,,8537669.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,312766710.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-04-10 15:49:09.060797,2025-04-10 15:06:39,5581.0,169.0,1380.0,131.0,4748.0,381.0,2344.0,10164.0,2025-03-27 14:52:49,1.3.0,100.0,5195.0,5195.0,506.0,,,5550983.0,1.0,,13377980.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-04-10 15:49:09.060797,43.0,596737952.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-04-10 12:52:55.000000,2025-04-10 12:52:55,1982.0,182.0,2528.0,174.0,278.0,7.0,1171.0,18576.0,2024-08-17 07:30:49,0.0.93,13.0,6642.0,6642.0,87.0,,,681126.0,1.0,-1.0,,,,,,,deepface,https://pypi.org/project/deepface,681126.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-10 14:34:56.000000,2025-04-07 18:23:37,10499.0,86.0,1438.0,134.0,1345.0,115.0,1031.0,9659.0,2025-04-07 17:05:07,1.0.3,14.0,3212.0,3212.0,257.0,,,1408823.0,1.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1408823.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,476.0,63.0,497.0,83.0,294.0,2870.0,2023-01-10 13:13:43,3.2.2,48.0,615725.0,615725.0,198.0,,,141059106.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,141059106.0,,,,,,,,, 18,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-04-10 15:01:09.000000,2025-04-10 15:00:26,1495.0,54.0,469.0,61.0,237.0,99.0,379.0,4774.0,2025-04-02 13:03:49,1.5.2,40.0,41185.0,41185.0,129.0,,,17083872.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,17083872.0,,,,,,,,, 19,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,162.0,351.0,430.0,23261.0,,,,1247216.0,1247216.0,38.0,https://www.npmjs.com/package/passport,14061402.0,14061402.0,2.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-03-18 00:57:13.000000,2025-03-18 00:53:54,1110.0,1.0,1666.0,243.0,521.0,44.0,792.0,18452.0,2025-03-18 00:55:22,2.104.0,100.0,3379.0,3379.0,152.0,https://www.npmjs.com/package/casbin,305738.0,447077.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,141339.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 21,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-04-10 11:10:07.000000,2025-04-10 11:10:05,4022.0,97.0,1424.0,236.0,1891.0,73.0,1474.0,16130.0,2025-01-17 08:51:44,2.3.0,100.0,,,306.0,,,3597697.0,2.0,,901894.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426848475.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-04-10 11:16:00.000000,2025-04-07 10:48:18,4638.0,108.0,965.0,113.0,2181.0,152.0,1225.0,11804.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1376328.0,1.0,,50766.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,19.0,114168436.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 23,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-08 03:29:22.000000,2025-04-08 03:29:22,4875.0,52.0,1889.0,188.0,1879.0,551.0,1409.0,11766.0,2025-03-05 07:11:35,r1.5.0,17.0,146.0,146.0,156.0,,,419912.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,419912.0,,,,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13341.0,1570.0,236.0,765.0,594.0,54555.0,2018-04-02 17:18:43,1.2.2,2.0,4534.0,4534.0,54.0,,,169972.0,2.0,,1409.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9238.0,face_recognition,https://pypi.org/project/face_recognition,169863.0,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-04-10 14:35:48.000000,2025-04-10 14:30:55,1660.0,7.0,276.0,40.0,465.0,16.0,472.0,6309.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,95030.0,95030.0,71.0,https://www.npmjs.com/package/@casl/ability,2971178.0,2971178.0,2.0,,,,,,,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-04-10 17:58:59.695911,2025-04-10 17:43:54,2738.0,104.0,1300.0,77.0,1817.0,120.0,1531.0,11351.0,2025-04-10 17:52:35,1.887.0,100.0,11.0,11.0,221.0,,,10083.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-04-10 17:58:59.695911,18.0,544525.0,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-04-10 17:08:39.033798,2025-04-10 15:53:40,27331.0,963.0,3915.0,598.0,5382.0,,,11205.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,361.0,,,7181.0,1.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-04-10 17:08:39.033798,131.0,1170622.0,,,,,,,,,,,, 28,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5465.0,517.0,190.0,1157.0,1389.0,24825.0,2023-04-02 07:43:27,0.7,1.0,3879.0,3879.0,66.0,,,306834.0,2.0,1.0,7363988.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-04-10 17:27:16.000000,2025-04-10 14:19:24,4657.0,240.0,297.0,48.0,1745.0,95.0,410.0,5549.0,2025-04-02 14:48:28,1.42.1,93.0,107.0,107.0,57.0,,,100300.0,2.0,,150393.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-04-02 15:25:15.007796,7.0,4259359.0,,,,,,,,,,,, 30,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-04-10 17:32:34.000000,2025-04-10 16:47:31,9314.0,185.0,556.0,57.0,6954.0,316.0,1464.0,4522.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,11087.0,2.0,,399140.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-04-10 18:23:05.375517,2025-04-10 17:15:14,3718.0,93.0,290.0,41.0,4460.0,104.0,946.0,4217.0,2025-03-28 23:11:31,0.29.2,100.0,22.0,22.0,95.0,,,21502341.0,2.0,,67891.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-04-10 18:23:05.375517,11.0,1612590789.0,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-04-10 16:39:44.000000,2025-04-10 16:38:04,7150.0,156.0,488.0,77.0,4430.0,148.0,1421.0,1921.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,214.0,,,8241.0,2.0,,543944.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-04-10 14:34:49.000000,2025-04-10 14:34:48,15703.0,1109.0,746.0,115.0,8023.0,1139.0,14471.0,803.0,2025-02-28 19:19:04,7.1.0,100.0,,,716.0,,,15165.0,2.0,,16254.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1957186.0,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,410.0,29.0,540.0,86.0,358.0,580.0,2025-02-10 21:52:03,7.5.2,53.0,1991.0,1991.0,174.0,,,1228749.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1228749.0,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-04-10 08:12:34.000000,2025-04-10 02:07:16,7206.0,501.0,1192.0,163.0,7157.0,51.0,1269.0,23383.0,2025-03-18 03:57:41,4.39.1,100.0,,,220.0,,,891.0,2.0,,52595.0,,,,,,,,,,,,,,,,, 36,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],31,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-04-10 18:10:59.000000,2025-04-10 16:20:49,21026.0,338.0,4220.0,801.0,23768.0,1087.0,5200.0,32180.0,2025-04-04 13:14:25,1.19.1,100.0,,,1577.0,,,,1.0,-6.0,,,,,,,,,,,,,,,,,, 37,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0. No framework restrictions.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-04-10 13:08:49.000000,2025-04-10 12:47:01,7345.0,251.0,501.0,50.0,6537.0,169.0,457.0,9838.0,2025-03-31 08:09:45,1.26.0,69.0,23.0,23.0,71.0,,,5652.0,2.0,,5342.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-04-10 12:50:56.135781,5.0,253203.0,,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-04-09 04:13:17.000000,2025-04-03 08:00:04,3224.0,129.0,1650.0,174.0,2649.0,316.0,846.0,9803.0,2025-02-19 13:18:29,2.42.0,88.0,171.0,171.0,268.0,,,3.0,2.0,,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 39,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-04-07 12:38:25.000000,2025-04-07 12:33:56,1603.0,12.0,352.0,55.0,1305.0,35.0,289.0,4991.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,602929.0,2.0,,28533.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,8.0,51217536.0,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-04-10 17:54:23.000000,2025-04-02 19:09:17,4603.0,86.0,286.0,199.0,5256.0,117.0,263.0,3930.0,2025-03-04 18:32:32,0.19.1,68.0,11.0,11.0,180.0,,,299349.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18859039.0,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-08 14:55:33.000000,2025-03-17 11:12:21,1429.0,10.0,350.0,48.0,755.0,63.0,293.0,3376.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,989341.0,3.0,,51073.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,40.0,89977920.0,,,,,,,,,,,, 42,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,31,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-04-09 15:57:27.000000,2025-04-09 15:55:37,2558.0,23.0,756.0,70.0,254.0,,,3364.0,2025-03-06 15:43:40,8.8.1,100.0,1639.0,1639.0,74.0,https://www.npmjs.com/package/oidc-provider,370856.0,370856.0,2.0,,,,,,,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,39.0,173.0,34.0,138.0,,103.0,916.0,2025-03-07 19:43:46,2.5.2,32.0,1351.0,1351.0,30.0,,,596117.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,596117.0,,,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-04-04 08:29:47.000000,2025-04-04 08:27:33,2503.0,10.0,1032.0,104.0,870.0,43.0,848.0,5380.0,2025-04-04 08:29:47,5.8.2,70.0,9987.0,9987.0,331.0,,,,2.0,2.0,,,,,,,,,,,,,,doorkeeper,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-04-10 15:48:58.000000,2025-03-19 02:57:53,636.0,13.0,70.0,38.0,227.0,4.0,86.0,350.0,2025-03-19 02:58:20,8.0.9,100.0,5756.0,5756.0,42.0,https://www.npmjs.com/package/did-jwt,296761.0,296761.0,1.0,,,,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,,9418.0,635.0,300.0,,,79729.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,586016.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,586016.0,,,,,,,,, 47,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-04-10 18:04:55.000000,2025-04-10 15:38:46,16960.0,795.0,1062.0,65.0,10577.0,640.0,2323.0,15607.0,2025-04-08 18:39:57,ersion/2025.2.4,100.0,,,365.0,,,207.0,2.0,,5812.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-04-10 12:54:06.000000,2025-04-09 11:29:58,3646.0,151.0,679.0,55.0,6169.0,669.0,2090.0,10242.0,2025-04-09 12:16:51,2.69.10,100.0,,,183.0,,,1567.0,2.0,,6268.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,https://charts.zitadel.com,,,,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-04-10 13:53:03.000000,2025-04-07 11:43:50,1979.0,94.0,152.0,32.0,2115.0,40.0,344.0,3741.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2211.0,3.0,,108362.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-04-10 14:45:50.000000,2025-04-09 04:49:06,2327.0,98.0,215.0,23.0,2419.0,196.0,798.0,3346.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,110.0,,,7307.0,2.0,,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-04-04 00:33:17.262462,3.0,540331.0,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-04-10 10:47:40.000000,2025-04-10 08:08:31,7074.0,475.0,374.0,42.0,1119.0,7.0,311.0,1536.0,2025-03-18 15:53:09,is-7.2.0,75.0,2720.0,2720.0,336.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-04-01 12:17:27.000000,2025-04-01 12:17:14,2856.0,31.0,126.0,63.0,320.0,39.0,290.0,930.0,2025-03-18 11:59:27,5.6.1,41.0,172.0,172.0,48.0,,,130717.0,2.0,,17839.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,130548.0,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3506.0,750.0,77.0,2.0,382.0,15337.0,2024-10-04 12:56:15,0.2.2,5.0,92.0,92.0,31.0,,,1413.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162505.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-04-10 17:57:19.000000,2025-04-10 17:57:17,6951.0,131.0,599.0,138.0,4963.0,170.0,2952.0,5387.0,2025-04-07 22:07:11,release-2025-04-07,100.0,,,137.0,,,17758.0,2.0,,37244.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-02 20:47:39.097771,13.0,2001236.0,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-04-07 06:17:08.000000,2025-04-07 06:17:05,4546.0,410.0,245.0,25.0,1863.0,52.0,237.0,5342.0,2025-03-27 09:15:52,1.3.6,100.0,4.0,4.0,65.0,,,301.0,3.0,,7530.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-10 18:03:15.000000,2025-02-21 16:08:11,3194.0,12.0,298.0,77.0,873.0,288.0,641.0,1787.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,777.0,8688.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004697.0,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-04-10 16:56:36.000000,2025-04-09 15:22:29,34875.0,225.0,85.0,31.0,6450.0,438.0,4153.0,531.0,2025-04-04 16:31:54,1.5.0,100.0,4.0,4.0,126.0,,,520.0,3.0,1.0,9364.0,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-04-10 13:14:38.000000,2025-03-19 11:10:03,381.0,14.0,46.0,22.0,102.0,2.0,48.0,191.0,2025-03-19 11:10:20,4.0.7,61.0,1189.0,1189.0,22.0,https://www.npmjs.com/package/did-jwt-vc,43403.0,43403.0,1.0,,,,,,,,,,,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13228.0,1533.0,527.0,30.0,844.0,53645.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6908.0,3.0,,511231.0,,,,,,,,,,,,,,,,, 60,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3724.0,344.0,111.0,448.0,393.0,17114.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,148915.0,148915.0,3.0,,,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,177.0,27.0,1529.0,110.0,104.0,3481.0,2024-01-13 04:08:30,0.27.3,100.0,210.0,210.0,68.0,,,28741.0,3.0,,3535.0,,,,,,oso,https://pypi.org/project/oso,28671.0,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-04-10 15:46:01.000000,2025-04-10 15:45:30,9988.0,144.0,489.0,28.0,2287.0,125.0,1230.0,438.0,2025-03-13 21:13:48,1.2.4,100.0,,,157.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-04-10 15:47:30.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,223.0,2025-01-06 05:24:12,11.0.3,69.0,1760.0,1760.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18151.0,18151.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-04-10 12:36:19.000000,2025-04-08 14:06:37,2241.0,45.0,952.0,40.0,1672.0,43.0,346.0,7854.0,2025-03-31 13:22:53,backend/v1.5.1,32.0,311.0,311.0,51.0,,,18.0,3.0,,607.0,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-10 02:10:06.000000,2025-03-03 16:29:56,2035.0,14.0,209.0,30.0,541.0,57.0,101.0,5247.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6279.0,3.0,,1426.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,312541.0,,,,,,,,,,,, 66,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-10 00:43:22.000000,2025-04-10 00:43:20,2565.0,48.0,348.0,29.0,117.0,3.0,123.0,1626.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,290.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29383.0,,,,,,,,,,,, 67,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-04-07 19:07:08.000000,2025-04-07 19:07:06,3357.0,84.0,279.0,52.0,2623.0,28.0,251.0,928.0,2025-03-22 17:15:16,1.12.13,100.0,35.0,35.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,313.0,22.0,131.0,531.0,786.0,17441.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3278.0,3.0,,200014.0,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-04-10 14:12:34.000000,2025-04-02 11:06:38,1264.0,72.0,567.0,66.0,595.0,127.0,389.0,14034.0,2025-04-03 08:28:31,10.1.3,84.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-04-07 21:18:15.000000,2025-04-07 21:18:07,6747.0,188.0,314.0,423.0,4533.0,125.0,419.0,1736.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-04-09 06:38:11.000000,2025-04-09 06:25:29,16150.0,75.0,343.0,50.0,7771.0,,,1221.0,,,,,,239.0,,,38603.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-04-09 06:00:39.172942,172.0,5983514.0,,,,,,,,,,,, 72,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-03-10 20:39:43.360145,2024-12-31 19:54:56,3793.0,,127.0,45.0,1898.0,178.0,931.0,846.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68049.0,3.0,,1110.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-03-10 20:39:43.360145,30.0,7212014.0,,,,,,,,,,,, 73,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-04-10 12:45:29.000000,2025-04-08 14:23:56,1880.0,61.0,241.0,56.0,351.0,32.0,89.0,585.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1473.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-10 08:39:20.223801,,135571.0,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-04-09 19:43:54.000000,2025-02-27 17:32:56,1900.0,18.0,132.0,22.0,829.0,65.0,392.0,462.0,2024-04-02 18:54:31,6.0.0,44.0,821.0,821.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-04-10 16:09:44.000000,2025-03-26 07:30:03,1503.0,13.0,89.0,26.0,1212.0,108.0,285.0,314.0,2025-01-20 10:48:25,1.5.0,35.0,141.0,141.0,42.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,182.0,41.0,304.0,47.0,221.0,1252.0,2022-09-28 20:32:17,3.0.1,19.0,319.0,319.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-04-10 10:19:39.000000,2025-04-02 19:18:20,2686.0,49.0,180.0,176.0,958.0,71.0,1180.0,1225.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-04-04 16:19:19.000000,2025-03-31 13:02:07,15158.0,56.0,668.0,109.0,19.0,,,700.0,,,,166.0,166.0,744.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,32.0,56.0,7.0,33.0,1.0,54.0,523.0,2025-03-16 21:06:42,2.3.0,37.0,4595.0,4595.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-04-10 07:47:37.000000,2025-04-10 07:47:23,14381.0,289.0,140.0,15.0,2077.0,677.0,2279.0,406.0,2023-06-16 12:51:58,11.4.3,55.0,,,91.0,,,104.0,3.0,,9323.0,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-04-09 10:05:32.000000,2025-04-09 10:02:08,1143.0,53.0,195.0,28.0,1406.0,196.0,604.0,294.0,2024-11-07 19:07:51,0.5.13,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-04-07 06:31:19.000000,2025-04-07 03:09:55,314.0,20.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-03-29 02:34:05,2.0.30,41.0,1276.0,1276.0,12.0,https://www.npmjs.com/package/web-did-resolver,36599.0,36599.0,2.0,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,314.0,61.0,158.0,247.0,599.0,6169.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,260.0,3.0,,22388.0,,,,,,,,,,,,,,,howdy,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-04-03 12:33:17.000000,2025-03-05 00:09:47,4055.0,4.0,774.0,247.0,350.0,63.0,210.0,2868.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,854.0,3.0,,117018.0,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-04-10 11:49:40.000000,2025-03-31 02:13:21,401.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7208.0,7208.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-04-10 14:56:26.000000,2025-04-08 06:58:47,4704.0,360.0,62.0,8.0,795.0,17.0,192.0,162.0,2025-04-02 19:53:09,0.13.0,100.0,1.0,1.0,28.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,4.0,50.0,14.0,239.0,29.0,87.0,78.0,2024-02-13 10:21:42,0.2.0,30.0,65.0,65.0,27.0,,,9171.0,2.0,,247633.0,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-04-10 12:55:38.000000,2025-04-07 21:22:09,2916.0,70.0,37.0,14.0,3753.0,54.0,101.0,72.0,2024-11-14 15:51:25,2.3.0,32.0,943.0,943.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,406.0,399.0,25.0,1.0,143.0,27987.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28627.0,3.0,,1316846.0,,,,,,,,,,,,,,,,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-10 06:41:15.000000,2024-11-26 00:53:33,411.0,,743.0,96.0,348.0,176.0,360.0,1839.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,8.0,119.0,27.0,361.0,49.0,75.0,220.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,558.0,122.0,509.0,621.0,14023.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,1.0,295.0,60.0,236.0,4.0,131.0,4020.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,17.0,657.0,64.0,1821.0,38.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,823.0,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-04-05 16:09:09.000000,2025-02-17 17:26:42,957.0,17.0,58.0,11.0,327.0,5.0,112.0,685.0,,,,1055.0,1055.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-04-08 09:06:28.000000,2025-04-08 09:06:28,1305.0,5.0,289.0,89.0,520.0,31.0,168.0,3114.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,297.0,93.0,43.0,28.0,24.0,2898.0,,,,,,26.0,,,2422.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2422.0,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-04-06 02:59:31.000000,2025-04-06 02:58:33,2571.0,53.0,78.0,19.0,920.0,5.0,131.0,486.0,2025-04-01 14:56:13,0.29.0.RELEASE,75.0,,,32.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 101,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-04-07 12:08:33.000000,2025-03-12 15:21:23,2409.0,27.0,212.0,54.0,644.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-04-04 14:40:45.000000,2025-04-04 14:40:43,627.0,12.0,62.0,32.0,445.0,93.0,119.0,207.0,,,,174.0,174.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],19,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-04-09 16:20:37.000000,2025-04-09 16:17:25,1965.0,88.0,143.0,25.0,1208.0,34.0,246.0,164.0,,,,,,55.0,,,,2.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,873.0,246.0,251.0,200.0,554.0,2974.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2420.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,307.0,33.0,8.0,43.0,781.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-03-18 02:34:01.000000,2025-03-18 02:34:00,547.0,22.0,48.0,16.0,102.0,24.0,68.0,199.0,,,,509.0,509.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Polygon ID.,,,18,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-03-24 13:26:08.000000,2025-02-04 14:58:00,524.0,2.0,32.0,4.0,254.0,7.0,39.0,64.0,2025-02-04 15:00:50,1.27.1,90.0,241.0,241.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8152.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-04-10 17:00:17.000000,2025-03-15 23:52:26,587.0,8.0,165.0,82.0,251.0,29.0,51.0,1558.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-04-10 10:06:17.000000,2025-04-10 10:06:15,1232.0,30.0,47.0,51.0,300.0,192.0,147.0,512.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-04-05 22:14:32.000000,2025-04-05 22:14:19,1382.0,36.0,96.0,75.0,508.0,13.0,360.0,420.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 116,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,22.0,39.0,3.0,59.0,,43.0,338.0,2025-02-16 06:44:03,4.0.0,22.0,,,11.0,,,,3.0,-3.0,,,,,,,,,,,,,,,,,, 117,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-05 08:08:06.000000,2025-02-25 01:47:56,2232.0,34.0,100.0,80.0,847.0,7.0,712.0,310.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-04-04 15:31:56.000000,2025-04-04 15:30:51,3721.0,26.0,71.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,212.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1417.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1417.0,,,,,,,,, 120,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,533.0,3.0,,130.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23358.0,,,,,,,,,,,, 122,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-03-14 19:55:34.000000,2025-03-14 19:53:31,1386.0,114.0,21.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 123,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-04-07 05:30:31.000000,2025-03-14 20:40:19,3224.0,214.0,18.0,11.0,293.0,13.0,10.0,66.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-03-31 20:20:25.000000,2025-01-13 21:37:13,287.0,1.0,50.0,6.0,306.0,16.0,22.0,1250.0,2024-06-10 20:02:54,1.15.1,100.0,2.0,2.0,5.0,,,99.0,3.0,,2379.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-31 06:38:31.000000,2025-03-31 06:38:31,1953.0,6.0,151.0,63.0,530.0,5.0,237.0,633.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-09 14:15:43.000000,2025-04-09 14:15:25,889.0,10.0,209.0,50.0,408.0,42.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-04-10 17:19:49.000000,2025-04-10 14:08:08,1328.0,260.0,17.0,16.0,1108.0,2.0,5.0,123.0,2025-04-02 23:04:51,1.0.0,1.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,, 128,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,84.0,8.0,775.0,3.0,131.0,96.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-04-10 12:59:21.000000,2025-04-10 09:57:37,5038.0,103.0,16.0,6.0,537.0,38.0,2721.0,57.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-04-09 19:33:40.000000,2025-03-31 15:55:11,730.0,13.0,79.0,68.0,317.0,123.0,225.0,409.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,289.0,,,,6.0,6.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-04-07 22:14:41.000000,2025-04-07 22:14:40,519.0,31.0,28.0,27.0,62.0,13.0,10.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,15,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-03-18 14:33:15.000000,2025-03-12 20:39:10,2819.0,21.0,56.0,11.0,650.0,162.0,124.0,62.0,,,1.0,,,30.0,,,,3.0,-3.0,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4766.0,,,,,,,,,,,, 135,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,3.0,40.0,18.0,58.0,20.0,16.0,246.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,283425.0,283425.0,3.0,,,,,,,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,14,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-04-10 11:56:31.000000,2025-04-10 11:56:22,289.0,10.0,36.0,9.0,12.0,6.0,9.0,101.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-04-06 00:17:33.000000,2025-03-01 08:34:44,781.0,12.0,31.0,18.0,270.0,14.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,158.0,34.0,95.0,32.0,102.0,1004.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,251.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,192.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17675.0,,,,,,,,,,,, 143,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,31.0,9.0,5.0,,,,131.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,4.0,3.0,,9.0,,,,,,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,21.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,17.0,25.0,7.0,334.0,16.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,868.0,,,,,,,,,,,, 149,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-25 09:46:11.000000,2025-03-25 09:46:11,141.0,60.0,12.0,9.0,8.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,79.0,79.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,9.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-04-10 16:33:51.000000,2025-04-10 16:33:48,433.0,63.0,1.0,6.0,333.0,,,1.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/WICG/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/WICG/digital-credentials,,2023-04-23 18:07:46,2025-04-09 18:21:43.000000,2025-02-20 00:49:10,136.0,3.0,14.0,43.0,80.0,55.0,77.0,102.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,WICG/digital-credentials,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2024-11-10 14:29:35.000000,2024-11-10 14:29:35,261.0,,15.0,12.0,30.0,,4.0,57.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-03-04 14:13:59.000000,2025-01-14 18:03:00,111.0,1.0,14.0,10.0,119.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-03-20 15:44:48.000000,2025-03-20 15:44:46,97.0,2.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,7,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3165.0,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,417492.0,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4412997.0,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-04-17_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - vault (🥇37 · ⭐ 32K · 📈) - A tool for secrets management, encryption as a.. ❗️Business Source License 1.1 hashicorp - aries-mobile-agent-react-native (🥇21 · ⭐ 160 · 📈) - Bifold is an extensible open-source React Native.. Apache-2 hyperledger - laragear-webauthn (🥉20 · ⭐ 340 · 📈) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - warrant (🥉18 · ⭐ 1.3K · 📈) - Warrant is a highly scalable, centralized authorization service.. Apache-2 - keripy (🥈18 · ⭐ 62 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casbin (🥇35 · ⭐ 18K · 📉) - An authorization library that supports access control models like.. Apache-2 - ory-hydra (🥈35 · ⭐ 16K · 📉) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - doorkeeper (🥈29 · ⭐ 5.4K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - maxkey (🥉24 · ⭐ 1.6K · 📉) - Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access.. Apache-2 - webauthn (🥇22 · ⭐ 1.2K · 📉) - Web Authentication: An API for accessing Public Key.. ❗️W3C w3c ================================================ FILE: history/2025-04-17_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-04-15 00:19:39.000000,2025-03-27 09:52:25,3865.0,42.0,3733.0,111.0,3185.0,336.0,4531.0,26550.0,2025-02-27 10:10:51,@auth/azure-tables-adapter@1.8.0,100.0,433108.0,433108.0,872.0,https://www.npmjs.com/package/next-auth,6154812.0,6154812.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-04-17 11:05:55.000000,2025-04-17 11:05:49,9480.0,246.0,2139.0,151.0,3884.0,148.0,3375.0,12705.0,2025-02-14 14:13:35,1.12.16,100.0,1702.0,1702.0,497.0,,,3203891.0,1.0,121747882.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-04-14 13:27:51.000000,2025-04-08 13:46:30,4118.0,73.0,2135.0,232.0,4660.0,218.0,2179.0,13041.0,2025-03-31 20:26:21,1.12.1,71.0,13620.0,13620.0,421.0,,,2956621.0,1.0,8566320.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,313206425.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-04-17 16:42:35.659671,2025-04-17 15:59:08,5589.0,164.0,1383.0,131.0,4755.0,380.0,2350.0,10184.0,2025-03-27 14:52:49,1.3.0,100.0,5225.0,5225.0,510.0,,,5556418.0,1.0,13573852.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-04-17 16:42:35.659671,43.0,596981150.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-04-11 08:32:06.000000,2025-04-11 08:32:01,1983.0,164.0,2538.0,175.0,279.0,7.0,1175.0,18688.0,2024-08-17 07:30:49,0.0.93,13.0,6831.0,6831.0,87.0,,,675132.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,675132.0,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-16 15:56:40.000000,2025-04-16 15:56:38,10503.0,74.0,1440.0,134.0,1350.0,115.0,1033.0,9699.0,2025-04-07 17:05:07,1.0.3,14.0,3263.0,3263.0,257.0,,,1331111.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1331111.0,,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,477.0,63.0,497.0,84.0,294.0,2872.0,2023-01-10 13:13:43,3.2.2,48.0,617932.0,617932.0,198.0,,,142872814.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,142872814.0,,,,,,,,,, 18,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-04-16 15:14:06.000000,2025-04-16 15:06:48,1506.0,65.0,469.0,61.0,241.0,99.0,381.0,4786.0,2025-04-02 13:03:49,1.5.2,40.0,41493.0,41493.0,129.0,,,18497972.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,18497972.0,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-04-17 17:59:47.000000,2025-04-17 17:59:45,21051.0,358.0,4225.0,801.0,23819.0,1087.0,5202.0,32227.0,2025-04-04 13:14:25,1.19.1,100.0,14533.0,14533.0,1578.0,,,,1.0,,,,,,,,,,6.0,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,162.0,350.0,430.0,23275.0,,,,1254421.0,1254421.0,38.0,https://www.npmjs.com/package/passport,14305633.0,14305633.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-04-16 23:29:13.000000,2025-04-15 16:20:51,4643.0,111.0,966.0,113.0,2185.0,155.0,1226.0,11838.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1376544.0,1.0,50967.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114186009.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,36,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-16 11:25:29.000000,2025-04-16 11:25:29,4877.0,43.0,1890.0,188.0,1881.0,554.0,1411.0,11792.0,2025-03-05 07:11:35,r1.5.0,17.0,147.0,147.0,156.0,,,410144.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,410144.0,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13345.0,1569.0,237.0,767.0,594.0,54616.0,2018-04-02 17:18:43,1.2.2,2.0,4629.0,4629.0,54.0,,,177433.0,2.0,1409.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9254.0,face_recognition,https://pypi.org/project/face_recognition,177324.0,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-03-18 00:57:13.000000,2025-03-18 00:53:54,1110.0,1.0,1664.0,243.0,521.0,44.0,792.0,18486.0,2025-03-18 00:55:22,2.104.0,100.0,3387.0,3387.0,152.0,https://www.npmjs.com/package/casbin,281968.0,428215.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,146247.0,-1.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 25,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-04-14 09:46:49.000000,2025-04-14 09:46:48,4027.0,38.0,1427.0,236.0,1896.0,71.0,1476.0,16149.0,2025-01-17 08:51:44,2.3.0,100.0,,,307.0,,,3598102.0,2.0,903398.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426894485.0,,,,-1.0,https://k8s.ory.sh/helm/charts,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-04-16 03:41:36.000000,2025-04-16 03:36:29,1661.0,5.0,278.0,40.0,466.0,16.0,472.0,6325.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,95635.0,95635.0,72.0,https://www.npmjs.com/package/@casl/ability,2998081.0,2998081.0,1.0,,,,,,,,,,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-04-16 18:17:42.613087,2025-04-16 17:59:11,2743.0,105.0,1300.0,77.0,1821.0,123.0,1535.0,11382.0,2025-04-16 18:11:12,1.892.0,100.0,11.0,11.0,223.0,,,10258.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-04-16 18:17:42.613087,18.0,553962.0,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-04-17 15:56:08.000000,2025-04-17 15:35:59,27354.0,968.0,3915.0,598.0,5416.0,,,11214.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,361.0,,,7209.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-04-17 01:31:44.402280,131.0,1175208.0,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-03-25 03:36:40.000000,2025-03-25 03:36:40,2359.0,11.0,5479.0,517.0,190.0,1159.0,1389.0,24915.0,2023-04-02 07:43:27,0.7,1.0,3943.0,3943.0,66.0,,,311307.0,2.0,7471322.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-04-17 18:20:19.000000,2025-04-16 22:16:41,4695.0,270.0,299.0,49.0,1761.0,93.0,412.0,5576.0,2025-04-02 14:48:28,1.42.1,93.0,107.0,107.0,57.0,,,101458.0,2.0,153357.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-04-02 15:25:15.007796,7.0,4307270.0,,,,,,,,,,,,, 31,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-04-17 17:26:59.000000,2025-04-16 15:08:18,9330.0,188.0,555.0,57.0,6971.0,316.0,1464.0,4525.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,11095.0,2.0,399423.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-04-17 16:30:43.000000,2025-04-14 18:53:28,3723.0,90.0,292.0,41.0,4466.0,102.0,948.0,4222.0,2025-03-28 23:11:31,0.29.2,100.0,22.0,22.0,95.0,,,21502499.0,2.0,67932.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-04-15 00:46:35.358797,11.0,1612602554.0,,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-04-17 17:01:15.000000,2025-04-17 17:01:15,7153.0,142.0,490.0,77.0,4438.0,149.0,1422.0,1929.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,215.0,,,8358.0,2.0,551666.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-04-17 12:32:51.000000,2025-04-17 11:23:56,15730.0,1114.0,746.0,115.0,8037.0,1156.0,14481.0,803.0,2025-02-28 19:19:04,7.1.0,100.0,,,716.0,,,15180.0,2.0,16355.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1958068.0,,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,410.0,29.0,540.0,86.0,358.0,581.0,2025-02-10 21:52:03,7.5.2,53.0,1999.0,1999.0,174.0,,,1322886.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1322886.0,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-04-17 13:31:05.000000,2025-04-17 11:48:29,7253.0,547.0,1196.0,162.0,7210.0,53.0,1269.0,23470.0,2025-03-18 03:57:41,4.39.1,100.0,,,220.0,,,900.0,2.0,53106.0,,,,,,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-04-17 14:22:07.000000,2025-04-17 14:22:04,2640.0,104.0,755.0,69.0,256.0,,,3369.0,2025-04-17 08:31:29,9.0.1,100.0,1665.0,1665.0,74.0,https://www.npmjs.com/package/oidc-provider,371771.0,371771.0,2.0,,,,,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0. No framework restrictions.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-04-17 18:23:07.000000,2025-04-17 07:44:35,7381.0,280.0,507.0,50.0,6571.0,161.0,470.0,9886.0,2025-03-31 08:09:45,1.26.0,69.0,23.0,23.0,71.0,,,5687.0,2.0,5374.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-04-17 07:48:15.844480,5.0,254762.0,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-04-16 04:19:37.000000,2025-04-15 09:26:41,3260.0,165.0,1656.0,174.0,2665.0,316.0,846.0,9818.0,2025-04-14 23:46:42,2.42.1,89.0,171.0,171.0,268.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-04-17 03:12:39.000000,2025-04-15 04:07:20,1606.0,15.0,352.0,55.0,1308.0,35.0,289.0,4998.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,602969.0,2.0,28729.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51220694.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-04-17 18:16:31.000000,2025-04-17 18:16:25,4608.0,91.0,285.0,199.0,5273.0,116.0,264.0,3933.0,2025-03-04 18:32:32,0.19.1,68.0,11.0,11.0,180.0,,,300524.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,18933028.0,,,,,,,,,,,,, 42,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-16 11:07:48.000000,2025-03-17 11:12:21,1429.0,10.0,350.0,48.0,755.0,63.0,293.0,3378.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,989531.0,3.0,51354.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,41.0,89994881.0,,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,18.0,174.0,34.0,138.0,,103.0,918.0,2025-03-07 19:43:46,2.5.2,32.0,1358.0,1358.0,30.0,,,593007.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,593007.0,,,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-04-17 14:51:32.000000,2025-04-15 06:51:06,640.0,10.0,70.0,38.0,227.0,4.0,86.0,350.0,2025-04-15 06:51:34,8.0.11,100.0,5773.0,5773.0,42.0,https://www.npmjs.com/package/did-jwt,289017.0,289017.0,1.0,,,,,,,,,,,,,,,,,,, 45,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,,9460.0,643.0,300.0,,,80180.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,627957.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,627957.0,,,,,,,,,, 46,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,29,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-04-17 18:04:46.000000,2025-04-17 17:44:53,17067.0,851.0,1066.0,66.0,10693.0,644.0,2337.0,15717.0,2025-04-08 18:39:57,ersion/2025.2.4,100.0,,,368.0,,,208.0,2.0,5841.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-04-17 14:48:34.000000,2025-04-15 16:38:25,3652.0,142.0,679.0,55.0,6180.0,673.0,2100.0,10279.0,2025-04-09 12:16:51,2.69.10,100.0,,,184.0,,,1616.0,2.0,6466.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-04-04 08:29:47.000000,2025-04-04 08:27:33,2503.0,8.0,1031.0,104.0,871.0,43.0,848.0,5381.0,2025-04-04 08:29:47,5.8.2,70.0,9997.0,9997.0,331.0,,,,2.0,,,,,,,,,,-1.0,,,,,doorkeeper,,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-04-17 15:05:37.000000,2025-04-17 15:05:28,1991.0,96.0,152.0,32.0,2127.0,40.0,345.0,3748.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2226.0,3.0,109104.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-04-15 00:24:46.000000,2025-04-15 00:24:43,2329.0,95.0,217.0,22.0,2422.0,197.0,799.0,3397.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,110.0,,,7383.0,2.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-04-04 00:33:17.262462,3.0,545902.0,,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-04-16 19:52:32.000000,2025-04-16 19:52:31,7089.0,467.0,374.0,41.0,1126.0,7.0,311.0,1537.0,2025-04-16 18:45:14,is-7.2.1,76.0,2742.0,2742.0,336.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-04-14 08:49:01.000000,2025-04-14 08:41:46,2857.0,32.0,128.0,63.0,320.0,39.0,292.0,932.0,2025-03-18 11:59:27,5.6.1,41.0,173.0,173.0,48.0,,,127266.0,2.0,18213.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,127093.0,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3507.0,750.0,77.0,2.0,382.0,15345.0,2024-10-04 12:56:15,0.2.2,5.0,92.0,92.0,31.0,,,1413.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162511.0,,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-04-17 18:18:12.000000,2025-04-17 17:41:20,6960.0,127.0,600.0,138.0,4971.0,169.0,2956.0,5394.0,2025-04-17 16:27:38,release-2025-04-17,100.0,,,137.0,,,17845.0,2.0,37378.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-17 15:59:52.725001,13.0,2002183.0,,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-04-17 12:07:16.000000,2025-04-17 12:06:34,4563.0,387.0,247.0,25.0,1871.0,50.0,241.0,5355.0,2025-04-17 12:17:47,1.3.7,100.0,4.0,4.0,66.0,,,317.0,3.0,7611.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,28.0,298.0,77.0,875.0,288.0,641.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,779.0,8690.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004733.0,,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-04-17 17:56:58.000000,2025-04-17 15:32:37,34888.0,197.0,85.0,31.0,6466.0,432.0,4172.0,531.0,2025-04-04 16:31:54,1.5.0,100.0,4.0,4.0,126.0,,,521.0,3.0,9384.0,,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-04-15 19:47:30.000000,2025-04-15 12:34:50,385.0,18.0,46.0,22.0,102.0,2.0,48.0,192.0,2025-04-15 12:35:06,4.0.9,63.0,1195.0,1195.0,22.0,https://www.npmjs.com/package/did-jwt-vc,39605.0,39605.0,1.0,,,,,,,,,,,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13230.0,1533.0,527.0,31.0,844.0,53694.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,6974.0,3.0,516104.0,,,,,,,,,,,,,,,,,, 60,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3726.0,343.0,111.0,448.0,393.0,17133.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,152808.0,152808.0,3.0,,,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,176.0,27.0,1529.0,110.0,104.0,3479.0,2024-01-13 04:08:30,0.27.3,100.0,210.0,210.0,68.0,,,33092.0,3.0,3537.0,,,,,,oso,https://pypi.org/project/oso,33022.0,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-04-16 20:48:43.000000,2025-04-16 20:48:42,10005.0,135.0,494.0,29.0,2299.0,129.0,1234.0,447.0,2025-03-13 21:13:48,1.2.4,100.0,,,157.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-04-17 15:26:14.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,223.0,2025-01-06 05:24:12,11.0.3,69.0,1765.0,1765.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,18272.0,18272.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-04-17 13:22:47.000000,2025-04-17 07:42:35,2247.0,48.0,952.0,40.0,1689.0,43.0,346.0,7869.0,2025-03-31 13:22:53,backend/v1.5.1,32.0,313.0,313.0,51.0,,,18.0,3.0,624.0,,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-11 05:33:35.000000,2025-03-03 16:29:56,2035.0,13.0,209.0,30.0,542.0,57.0,101.0,5258.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6324.0,3.0,1436.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,314790.0,,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-04-16 20:49:29.000000,2025-04-16 20:49:27,3368.0,93.0,279.0,52.0,2632.0,28.0,251.0,931.0,2025-04-13 03:10:40,1.12.14,100.0,35.0,35.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 67,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-04-17 13:38:13.000000,2025-04-17 13:36:38,1645.0,71.0,90.0,26.0,1224.0,99.0,298.0,315.0,2025-04-16 11:51:25,1.5.1,36.0,141.0,141.0,43.0,,,,1.0,,,,,,,,,,,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,324.0,24.0,131.0,531.0,786.0,17486.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3291.0,3.0,200751.0,,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-04-15 09:21:59.000000,2025-04-02 11:06:38,1264.0,72.0,568.0,66.0,596.0,128.0,389.0,14051.0,2025-04-03 08:28:31,10.1.3,84.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-04-14 19:05:45.000000,2025-04-14 19:05:36,6753.0,175.0,314.0,423.0,4536.0,126.0,419.0,1739.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-16 10:08:50.000000,2025-04-16 07:12:09,2567.0,42.0,348.0,29.0,117.0,3.0,123.0,1629.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,292.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29541.0,,,,-1.0,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-04-17 12:22:23.000000,2025-04-15 10:53:32,16154.0,70.0,343.0,50.0,7780.0,,,1225.0,,,,,,239.0,,,38639.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-04-16 05:25:14.966519,172.0,5989103.0,,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-04-17 15:43:04.958273,2024-12-31 19:54:56,3793.0,,127.0,45.0,1898.0,178.0,931.0,846.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68079.0,3.0,1118.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-17 15:43:04.958273,30.0,7215115.0,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-04-17 12:45:20.000000,2025-04-14 07:52:27,1888.0,69.0,241.0,56.0,351.0,32.0,89.0,586.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1478.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-14 07:55:43.199815,,136061.0,,,,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-04-14 16:49:34.000000,2025-02-27 17:32:56,1900.0,17.0,132.0,22.0,829.0,65.0,392.0,462.0,2024-04-02 18:54:31,6.0.0,44.0,823.0,823.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,182.0,42.0,304.0,47.0,221.0,1255.0,2022-09-28 20:32:17,3.0.1,19.0,321.0,321.0,49.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-04-04 16:19:19.000000,2025-03-31 13:02:07,15158.0,46.0,668.0,109.0,19.0,,,701.0,,,,166.0,166.0,744.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,30.0,56.0,7.0,33.0,1.0,54.0,523.0,2025-03-16 21:06:42,2.3.0,37.0,4670.0,4670.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-04-17 18:20:12.000000,2025-04-17 17:21:36,14427.0,316.0,140.0,15.0,2085.0,621.0,2341.0,408.0,2023-06-16 12:51:58,11.4.3,55.0,,,91.0,,,104.0,3.0,9327.0,,,,,,,,,,,,,,,,,, 80,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-04-16 14:50:29.000000,2025-04-16 08:38:46,1146.0,56.0,196.0,28.0,1408.0,197.0,605.0,295.0,2024-11-07 19:07:51,0.5.13,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-04-14 07:37:26.000000,2025-04-14 02:58:59,315.0,21.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-03-29 02:34:05,2.0.30,41.0,1279.0,1279.0,12.0,https://www.npmjs.com/package/web-did-resolver,35538.0,35538.0,2.0,,,,,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,314.0,61.0,158.0,247.0,599.0,6183.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,261.0,3.0,22514.0,,,,,,,,,,,,,,,,howdy,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-04-15 18:54:27.000000,2025-03-05 00:09:47,4055.0,4.0,776.0,247.0,351.0,63.0,210.0,2868.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,856.0,3.0,117275.0,,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-04-10 10:19:39.000000,2025-04-02 19:18:20,2686.0,27.0,180.0,177.0,958.0,70.0,1181.0,1223.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,-1.0,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-04-14 22:10:44.000000,2025-03-31 02:13:21,401.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7228.0,7228.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-04-17 17:00:59.000000,2025-04-17 16:50:00,4777.0,356.0,63.0,8.0,803.0,19.0,195.0,163.0,2025-04-02 19:53:09,0.13.0,100.0,1.0,1.0,28.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,4.0,51.0,14.0,239.0,29.0,87.0,78.0,2024-02-13 10:21:42,0.2.0,30.0,65.0,65.0,27.0,,,9233.0,2.0,249291.0,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-04-17 08:17:58.000000,2025-04-17 08:17:57,2930.0,75.0,37.0,14.0,3769.0,54.0,101.0,73.0,2025-04-15 21:01:38,2.4.0,33.0,948.0,948.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,418.0,401.0,25.0,1.0,143.0,28030.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28778.0,3.0,1323793.0,,,,,,,,,,,,,,,,,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,294.0,60.0,236.0,4.0,131.0,4027.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,6.0,120.0,27.0,361.0,49.0,75.0,222.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,56.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],21,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-04-15 16:43:33.000000,2025-04-14 21:26:50,1969.0,83.0,143.0,26.0,1216.0,34.0,246.0,165.0,2025-04-14 21:29:04,1.0.0,1.0,,,56.0,,,,1.0,,,,,,,,,,2.0,,,,,,openwallet-foundation/bifold-wallet,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,558.0,122.0,508.0,622.0,14034.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-16 14:08:41.000000,2025-04-16 13:52:06,412.0,1.0,744.0,96.0,348.0,176.0,360.0,1839.0,2024-11-26 01:35:07,1.7.6,32.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,14.0,658.0,65.0,1821.0,38.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,823.0,,,,,,,,,,,,,,,,,, 96,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-04-14 18:25:13.000000,2025-02-17 17:26:42,957.0,17.0,58.0,11.0,328.0,5.0,112.0,686.0,,,,1059.0,1059.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,22.0,39.0,3.0,59.0,,43.0,339.0,2025-02-16 06:44:03,4.0.0,22.0,69.0,69.0,11.0,,,,3.0,,,,,,,,,,3.0,,,,,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,481.0,481.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-04-08 09:06:28.000000,2025-04-08 09:06:28,1305.0,5.0,290.0,89.0,520.0,31.0,168.0,3117.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,297.0,93.0,43.0,28.0,24.0,2911.0,,,,,,26.0,,,2517.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2517.0,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-04-06 02:59:31.000000,2025-04-06 02:58:33,2571.0,52.0,78.0,19.0,920.0,5.0,132.0,487.0,2025-04-01 14:56:13,0.29.0.RELEASE,75.0,,,32.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-04-07 12:08:33.000000,2025-03-12 15:21:23,2409.0,19.0,212.0,54.0,644.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-04-04 14:40:45.000000,2025-04-04 14:40:43,627.0,11.0,62.0,32.0,445.0,93.0,119.0,208.0,,,,175.0,175.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-04-17 12:09:15.000000,2025-04-17 11:23:55,526.0,3.0,33.0,4.0,256.0,6.0,39.0,64.0,2025-04-17 12:09:15,1.27.3,92.0,243.0,243.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,874.0,247.0,251.0,200.0,554.0,2978.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2420.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1261.0,2024-06-10 20:02:54,1.15.1,100.0,3.0,3.0,5.0,,,99.0,3.0,2380.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,2.0,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,166.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,309.0,33.0,8.0,43.0,782.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-04-14 07:24:56.000000,2025-04-14 07:24:33,1234.0,32.0,46.0,51.0,300.0,189.0,151.0,511.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,26.0,48.0,16.0,103.0,24.0,68.0,199.0,,,,509.0,509.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-04-17 01:38:04.000000,2025-04-17 01:38:04,2827.0,27.0,57.0,12.0,655.0,163.0,124.0,62.0,,,1.0,54.0,54.0,30.0,,,,2.0,,,,,,,,,,3.0,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8152.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-04-10 17:00:17.000000,2025-03-15 23:52:26,587.0,8.0,165.0,82.0,251.0,28.0,52.0,1561.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-04-05 22:14:32.000000,2025-04-05 22:14:19,1382.0,36.0,96.0,75.0,508.0,13.0,360.0,420.0,,,,,,69.0,,,,2.0,,,,,,,,,,,,,,,,w3c/did,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-15 06:48:06.000000,2025-02-25 01:47:56,2232.0,34.0,100.0,80.0,847.0,7.0,712.0,310.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-04-04 15:31:56.000000,2025-04-04 15:30:51,3721.0,25.0,71.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,214.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1681.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1681.0,,,,,,,,,, 122,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,534.0,3.0,130.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23376.0,,,,,,,,,,,,, 124,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-04-16 21:19:56.000000,2025-03-14 19:53:31,1386.0,81.0,21.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-03-31 06:38:31.000000,2025-03-31 06:38:31,1953.0,5.0,151.0,63.0,530.0,5.0,237.0,637.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-09 14:15:43.000000,2025-04-09 14:15:25,889.0,10.0,208.0,50.0,408.0,42.0,177.0,125.0,,,,,,218.0,,,,3.0,,,,,,,,,,,,,,,,w3c/did-extensions,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-04-17 16:14:00.000000,2025-04-17 08:29:52,1340.0,262.0,17.0,16.0,1124.0,2.0,5.0,122.0,2025-04-02 23:04:51,1.0.0,1.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,, 128,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,84.0,8.0,775.0,3.0,131.0,96.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-04-16 21:56:52.000000,2025-03-14 20:40:19,3224.0,174.0,18.0,11.0,293.0,13.0,10.0,66.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-04-16 17:24:41.000000,2025-04-16 17:24:33,5052.0,114.0,16.0,6.0,537.0,42.0,2727.0,57.0,,,,1.0,1.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-04-15 20:06:09.000000,2025-04-15 20:05:06,732.0,12.0,80.0,69.0,320.0,122.0,229.0,411.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,288.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-04-13 14:20:41.000000,2025-04-13 14:20:41,522.0,32.0,28.0,27.0,62.0,13.0,10.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4767.0,,,,,,,,,,,,, 135,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-02-19 17:48:12.000000,2025-02-19 17:48:10,148.0,3.0,41.0,18.0,58.0,21.0,16.0,248.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,280309.0,280309.0,3.0,,,,,,,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,14,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-04-15 15:54:08.000000,2025-04-15 15:53:49,290.0,11.0,36.0,9.0,12.0,6.0,9.0,101.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,159.0,34.0,95.0,32.0,102.0,1006.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,252.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,192.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17677.0,,,,,,,,,,,,, 142,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],13,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,15.0,9.0,5.0,,,,133.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,4.0,3.0,9.0,,,,,,,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,21.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-02-20 00:41:50.000000,2025-02-07 21:47:35,2040.0,11.0,25.0,7.0,334.0,16.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-04-06 00:17:33.000000,2025-03-01 08:34:44,781.0,7.0,31.0,18.0,270.0,14.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,884.0,,,,,,,,,,,,, 149,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-03-25 09:46:11.000000,2025-03-25 09:46:11,141.0,60.0,12.0,9.0,8.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,80.0,80.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,46.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-04-10 21:55:05.000000,2025-04-10 21:45:47,434.0,64.0,1.0,6.0,335.0,,,2.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],9,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-04-16 17:32:32.000000,2025-04-16 17:21:15,140.0,6.0,14.0,45.0,83.0,57.0,77.0,103.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/digital-credentials,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,13.0,30.0,1.0,4.0,58.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,2.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,7,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3166.0,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,421904.0,,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4415880.0,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-04-24_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇43 · ⭐ 27K · 📈) - Authentication for the Web. ISC - authentik (🥈30 · ⭐ 16K · 📈) - The authentication glue you need. ❗️Custom - appauth-ios (🥉21 · ⭐ 1.8K · 📈) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid - did-core (🥈18 · ⭐ 420 · 📈) - W3C Decentralized Identifier Specification. ❗️W3C w3c - pyMDOC-CBOR (🥉14 · ⭐ 19 · 📈) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - paddlespeech (🥈35 · ⭐ 12K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - jansen (🥉27 · ⭐ 530 · 📉) - The Janssen Project maintains open source IAM components,.. Apache-2 linux-foundation - keystone (🥉22 · ⭐ 700 · 📉) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - did-spec-registries (🥉15 · ⭐ 120 · 📉) - Decentralized Identifier Ecosystem Extensions. ❗Unlicensed - did-method-plc (🥉13 · ⭐ 250 · 📉) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed ================================================ FILE: history/2025-04-24_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,helm_id,maven_id,maven_url,brew_id,gem_url,updated_github_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-04-24 16:21:57.000000,2025-04-24 16:19:11,3875.0,50.0,3743.0,111.0,3191.0,338.0,4538.0,26607.0,2025-04-24 16:08:24,@auth/sveltekit@1.9.1,100.0,438165.0,438165.0,876.0,https://www.npmjs.com/package/next-auth,6000032.0,6000032.0,1.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-04-24 15:17:44.000000,2025-04-24 00:37:35,9504.0,264.0,2143.0,151.0,3898.0,147.0,3379.0,12730.0,2025-04-24 16:35:21,1.16.5,100.0,1744.0,1744.0,500.0,,,3101230.0,1.0,,114745517.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-04-21 14:46:27.000000,2025-04-08 13:46:30,4118.0,72.0,2138.0,232.0,4667.0,221.0,2179.0,13052.0,2025-03-31 20:26:21,1.12.1,71.0,13636.0,13636.0,421.0,,,2963225.0,1.0,,8594590.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,313896407.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-04-24 08:50:40.679365,2025-04-24 08:06:53,5595.0,147.0,1386.0,131.0,4767.0,379.0,2353.0,10206.0,2025-03-27 14:52:49,1.3.0,100.0,5277.0,5277.0,511.0,,,5561266.0,1.0,,13738084.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-04-24 08:50:40.679365,43.0,597217380.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-04-19 11:26:51.000000,2025-04-19 11:26:25,1990.0,160.0,2544.0,176.0,280.0,6.0,1177.0,18783.0,2024-08-17 07:30:49,0.0.93,13.0,7022.0,7022.0,87.0,,,657418.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,657418.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-16 15:56:40.000000,2025-04-16 15:56:38,10503.0,71.0,1447.0,135.0,1350.0,115.0,1033.0,9735.0,2025-04-07 17:05:07,1.0.3,14.0,3311.0,3311.0,257.0,,,1346482.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1346482.0,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,3.0,477.0,63.0,497.0,84.0,294.0,2870.0,2023-01-10 13:13:43,3.2.2,48.0,620308.0,620308.0,198.0,,,143819906.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,143819906.0,,,,,,,,, 18,authlib,https://github.com/lepture/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-04-23 06:59:16.000000,2025-04-23 06:57:25,1516.0,74.0,469.0,60.0,244.0,97.0,384.0,4788.0,2025-04-02 13:03:49,1.5.2,40.0,41797.0,41797.0,129.0,,,20387751.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,20387751.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-04-24 18:17:17.000000,2025-04-24 16:48:19,21081.0,367.0,4232.0,800.0,23897.0,1094.0,5204.0,32287.0,2025-04-18 16:34:15,1.19.2,100.0,14552.0,14552.0,1578.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,162.0,350.0,430.0,23288.0,,,,1261340.0,1261340.0,38.0,https://www.npmjs.com/package/passport,14044599.0,14044599.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-04-24 05:23:20.000000,2025-04-15 16:20:51,4643.0,111.0,968.0,113.0,2189.0,152.0,1230.0,11852.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,231.0,,,1376745.0,1.0,,51182.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114202491.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13346.0,1569.0,237.0,767.0,594.0,54656.0,2018-04-02 17:18:43,1.2.2,2.0,4742.0,4742.0,54.0,,,185620.0,2.0,,1410.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9283.0,face_recognition,https://pypi.org/project/face_recognition,185511.0,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1665.0,243.0,522.0,44.0,792.0,18510.0,2025-04-19 15:31:30,2.105.0,100.0,3397.0,3397.0,153.0,https://www.npmjs.com/package/casbin,264153.0,412861.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,148708.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-04-14 09:46:49.000000,2025-04-14 09:46:48,4027.0,38.0,1428.0,236.0,1895.0,71.0,1476.0,16187.0,2025-01-17 08:51:44,2.3.0,100.0,,,306.0,,,3598479.0,2.0,,904587.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426937630.0,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-21 09:21:12.000000,2025-04-21 09:21:12,4878.0,39.0,1891.0,188.0,1881.0,558.0,1412.0,11816.0,2025-03-05 07:11:35,r1.5.0,17.0,150.0,150.0,156.0,,,404974.0,2.0,-1.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,404974.0,,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-04-24 07:48:48.000000,2025-04-16 03:36:29,1661.0,5.0,279.0,40.0,466.0,16.0,472.0,6335.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,96230.0,96230.0,72.0,https://www.npmjs.com/package/@casl/ability,2944724.0,2944724.0,1.0,,,,,,,,,,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-04-23 17:26:40.475670,2025-04-23 17:11:24,2748.0,92.0,1301.0,76.0,1827.0,114.0,1548.0,11414.0,2025-04-23 17:20:11,1.897.0,100.0,11.0,11.0,223.0,,,10377.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-04-23 17:26:40.475670,18.0,560382.0,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-04-24 18:27:01.767831,2025-04-24 14:41:44,27375.0,962.0,3918.0,597.0,5443.0,,,11220.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,362.0,,,7228.0,1.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-04-24 18:27:01.767831,131.0,1178171.0,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,12.0,5486.0,516.0,191.0,1162.0,1389.0,24981.0,2023-04-02 07:43:27,0.7,1.0,4018.0,4018.0,66.0,,,315311.0,2.0,,7567417.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-04-24 17:39:14.000000,2025-04-24 17:34:22,4747.0,320.0,302.0,50.0,1782.0,95.0,412.0,5596.0,2025-04-02 14:48:28,1.42.1,93.0,108.0,108.0,57.0,,,102898.0,2.0,,155066.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-04-02 15:25:15.007796,7.0,4368863.0,,,,,,,,,,,, 31,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-04-24 15:06:34.000000,2025-04-24 10:35:54,9349.0,180.0,555.0,57.0,6980.0,316.0,1464.0,4525.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,11102.0,2.0,,399698.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-04-24 18:28:33.000000,2025-04-23 17:39:27,3730.0,89.0,291.0,41.0,4475.0,103.0,948.0,4231.0,2025-03-28 23:11:31,0.29.2,100.0,22.0,22.0,95.0,,,21502650.0,2.0,,67979.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-04-23 18:52:25.768842,11.0,1612613869.0,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-04-24 16:17:53.000000,2025-04-24 15:11:10,7163.0,141.0,490.0,77.0,4450.0,148.0,1425.0,1935.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,216.0,,,8468.0,2.0,,558914.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-04-24 14:25:22.000000,2025-04-24 14:25:22,15828.0,1085.0,747.0,115.0,8074.0,1178.0,14496.0,803.0,2025-02-28 19:19:04,7.1.0,100.0,,,717.0,,,15194.0,2.0,,16496.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1959486.0,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,410.0,29.0,540.0,86.0,358.0,582.0,2025-02-10 21:52:03,7.5.2,53.0,2004.0,2004.0,175.0,,,1352743.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1352743.0,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-04-24 14:54:14.000000,2025-04-24 06:23:06,7298.0,579.0,1197.0,164.0,7259.0,52.0,1273.0,23533.0,2025-03-18 03:57:41,4.39.1,100.0,,,221.0,,,909.0,2.0,,53633.0,,,,,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-04-23 14:17:56.000000,2025-04-23 14:17:44,2646.0,108.0,757.0,69.0,259.0,,,3381.0,2025-04-17 08:31:29,9.0.1,100.0,1681.0,1681.0,74.0,https://www.npmjs.com/package/oidc-provider,379546.0,379546.0,2.0,,,,,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0. No framework restrictions.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-04-24 13:23:13.000000,2025-04-24 13:18:54,7415.0,300.0,511.0,50.0,6599.0,156.0,476.0,9928.0,2025-03-31 08:09:45,1.26.0,69.0,23.0,23.0,71.0,,,5719.0,2.0,,5414.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-04-24 13:22:54.472757,5.0,256210.0,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-04-24 04:26:37.000000,2025-04-15 09:26:41,3260.0,124.0,1657.0,174.0,2670.0,316.0,846.0,9832.0,2025-04-14 23:46:42,2.42.1,89.0,171.0,171.0,268.0,,,3.0,2.0,,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-04-18 03:23:28.000000,2025-04-15 04:07:20,1606.0,15.0,351.0,55.0,1309.0,35.0,289.0,5007.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,603012.0,2.0,,28855.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51224274.0,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-04-24 18:03:26.000000,2025-04-24 16:34:14,4614.0,74.0,285.0,199.0,5296.0,116.0,264.0,3938.0,2025-03-04 18:32:32,0.19.1,68.0,11.0,11.0,181.0,,,301717.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,19008186.0,,,,,,,,,,,, 42,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-16 11:07:48.000000,2025-03-17 11:12:21,1429.0,10.0,350.0,49.0,755.0,63.0,293.0,3384.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,989719.0,3.0,,51469.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,41.0,90011914.0,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,18.0,174.0,34.0,138.0,,103.0,920.0,2025-03-07 19:43:46,2.5.2,32.0,1364.0,1364.0,30.0,,,558641.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,558641.0,,,,,,,,, 44,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,30,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-04-24 18:24:51.000000,2025-04-24 18:22:56,17118.0,858.0,1084.0,66.0,10753.0,642.0,2354.0,15840.0,2025-04-08 18:39:57,ersion/2025.2.4,100.0,,,370.0,,,209.0,2.0,1.0,5856.0,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-04-24 14:08:35.000000,2025-04-23 07:59:41,644.0,10.0,70.0,38.0,227.0,4.0,86.0,351.0,2025-04-23 08:00:09,8.0.13,100.0,5795.0,5795.0,42.0,https://www.npmjs.com/package/did-jwt,279779.0,279779.0,1.0,,,,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,,9510.0,643.0,300.0,,,80590.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,718724.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,718724.0,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-04-24 16:09:32.000000,2025-04-24 09:56:52,3660.0,144.0,690.0,57.0,6197.0,675.0,2109.0,10474.0,2025-04-09 12:16:51,2.69.10,100.0,,,185.0,,,1673.0,3.0,,6692.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-04-04 08:29:47.000000,2025-04-04 08:27:33,2503.0,6.0,1031.0,104.0,873.0,44.0,848.0,5382.0,2025-04-04 08:29:47,5.8.2,70.0,10006.0,10006.0,331.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-04-23 12:44:27.000000,2025-04-23 12:44:26,1998.0,99.0,152.0,32.0,2131.0,40.0,345.0,3756.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2239.0,3.0,,109719.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-04-24 01:25:25.000000,2025-04-24 01:25:25,2334.0,94.0,219.0,22.0,2429.0,198.0,803.0,3421.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,111.0,,,7455.0,3.0,,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-04-24 01:24:15.714750,3.0,551299.0,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-04-24 18:20:57.000000,2025-04-23 07:53:31,7104.0,466.0,374.0,41.0,1133.0,9.0,311.0,1536.0,2025-04-16 18:45:14,is-7.2.1,76.0,2765.0,2765.0,336.0,,,,2.0,,,,,,,,,,,,,,,,DuendeSoftware/products,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-04-24 13:43:06.000000,2025-04-24 13:41:28,2859.0,34.0,128.0,63.0,320.0,39.0,292.0,933.0,2025-03-18 11:59:27,5.6.1,41.0,173.0,173.0,48.0,,,127448.0,2.0,,18498.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,127272.0,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3507.0,750.0,77.0,2.0,382.0,15350.0,2024-10-04 12:56:15,0.2.2,5.0,92.0,92.0,31.0,,,1413.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162560.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-04-24 17:23:12.000000,2025-04-22 23:25:22,6967.0,121.0,598.0,138.0,4978.0,171.0,2961.0,5403.0,2025-04-21 20:59:46,release-2025-04-21,100.0,,,137.0,,,17852.0,2.0,,37463.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-17 15:59:52.725001,13.0,2002643.0,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-04-21 07:16:49.000000,2025-04-21 07:16:47,4567.0,307.0,249.0,25.0,1873.0,50.0,248.0,5358.0,2025-04-17 12:17:47,1.3.7,100.0,4.0,4.0,66.0,,,321.0,3.0,,7714.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,28.0,298.0,77.0,875.0,288.0,641.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1262.0,9173.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004736.0,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-04-23 23:29:00.000000,2025-04-23 19:12:31,389.0,20.0,46.0,22.0,102.0,2.0,48.0,192.0,2025-04-23 19:12:48,4.0.11,65.0,1203.0,1203.0,22.0,https://www.npmjs.com/package/did-jwt-vc,39805.0,39805.0,1.0,,,,,,,,,,,,,,,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13233.0,1533.0,527.0,31.0,844.0,53738.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,7047.0,3.0,,521542.0,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3731.0,343.0,111.0,449.0,393.0,17162.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,151991.0,151991.0,3.0,,,,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,176.0,27.0,1529.0,110.0,104.0,3480.0,2024-01-13 04:08:30,0.27.3,100.0,210.0,210.0,68.0,,,34534.0,3.0,,3538.0,,,,,,oso,https://pypi.org/project/oso,34464.0,,,,,,,,, 61,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-04-24 18:21:03.000000,2025-04-24 16:19:38,34905.0,189.0,85.0,31.0,6494.0,435.0,4190.0,534.0,2025-04-04 16:31:54,1.5.0,100.0,6.0,6.0,126.0,,,523.0,3.0,-1.0,9427.0,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-04-24 02:52:23.000000,2025-04-24 02:10:12,10016.0,137.0,493.0,29.0,2314.0,129.0,1234.0,448.0,2025-03-13 21:13:48,1.2.4,100.0,,,158.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/acapy,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-04-24 17:55:25.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,223.0,2025-01-06 05:24:12,11.0.3,69.0,1766.0,1766.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,16846.0,16846.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-04-23 15:52:06.000000,2025-04-17 07:42:35,2247.0,48.0,950.0,40.0,1692.0,43.0,346.0,7883.0,2025-03-31 13:22:53,backend/v1.5.1,32.0,314.0,314.0,51.0,,,19.0,3.0,,632.0,,,,,,,,,,,,,,,,, 65,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-11 05:33:35.000000,2025-03-03 16:29:56,2035.0,13.0,209.0,30.0,542.0,57.0,101.0,5263.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6359.0,3.0,,1436.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,316500.0,,,,,,,,,,,, 66,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-04-23 02:43:39.000000,2025-04-23 02:43:39,3373.0,88.0,279.0,52.0,2637.0,28.0,251.0,932.0,2025-04-13 03:10:40,1.12.14,100.0,35.0,35.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 67,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-04-24 15:28:57.000000,2025-04-23 13:50:27,1653.0,73.0,90.0,26.0,1226.0,99.0,301.0,315.0,2025-04-16 11:51:25,1.5.1,36.0,141.0,141.0,43.0,,,,1.0,,,,,,,,,,,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,333.0,27.0,131.0,531.0,786.0,17528.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3301.0,3.0,,201386.0,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-04-23 13:21:37.000000,2025-04-02 11:06:38,1264.0,72.0,571.0,66.0,596.0,128.0,389.0,14060.0,2025-04-03 08:28:31,10.1.3,84.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-04-21 17:16:47.000000,2025-04-14 19:05:36,6753.0,165.0,314.0,423.0,4542.0,126.0,419.0,1740.0,2024-06-11 16:44:34,1.8.2,31.0,,,151.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-21 02:35:37.000000,2025-04-21 02:35:05,2569.0,35.0,348.0,29.0,117.0,3.0,123.0,1634.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,293.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29687.0,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-04-23 11:22:44.000000,2025-04-15 10:53:32,16154.0,67.0,344.0,50.0,7781.0,,,1229.0,,,,,,239.0,,,38673.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-04-23 05:18:00.415289,173.0,5994401.0,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-04-17 15:43:04.958273,2024-12-31 19:54:56,3793.0,,127.0,45.0,1898.0,178.0,931.0,846.0,2025-02-19 20:39:44,1.21.3,77.0,,,102.0,,,68116.0,3.0,,1118.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-17 15:43:04.958273,30.0,7219025.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-04-24 12:44:24.000000,2025-04-14 07:52:27,1888.0,51.0,241.0,56.0,351.0,32.0,89.0,586.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1484.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-14 07:55:43.199815,,136539.0,,,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-04-24 17:49:59.000000,2025-02-27 17:32:56,1900.0,17.0,132.0,22.0,829.0,65.0,392.0,464.0,2024-04-02 18:54:31,6.0.0,44.0,824.0,824.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,182.0,42.0,304.0,47.0,221.0,1257.0,2022-09-28 20:32:17,3.0.1,19.0,323.0,323.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,24.0,56.0,7.0,33.0,1.0,54.0,524.0,2025-03-16 21:06:42,2.3.0,37.0,4751.0,4751.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 78,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-04-24 15:57:22.000000,2025-04-24 15:57:22,14466.0,336.0,141.0,15.0,2089.0,522.0,2440.0,409.0,2023-06-16 12:51:58,11.4.3,55.0,,,91.0,,,104.0,3.0,,9327.0,,,,,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-04-23 20:30:29.000000,2025-04-23 20:27:14,1147.0,52.0,197.0,28.0,1409.0,202.0,605.0,295.0,2024-11-07 19:07:51,0.5.13,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 80,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-04-21 05:42:36.000000,2025-04-21 02:09:17,316.0,15.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-03-29 02:34:05,2.0.30,41.0,1286.0,1286.0,12.0,https://www.npmjs.com/package/web-did-resolver,33911.0,33911.0,2.0,,,,,,,,,,,,,,,,,,, 81,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,316.0,61.0,158.0,249.0,599.0,6195.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,263.0,3.0,,22641.0,,,,,,,,,,,,,,,howdy,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-04-22 20:13:59.000000,2025-04-17 21:08:55,4062.0,9.0,778.0,247.0,352.0,64.0,210.0,2869.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,858.0,3.0,,117640.0,,,,,,,,,,,,,,,,, 83,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-04-23 18:26:50.000000,2025-04-23 18:12:39,2689.0,24.0,180.0,178.0,958.0,69.0,1182.0,1225.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 84,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-04-04 16:19:19.000000,2025-03-31 13:02:07,15158.0,42.0,668.0,109.0,19.0,,,700.0,,,,166.0,166.0,744.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-04-21 18:03:45.000000,2025-03-31 02:13:21,401.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7252.0,7252.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-04-23 14:38:12.000000,2025-04-22 23:05:51,4806.0,345.0,63.0,8.0,808.0,16.0,200.0,164.0,2025-04-02 19:53:09,0.13.0,100.0,1.0,1.0,28.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 87,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,4.0,51.0,14.0,239.0,29.0,87.0,78.0,2024-02-13 10:21:42,0.2.0,30.0,68.0,68.0,27.0,,,9280.0,2.0,,250575.0,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-04-23 12:56:56.000000,2025-04-21 15:21:19,2939.0,80.0,37.0,14.0,3778.0,55.0,101.0,73.0,2025-04-18 12:10:57,2.4.1,34.0,954.0,954.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,430.0,406.0,25.0,1.0,143.0,28074.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28915.0,3.0,,1330104.0,,,,,,,,,,,,,,,,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,294.0,60.0,236.0,4.0,131.0,4038.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,745.0,95.0,350.0,177.0,360.0,1846.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,1.0,,,,,,,,,,,,,,,,,, 92,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,21,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,6.0,122.0,27.0,361.0,50.0,75.0,223.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],21,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-04-22 23:00:31.000000,2025-04-22 23:00:31,1970.0,75.0,146.0,26.0,1218.0,34.0,247.0,165.0,2025-04-14 21:29:04,1.0.0,1.0,,,56.0,,,,1.0,,,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,558.0,122.0,508.0,622.0,14048.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,13.0,658.0,65.0,1821.0,38.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,827.0,,,,,,,,,,,,,,,,, 96,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-04-22 20:01:53.000000,2025-02-17 17:26:42,957.0,15.0,58.0,11.0,329.0,5.0,112.0,687.0,,,,1068.0,1068.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,22.0,39.0,3.0,59.0,,43.0,339.0,2025-02-16 06:44:03,4.0.0,22.0,70.0,70.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-04-08 09:06:28.000000,2025-04-08 09:06:28,1305.0,5.0,290.0,90.0,520.0,31.0,168.0,3119.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,False,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2023-10-20 20:55:26.000000,2023-10-20 20:55:26,151.0,,297.0,93.0,43.0,28.0,24.0,2917.0,,,,,,26.0,,,2387.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2387.0,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-04-19 12:58:46.000000,2025-04-19 12:57:43,2573.0,52.0,79.0,19.0,921.0,5.0,132.0,488.0,2025-04-01 14:56:13,0.29.0.RELEASE,75.0,,,32.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-04-21 12:06:16.000000,2025-03-12 15:21:23,2409.0,15.0,212.0,53.0,645.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-04-23 19:53:49.000000,2025-04-04 14:40:43,627.0,11.0,63.0,32.0,445.0,94.0,119.0,209.0,,,,175.0,175.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-04-17 12:09:15.000000,2025-04-17 11:23:55,526.0,3.0,35.0,4.0,257.0,6.0,39.0,65.0,2025-04-17 12:09:15,1.27.3,92.0,243.0,243.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,877.0,247.0,251.0,200.0,554.0,2986.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2421.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1263.0,2024-06-10 20:02:54,1.15.1,100.0,3.0,3.0,5.0,,,99.0,3.0,,2380.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,165.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,58.0,308.0,33.0,8.0,43.0,782.0,2023-01-31 02:32:05,2.1.1,52.0,25.0,25.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-04-24 17:30:58.000000,2025-04-24 17:30:56,1235.0,33.0,46.0,51.0,301.0,189.0,151.0,513.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],18,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-04-24 13:51:44.000000,2025-04-24 13:51:42,1392.0,46.0,96.0,75.0,509.0,12.0,361.0,420.0,,,,,,69.0,,,,2.0,1.0,,,,,,,,,,,,,,,w3c/did,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,57.0,57.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,103.0,24.0,68.0,200.0,,,,514.0,514.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-04-23 23:35:11.000000,2025-04-23 11:19:58,2840.0,40.0,57.0,11.0,668.0,166.0,124.0,63.0,,,1.0,54.0,54.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8151.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-04-10 17:00:17.000000,2025-03-15 23:52:26,587.0,7.0,165.0,82.0,251.0,29.0,52.0,1563.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-15 06:48:06.000000,2025-02-25 01:47:56,2232.0,29.0,99.0,80.0,848.0,10.0,712.0,310.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-04-18 18:29:50.000000,2025-04-18 18:26:26,3728.0,32.0,71.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,216.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1703.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1703.0,,,,,,,,, 122,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,,,decentralized-identity/web5-js,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,534.0,3.0,,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23395.0,,,,,,,,,,,, 124,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-04-21 18:58:30.000000,2025-03-14 19:53:31,1386.0,62.0,21.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-04-22 10:38:57.000000,2025-04-22 10:38:57,1954.0,6.0,151.0,63.0,530.0,5.0,238.0,638.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-04-24 16:33:37.000000,2025-04-24 10:27:20,1350.0,219.0,19.0,16.0,1139.0,3.0,5.0,122.0,2025-04-02 23:04:51,1.0.0,1.0,,,16.0,,,,2.0,,,,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,84.0,8.0,775.0,3.0,131.0,96.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-04-24 18:18:37.000000,2025-04-23 21:49:08,3226.0,157.0,18.0,11.0,293.0,13.0,10.0,67.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-04-22 15:22:44.000000,2025-04-22 12:37:40,5060.0,106.0,17.0,6.0,537.0,40.0,2730.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-04-22 19:18:16.000000,2025-04-22 19:17:15,733.0,13.0,81.0,70.0,320.0,123.0,232.0,411.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/FedCM,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,290.0,,,,6.0,6.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-09 14:15:43.000000,2025-04-09 14:15:25,889.0,4.0,208.0,50.0,408.0,42.0,177.0,125.0,,,,,,218.0,,,,3.0,-1.0,,,,,,,,,,,,,,,w3c/did-extensions,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-04-13 14:20:41.000000,2025-04-13 14:20:41,522.0,29.0,28.0,27.0,62.0,13.0,10.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,110.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4767.0,,,,,,,,,,,, 135,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,14,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-04-15 15:54:08.000000,2025-04-15 15:53:49,290.0,11.0,36.0,9.0,12.0,6.0,9.0,103.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-04-24 13:55:17.000000,2025-04-24 13:55:17,151.0,66.0,13.0,9.0,11.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,1.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 140,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,True,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,159.0,34.0,95.0,32.0,102.0,1006.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,253.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,192.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17679.0,,,,,,,,,,,, 142,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,13,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-04-20 05:28:02.000000,2025-02-19 17:48:10,148.0,1.0,42.0,17.0,61.0,21.0,16.0,251.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,274197.0,274197.0,3.0,-1.0,,,,,,,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,13.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-04-24 11:45:41.000000,2025-04-24 10:13:53,2056.0,24.0,25.0,7.0,334.0,16.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-04-24 16:37:31.000000,2025-04-21 10:35:38,783.0,7.0,32.0,18.0,273.0,14.0,278.0,59.0,2025-03-01 08:37:26,draft-ietf-oauth-selective-disclosure-jwt-17,12.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,895.0,,,,,,,,,,,, 149,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],12,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,5.0,9.0,5.0,,,,134.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,4.0,3.0,,9.0,,,,,,,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,81.0,81.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],10,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-04-24 02:43:42.000000,2025-04-24 02:43:26,147.0,12.0,14.0,43.0,85.0,56.0,82.0,104.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,w3c-fedid/digital-credentials,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-04-10 21:55:05.000000,2025-04-10 21:45:47,434.0,64.0,1.0,6.0,335.0,,,2.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,13.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,2.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,7,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,150.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3166.0,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,426714.0,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4418338.0,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-05-01_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ockam (🥈34 · ⭐ 4.5K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - jansen (🥉28 · ⭐ 540 · 📈) - The Janssen Project maintains open source IAM components,.. Apache-2 linux-foundation - keystone (🥉23 · ⭐ 700 · 📈) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - aries-mobile-agent-react-native (🥇22 · ⭐ 160 · 📈) - Bifold is an extensible open-source React Native.. Apache-2 hyperledger - did-method-plc (🥉15 · ⭐ 250 · 📈) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇38 · ⭐ 2.9K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - oathkeeper (🥉30 · ⭐ 3.4K · 📉) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - faceswap (🥉26 · ⭐ 54K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - oso (🥉26 · ⭐ 3.5K · 📉) - Deprecated: See README. Apache-2 - procivis-one-wallet (🥉10 · ⭐ 130 · 📉) - Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5.. Apache-2 w3c ================================================ FILE: history/2025-05-01_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,trending,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-05-01 15:21:58.000000,2025-05-01 15:20:07,3878.0,47.0,3753.0,111.0,3195.0,345.0,4549.0,26657.0,2025-04-24 16:08:24,@auth/sveltekit@1.9.1,100.0,442989.0,442989.0,875.0,https://www.npmjs.com/package/next-auth,6005695.0,6005695.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-05-01 00:41:41.000000,2025-05-01 00:41:41,9510.0,245.0,2147.0,150.0,3905.0,147.0,3383.0,12759.0,2025-04-25 14:57:32,1.12.17,100.0,1757.0,1757.0,500.0,,,2926962.0,1.0,111224563.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-05-01 14:59:15.000000,2025-05-01 14:59:15,4131.0,85.0,2142.0,232.0,4672.0,222.0,2181.0,13075.0,2025-03-31 20:26:21,1.12.1,71.0,13645.0,13645.0,424.0,,,2943267.0,1.0,8623884.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,314638062.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-05-01 15:45:19.308859,2025-05-01 15:01:50,5599.0,130.0,1388.0,130.0,4774.0,379.0,2354.0,10238.0,2025-05-01 15:26:08,1.4.0,100.0,5306.0,5306.0,511.0,,,5515258.0,1.0,13900158.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-05-01 15:45:19.308859,44.0,597474737.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-04-29 10:31:32.000000,2025-04-29 10:31:32,1994.0,159.0,2547.0,176.0,280.0,6.0,1178.0,18862.0,2024-08-17 07:30:49,0.0.93,13.0,7198.0,7198.0,87.0,,,641927.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,641927.0,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-26 16:29:21.000000,2025-04-26 16:29:21,10505.0,71.0,1452.0,135.0,1351.0,115.0,1034.0,9762.0,2025-04-07 17:05:07,1.0.3,14.0,3383.0,3383.0,257.0,,,1331552.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1331552.0,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-04-29 19:24:37.000000,2025-04-29 19:24:37,1527.0,79.0,471.0,60.0,250.0,104.0,387.0,4798.0,2025-04-02 13:03:49,1.5.2,40.0,42133.0,42133.0,129.0,,,21643576.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,21643576.0,authlib/authlib,,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,2.0,477.0,63.0,497.0,84.0,294.0,2872.0,2023-01-10 13:13:43,3.2.2,48.0,622522.0,622522.0,198.0,,,142260890.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,142260890.0,,-1.0,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-05-01 18:11:19.000000,2025-05-01 16:42:58,21131.0,387.0,4240.0,799.0,23990.0,1097.0,5205.0,32316.0,2025-04-30 14:33:02,1.19.3,100.0,14568.0,14568.0,1578.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,301.0,162.0,350.0,430.0,23295.0,,,,1268171.0,1268171.0,38.0,https://www.npmjs.com/package/passport,14238886.0,14238886.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-04-30 14:25:11.000000,2025-04-30 14:25:09,4652.0,111.0,969.0,113.0,2192.0,150.0,1232.0,11867.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,232.0,,,1360573.0,1.0,51278.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114220894.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13352.0,1569.0,237.0,769.0,594.0,54692.0,2018-04-02 17:18:43,1.2.2,2.0,4866.0,4866.0,54.0,,,194374.0,2.0,1411.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9306.0,face_recognition,https://pypi.org/project/face_recognition,194266.0,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1664.0,243.0,522.0,45.0,792.0,18541.0,2025-04-19 15:31:30,2.105.0,100.0,3401.0,3401.0,153.0,https://www.npmjs.com/package/casbin,269596.0,419828.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,150232.0,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-04-28 08:44:22.000000,2025-04-28 08:44:22,4029.0,40.0,1429.0,236.0,1896.0,73.0,1476.0,16204.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3568882.0,2.0,905923.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,426987053.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-21 09:21:12.000000,2025-04-21 09:21:12,4878.0,35.0,1891.0,188.0,1881.0,500.0,1471.0,11845.0,2025-03-05 07:11:35,r1.5.0,17.0,151.0,151.0,156.0,,,403153.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,403153.0,,,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-04-24 07:48:48.000000,2025-04-16 03:36:29,1661.0,4.0,279.0,40.0,466.0,17.0,472.0,6348.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,96787.0,96787.0,72.0,https://www.npmjs.com/package/@casl/ability,2971927.0,2971927.0,1.0,,,,,,,,,,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-04-30 15:57:18.639353,2025-04-30 15:42:26,2752.0,91.0,1303.0,76.0,1832.0,119.0,1552.0,11463.0,2025-04-30 15:51:02,1.901.0,100.0,11.0,11.0,224.0,,,10308.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-04-30 15:57:18.639353,18.0,566946.0,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-05-01 15:14:17.000000,2025-05-01 13:42:12,27610.0,1159.0,3917.0,597.0,5476.0,,,11227.0,2025-03-21 10:42:43,7.2.0,100.0,21.0,21.0,362.0,,,7209.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-05-01 08:43:07.591499,131.0,1182350.0,,,,,,,,,,,,, 29,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-05-01 18:14:41.000000,2025-05-01 14:15:22,9391.0,215.0,554.0,57.0,6999.0,316.0,1464.0,4527.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,10808.0,2.0,399910.0,,,,,,,,,,1.0,,,,build-trust/ockam/ockam,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,12.0,5488.0,517.0,191.0,1164.0,1389.0,25045.0,2023-04-02 07:43:27,0.7,1.0,4102.0,4102.0,66.0,,,307140.0,2.0,7678473.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-05-01 15:35:22.000000,2025-05-01 15:24:49,4772.0,326.0,305.0,50.0,1795.0,97.0,412.0,5623.0,2025-04-02 14:48:28,1.42.1,93.0,108.0,108.0,57.0,,,101868.0,2.0,157897.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-04-02 15:25:15.007796,7.0,4422624.0,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-05-01 18:12:37.650195,2025-05-01 17:54:12,3747.0,95.0,292.0,41.0,4492.0,102.0,949.0,4245.0,2025-03-28 23:11:31,0.29.2,100.0,22.0,22.0,95.0,,,21219866.0,2.0,68015.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-05-01 18:12:37.650195,12.0,1612625144.0,,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-05-01 16:13:26.000000,2025-04-30 05:56:11,7176.0,148.0,493.0,76.0,4459.0,148.0,1427.0,1940.0,2025-03-21 19:39:35,1.12.0,100.0,168.0,168.0,216.0,,,8486.0,2.0,568584.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,33,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-05-01 03:56:51.000000,2025-05-01 03:56:51,15869.0,899.0,749.0,115.0,8100.0,1194.0,14515.0,805.0,2025-02-28 19:19:04,7.1.0,100.0,,,718.0,,,15084.0,2.0,16635.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1960263.0,,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,410.0,29.0,540.0,86.0,358.0,583.0,2025-02-10 21:52:03,7.5.2,53.0,2012.0,2012.0,175.0,,,1319761.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1319761.0,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-05-01 13:36:39.000000,2025-05-01 13:36:37,7332.0,546.0,1198.0,162.0,7297.0,52.0,1274.0,23602.0,2025-03-18 03:57:41,4.39.1,100.0,,,222.0,,,900.0,2.0,54015.0,,,,,,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-04-28 06:37:49.000000,2025-04-28 06:37:13,2651.0,113.0,757.0,69.0,259.0,,,3391.0,2025-04-28 06:37:52,9.1.1,100.0,1702.0,1702.0,74.0,https://www.npmjs.com/package/oidc-provider,413430.0,413430.0,2.0,,,,,,,,,,,,,,,,,,, 38,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0. No framework restrictions.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-04-30 19:44:34.000000,2025-04-29 08:42:46,7428.0,303.0,517.0,50.0,6614.0,155.0,479.0,9986.0,2025-04-27 10:03:16,1.27.0,70.0,23.0,23.0,74.0,,,5627.0,2.0,5443.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-04-29 08:46:50.561866,5.0,257602.0,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-04-30 04:13:27.000000,2025-04-15 09:26:41,3260.0,124.0,1659.0,174.0,2676.0,317.0,846.0,9846.0,2025-04-14 23:46:42,2.42.1,89.0,171.0,171.0,268.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-04-28 09:34:34.000000,2025-04-28 09:15:41,1609.0,18.0,351.0,55.0,1311.0,34.0,290.0,5014.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,596032.0,2.0,28897.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51226933.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-05-01 16:43:05.000000,2025-05-01 16:43:02,4623.0,72.0,284.0,200.0,5320.0,116.0,265.0,3939.0,2025-03-04 18:32:32,0.19.1,68.0,11.0,11.0,180.0,,,298193.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-03-04 18:35:27.449762,18.0,19084395.0,,,,,,,,,,,,, 42,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,18.0,174.0,34.0,138.0,,103.0,924.0,2025-03-07 19:43:46,2.5.2,32.0,1371.0,1371.0,30.0,,,525181.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,525181.0,,,,,,,,,, 43,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,30,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-05-01 16:13:21.000000,2025-05-01 16:13:21,17177.0,886.0,1092.0,66.0,10834.0,643.0,2372.0,15943.0,2025-04-30 12:34:14,ersion/2025.4.0,100.0,,,370.0,,,199.0,2.0,5788.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-29 14:37:34.000000,2025-04-29 14:37:32,1431.0,7.0,351.0,49.0,757.0,63.0,293.0,3388.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,979104.0,3.0,51577.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90024906.0,,,,,-1.0,,,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-04-30 23:22:40.000000,2025-04-30 23:22:05,647.0,13.0,71.0,38.0,228.0,4.0,86.0,351.0,2025-04-24 22:54:36,8.0.14,100.0,5819.0,5819.0,42.0,https://www.npmjs.com/package/did-jwt,288536.0,288536.0,1.0,,,,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,,9565.0,644.0,301.0,,,80986.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,750588.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,750588.0,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-05-01 16:42:27.000000,2025-05-01 05:41:57,3681.0,146.0,697.0,57.0,6221.0,668.0,2123.0,10527.0,2025-04-25 11:50:04,2.71.8,100.0,,,188.0,,,1372.0,3.0,6861.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,https://charts.zitadel.com,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-01 08:53:14.000000,2025-04-04 08:27:33,2503.0,4.0,1031.0,104.0,874.0,44.0,848.0,5383.0,2025-04-04 08:29:47,5.8.2,70.0,10014.0,10014.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-04-28 09:14:14.000000,2025-04-28 09:14:13,1999.0,96.0,154.0,32.0,2132.0,40.0,345.0,3787.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2205.0,3.0,110286.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-05-01 04:21:04.000000,2025-05-01 04:21:03,2339.0,97.0,220.0,22.0,2434.0,199.0,805.0,3439.0,2025-02-10 09:12:21,1.5.0,35.0,42.0,42.0,112.0,,,7426.0,3.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-04-24 01:24:15.714750,3.0,556570.0,,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-05-01 12:03:50.000000,2025-04-26 18:37:30,7124.0,455.0,377.0,41.0,1149.0,9.0,311.0,1541.0,2025-04-30 03:57:16,is-7.2.2,77.0,2780.0,2780.0,336.0,,,,2.0,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-04-30 14:10:02.000000,2025-04-25 08:46:47,2860.0,35.0,128.0,63.0,320.0,40.0,292.0,935.0,2025-03-18 11:59:27,5.6.1,41.0,174.0,174.0,48.0,,,123400.0,2.0,18813.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,123223.0,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3505.0,750.0,77.0,2.0,382.0,15357.0,2024-10-04 12:56:15,0.2.2,5.0,95.0,95.0,31.0,,,1401.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162571.0,,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-05-01 01:41:44.000000,2025-04-30 22:56:31,6972.0,114.0,598.0,138.0,4987.0,170.0,2964.0,5406.0,2025-04-28 20:19:10,release-2025-04-28,100.0,,,137.0,,,17655.0,2.0,37543.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-30 23:02:06.654814,13.0,2002999.0,,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-05-01 05:57:50.000000,2025-04-28 07:29:10,4579.0,288.0,248.0,25.0,1884.0,53.0,248.0,5365.0,2025-04-17 12:17:47,1.3.7,100.0,4.0,4.0,65.0,,,314.0,3.0,7853.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,28.0,297.0,77.0,875.0,288.0,641.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1328.0,9177.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004736.0,,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-05-01 17:50:58.000000,2025-05-01 14:53:17,34932.0,201.0,84.0,31.0,6519.0,434.0,4212.0,535.0,2025-04-04 16:31:54,1.5.0,100.0,6.0,6.0,126.0,,,496.0,3.0,9440.0,,,,,,,,,,1.0,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-04-30 19:51:58.000000,2025-04-25 04:08:51,391.0,17.0,46.0,22.0,102.0,2.0,48.0,192.0,2025-04-25 04:09:08,4.0.12,66.0,1216.0,1216.0,22.0,https://www.npmjs.com/package/did-jwt-vc,44935.0,44935.0,1.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3732.0,343.0,111.0,449.0,393.0,17195.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,156852.0,156852.0,3.0,,,,,,,,,,,,,,,,,,, 60,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13236.0,1535.0,526.0,31.0,844.0,53777.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,7032.0,3.0,527440.0,,,,,,,,,,-1.0,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,26,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,176.0,27.0,1529.0,110.0,104.0,3480.0,2024-01-13 04:08:30,0.27.3,100.0,210.0,210.0,68.0,,,33929.0,3.0,3538.0,,,,,,oso,https://pypi.org/project/oso,33860.0,,-1.0,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-05-01 18:05:08.000000,2025-05-01 17:02:59,10027.0,133.0,493.0,28.0,2329.0,132.0,1235.0,448.0,2025-05-01 17:11:14,1.3.0,100.0,,,158.0,,,,1.0,,,,,,,,,,openwallet-foundation/acapy,,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-05-01 18:09:16.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,223.0,2025-01-06 05:24:12,11.0.3,69.0,1774.0,1774.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,17346.0,17346.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-04-30 19:48:29.000000,2025-04-29 14:38:04,2253.0,46.0,949.0,40.0,1698.0,43.0,346.0,7894.0,2025-04-29 15:40:24,backend/v2.0.0,33.0,315.0,315.0,50.0,,,18.0,3.0,632.0,,,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-05-01 06:43:19.000000,2025-04-30 01:58:39,3384.0,95.0,279.0,52.0,2647.0,29.0,251.0,935.0,2025-04-25 17:40:25,1.12.15,100.0,35.0,35.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-05-01 15:16:48.000000,2025-05-01 13:01:34,1655.0,73.0,91.0,26.0,1232.0,98.0,302.0,315.0,2025-04-16 11:51:25,1.5.1,36.0,143.0,143.0,43.0,,,,1.0,,,,,,,,,,,,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,348.0,31.0,130.0,531.0,786.0,17566.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3260.0,3.0,202132.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-05-01 13:19:59.000000,2025-04-02 11:06:38,1264.0,72.0,571.0,66.0,597.0,126.0,394.0,14076.0,2025-04-03 08:28:31,10.1.3,84.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-30 01:17:58.000000,2025-03-03 16:29:56,2035.0,4.0,209.0,30.0,544.0,57.0,101.0,5275.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6268.0,3.0,1438.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,318236.0,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-04-28 17:51:25.000000,2025-04-28 17:40:06,6764.0,162.0,313.0,423.0,4548.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,152.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-28 23:44:12.000000,2025-04-28 23:40:37,2572.0,38.0,348.0,29.0,117.0,2.0,124.0,1640.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,292.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29800.0,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-04-30 05:12:29.577146,2025-04-15 10:53:32,16154.0,62.0,342.0,50.0,7790.0,,,1234.0,,,,,,239.0,,,38460.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-04-30 05:12:29.577146,173.0,5999764.0,,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-04-30 17:12:09.000000,2024-09-24 13:03:05,4401.0,,125.0,45.0,1898.0,177.0,932.0,848.0,2025-04-30 17:07:19,1.22.0,78.0,,,106.0,,,67519.0,3.0,1118.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7223256.0,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-05-01 12:44:35.000000,2025-04-14 07:52:27,1888.0,48.0,241.0,56.0,351.0,32.0,89.0,587.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1474.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-14 07:55:43.199815,,137098.0,,,,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-05-01 18:11:50.000000,2025-02-27 17:32:56,1900.0,12.0,133.0,22.0,831.0,65.0,392.0,465.0,2024-04-02 18:54:31,6.0.0,44.0,831.0,831.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-05-01 14:28:56.000000,2025-04-30 08:15:50,15161.0,44.0,668.0,109.0,19.0,,,700.0,,,,167.0,167.0,744.0,,,,3.0,,,,,,,,,,,1.0,,,,,,,, 77,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-04-30 18:42:41.000000,2025-04-30 18:42:41,14469.0,320.0,142.0,15.0,2092.0,224.0,2741.0,409.0,2023-06-16 12:51:58,11.4.3,55.0,,,91.0,,,103.0,3.0,9327.0,,,,,,,,,,,,,,,,,, 78,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-04-28 08:42:03.000000,2025-04-28 03:35:18,317.0,15.0,18.0,14.0,125.0,1.0,11.0,88.0,2025-03-29 02:34:05,2.0.30,41.0,1294.0,1294.0,12.0,https://www.npmjs.com/package/web-did-resolver,32677.0,32677.0,2.0,,,,,,,,,,,,,,,,,,, 79,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-04-22 20:13:59.000000,2025-04-17 21:08:55,4062.0,9.0,778.0,247.0,352.0,64.0,210.0,2871.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,854.0,3.0,117981.0,,,,,,,,,,,,,,,,,, 80,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,22,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,185.0,42.0,305.0,47.0,221.0,1259.0,2022-09-28 20:32:17,3.0.1,19.0,327.0,327.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 81,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-04-30 14:58:11.000000,2025-04-23 18:12:39,2689.0,22.0,183.0,179.0,962.0,72.0,1184.0,1226.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,9.0,56.0,7.0,33.0,1.0,54.0,526.0,2025-03-16 21:06:42,2.3.0,37.0,4841.0,4841.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-05-01 09:22:47.000000,2025-05-01 09:19:28,1149.0,47.0,200.0,28.0,1411.0,206.0,605.0,295.0,2024-11-07 19:07:51,0.5.13,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-04-28 23:38:50.000000,2025-03-31 02:13:21,401.0,3.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7278.0,7278.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-04-30 20:20:56.000000,2025-04-30 20:18:35,1975.0,74.0,146.0,26.0,1224.0,35.0,247.0,165.0,2025-04-30 20:20:56,2.0.1,3.0,,,56.0,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet,1.0,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-04-30 08:25:12.000000,2025-04-30 08:06:46,4833.0,345.0,64.0,8.0,813.0,19.0,202.0,164.0,2025-04-02 19:53:09,0.13.0,100.0,1.0,1.0,28.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-05-01 16:11:25.000000,2025-05-01 08:45:16,2942.0,76.0,37.0,14.0,3783.0,55.0,101.0,73.0,2025-04-18 12:10:57,2.4.1,34.0,959.0,959.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,447.0,407.0,24.0,1.0,143.0,28126.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28476.0,3.0,1338406.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,9.0,318.0,61.0,158.0,249.0,601.0,6217.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,261.0,3.0,22773.0,,,,,,,,,,,,,,,,howdy,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,295.0,60.0,236.0,4.0,131.0,4043.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,751.0,95.0,353.0,177.0,360.0,1848.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,2.0,51.0,14.0,239.0,29.0,87.0,78.0,2024-02-13 10:21:42,0.2.0,30.0,68.0,68.0,27.0,,,9010.0,2.0,252303.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,122.0,508.0,622.0,14059.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,12.0,659.0,64.0,1821.0,38.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,835.0,,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-04-28 15:31:18.000000,2025-04-28 15:31:17,962.0,20.0,58.0,11.0,329.0,5.0,112.0,689.0,,,,1075.0,1075.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-03-27 17:24:56.000000,2025-03-27 17:23:45,163.0,22.0,40.0,3.0,59.0,,43.0,344.0,2025-02-16 06:44:03,4.0.0,22.0,72.0,72.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,6.0,122.0,27.0,361.0,50.0,75.0,223.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-04-08 09:06:28.000000,2025-04-08 09:06:28,1305.0,5.0,290.0,90.0,520.0,31.0,168.0,3118.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,297.0,93.0,43.0,28.0,24.0,2925.0,,,,1.0,1.0,27.0,,,2346.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2346.0,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-05-01 16:31:56.000000,2025-05-01 16:30:58,2593.0,71.0,80.0,19.0,926.0,5.0,132.0,492.0,2025-05-01 01:52:09,0.29.1.RELEASE,76.0,,,32.0,,,,3.0,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-04-21 12:06:16.000000,2025-03-12 15:21:23,2409.0,11.0,212.0,53.0,645.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-04-24 20:12:35.000000,2025-04-04 14:40:43,627.0,11.0,63.0,32.0,445.0,94.0,119.0,209.0,,,,175.0,175.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-04-30 10:16:50.000000,2025-04-30 10:16:32,527.0,4.0,34.0,4.0,258.0,6.0,39.0,66.0,2025-04-30 10:16:50,1.28.0,93.0,243.0,243.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,877.0,247.0,251.0,201.0,554.0,2991.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2421.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1266.0,2024-06-10 20:02:54,1.15.1,100.0,3.0,3.0,5.0,,,95.0,3.0,2380.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,165.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,309.0,33.0,9.0,43.0,783.0,2023-01-31 02:32:05,2.1.1,52.0,26.0,26.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-04-24 17:30:58.000000,2025-04-24 17:30:56,1235.0,27.0,46.0,51.0,302.0,189.0,151.0,513.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,58.0,58.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,103.0,24.0,68.0,200.0,,,,523.0,523.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-04-23 23:35:11.000000,2025-04-23 11:19:58,2840.0,38.0,57.0,11.0,672.0,171.0,124.0,63.0,,,1.0,54.0,54.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8150.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-04-10 17:00:17.000000,2025-03-15 23:52:26,587.0,5.0,165.0,80.0,251.0,30.0,52.0,1566.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-04-24 13:51:44.000000,2025-04-24 13:51:42,1392.0,27.0,96.0,76.0,509.0,12.0,361.0,421.0,,,,,,69.0,,,,2.0,,,,,,,,,,w3c/did,,,,,,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-27 18:07:38.000000,2025-04-27 18:07:12,2238.0,18.0,99.0,81.0,849.0,8.0,714.0,310.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-04-18 18:29:50.000000,2025-04-18 18:26:26,3728.0,32.0,71.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,216.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1743.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1743.0,,,,,,,,,, 122,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 123,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-05-01 18:00:23.000000,2025-05-01 09:06:46,1355.0,198.0,19.0,16.0,1152.0,7.0,5.0,122.0,2025-05-01 08:44:32,1.0.1,2.0,,,16.0,,,,2.0,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,523.0,3.0,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23432.0,,,,,,,,,,,,, 125,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-04-22 10:38:57.000000,2025-04-22 10:38:57,1954.0,6.0,151.0,63.0,530.0,5.0,238.0,637.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-04-21 18:58:30.000000,2025-03-14 19:53:31,1386.0,54.0,20.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 127,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-04-30 22:47:19.000000,2025-04-23 21:49:08,3226.0,115.0,18.0,11.0,293.0,13.0,10.0,67.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-04-22 15:22:44.000000,2025-04-22 12:37:40,5060.0,98.0,17.0,6.0,537.0,39.0,2733.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-04-22 19:18:16.000000,2025-04-22 19:17:15,733.0,13.0,81.0,70.0,320.0,123.0,232.0,415.0,,,,,,39.0,,,,3.0,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,78.0,37.0,257.0,46.0,77.0,291.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 131,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-04-29 01:34:51.000000,2025-04-29 01:34:49,150.0,3.0,44.0,17.0,61.0,21.0,16.0,254.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,281917.0,281917.0,3.0,,,,,,,,,,,2.0,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,6.0,208.0,50.0,408.0,42.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,w3c/did-extensions,,,,,,,,, 133,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,15,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-03-11 11:15:48.000000,2025-03-06 20:03:47,2023.0,2.0,84.0,8.0,775.0,3.0,131.0,97.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-04-28 08:26:57.000000,2025-04-28 08:26:57,523.0,28.0,29.0,27.0,64.0,14.0,11.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,108.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4768.0,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,14,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-04-15 15:54:08.000000,2025-04-15 15:53:49,290.0,11.0,38.0,9.0,13.0,6.0,9.0,103.0,,,,17.0,17.0,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-04-24 13:55:17.000000,2025-04-24 13:55:17,151.0,65.0,13.0,9.0,11.0,1.0,5.0,19.0,2025-03-20 17:37:29,0.8.0,4.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,160.0,34.0,95.0,33.0,102.0,1006.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,253.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,190.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17682.0,,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,10.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-04-24 11:45:41.000000,2025-04-24 10:13:53,2056.0,18.0,25.0,7.0,334.0,16.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-05-01 17:49:41.000000,2025-04-28 11:45:52,785.0,9.0,32.0,18.0,274.0,12.0,280.0,60.0,2025-04-28 12:08:34,draft-ietf-oauth-selective-disclosure-jwt-18,13.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,929.0,,,,,,,,,,,,, 149,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,81.0,81.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 153,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-05-01 10:26:55.000000,2025-05-01 10:26:53,151.0,16.0,14.0,44.0,87.0,57.0,83.0,105.0,,,,,,14.0,,,,3.0,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,23.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],10,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,1.0,9.0,5.0,,,,134.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,9.0,,,,,,,,,,-2.0,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,22.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-04-10 21:55:05.000000,2025-04-10 21:45:47,434.0,64.0,1.0,6.0,335.0,,,2.0,,,,3.0,3.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,13.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,2.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,143.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3167.0,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,431674.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4420821.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-05-08_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - authentik (🥈31 · ⭐ 16K · 📈) - The authentication glue you need. ❗️Custom - credo-ts (🥈23 · ⭐ 300 · 📈) - Typescript framework for building decentralized identity.. Apache-2 openwallet-foundation - keripy (🥈19 · ⭐ 63 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 - libfido2 (🥉17 · ⭐ 640 · 📈) - Provides library functionality for FIDO2, including.. ❗Unlicensed - selective-disclosure-jwt (🥉14 · ⭐ 60 · 📈) - ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 27K · 📉) - Authentication for the Web. ISC - speechbrain (🥈34 · ⭐ 9.8K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - wso2-identity-server (🥈32 · ⭐ 800 · 📉) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - universal-resolver (🥈23 · ⭐ 590 · 📉) - Universal Resolver implementation and drivers. Apache-2 - keystone (🥉22 · ⭐ 700 · 📉) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack ================================================ FILE: history/2025-05-08_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-05-01 15:21:58.000000,2025-05-01 15:20:07,3878.0,33.0,3762.0,111.0,3201.0,342.0,4554.0,26709.0,2025-04-24 16:08:24,@auth/sveltekit@1.9.1,100.0,447746.0,447746.0,875.0,https://www.npmjs.com/package/next-auth,5893302.0,5893302.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-05-08 16:58:49.000000,2025-05-08 16:58:49,9534.0,256.0,2150.0,150.0,3919.0,145.0,3387.0,12780.0,2025-04-25 14:57:32,1.12.17,100.0,1782.0,1782.0,500.0,,,2961088.0,1.0,,112521365.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-05-05 14:18:35.000000,2025-05-01 14:59:15,4131.0,85.0,2147.0,232.0,4677.0,225.0,2181.0,13098.0,2025-03-31 20:26:21,1.12.1,71.0,13661.0,13661.0,424.0,,,2949487.0,1.0,,8656699.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,315287553.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-05-07 20:15:58.321742,2025-05-07 19:32:26,5610.0,130.0,1393.0,130.0,4783.0,379.0,2360.0,10259.0,2025-05-02 18:03:28,1.4.2,100.0,5334.0,5334.0,512.0,,,5527088.0,1.0,,14057391.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-05-07 20:15:58.321742,44.0,598086353.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-02 11:05:43.000000,2025-05-02 11:05:43,1996.0,155.0,2558.0,176.0,281.0,6.0,1179.0,18943.0,2024-08-17 07:30:49,0.0.93,13.0,7375.0,7375.0,88.0,,,629494.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,629494.0,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-03 07:29:06.000000,2025-05-03 07:29:06,1529.0,81.0,472.0,60.0,250.0,104.0,388.0,4812.0,2025-04-02 13:03:49,1.5.2,40.0,42477.0,42477.0,129.0,,,23365222.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,23365222.0,authlib/authlib,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-03-08 06:23:18.000000,2025-03-08 06:23:18,1704.0,1.0,477.0,63.0,497.0,85.0,294.0,2874.0,2023-01-10 13:13:43,3.2.2,48.0,624713.0,624713.0,198.0,,,142039627.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,142039627.0,,,,,,,,, 18,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-05-08 18:20:09.000000,2025-05-08 18:18:15,21158.0,391.0,4247.0,799.0,24058.0,1098.0,5207.0,32352.0,2025-04-30 14:33:02,1.19.3,100.0,14589.0,14589.0,1578.0,,,,1.0,,,,,,,,,,,,,,,,,,, 19,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,300.0,162.0,350.0,430.0,23308.0,,,,1275039.0,1275039.0,38.0,https://www.npmjs.com/package/passport,14134880.0,14134880.0,2.0,,,,,,,,,,,,,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-05-08 13:24:53.000000,2025-05-07 11:33:07,4657.0,111.0,972.0,113.0,2199.0,151.0,1233.0,11891.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,233.0,,,1360796.0,1.0,,51464.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114239344.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 21,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13358.0,1569.0,237.0,769.0,594.0,54727.0,2018-04-02 17:18:43,1.2.2,2.0,4976.0,4976.0,54.0,,,205957.0,1.0,,1411.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9352.0,face_recognition,https://pypi.org/project/face_recognition,205848.0,,,,,,,,, 22,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1666.0,243.0,522.0,46.0,793.0,18562.0,2025-04-19 15:31:30,2.105.0,100.0,3406.0,3406.0,153.0,https://www.npmjs.com/package/casbin,258769.0,405319.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,146550.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-05-05 09:13:54.000000,2025-05-05 09:13:53,4031.0,42.0,1430.0,237.0,1897.0,76.0,1476.0,16229.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3569365.0,2.0,,909234.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427040373.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-04-21 09:21:12.000000,2025-04-21 09:21:12,4878.0,34.0,1894.0,188.0,1881.0,471.0,1500.0,11863.0,2025-03-05 07:11:35,r1.5.0,17.0,154.0,154.0,156.0,,,404265.0,1.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,404265.0,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-04-24 07:48:48.000000,2025-04-16 03:36:29,1661.0,4.0,279.0,40.0,466.0,17.0,472.0,6354.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,97359.0,97359.0,72.0,https://www.npmjs.com/package/@casl/ability,2951916.0,2951916.0,1.0,,,,,,,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-05-05 10:41:17.084208,2025-05-05 10:25:58,2755.0,84.0,1311.0,77.0,1836.0,116.0,1560.0,11514.0,2025-05-05 10:34:42,1.904.0,100.0,11.0,11.0,225.0,,,10416.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-05-05 10:41:17.084208,18.0,572882.0,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-05-08 14:29:00.585340,2025-05-08 09:02:39,27631.0,1118.0,3916.0,596.0,5516.0,,,11234.0,2025-05-04 08:38:22,7.2.2,100.0,21.0,21.0,362.0,,,7239.0,1.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-05-08 14:29:00.585340,131.0,1187218.0,,,,,,,,,,,, 28,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,34,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-04-26 16:29:21.000000,2025-04-26 16:29:21,10505.0,70.0,1455.0,135.0,1355.0,118.0,1034.0,9794.0,2025-04-07 17:05:07,1.0.3,14.0,,,257.0,,,1170508.0,2.0,-5.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1170508.0,,,,,,,,, 29,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-05-08 18:14:53.000000,2025-05-08 12:03:56,9436.0,253.0,554.0,57.0,7025.0,316.0,1464.0,4529.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,10816.0,2.0,,400212.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,12.0,5491.0,515.0,191.0,1168.0,1389.0,25103.0,2023-04-02 07:43:27,0.7,1.0,4196.0,4196.0,66.0,,,311999.0,2.0,,7799949.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-05-08 18:13:08.000000,2025-05-08 15:11:16,4782.0,315.0,306.0,49.0,1804.0,98.0,412.0,5645.0,2025-05-02 11:43:59,1.43.0,94.0,108.0,108.0,57.0,,,103177.0,2.0,,160547.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-05-02 11:52:32.045077,7.0,4478810.0,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-05-08 17:29:48.000000,2025-05-07 17:04:03,3752.0,92.0,293.0,41.0,4500.0,101.0,950.0,4267.0,2025-05-08 14:48:49,0.29.3,100.0,22.0,22.0,95.0,,,21220021.0,2.0,,67972.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-05-08 14:59:48.118317,12.0,1612636961.0,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-05-08 16:33:17.000000,2025-05-08 06:30:50,7181.0,139.0,496.0,76.0,4467.0,152.0,1430.0,1944.0,2025-05-07 15:40:24,1.12.1,100.0,168.0,168.0,216.0,,,8624.0,2.0,,577869.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,7.0,410.0,29.0,540.0,86.0,358.0,584.0,2025-02-10 21:52:03,7.5.2,53.0,2019.0,2019.0,175.0,,,1274469.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1274469.0,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-05-08 16:25:02.000000,2025-05-08 16:25:01,7382.0,588.0,1207.0,162.0,7355.0,50.0,1280.0,23684.0,2025-03-18 03:57:41,4.39.1,100.0,,,224.0,,,906.0,2.0,,54402.0,,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-05-05 07:37:45.000000,2025-05-05 07:37:41,2652.0,114.0,756.0,69.0,259.0,,,3401.0,2025-04-28 06:37:52,9.1.1,100.0,1717.0,1717.0,74.0,https://www.npmjs.com/package/oidc-provider,435350.0,435350.0,2.0,,,,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-05-08 16:36:24.000000,2025-05-08 16:36:23,15898.0,844.0,749.0,115.0,8116.0,1208.0,14534.0,805.0,2025-02-28 19:19:04,7.1.0,100.0,,,718.0,,,15095.0,2.0,-1.0,16793.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1961345.0,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-05-08 18:22:31.000000,2025-05-08 18:22:29,17276.0,967.0,1104.0,68.0,10929.0,643.0,2384.0,16095.0,2025-04-30 12:34:14,ersion/2025.4.0,100.0,,,373.0,,,200.0,2.0,1.0,5823.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 39,logto,https://github.com/logto-io/logto,idp,The better auth and identity infrastructure and the open-source alternative to Auth0. No framework restrictions.,,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-05-08 03:38:10.000000,2025-05-07 11:23:51,7432.0,295.0,521.0,50.0,6616.0,143.0,492.0,10064.0,2025-04-27 10:03:16,1.27.0,70.0,24.0,24.0,74.0,,,5655.0,2.0,,5494.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-05-07 11:27:44.828443,5.0,258840.0,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-05-08 04:39:47.000000,2025-05-07 10:18:57,3292.0,129.0,1660.0,176.0,2685.0,317.0,846.0,9876.0,2025-04-14 23:46:42,2.42.1,89.0,171.0,171.0,268.0,,,3.0,2.0,,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-05-07 03:28:36.000000,2025-04-28 09:15:41,1609.0,18.0,353.0,55.0,1314.0,34.0,290.0,5024.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,596070.0,2.0,,28997.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51230182.0,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-05-08 18:21:00.000000,2025-05-08 17:22:16,4631.0,72.0,284.0,200.0,5337.0,116.0,265.0,3939.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,180.0,,,299371.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19159807.0,,,,,,,,,,,, 43,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,31,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,14.0,174.0,34.0,138.0,,103.0,927.0,2025-03-07 19:43:46,2.5.2,32.0,1375.0,1375.0,30.0,,,501452.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,501452.0,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-29 14:37:34.000000,2025-04-29 14:37:32,1431.0,7.0,351.0,49.0,757.0,63.0,293.0,3395.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,979245.0,3.0,,51765.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90037678.0,,,,,,,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-05-07 12:09:36.000000,2025-05-05 02:30:14,648.0,14.0,71.0,38.0,228.0,4.0,86.0,354.0,2025-04-24 22:54:36,8.0.14,100.0,5837.0,5837.0,42.0,https://www.npmjs.com/package/did-jwt,292017.0,292017.0,1.0,,,,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-01-04 20:56:17.000000,2025-01-04 20:56:16,154.0,,9614.0,647.0,301.0,,,81349.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,73.0,,,762144.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,762144.0,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-05-08 17:03:18.000000,2025-05-08 15:13:57,3693.0,152.0,698.0,57.0,6242.0,674.0,2128.0,10560.0,2025-05-08 08:01:47,2.71.10,100.0,,,188.0,,,1314.0,3.0,,6570.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-01 08:53:14.000000,2025-04-04 08:27:33,2503.0,4.0,1030.0,104.0,874.0,44.0,848.0,5388.0,2025-04-04 08:29:47,5.8.2,70.0,10023.0,10023.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-05-05 22:52:28.000000,2025-05-05 22:52:28,2000.0,92.0,153.0,32.0,2136.0,40.0,346.0,3800.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2222.0,3.0,,111127.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-05-08 04:33:16.957575,2025-05-08 02:59:16,2347.0,92.0,223.0,22.0,2448.0,205.0,809.0,3466.0,2025-05-08 03:09:02,1.6.1,37.0,42.0,42.0,112.0,,,7507.0,3.0,,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-05-08 04:33:16.957575,3.0,562642.0,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-05-08 18:04:34.000000,2025-05-08 17:36:08,7144.0,428.0,377.0,41.0,1163.0,8.0,312.0,1542.0,2025-05-07 02:07:18,is-7.2.3,78.0,2801.0,2801.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-05-05 15:40:00.000000,2025-04-25 08:46:47,2860.0,35.0,129.0,64.0,320.0,41.0,292.0,938.0,2025-03-18 11:59:27,5.6.1,41.0,174.0,174.0,48.0,,,122790.0,2.0,,19584.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,122606.0,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3502.0,750.0,77.0,2.0,382.0,15360.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1401.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162582.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-05-08 18:22:07.000000,2025-05-08 18:22:06,6979.0,115.0,598.0,138.0,4998.0,163.0,2979.0,5409.0,2025-05-06 19:16:12,release-2025-05-06,100.0,,,137.0,,,17728.0,2.0,,37406.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-30 23:02:06.654814,13.0,2003613.0,,,,,,,,,,,, 55,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,28,True,permify/permify,,https://github.com/Permify/permify,Apache-2.0,2022-07-14 11:16:57,2025-05-08 08:36:16.000000,2025-05-08 08:36:13,4599.0,279.0,249.0,25.0,1888.0,52.0,257.0,5375.0,2025-04-17 12:17:47,1.3.7,100.0,4.0,4.0,65.0,,,320.0,3.0,,8019.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 56,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,28.0,297.0,77.0,875.0,288.0,641.0,1785.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1260.0,9109.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004773.0,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-05-08 13:23:46.000000,2025-05-08 13:10:21,34950.0,205.0,84.0,31.0,6545.0,438.0,4229.0,538.0,2025-05-08 13:13:24,1.6.0,100.0,6.0,6.0,126.0,,,499.0,3.0,,9498.0,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-05-08 15:52:38.000000,2025-04-25 04:08:51,391.0,15.0,46.0,22.0,102.0,2.0,48.0,193.0,2025-04-25 04:09:08,4.0.12,66.0,1225.0,1225.0,22.0,https://www.npmjs.com/package/did-jwt-vc,44027.0,44027.0,1.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3733.0,343.0,111.0,449.0,393.0,17211.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,156147.0,156147.0,3.0,,,,,,,,,,,,,,,,,,, 60,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13246.0,1535.0,526.0,30.0,845.0,53856.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,7100.0,3.0,,532513.0,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,26,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,176.0,27.0,1529.0,110.0,104.0,3480.0,2024-01-13 04:08:30,0.27.3,100.0,210.0,210.0,68.0,,,30822.0,3.0,,3538.0,,,,,,oso,https://pypi.org/project/oso,30753.0,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-05-07 15:29:49.000000,2025-05-07 15:29:12,10035.0,134.0,493.0,28.0,2341.0,132.0,1236.0,448.0,2025-05-01 17:11:14,1.3.0,100.0,,,158.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-05-08 16:54:18.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,223.0,2025-01-06 05:24:12,11.0.3,69.0,1783.0,1783.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,17384.0,17384.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-05-08 08:59:35.000000,2025-05-08 08:59:28,2256.0,47.0,955.0,40.0,1705.0,43.0,346.0,8018.0,2025-04-29 15:40:24,backend/v2.0.0,33.0,315.0,315.0,50.0,,,18.0,3.0,,641.0,,,,,,,,,,,,,,,,, 65,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],25,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-05-06 23:30:58.000000,2025-05-06 01:13:18,3393.0,93.0,280.0,52.0,2652.0,29.0,252.0,935.0,2025-05-03 04:53:51,1.12.16,100.0,35.0,35.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-05-08 17:38:50.000000,2025-05-07 06:39:21,1658.0,76.0,91.0,26.0,1236.0,98.0,303.0,315.0,2025-04-16 11:51:25,1.5.1,38.0,144.0,144.0,43.0,,,,1.0,,,,,,,,,,,,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,435.0,33.0,130.0,531.0,786.0,17741.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3273.0,3.0,,202941.0,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-05-08 16:31:24.000000,2025-05-01 10:52:12,1268.0,76.0,576.0,66.0,599.0,126.0,394.0,14108.0,2025-05-05 12:09:07,10.1.4,85.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-04-30 01:17:58.000000,2025-03-03 16:29:56,2035.0,3.0,209.0,30.0,544.0,57.0,101.0,5281.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6303.0,3.0,,1443.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,319982.0,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-05-08 13:42:06.000000,2025-05-08 13:33:59,6801.0,183.0,313.0,423.0,4556.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,153.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-28 23:44:12.000000,2025-04-28 23:40:37,2572.0,37.0,348.0,29.0,117.0,2.0,124.0,1645.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,293.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,29915.0,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-05-08 12:53:24.000000,2025-05-07 13:35:21,16174.0,80.0,342.0,50.0,7804.0,,,1236.0,,,,,,239.0,,,38493.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-05-07 05:10:16.350132,173.0,6005014.0,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-05-05 15:26:35.000000,2024-09-24 13:03:05,4401.0,,125.0,45.0,1899.0,177.0,932.0,849.0,2025-04-30 17:07:19,1.22.0,78.0,,,106.0,,,67555.0,3.0,,1128.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7227164.0,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-05-08 07:53:06.000000,2025-02-27 17:32:56,1900.0,12.0,133.0,22.0,831.0,65.0,392.0,465.0,2024-04-02 18:54:31,6.0.0,44.0,840.0,840.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-05-08 12:47:07.000000,2025-04-14 07:52:27,1888.0,41.0,241.0,56.0,351.0,32.0,89.0,589.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1482.0,2.0,-1.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-14 07:55:43.199815,,137869.0,,,,,,,,,,,, 76,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-05-08 15:38:03.000000,2025-05-08 15:38:03,14488.0,312.0,142.0,15.0,2104.0,91.0,2878.0,410.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,,9412.0,,,,,,,,,,,,,,,,, 77,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-05-07 17:08:40.000000,2025-05-02 09:55:46,1150.0,45.0,201.0,28.0,1414.0,202.0,612.0,297.0,2025-05-06 15:11:28,0.5.14,100.0,,,73.0,,,,2.0,1.0,,,,,,,,,,,,,,,,,, 78,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-05-05 06:30:43.000000,2025-05-05 01:37:56,318.0,15.0,18.0,14.0,125.0,1.0,11.0,89.0,2025-03-29 02:34:05,2.0.30,41.0,1305.0,1305.0,12.0,https://www.npmjs.com/package/web-did-resolver,31911.0,31911.0,2.0,,,,,,,,,,,,,,,,,,, 79,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-06 18:20:17.000000,2025-04-17 21:08:55,4062.0,9.0,778.0,247.0,352.0,64.0,210.0,2873.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,855.0,3.0,,118090.0,,,,,,,,,,,,,,,,, 80,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,22,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,186.0,42.0,305.0,47.0,221.0,1261.0,2022-09-28 20:32:17,3.0.1,19.0,327.0,327.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 81,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-05-08 09:10:40.000000,2025-05-07 19:34:22,2699.0,31.0,187.0,179.0,967.0,71.0,1185.0,1231.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-05-02 16:11:06.000000,2025-04-30 08:15:50,15161.0,36.0,669.0,109.0,19.0,,,700.0,,,,170.0,170.0,744.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,7.0,56.0,7.0,33.0,1.0,54.0,529.0,2025-03-16 21:06:42,2.3.0,37.0,4926.0,4926.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-05-07 08:02:23.000000,2025-05-05 01:22:01,402.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7311.0,7311.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-05-08 17:12:51.000000,2025-05-08 16:39:36,4856.0,343.0,64.0,8.0,822.0,20.0,203.0,167.0,2025-05-07 10:22:09,0.14.0,100.0,1.0,1.0,28.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 86,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-05-06 21:40:00.000000,2025-05-06 21:37:52,1980.0,74.0,148.0,26.0,1227.0,30.0,252.0,165.0,2025-05-06 21:40:00,2.1.0,4.0,,,56.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-05-08 08:56:08.000000,2025-05-06 15:52:46,2953.0,85.0,37.0,14.0,3795.0,55.0,101.0,73.0,2025-04-18 12:10:57,2.4.1,34.0,959.0,959.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,497.0,408.0,24.0,1.0,143.0,28459.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28682.0,3.0,,1348096.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,318.0,61.0,158.0,250.0,601.0,6232.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,263.0,3.0,,22946.0,,,,,,,,,,,,,,,howdy,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,296.0,60.0,236.0,4.0,131.0,4056.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,752.0,95.0,353.0,177.0,361.0,1850.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,2.0,51.0,14.0,239.0,29.0,87.0,78.0,2024-02-13 10:21:42,0.2.0,30.0,71.0,71.0,27.0,,,9053.0,2.0,,253505.0,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,558.0,122.0,508.0,622.0,14071.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,11.0,659.0,64.0,1821.0,38.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,838.0,,,,,,,,,,,,,,,,, 95,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,20,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-05-05 14:14:09.000000,2025-05-05 14:14:08,964.0,16.0,58.0,11.0,331.0,5.0,112.0,689.0,,,,1083.0,1083.0,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,20,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-08 17:38:27.000000,2025-05-08 17:38:27,165.0,24.0,41.0,3.0,59.0,1.0,43.0,347.0,2025-02-16 06:44:03,4.0.0,22.0,75.0,75.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,6.0,123.0,27.0,362.0,50.0,75.0,224.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-04-08 09:06:28.000000,2025-04-08 09:06:28,1305.0,4.0,290.0,90.0,520.0,31.0,168.0,3122.0,2021-06-23 10:02:43,ctap2.0,1.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,297.0,93.0,43.0,28.0,24.0,2925.0,,,,1.0,1.0,27.0,,,2290.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2290.0,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-05-07 12:59:44.000000,2025-05-01 16:30:58,2593.0,67.0,80.0,19.0,927.0,5.0,132.0,496.0,2025-05-01 01:52:09,0.29.1.RELEASE,76.0,,,32.0,,,,3.0,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 103,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-04-21 12:06:16.000000,2025-03-12 15:21:23,2409.0,11.0,212.0,53.0,645.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 104,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-05-06 10:46:28.000000,2025-04-30 10:16:32,527.0,3.0,34.0,4.0,259.0,6.0,39.0,67.0,2025-04-30 10:16:50,1.28.0,93.0,243.0,243.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-05-06 17:35:27.000000,2025-05-06 17:35:27,2854.0,52.0,57.0,11.0,679.0,176.0,124.0,63.0,,,1.0,54.0,54.0,30.0,,,,2.0,1.0,,,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,877.0,247.0,251.0,201.0,554.0,2993.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,3.0,58.0,2422.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 108,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1268.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,95.0,3.0,,2383.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,165.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,310.0,33.0,9.0,43.0,783.0,2023-01-31 02:32:05,2.1.1,52.0,26.0,26.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-05-07 14:53:16.000000,2025-05-05 15:08:14,1236.0,28.0,46.0,51.0,303.0,189.0,151.0,513.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-05-02 11:54:02.000000,2025-05-02 11:54:00,628.0,9.0,63.0,33.0,446.0,93.0,120.0,210.0,,,,180.0,180.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,58.0,58.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,103.0,24.0,68.0,200.0,,,,529.0,529.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8148.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 117,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-04-10 17:00:17.000000,2025-03-15 23:52:26,587.0,5.0,165.0,80.0,251.0,30.0,52.0,1570.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-06 13:23:56.000000,2025-05-06 11:35:07,1960.0,12.0,151.0,63.0,531.0,5.0,238.0,638.0,,,,,,68.0,,,,3.0,1.0,,,,,,,,,,,,,,,,,, 119,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-05 00:33:30.000000,2025-05-05 00:33:28,1395.0,30.0,97.0,76.0,509.0,12.0,361.0,422.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 120,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-27 18:07:38.000000,2025-04-27 18:07:12,2238.0,18.0,99.0,81.0,849.0,7.0,715.0,311.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 121,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,32.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,15.0,217.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1352.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1352.0,,,,,,,,, 123,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 124,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-05-08 18:19:37.000000,2025-05-08 10:38:46,1365.0,203.0,19.0,16.0,1167.0,7.0,5.0,122.0,2025-05-01 08:44:32,1.0.1,2.0,,,16.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 125,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,524.0,3.0,,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23464.0,,,,,,,,,,,, 126,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-07 09:51:20.000000,2025-04-23 21:49:08,3226.0,82.0,18.0,11.0,293.0,13.0,10.0,67.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-05-07 10:28:34.000000,2025-05-07 10:28:30,5065.0,89.0,17.0,6.0,537.0,38.0,2735.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-04-22 19:18:16.000000,2025-04-22 19:17:15,733.0,13.0,81.0,70.0,320.0,123.0,232.0,415.0,,,,,,39.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,38.0,258.0,46.0,77.0,292.0,,,,6.0,6.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 130,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-05-06 17:52:13.000000,2025-05-06 17:52:12,152.0,5.0,44.0,17.0,62.0,21.0,16.0,256.0,,,,,,11.0,https://www.npmjs.com/package/did-resolver,290188.0,290188.0,3.0,,,,,,,,,,,,,,,,,,, 131,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,6.0,208.0,50.0,408.0,42.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 132,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,15,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-02 10:13:06.000000,2025-03-06 20:03:47,2023.0,2.0,85.0,8.0,777.0,3.0,131.0,97.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,26.0,29.0,27.0,67.0,13.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-04-21 18:58:30.000000,2025-03-14 19:53:31,1386.0,33.0,20.0,8.0,147.0,17.0,17.0,76.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,108.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4768.0,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-05-08 00:17:28.000000,2025-05-06 20:42:24,787.0,11.0,32.0,18.0,277.0,2.0,292.0,60.0,2025-04-28 12:08:34,draft-ietf-oauth-selective-disclosure-jwt-18,13.0,,,26.0,,,,3.0,1.0,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,65.0,13.0,9.0,11.0,1.0,5.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,160.0,34.0,95.0,33.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,253.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,190.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17682.0,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,7.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],13,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,10.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-05-07 23:21:18.000000,2025-05-07 23:21:11,2057.0,17.0,25.0,7.0,334.0,17.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,950.0,,,,,,,,,,,, 149,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,82.0,82.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 153,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],11,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,,9.0,5.0,,,,135.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,,9.0,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-05-05 16:58:23.000000,2025-05-05 16:58:22,152.0,17.0,15.0,46.0,88.0,62.0,83.0,107.0,,,,,,14.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,26.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-05-06 22:39:16.000000,2025-05-06 22:39:15,443.0,73.0,1.0,6.0,337.0,,,2.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,13.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,2.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,8,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,3.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,143.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3167.0,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,436603.0,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4423071.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-05-15_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇39 · ⭐ 9.8K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - authlib (🥇39 · ⭐ 4.8K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - ory-hydra (🥈36 · ⭐ 16K · 📈) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - node-oidc-provider (🥈33 · ⭐ 3.4K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - athenz (🥈27 · ⭐ 940 · 📈) - Open source platform for X.509 certificate based service.. Apache-2 linux-foundation ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - permify (🥉27 · ⭐ 5.4K · 📉) - An open-source authorization as a service inspired by Google.. ❗️AGPL-3.0 - py_webauthn (🥈26 · ⭐ 930 · 📉) - Pythonic WebAuthn. BSD-3 - indy-node (🥈19 · ⭐ 700 · 📉) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger - laragear-webauthn (🥉17 · ⭐ 350 · 📉) - Authenticate users with Passkeys: fingerprints, patterns.. MIT - webauthn-ruby (🥉15 · ⭐ 690 · 📉) - WebAuthn ruby server library Make your Ruby/Rails web server.. MIT ================================================ FILE: history/2025-05-15_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,updated_github_id,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-05-13 02:03:30.000000,2025-05-13 02:03:30,3888.0,38.0,3774.0,110.0,3211.0,337.0,4564.0,26752.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,452430.0,452430.0,882.0,https://www.npmjs.com/package/next-auth,5876526.0,5876526.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-05-15 17:06:37.000000,2025-05-15 17:06:36,9551.0,265.0,2154.0,150.0,3925.0,148.0,3390.0,12797.0,2025-04-25 14:57:32,1.12.17,100.0,1812.0,1812.0,503.0,,,2994011.0,1.0,113772435.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-05-14 11:48:13.000000,2025-05-14 11:48:13,4141.0,95.0,2151.0,233.0,4688.0,224.0,2183.0,13114.0,2025-03-31 20:26:21,1.12.1,71.0,13671.0,13671.0,424.0,,,2955835.0,1.0,8686555.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,315954319.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-05-15 15:54:10.125123,2025-05-15 15:09:54,5625.0,130.0,1396.0,131.0,4803.0,386.0,2363.0,10285.0,2025-05-02 18:03:28,1.4.2,100.0,5367.0,5367.0,513.0,,,5535650.0,1.0,14248628.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-05-15 15:54:10.125123,44.0,598693606.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-02 11:05:43.000000,2025-05-02 11:05:43,1996.0,140.0,2565.0,176.0,282.0,6.0,1179.0,19028.0,2024-08-17 07:30:49,0.0.93,13.0,7573.0,7573.0,88.0,,,622485.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,622485.0,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-05-15 12:41:56.000000,2025-05-15 12:41:56,10516.0,70.0,1459.0,133.0,1373.0,119.0,1034.0,9819.0,2025-04-07 17:05:07,1.0.3,14.0,3482.0,3482.0,258.0,,,1137482.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1137482.0,5.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-15 14:20:51.000000,2025-05-15 14:20:51,1531.0,73.0,474.0,60.0,251.0,105.0,388.0,4823.0,2025-04-02 13:03:49,1.5.2,40.0,42826.0,42826.0,129.0,,,24563663.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,24563663.0,1.0,authlib/authlib,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-05-14 20:02:30.000000,2025-03-08 06:23:18,1704.0,1.0,477.0,63.0,499.0,84.0,296.0,2876.0,2023-01-10 13:13:43,3.2.2,48.0,626995.0,626995.0,198.0,,,144581139.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,144581139.0,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-05-15 18:17:31.000000,2025-05-15 17:53:24,21208.0,394.0,4249.0,798.0,24140.0,1102.0,5211.0,32390.0,2025-04-30 14:33:02,1.19.3,100.0,14599.0,14599.0,1582.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,300.0,162.0,350.0,430.0,23311.0,,,,1282237.0,1282237.0,38.0,https://www.npmjs.com/package/passport,14229548.0,14229548.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-05-15 18:14:54.000000,2025-05-15 13:38:32,4035.0,44.0,1431.0,238.0,1899.0,77.0,1476.0,16249.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3569842.0,2.0,912818.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427092371.0,,,,1.0,,https://k8s.ory.sh/helm/charts,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-05-15 17:54:20.000000,2025-05-15 17:54:18,4665.0,113.0,974.0,113.0,2204.0,151.0,1234.0,11903.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,234.0,,,1361002.0,1.0,51581.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114256563.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13359.0,1568.0,237.0,771.0,594.0,54753.0,2018-04-02 17:18:43,1.2.2,2.0,5076.0,5076.0,54.0,,,209640.0,2.0,1412.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9369.0,face_recognition,https://pypi.org/project/face_recognition,209531.0,,,,,,,,,, 24,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1667.0,243.0,523.0,45.0,793.0,18594.0,2025-04-19 15:31:30,2.105.0,100.0,3415.0,3415.0,153.0,https://www.npmjs.com/package/casbin,262464.0,404375.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,141911.0,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-05-14 11:02:10.000000,2025-05-14 11:02:10,4880.0,35.0,1897.0,188.0,1884.0,473.0,1500.0,11892.0,2025-03-05 07:11:35,r1.5.0,17.0,157.0,157.0,156.0,,,391414.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,391414.0,,,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-05-10 18:18:12.000000,2025-04-16 03:36:29,1661.0,4.0,278.0,40.0,467.0,17.0,472.0,6368.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,98044.0,98044.0,72.0,https://www.npmjs.com/package/@casl/ability,2987087.0,2987087.0,1.0,,,,,,,,,,,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-05-15 13:20:41.461737,2025-05-15 13:04:36,2759.0,73.0,1319.0,77.0,1842.0,116.0,1569.0,11560.0,2025-05-15 13:14:04,1.908.0,100.0,11.0,11.0,225.0,,,10499.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-05-15 13:20:41.461737,19.0,577497.0,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-05-15 15:29:28.000000,2025-05-15 09:14:11,27788.0,1153.0,3914.0,596.0,5560.0,,,11235.0,2025-05-04 08:38:22,7.2.2,100.0,21.0,21.0,362.0,,,7262.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-05-15 05:30:53.662862,131.0,1191012.0,,,,,,,,,,,,, 29,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-05-15 14:42:21.000000,2025-05-15 13:47:14,9451.0,254.0,555.0,57.0,7041.0,316.0,1464.0,4529.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,10824.0,2.0,400524.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-04-23 09:19:10.000000,2025-04-23 09:19:10,2360.0,11.0,5503.0,515.0,192.0,1171.0,1389.0,25175.0,2023-04-02 07:43:27,0.7,1.0,4284.0,4284.0,66.0,,,317299.0,2.0,7932440.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,186.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-05-13 12:26:22.000000,2025-05-13 12:15:58,4794.0,319.0,308.0,49.0,1808.0,98.0,412.0,5660.0,2025-05-02 11:43:59,1.43.0,94.0,108.0,108.0,57.0,,,104482.0,2.0,162525.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-05-02 11:52:32.045077,7.0,4535518.0,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-05-14 22:11:04.505069,2025-05-14 20:54:39,3757.0,95.0,295.0,41.0,4505.0,101.0,952.0,4274.0,2025-05-08 14:48:49,0.29.3,100.0,22.0,22.0,95.0,,,21220179.0,2.0,68027.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-05-14 22:11:04.505069,12.0,1612648864.0,,,,,,,,,,,,, 33,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-05-12 10:20:26.000000,2025-05-12 10:20:22,2654.0,113.0,758.0,69.0,259.0,,,3406.0,2025-04-28 06:37:52,9.1.1,100.0,1728.0,1728.0,74.0,https://www.npmjs.com/package/oidc-provider,461830.0,461830.0,2.0,,,,,,,,,,1.0,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-05-15 16:46:48.000000,2025-05-15 14:38:10,7189.0,139.0,498.0,77.0,4481.0,151.0,1433.0,1947.0,2025-05-07 15:40:24,1.12.1,100.0,168.0,168.0,216.0,,,8771.0,2.0,587688.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-03-06 05:02:42.000000,2025-02-10 21:50:06,3612.0,,411.0,29.0,543.0,88.0,358.0,585.0,2025-02-10 21:52:03,7.5.2,53.0,2024.0,2024.0,175.0,,,1215995.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1215995.0,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,The Single Sign-On Multi-Factor portal for web apps.,,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-05-15 04:05:13.000000,2025-05-14 07:24:22,7427.0,611.0,1212.0,163.0,7409.0,50.0,1287.0,23777.0,2025-05-11 11:12:15,4.39.3,100.0,,,227.0,,,912.0,2.0,54773.0,,,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-05-15 12:36:48.000000,2025-05-15 12:36:48,15922.0,729.0,751.0,115.0,8123.0,1227.0,14541.0,807.0,2025-02-28 19:19:04,7.1.0,100.0,,,718.0,,,15113.0,2.0,16924.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1963267.0,,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-05-15 18:19:46.000000,2025-05-15 18:19:16,17317.0,926.0,1120.0,68.0,10997.0,646.0,2404.0,16192.0,2025-05-15 17:48:29,ersion/2025.4.1,100.0,,,375.0,,,200.0,2.0,5821.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Open-source identity platform for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-05-15 09:27:28.000000,2025-05-15 06:39:16,7443.0,287.0,527.0,50.0,6630.0,143.0,499.0,10129.0,2025-04-27 10:03:16,1.27.0,70.0,24.0,24.0,74.0,,,5682.0,2.0,5537.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-05-15 06:43:04.320769,5.0,260093.0,,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-05-15 05:01:49.000000,2025-05-14 19:19:41,3296.0,123.0,1663.0,176.0,2693.0,316.0,847.0,9893.0,2025-04-14 23:46:42,2.42.1,89.0,171.0,171.0,270.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-05-12 03:52:14.000000,2025-04-28 09:15:41,1609.0,18.0,353.0,55.0,1315.0,33.0,291.0,5028.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,596110.0,2.0,29067.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51233550.0,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-05-15 17:55:35.000000,2025-05-14 17:00:34,4636.0,69.0,284.0,200.0,5348.0,107.0,274.0,3939.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,180.0,,,300576.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19236871.0,,,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9658.0,647.0,303.0,,,81729.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,753474.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,753474.0,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-29 14:37:34.000000,2025-04-29 14:37:32,1431.0,7.0,351.0,49.0,757.0,63.0,293.0,3399.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,979402.0,3.0,51968.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90051974.0,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-05-13 17:02:31.000000,2025-05-13 14:37:52,2877.0,52.0,129.0,64.0,320.0,41.0,292.0,940.0,2025-03-18 11:59:27,5.6.1,41.0,174.0,174.0,48.0,,,122778.0,2.0,20125.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,122589.0,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-05-15 12:53:25.000000,2025-05-14 19:32:21,650.0,16.0,71.0,38.0,228.0,5.0,86.0,354.0,2025-05-14 19:32:41,8.0.15,100.0,5865.0,5865.0,42.0,https://www.npmjs.com/package/did-jwt,294091.0,294091.0,1.0,,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-05-15 06:47:55.000000,2025-05-13 08:32:48,3696.0,142.0,702.0,58.0,6250.0,674.0,2133.0,10603.0,2025-05-13 05:14:39,2.65.9,100.0,,,189.0,,,1700.0,3.0,6802.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,https://charts.zitadel.com,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-01 08:53:14.000000,2025-04-04 08:27:33,2503.0,4.0,1030.0,104.0,874.0,44.0,848.0,5389.0,2025-04-04 08:29:47,5.8.2,70.0,10038.0,10038.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-05-13 07:13:28.000000,2025-05-13 07:09:43,2006.0,92.0,154.0,33.0,2140.0,41.0,346.0,3820.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2238.0,3.0,111911.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-05-14 10:57:12.000000,2025-05-14 10:57:12,2366.0,98.0,223.0,22.0,2466.0,203.0,819.0,3488.0,2025-05-14 05:40:36,1.6.3,39.0,42.0,42.0,112.0,,,7601.0,3.0,416.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-05-14 05:53:01.182175,3.0,569664.0,,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-05-15 17:04:15.000000,2025-05-15 17:04:13,7195.0,456.0,377.0,41.0,1178.0,7.0,313.0,1544.0,2025-05-07 02:07:18,is-7.2.3,78.0,2817.0,2817.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3501.0,750.0,77.0,2.0,382.0,15364.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1401.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162618.0,,,,,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-05-15 00:28:56.000000,2025-05-14 23:20:05,6988.0,115.0,597.0,139.0,5007.0,166.0,2983.0,5427.0,2025-05-12 21:57:53,release-2025-05-12,100.0,,,137.0,,,17743.0,2.0,37169.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-30 23:02:06.654814,13.0,2006766.0,,,,,,,,,,,,, 54,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,22.0,297.0,77.0,875.0,289.0,641.0,1785.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1144.0,8993.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004797.0,,,,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-05-15 17:42:25.000000,2025-05-15 17:35:38,34967.0,205.0,85.0,31.0,6561.0,433.0,4247.0,538.0,2025-05-08 13:13:24,1.6.0,100.0,6.0,6.0,126.0,,,502.0,3.0,9552.0,,,,,,,,,,,,,,,,,, 56,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-05-12 19:33:41.000000,2025-04-25 04:08:51,391.0,14.0,46.0,22.0,102.0,2.0,48.0,193.0,2025-04-25 04:09:08,4.0.12,66.0,1237.0,1237.0,22.0,https://www.npmjs.com/package/did-jwt-vc,40610.0,40610.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3740.0,343.0,111.0,449.0,393.0,17224.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,155403.0,155403.0,3.0,,,,,,,,,,,,,,,,,,, 58,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-05-15 15:06:37.000000,2025-05-15 15:06:37,4633.0,276.0,249.0,25.0,1907.0,52.0,257.0,5383.0,2025-05-15 08:39:55,1.3.9,100.0,4.0,4.0,65.0,,,326.0,3.0,8152.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,-1.0,,,,,,,,, 59,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-05-15 15:24:13.000000,2025-05-15 15:04:38,3402.0,99.0,280.0,52.0,2662.0,29.0,252.0,936.0,2025-05-03 04:53:51,1.12.16,100.0,353.0,353.0,94.0,,,,2.0,,,,,,,,,,2.0,,,,,,,,, 60,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,26,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-02-26 17:55:37.000000,2025-02-26 17:55:36,1831.0,1.0,13253.0,1536.0,526.0,30.0,845.0,53927.0,2023-06-18 18:08:19,2.2.0,4.0,,,97.0,,,7173.0,3.0,538033.0,,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,26,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,176.0,27.0,1529.0,110.0,104.0,3479.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,24816.0,3.0,3538.0,,,,,,oso,https://pypi.org/project/oso,24747.0,,,,,,,,,, 62,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,14.0,174.0,34.0,138.0,,103.0,928.0,2025-03-07 19:43:46,2.5.2,32.0,,,30.0,,,472445.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,472445.0,-5.0,,,,,,,,, 63,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-05-15 02:52:08.000000,2025-05-15 02:51:36,10046.0,131.0,496.0,28.0,2349.0,132.0,1239.0,449.0,2025-05-01 17:11:14,1.3.0,100.0,,,159.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 64,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-05-15 17:31:49.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,224.0,2025-01-06 05:24:12,11.0.3,69.0,1787.0,1787.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,19497.0,19497.0,1.0,,,,,,,,,,,,,,,,,,, 65,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-05-15 16:47:30.000000,2025-05-15 16:45:54,2266.0,49.0,956.0,41.0,1711.0,43.0,346.0,8040.0,2025-04-29 15:40:24,backend/v2.0.0,33.0,318.0,318.0,50.0,,,19.0,3.0,646.0,,,,,,,,,,,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity.rs,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity.rs,Apache-2.0,2020-02-06 14:33:11,2025-05-13 11:44:52.000000,2025-05-09 14:11:52,1660.0,78.0,91.0,26.0,1237.0,97.0,304.0,316.0,2025-04-16 11:51:25,1.5.1,38.0,144.0,144.0,43.0,,,,1.0,,,,,,,,,,,,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,460.0,34.0,130.0,531.0,786.0,17952.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3284.0,3.0,203653.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-05-15 12:21:38.000000,2025-05-15 05:07:03,1304.0,110.0,575.0,66.0,602.0,127.0,396.0,14123.0,2025-05-15 07:03:39,11.0.1,87.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-05-10 11:55:59.000000,2025-03-03 16:29:56,2035.0,3.0,209.0,31.0,545.0,57.0,101.0,5282.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6340.0,3.0,1450.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,321883.0,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-05-12 21:48:53.000000,2025-05-12 21:48:53,6824.0,169.0,312.0,423.0,4566.0,126.0,420.0,1742.0,2024-06-11 16:44:34,1.8.2,31.0,,,153.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-04-28 23:44:12.000000,2025-04-28 23:40:37,2572.0,27.0,348.0,29.0,117.0,2.0,124.0,1650.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,294.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30004.0,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-05-14 19:55:40.954119,2025-05-12 11:13:38,16176.0,72.0,342.0,50.0,7812.0,,,1237.0,,,,,,239.0,,,38527.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-05-14 19:55:40.954119,173.0,6010266.0,,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-05-12 13:05:46.000000,2024-09-24 13:03:05,4401.0,,125.0,45.0,1900.0,140.0,969.0,851.0,2025-04-30 17:07:19,1.22.0,78.0,,,106.0,,,67591.0,3.0,1133.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7231029.0,,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-05-14 20:09:11.000000,2025-02-27 17:32:56,1900.0,12.0,133.0,22.0,832.0,65.0,392.0,466.0,2024-04-02 18:54:31,6.0.0,44.0,847.0,847.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-05-15 12:47:08.000000,2025-04-14 07:52:27,1888.0,38.0,240.0,56.0,351.0,33.0,89.0,589.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1485.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-04-14 07:55:43.199815,,138124.0,,,,,,,,,,,,, 76,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-05-15 13:32:22.000000,2025-05-15 13:32:22,14499.0,294.0,143.0,15.0,2111.0,90.0,2882.0,418.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,9504.0,,,,,,,,,,,,,,,,,, 77,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-05-15 18:02:29.000000,2025-05-15 18:02:29,1154.0,43.0,201.0,28.0,1424.0,203.0,613.0,296.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 78,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-05-12 07:10:04.000000,2025-05-12 03:23:00,319.0,15.0,18.0,14.0,125.0,1.0,11.0,89.0,2025-03-29 02:34:05,2.0.30,41.0,1313.0,1313.0,12.0,https://www.npmjs.com/package/web-did-resolver,31805.0,31805.0,2.0,,,,,,,,,,,,,,,,,,, 79,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-06 18:20:17.000000,2025-04-17 21:08:55,4062.0,9.0,778.0,247.0,352.0,64.0,210.0,2873.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,856.0,3.0,118244.0,,,,,,,,,,,,,,,,,, 80,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,22,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,1.0,186.0,42.0,305.0,47.0,221.0,1265.0,2022-09-28 20:32:17,3.0.1,19.0,329.0,329.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 81,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-05-08 09:10:40.000000,2025-05-07 19:34:22,2699.0,30.0,189.0,180.0,967.0,72.0,1185.0,1236.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-05-09 16:13:28.000000,2025-05-09 09:38:13,15162.0,33.0,669.0,109.0,19.0,,,700.0,,,,170.0,170.0,745.0,,,,3.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,4.0,56.0,7.0,33.0,1.0,54.0,531.0,2025-03-16 21:06:42,2.3.0,37.0,5005.0,5005.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-05-12 20:15:08.000000,2025-05-12 01:36:55,403.0,5.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7344.0,7344.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-05-15 17:16:59.000000,2025-05-15 15:55:27,4893.0,364.0,65.0,8.0,830.0,16.0,209.0,168.0,2025-05-07 10:22:09,0.14.0,100.0,1.0,1.0,29.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 86,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-05-15 00:00:40.000000,2025-05-14 23:59:10,1985.0,72.0,148.0,26.0,1237.0,31.0,252.0,165.0,2025-05-12 20:18:37,2.1.2,6.0,,,56.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-05-15 08:30:23.000000,2025-05-15 08:30:20,2966.0,93.0,38.0,14.0,3807.0,55.0,101.0,74.0,2025-05-09 12:38:10,2.5.0,35.0,961.0,961.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,512.0,409.0,24.0,1.0,143.0,28531.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28872.0,3.0,1357013.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,318.0,61.0,158.0,251.0,602.0,6243.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,265.0,3.0,23083.0,,,,,,,,,,,,,,,,howdy,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,296.0,60.0,236.0,4.0,131.0,4065.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,755.0,95.0,353.0,178.0,361.0,1859.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,2.0,51.0,14.0,239.0,29.0,87.0,79.0,2024-02-13 10:21:42,0.2.0,30.0,71.0,71.0,27.0,,,9115.0,2.0,255232.0,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4694.0,557.0,122.0,508.0,622.0,14075.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-05-11 12:22:33.000000,2025-05-11 12:22:32,1306.0,5.0,292.0,90.0,521.0,31.0,168.0,3125.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,296.0,93.0,43.0,28.0,24.0,2930.0,,,,1.0,1.0,27.0,,,2175.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2175.0,,,,,,,,,, 98,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,9.0,659.0,64.0,1821.0,38.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,842.0,,,,,,,,,-1.0,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-05-15 15:43:44.000000,2025-05-15 15:42:00,2609.0,83.0,81.0,19.0,933.0,5.0,132.0,497.0,2025-05-12 16:55:03,0.29.2.RELEASE,77.0,,,33.0,,,,3.0,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 100,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-12 11:55:23.000000,2025-03-12 15:21:23,2409.0,11.0,212.0,53.0,646.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,1.0,123.0,26.0,362.0,51.0,75.0,224.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-05-13 16:12:41.000000,2025-05-13 16:12:39,632.0,13.0,63.0,34.0,450.0,93.0,120.0,210.0,,,,182.0,182.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-05-13 10:12:57.000000,2025-05-13 10:06:52,530.0,6.0,36.0,4.0,261.0,6.0,39.0,67.0,2025-05-13 10:12:57,1.28.1,94.0,246.0,246.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-05-14 18:57:16.000000,2025-05-14 18:57:15,2861.0,59.0,57.0,11.0,683.0,179.0,124.0,64.0,,,1.0,54.0,54.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,881.0,247.0,251.0,201.0,554.0,3001.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,220.0,63.0,107.0,2.0,59.0,2421.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1271.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,95.0,3.0,2383.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,310.0,33.0,9.0,43.0,783.0,2023-01-31 02:32:05,2.1.1,52.0,27.0,27.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-05-14 15:23:52.000000,2025-05-12 15:13:53,1237.0,25.0,46.0,51.0,304.0,189.0,151.0,515.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,208.0,2024-10-03 18:13:37,0.0.1-beta,5.0,58.0,58.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,103.0,24.0,68.0,200.0,,,,536.0,536.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-14 21:53:47.000000,2025-05-14 21:53:47,588.0,6.0,165.0,80.0,252.0,29.0,53.0,1571.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-06 13:23:56.000000,2025-05-06 11:35:07,1960.0,12.0,152.0,63.0,531.0,5.0,238.0,639.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-05 00:33:30.000000,2025-05-05 00:33:28,1395.0,30.0,97.0,76.0,509.0,12.0,361.0,422.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 118,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,17,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,26.0,41.0,3.0,61.0,,44.0,350.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,-3.0,,,,,,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-04-27 18:07:38.000000,2025-04-27 18:07:12,2238.0,18.0,101.0,81.0,849.0,7.0,715.0,311.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,32.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,16.0,218.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,1114.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1114.0,,,,,,,,,, 122,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 123,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-05-15 15:07:50.000000,2025-05-15 15:07:46,1367.0,194.0,19.0,16.0,1175.0,7.0,5.0,122.0,2025-05-01 08:44:32,1.0.1,2.0,,,16.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,524.0,3.0,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23479.0,,,,,,,,,,,,, 125,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-13 21:48:23.000000,2025-04-21 18:58:26,1424.0,60.0,20.0,8.0,147.0,17.0,17.0,77.0,2025-03-14 19:49:21,0.17.0,26.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 126,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-13 22:31:13.000000,2025-05-13 22:27:49,3291.0,126.0,19.0,11.0,295.0,13.0,10.0,68.0,2025-03-14 20:33:56,0.33.0,49.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-05-09 12:02:22.000000,2025-05-09 10:29:02,5066.0,88.0,17.0,6.0,537.0,41.0,2735.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-05-12 14:16:28.000000,2025-05-12 14:16:28,967.0,14.0,58.0,12.0,331.0,6.0,112.0,689.0,,,,,,35.0,,,,3.0,,,,,,,,,,-5.0,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-05-13 17:25:33.000000,2025-05-13 17:23:49,735.0,12.0,82.0,71.0,322.0,124.0,231.0,416.0,,,,,,40.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 130,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,295.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 131,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-05-09 22:24:22.000000,2025-05-09 22:24:22,156.0,9.0,45.0,17.0,63.0,21.0,16.0,257.0,,,,,,12.0,https://www.npmjs.com/package/did-resolver,300737.0,300737.0,3.0,,,,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,6.0,209.0,50.0,409.0,42.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 133,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,15,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-12 18:52:59.000000,2025-03-06 20:03:47,2023.0,2.0,86.0,8.0,777.0,3.0,131.0,98.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,21.0,29.0,27.0,67.0,14.0,13.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,109.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4816.0,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-05-15 00:16:10.000000,2025-05-12 19:17:37,789.0,13.0,32.0,18.0,277.0,1.0,294.0,60.0,2025-05-12 19:19:46,draft-ietf-oauth-selective-disclosure-jwt-19,14.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,65.0,13.0,9.0,11.0,,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,160.0,34.0,95.0,33.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,252.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,190.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17682.0,,,,,,,,,,,,, 143,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,9.0,23.0,27.0,44.0,27.0,46.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,6.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,954.0,,,,,,,,,,,,, 147,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,9.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,12,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-05-13 22:52:22.000000,2025-05-07 23:21:11,2057.0,7.0,25.0,7.0,334.0,18.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 149,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,82.0,82.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 153,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],11,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-02-06 14:33:07.000000,2025-02-06 14:32:56,1035.0,,9.0,5.0,,,,136.0,2025-02-06 15:02:57,1.45.1-prociis,1.0,,,,,,3.0,3.0,9.0,,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-05-13 21:11:21.000000,2025-05-13 13:33:19,153.0,18.0,15.0,47.0,92.0,63.0,83.0,107.0,,,,,,14.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,27.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-05-15 16:38:30.000000,2025-05-15 16:38:28,446.0,76.0,1.0,6.0,340.0,,,2.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,36.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,13.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,1.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,2.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2024-11-07 10:02:48.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,16.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,144.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3176.0,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,441547.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4426166.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-05-22_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - faceswap (🥉28 · ⭐ 54K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - veramo (🥇25 · ⭐ 470 · 📈) - A JavaScript Framework for Verifiable Data. Apache-2 - openbr (🥉23 · ⭐ 2.9K · 📈) - Open Source Biometrics, Face Recognition. ❗Unlicensed - fido2-net-lib (🥉23 · ⭐ 1.3K · 📈) - FIDO2 .NET library for FIDO2 / WebAuthn Attestation and.. MIT - procivis-one-wallet (🥈16 · ⭐ 140 · 📈) - Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5.. Apache-2 w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cert-manager (🥇41 · ⭐ 13K · 📉) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - ory-hydra (🥈35 · ⭐ 16K · 📉) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - casl (🥈34 · ⭐ 6.4K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - py_webauthn (🥈25 · ⭐ 930 · 📉) - Pythonic WebAuthn. BSD-3 - opal (🥉23 · ⭐ 5.3K · 📉) - Policy and data administration, distribution, and real-time updates.. Apache-2 ================================================ FILE: history/2025-05-22_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-05-18 08:32:41.000000,2025-05-18 08:32:37,3893.0,41.0,3778.0,110.0,3218.0,346.0,4568.0,26802.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,457269.0,457269.0,883.0,https://www.npmjs.com/package/next-auth,6071843.0,6071843.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-05-22 13:40:13.000000,2025-05-22 13:40:13,4163.0,93.0,2155.0,233.0,4705.0,225.0,2186.0,13138.0,2025-03-31 20:26:21,1.12.1,71.0,13695.0,13695.0,427.0,,,2961666.0,1.0,coredns/coredns,8716221.0,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,316564372.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-05-19 04:36:15.000000,2025-05-19 04:36:15,9553.0,181.0,2158.0,150.0,3929.0,150.0,3393.0,12822.0,2025-04-25 14:57:32,1.12.17,100.0,1839.0,1839.0,504.0,,,3027798.0,1.0,,115056346.0,,,,,-1.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-05-22 11:54:02.831566,2025-05-22 11:10:28,5656.0,149.0,1398.0,131.0,4832.0,382.0,2376.0,10306.0,2025-05-02 18:03:28,1.4.2,100.0,5401.0,5401.0,514.0,,,5544592.0,1.0,openpolicyagent/opa,14442775.0,https://hub.docker.com/r/openpolicyagent/opa,2025-05-22 11:54:02.831566,44.0,599338546.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,129.0,2569.0,176.0,283.0,6.0,1180.0,19122.0,2024-08-17 07:30:49,0.0.93,13.0,7780.0,7780.0,89.0,,,621782.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,621782.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-05-22 15:23:20.000000,2025-05-22 15:23:19,10530.0,83.0,1462.0,133.0,1377.0,119.0,1035.0,9850.0,2025-04-07 17:05:07,1.0.3,14.0,3557.0,3557.0,261.0,,,1067363.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1067363.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-22 12:59:05.000000,2025-05-22 12:58:21,1541.0,71.0,476.0,60.0,253.0,103.0,390.0,4828.0,2025-04-02 13:03:49,1.5.2,40.0,43288.0,43288.0,129.0,,,26055117.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,26055117.0,authlib/authlib,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-05-15 21:26:02.000000,2025-03-08 06:23:18,1704.0,1.0,477.0,63.0,501.0,84.0,296.0,2877.0,2023-01-10 13:13:43,3.2.2,48.0,629325.0,629325.0,198.0,,,147750386.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,147750386.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-05-22 18:26:49.000000,2025-05-22 18:17:14,21264.0,442.0,4252.0,797.0,24221.0,1106.0,5211.0,32428.0,2025-05-16 17:52:45,1.19.4,100.0,14624.0,14624.0,1588.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,162.0,350.0,430.0,23315.0,,,,1289549.0,1289549.0,38.0,https://www.npmjs.com/package/passport,14889092.0,14889092.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-05-20 20:49:51.000000,2025-05-19 09:32:18,4670.0,107.0,974.0,114.0,2205.0,151.0,1234.0,11923.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,234.0,,,1361200.0,1.0,oryd/kratos,51676.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114273074.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13359.0,1568.0,238.0,771.0,594.0,54801.0,2018-04-02 17:18:43,1.2.2,2.0,5189.0,5189.0,54.0,,,210433.0,2.0,animcogn/face_recognition,1412.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9387.0,,face_recognition,https://pypi.org/project/face_recognition,210324.0,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1665.0,243.0,523.0,44.0,794.0,18627.0,2025-04-19 15:31:30,2.105.0,100.0,3418.0,3418.0,153.0,https://www.npmjs.com/package/casbin,265611.0,410936.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,145325.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-05-21 11:30:04.000000,2025-05-21 11:30:01,4041.0,40.0,1430.0,239.0,1904.0,77.0,1477.0,16263.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3570332.0,2.0,oryd/hydra,920858.0,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427139984.0,-1.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-05-22 11:04:05.000000,2025-05-22 11:04:05,4883.0,36.0,1898.0,188.0,1887.0,474.0,1500.0,11916.0,2025-03-05 07:11:35,r1.5.0,17.0,158.0,158.0,156.0,,,390108.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,390108.0,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-05-22 12:58:56.290119,2025-05-22 12:42:47,2768.0,75.0,1325.0,77.0,1854.0,119.0,1579.0,11605.0,2025-05-22 12:52:30,1.917.0,100.0,11.0,11.0,226.0,,,10627.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-05-22 12:58:56.290119,19.0,584534.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-05-22 16:52:43.819947,2025-05-22 02:49:56,27909.0,1191.0,3909.0,596.0,5614.0,,,11241.0,2025-05-04 08:38:22,7.2.2,100.0,21.0,21.0,362.0,,,7291.0,1.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-05-22 16:52:43.819947,131.0,1195738.0,,,,,,,,,,,,, 28,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-05-19 20:55:00.000000,2025-04-16 03:36:29,1661.0,2.0,279.0,40.0,467.0,18.0,472.0,6375.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,98808.0,98808.0,72.0,https://www.npmjs.com/package/@casl/ability,3125288.0,3125288.0,2.0,,,,,,,-1.0,,,,,,,,,,,, 29,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-05-22 14:51:59.000000,2025-05-22 14:26:19,9456.0,248.0,554.0,57.0,7051.0,316.0,1464.0,4526.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,10833.0,2.0,,400830.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,11.0,5518.0,515.0,194.0,1171.0,1389.0,25254.0,2023-04-02 07:43:27,0.7,1.0,4369.0,4369.0,66.0,,,322409.0,2.0,animcogn/insightface,8060175.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,189.0,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-05-22 15:09:40.000000,2025-05-20 22:15:18,4806.0,317.0,311.0,50.0,1815.0,99.0,412.0,5679.0,2025-05-19 19:53:03,1.44.0,95.0,108.0,108.0,59.0,,,105753.0,2.0,authzed/spicedb,164698.0,https://hub.docker.com/r/authzed/spicedb,2025-05-19 20:02:45.579058,7.0,4590491.0,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-05-22 18:04:57.227326,2025-05-20 18:15:10,3761.0,96.0,296.0,41.0,4513.0,101.0,952.0,4283.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,21220351.0,2.0,pomerium/pomerium,67885.0,https://hub.docker.com/r/pomerium/pomerium,2025-05-22 18:04:57.227326,12.0,1612660782.0,,,,,,,,,,,,, 33,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-05-22 09:26:21.000000,2025-05-22 09:26:17,2656.0,112.0,758.0,69.0,259.0,,,3411.0,2025-04-28 06:37:52,9.1.1,100.0,1745.0,1745.0,74.0,https://www.npmjs.com/package/oidc-provider,493303.0,493303.0,2.0,,,,,,,,,,,,,,,,,,, 34,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-05-22 16:54:46.000000,2025-05-22 13:43:01,7198.0,125.0,497.0,78.0,4492.0,150.0,1436.0,1952.0,2025-05-19 17:21:24,1.12.2,100.0,168.0,168.0,216.0,,,8928.0,2.0,ghcr.io/spiffe/spire-server,598201.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 35,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-05-19 21:33:58.000000,2025-02-10 21:50:06,3612.0,,411.0,29.0,544.0,88.0,358.0,585.0,2025-02-10 21:52:03,7.5.2,53.0,2029.0,2029.0,175.0,,,1219538.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1219538.0,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-05-22 16:09:40.000000,2025-05-22 16:09:39,7478.0,594.0,1218.0,163.0,7452.0,52.0,1287.0,23910.0,2025-05-11 11:12:15,4.39.3,100.0,,,229.0,,,919.0,2.0,,55168.0,,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-05-22 13:35:43.000000,2025-05-22 13:35:43,15993.0,637.0,750.0,115.0,8151.0,1254.0,14565.0,807.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15121.0,2.0,wso2/wso2is,16974.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,36.0,1964265.0,,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-05-22 18:04:07.000000,2025-05-22 18:01:27,17370.0,914.0,1127.0,69.0,11098.0,643.0,2422.0,16290.0,2025-05-15 17:48:29,ersion/2025.4.1,100.0,,,375.0,,,202.0,2.0,,5858.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Open-source identity infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-05-22 02:44:24.000000,2025-05-22 02:38:46,7455.0,280.0,531.0,49.0,6641.0,132.0,510.0,10172.0,2025-04-27 10:03:16,1.27.0,70.0,24.0,24.0,75.0,,,5709.0,2.0,svhd/logto,5592.0,https://hub.docker.com/r/svhd/logto,2025-05-22 02:42:34.996009,5.0,261239.0,,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-05-22 09:02:31.000000,2025-05-22 02:49:35,3319.0,116.0,1671.0,176.0,2707.0,317.0,847.0,9904.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,271.0,,,3.0,2.0,quay.io/dexidp/dex,357.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-05-22 03:58:51.000000,2025-04-28 09:15:41,1609.0,18.0,353.0,56.0,1320.0,33.0,291.0,5036.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,596149.0,2.0,oryd/keto,29118.0,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51236791.0,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-05-22 18:29:16.000000,2025-05-22 16:43:35,4642.0,72.0,285.0,200.0,5375.0,108.0,274.0,3942.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,181.0,,,301777.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19313776.0,,,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9733.0,648.0,303.0,,,82067.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,707614.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,707614.0,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-29 14:37:34.000000,2025-04-29 14:37:32,1431.0,7.0,348.0,50.0,757.0,63.0,293.0,3397.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,979558.0,3.0,oryd/oathkeeper,52182.0,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90066070.0,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-05-22 17:29:53.000000,2025-05-13 14:37:52,2877.0,52.0,129.0,64.0,320.0,41.0,292.0,943.0,2025-03-18 11:59:27,5.6.1,41.0,175.0,175.0,48.0,,,120943.0,2.0,,20561.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,120750.0,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-05-22 13:10:54.000000,2025-05-14 19:32:21,650.0,16.0,71.0,38.0,228.0,5.0,86.0,354.0,2025-05-14 19:32:41,8.0.15,100.0,5894.0,5894.0,42.0,https://www.npmjs.com/package/did-jwt,311522.0,311522.0,1.0,,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-05-22 12:31:43.000000,2025-05-21 12:40:47,3709.0,146.0,703.0,58.0,6284.0,694.0,2141.0,10658.0,2025-05-21 12:40:54,3.1.0,100.0,,,192.0,,,1759.0,3.0,ghcr.io/zitadel/zitadel,7039.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,https://charts.zitadel.com,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-01 08:53:14.000000,2025-04-04 08:27:33,2503.0,4.0,1030.0,104.0,874.0,44.0,848.0,5390.0,2025-04-04 08:29:47,5.8.2,70.0,10049.0,10049.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-05-22 15:37:30.000000,2025-05-22 15:37:29,2011.0,88.0,155.0,33.0,2144.0,41.0,347.0,3834.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2253.0,3.0,ghcr.io/cerbos/cerbos,112685.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-05-22 06:07:13.000000,2025-05-22 06:07:13,2374.0,97.0,225.0,23.0,2473.0,204.0,821.0,3513.0,2025-05-14 05:40:36,1.6.3,39.0,42.0,42.0,112.0,,,7682.0,3.0,kanidm/server,416.0,https://hub.docker.com/r/kanidm/server,2025-05-14 05:53:01.182175,3.0,575703.0,,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-05-22 17:28:35.000000,2025-05-22 15:50:58,7225.0,480.0,377.0,41.0,1186.0,7.0,314.0,1549.0,2025-05-07 02:07:18,is-7.2.3,78.0,2844.0,2844.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,5.0,13266.0,1536.0,526.0,30.0,845.0,53978.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7241.0,3.0,,543100.0,,,,,2.0,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,750.0,77.0,2.0,382.0,15370.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1402.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162636.0,,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-05-22 18:01:13.000000,2025-05-21 23:23:35,6997.0,121.0,595.0,139.0,5019.0,166.0,2989.0,5439.0,2025-05-20 16:26:59,release-2025-05-20,100.0,,,137.0,,,17756.0,2.0,letsencrypt/boulder-tools,37386.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-30 23:02:06.654814,13.0,2007139.0,,,,,,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1785.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,698.0,8547.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004798.0,,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-05-22 17:59:19.000000,2025-05-22 17:51:49,34981.0,199.0,83.0,31.0,6587.0,444.0,4263.0,539.0,2025-05-20 10:48:36,1.7.0,100.0,6.0,6.0,126.0,,,508.0,3.0,,9658.0,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-05-21 02:59:59.000000,2025-05-17 17:28:32,393.0,15.0,46.0,22.0,102.0,2.0,48.0,193.0,2025-05-17 17:28:49,4.0.13,67.0,1251.0,1251.0,22.0,https://www.npmjs.com/package/did-jwt-vc,40661.0,40661.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3743.0,344.0,111.0,449.0,393.0,17231.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,159689.0,159689.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-05-17 14:29:37.000000,2025-05-17 14:29:35,4639.0,274.0,249.0,25.0,1910.0,55.0,257.0,5391.0,2025-05-15 08:39:55,1.3.9,100.0,4.0,4.0,65.0,,,331.0,3.0,ghcr.io/permify/permify,8283.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-05-21 23:21:24.000000,2025-05-21 23:21:22,3414.0,99.0,281.0,52.0,2671.0,29.0,252.0,937.0,2025-05-17 00:34:11,1.12.17,100.0,354.0,354.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,26,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,1.0,178.0,27.0,1529.0,110.0,104.0,3481.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,22537.0,3.0,,3539.0,,,,,,oso,https://pypi.org/project/oso,22468.0,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-05-20 18:01:56.000000,2025-05-20 18:01:24,10052.0,132.0,496.0,28.0,2357.0,134.0,1242.0,449.0,2025-05-01 17:11:14,1.3.0,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-05-22 16:22:50.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,225.0,2025-01-06 05:24:12,11.0.3,69.0,1795.0,1795.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,22585.0,22585.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-05-21 10:11:12.000000,2025-05-21 07:37:08,2271.0,52.0,956.0,41.0,1717.0,43.0,346.0,8096.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,321.0,321.0,50.0,,,19.0,3.0,,649.0,,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,6.0,174.0,34.0,138.0,,103.0,928.0,2025-03-07 19:43:46,2.5.2,32.0,,,30.0,,,467326.0,2.0,,,,,,,-1.0,webauthn,https://pypi.org/project/webauthn,467326.0,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-05-21 14:10:26.000000,2025-02-27 17:32:56,1900.0,12.0,133.0,22.0,833.0,65.0,392.0,467.0,2024-04-02 18:54:31,6.0.0,44.0,855.0,855.0,58.0,,,,1.0,,,,,,,1.0,,,,,,,,,,,, 67,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-05-22 17:44:46.000000,2025-05-22 17:39:29,1664.0,79.0,90.0,26.0,1239.0,97.0,304.0,317.0,2025-04-16 11:51:25,1.5.1,39.0,146.0,146.0,43.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,500.0,37.0,130.0,531.0,786.0,18035.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3295.0,3.0,,204324.0,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-05-22 10:05:09.000000,2025-05-22 05:46:23,1306.0,101.0,574.0,66.0,603.0,129.0,396.0,14140.0,2025-05-15 07:03:39,11.0.1,87.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-05-21 22:00:19.000000,2025-05-21 22:00:19,6838.0,171.0,311.0,424.0,4573.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,153.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-05-22 08:54:50.000000,2025-05-22 08:54:10,2575.0,28.0,348.0,29.0,117.0,2.0,124.0,1655.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,295.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30109.0,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-05-22 10:04:18.777682,2025-05-21 14:26:57,16180.0,76.0,342.0,50.0,7824.0,,,1242.0,,,,,,239.0,,,38560.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-05-22 10:04:18.777682,173.0,6015378.0,,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-05-12 13:05:46.000000,2024-09-24 13:03:05,4401.0,,125.0,45.0,1900.0,140.0,969.0,854.0,2025-04-30 17:07:19,1.22.0,78.0,,,106.0,,,67619.0,3.0,cyberark/conjur,1133.0,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7234028.0,,,,,,,,,,,,, 74,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-05-10 11:55:59.000000,2025-03-03 16:29:56,2035.0,1.0,209.0,31.0,545.0,57.0,101.0,5291.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6374.0,3.0,permitio/opal-server,1453.0,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,323623.0,-1.0,,,,,,,,,,,, 75,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-21 19:11:52.000000,2025-05-20 18:20:40,4065.0,12.0,777.0,247.0,354.0,64.0,210.0,2875.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,858.0,3.0,,118453.0,,,,,1.0,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,,186.0,42.0,305.0,47.0,221.0,1271.0,2022-09-28 20:32:17,3.0.1,19.0,332.0,332.0,50.0,,,,3.0,,,,,,,1.0,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-05-22 15:42:18.000000,2025-05-22 15:40:55,2719.0,46.0,192.0,181.0,967.0,71.0,1187.0,1237.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-05-22 12:49:28.000000,2025-05-19 07:32:35,1889.0,37.0,240.0,56.0,353.0,33.0,89.0,590.0,2022-01-07 16:42:38,0.5.0,6.0,,,118.0,,,1487.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-05-19 07:36:03.976204,,138319.0,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-05-22 17:26:56.000000,2025-05-22 17:26:56,14511.0,287.0,143.0,16.0,2117.0,91.0,2883.0,419.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,,9504.0,,,,,,,,,,,,,,,,, 80,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-05-22 15:36:34.000000,2025-05-22 15:32:38,1157.0,43.0,201.0,28.0,1432.0,203.0,613.0,299.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-05-12 07:10:04.000000,2025-05-12 03:23:00,319.0,14.0,17.0,14.0,125.0,1.0,11.0,90.0,2025-03-29 02:34:05,2.0.30,41.0,1330.0,1330.0,12.0,https://www.npmjs.com/package/web-did-resolver,37299.0,37299.0,2.0,,,,,,,,,,,,,,,,,,, 82,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-05-16 19:09:54.000000,2025-05-16 19:09:20,15167.0,35.0,670.0,109.0,19.0,,,701.0,,,,171.0,171.0,745.0,,,,3.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-03-16 21:06:42.000000,2025-03-16 21:05:50,276.0,4.0,56.0,7.0,33.0,,55.0,532.0,2025-03-16 21:06:42,2.3.0,37.0,5100.0,5100.0,19.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-05-16 23:01:57.000000,2025-05-12 01:36:55,403.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7392.0,7392.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-05-22 12:21:45.000000,2025-05-22 12:08:41,4923.0,375.0,65.0,8.0,837.0,21.0,210.0,170.0,2025-05-07 10:22:09,0.14.0,100.0,1.0,1.0,29.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 86,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-05-22 17:18:07.000000,2025-05-22 17:16:34,1989.0,64.0,148.0,26.0,1239.0,31.0,252.0,166.0,2025-05-12 20:18:37,2.1.2,6.0,,,57.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-05-20 08:04:52.000000,2025-05-20 08:03:22,2967.0,91.0,38.0,14.0,3808.0,55.0,101.0,74.0,2025-05-09 12:38:10,2.5.0,35.0,961.0,961.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,561.0,411.0,24.0,1.0,143.0,28643.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29052.0,3.0,,1365475.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,319.0,61.0,158.0,251.0,603.0,6256.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,266.0,3.0,,23222.0,,,,,,,,,,,,,,,howdy,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,297.0,60.0,236.0,4.0,131.0,4069.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,755.0,95.0,353.0,178.0,361.0,1866.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,2.0,51.0,14.0,239.0,29.0,87.0,79.0,2024-02-13 10:21:42,0.2.0,30.0,72.0,72.0,27.0,,,9185.0,2.0,,257185.0,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4692.0,557.0,122.0,508.0,622.0,14086.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,51.0,75.0,225.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-05-11 12:22:33.000000,2025-05-11 12:22:32,1306.0,5.0,292.0,90.0,521.0,31.0,168.0,3127.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 98,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,296.0,93.0,43.0,28.0,24.0,2931.0,,,,1.0,1.0,27.0,,,2167.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2167.0,,,,,,,,, 99,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-03-10 21:46:47.000000,2025-02-24 16:33:21,4946.0,4.0,658.0,64.0,1821.0,38.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,844.0,,,,,,,,,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-05-22 01:46:20.000000,2025-05-22 01:45:05,2625.0,93.0,81.0,19.0,939.0,4.0,133.0,498.0,2025-05-12 16:55:03,0.29.2.RELEASE,77.0,,,33.0,,,,3.0,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 101,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,11.0,212.0,54.0,647.0,56.0,175.0,333.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-05-13 16:12:41.000000,2025-05-13 16:12:39,632.0,13.0,63.0,34.0,450.0,93.0,120.0,210.0,,,,184.0,184.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,19,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-05-22 17:02:07.000000,2025-05-13 10:06:52,530.0,6.0,36.0,4.0,261.0,6.0,39.0,67.0,2025-05-13 10:12:57,1.28.1,94.0,250.0,250.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-05-20 14:23:44.000000,2025-05-20 14:23:44,2924.0,120.0,57.0,11.0,687.0,179.0,126.0,64.0,,,1.0,55.0,55.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,883.0,247.0,251.0,202.0,554.0,3011.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,218.0,64.0,107.0,2.0,59.0,2422.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,49.0,6.0,308.0,16.0,22.0,1272.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,95.0,3.0,warrantdev/warrant,2385.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,310.0,33.0,9.0,43.0,783.0,2023-01-31 02:32:05,2.1.1,52.0,27.0,27.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-05-22 11:40:21.000000,2025-05-22 11:40:19,1242.0,30.0,46.0,51.0,305.0,189.0,151.0,515.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,208.0,2024-10-03 18:13:37,0.0.1-beta,5.0,59.0,59.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,103.0,24.0,68.0,200.0,,,,548.0,548.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8147.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-14 21:53:47.000000,2025-05-14 21:53:47,588.0,5.0,164.0,80.0,252.0,28.0,55.0,1573.0,,,,,,66.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-06 13:23:56.000000,2025-05-06 11:35:07,1960.0,12.0,153.0,63.0,531.0,5.0,238.0,642.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-22 15:37:16.000000,2025-05-05 00:33:28,1395.0,30.0,97.0,76.0,510.0,9.0,365.0,424.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 118,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,15.0,102.0,83.0,849.0,7.0,715.0,314.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,29.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,525.0,3.0,waltid/ssikit,131.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23504.0,,,,,,,,,,,,, 122,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,5.0,41.0,3.0,61.0,,44.0,352.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,16.0,218.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,846.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,846.0,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-19 12:55:44.000000,2025-05-19 12:55:38,1157.0,101.0,9.0,6.0,,,,138.0,2025-05-22 07:44:17,1.52.0-prociis,2.0,,,,,,4.0,2.0,,12.0,,,,,5.0,,,,,,,,,,,, 125,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-05-22 15:13:26.000000,2025-05-22 08:48:12,1380.0,190.0,20.0,16.0,1179.0,7.0,5.0,122.0,2025-05-01 08:44:32,1.0.1,2.0,,,16.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 126,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,52.0,20.0,8.0,148.0,17.0,17.0,78.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 127,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,101.0,19.0,11.0,297.0,13.0,10.0,68.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-05-22 16:46:19.000000,2025-05-22 16:46:10,5076.0,85.0,17.0,6.0,537.0,38.0,2742.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-05-16 21:59:47.000000,2025-05-16 21:59:44,968.0,11.0,58.0,12.0,332.0,6.0,112.0,690.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-05-13 17:25:33.000000,2025-05-13 17:23:49,735.0,11.0,83.0,71.0,322.0,127.0,231.0,415.0,,,,,,40.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,297.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 132,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-05-09 22:24:22.000000,2025-05-09 22:24:22,156.0,8.0,48.0,17.0,63.0,21.0,16.0,261.0,,,,,,12.0,https://www.npmjs.com/package/did-resolver,326964.0,326964.0,3.0,,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,209.0,50.0,409.0,42.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 134,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,15,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-12 18:52:59.000000,2025-03-06 20:03:47,2023.0,1.0,85.0,8.0,777.0,3.0,131.0,98.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,21.0,29.0,27.0,67.0,14.0,13.0,80.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,109.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4816.0,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-05-22 17:26:28.000000,2025-05-12 19:17:37,789.0,13.0,32.0,18.0,278.0,1.0,294.0,60.0,2025-05-12 19:19:46,draft-ietf-oauth-selective-disclosure-jwt-19,14.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,64.0,13.0,9.0,11.0,,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,34.0,95.0,33.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,252.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,190.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17685.0,,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,4.0,23.0,27.0,44.0,26.0,47.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,6.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-05-22 10:06:47.000000,2025-05-22 10:06:43,2064.0,12.0,25.0,7.0,334.0,18.0,17.0,75.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,970.0,,,,,,,,,,,,, 149,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,83.0,83.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,15.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 153,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-05-13 21:11:21.000000,2025-05-13 13:33:19,153.0,17.0,16.0,48.0,92.0,67.0,84.0,108.0,,,,,,14.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 154,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,2.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-05-22 03:28:45.000000,2025-05-22 03:28:44,470.0,100.0,1.0,5.0,356.0,,,3.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,27.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-04-14 16:28:43.000000,2025-03-20 15:44:46,97.0,1.0,10.0,10.0,120.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,2.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-05-16 16:43:02.000000,2024-10-28 13:17:47,18.0,,5.0,7.0,17.0,7.0,20.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,144.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3176.0,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,44.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,44.0,446526.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4429248.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-05-29_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oso (🥉27 · ⭐ 3.5K · 📈) - Deprecated: See README. Apache-2 - hanko (🥉26 · ⭐ 8.1K · 📈) - The Complete Authentication and User Management Solution for.. ❗Unlicensed - lemur (🥉25 · ⭐ 1.7K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - keystone (🥉23 · ⭐ 700 · 📈) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - polygon-js-sdk (🥈20 · ⭐ 67 · 📈) - SDK to work with Privado ID. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥈32 · ⭐ 25K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - veramo (🥇24 · ⭐ 470 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 - vc-data-model (🥈16 · ⭐ 320 · 📉) - W3C Verifiable Credentials v2.0 Specification. ❗️W3C w3c ================================================ FILE: history/2025-05-29_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,brew_id,trending,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-05-24 14:27:34.000000,2025-05-24 14:27:34,3896.0,38.0,3786.0,109.0,3222.0,348.0,4574.0,26842.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,462293.0,462293.0,883.0,https://www.npmjs.com/package/next-auth,6113822.0,6113822.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-05-29 14:09:19.000000,2025-05-29 14:09:19,4180.0,110.0,2159.0,233.0,4721.0,225.0,2186.0,13158.0,2025-03-31 20:26:21,1.12.1,71.0,13712.0,13712.0,428.0,,,2964584.0,1.0,coredns/coredns,8745172.0,https://hub.docker.com/r/coredns/coredns,2025-03-31 20:27:47.160048,161.0,316854644.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-05-29 10:09:52.000000,2025-05-29 10:09:52,9555.0,175.0,2159.0,150.0,3929.0,151.0,3394.0,12844.0,2025-04-25 14:57:32,1.12.17,100.0,1857.0,1857.0,505.0,,,3061270.0,1.0,,116328286.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-05-29 17:33:26.793707,2025-05-29 14:21:03,5676.0,152.0,1402.0,133.0,4848.0,381.0,2379.0,10335.0,2025-05-29 14:56:18,1.5.0,100.0,5447.0,5447.0,518.0,,,5552825.0,1.0,openpolicyagent/opa,14614209.0,https://hub.docker.com/r/openpolicyagent/opa,2025-05-29 17:33:26.793707,44.0,599945913.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,99.0,2575.0,176.0,283.0,6.0,1180.0,19203.0,2024-08-17 07:30:49,0.0.93,13.0,7957.0,7957.0,89.0,,,632656.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,632656.0,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-05-28 18:10:13.000000,2025-05-28 18:10:13,10535.0,85.0,1470.0,133.0,1379.0,119.0,1035.0,9888.0,2025-04-07 17:05:07,1.0.3,14.0,3638.0,3638.0,261.0,,,826007.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,826007.0,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-22 12:59:05.000000,2025-05-22 12:58:21,1541.0,64.0,477.0,60.0,253.0,104.0,390.0,4838.0,2025-05-23 06:59:27,1.6.0,41.0,43766.0,43766.0,129.0,,,28115329.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,28115329.0,authlib/authlib,,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-05-15 21:26:02.000000,2025-03-08 06:23:18,1704.0,1.0,478.0,63.0,501.0,84.0,296.0,2882.0,2023-01-10 13:13:43,3.2.2,48.0,631711.0,631711.0,198.0,,,150683591.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,150683591.0,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-05-29 18:18:38.000000,2025-05-29 17:36:06,21297.0,439.0,4252.0,797.0,24274.0,1112.0,5212.0,32471.0,2025-05-16 17:52:45,1.19.4,100.0,14653.0,14653.0,1590.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1221.0,300.0,162.0,350.0,430.0,23320.0,,,,1296778.0,1296778.0,38.0,https://www.npmjs.com/package/passport,14965644.0,14965644.0,2.0,,,,,,,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-05-20 20:49:51.000000,2025-05-19 09:32:18,4670.0,99.0,978.0,114.0,2206.0,151.0,1235.0,11954.0,2024-10-28 10:21:42,1.3.1,47.0,327.0,327.0,234.0,,,1361406.0,1.0,oryd/kratos,51836.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114290220.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13365.0,1566.0,238.0,771.0,594.0,54841.0,2018-04-02 17:18:43,1.2.2,2.0,5328.0,5328.0,54.0,,,203952.0,2.0,animcogn/face_recognition,1413.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9399.0,face_recognition,https://pypi.org/project/face_recognition,203843.0,,,,,,,,,, 23,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,35,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-04-19 15:33:22.000000,2025-04-19 15:30:00,1111.0,2.0,1668.0,243.0,523.0,43.0,794.0,18659.0,2025-04-19 15:31:30,2.105.0,100.0,3424.0,3424.0,153.0,https://www.npmjs.com/package/casbin,257617.0,401686.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,144069.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-05-21 11:30:04.000000,2025-05-21 11:30:01,4041.0,32.0,1436.0,239.0,1904.0,77.0,1477.0,16286.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3570782.0,2.0,oryd/hydra,929285.0,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427182031.0,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-05-26 03:08:58.000000,2025-05-26 03:08:58,4884.0,34.0,1900.0,188.0,1888.0,473.0,1501.0,11936.0,2025-03-05 07:11:35,r1.5.0,17.0,159.0,159.0,156.0,,,383797.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,383797.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-05-28 14:49:15.567153,2025-05-28 14:29:40,2776.0,78.0,1329.0,77.0,1862.0,117.0,1594.0,11647.0,2025-05-28 14:40:06,1.924.0,100.0,11.0,11.0,227.0,,,10762.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-05-28 14:49:15.567153,19.0,591915.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-05-29 11:28:07.000000,2025-05-29 09:33:34,28059.0,1236.0,3910.0,596.0,5651.0,,,11243.0,2025-05-04 08:38:22,7.2.2,100.0,21.0,21.0,362.0,,,7324.0,1.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-05-29 00:36:20.853827,131.0,1201284.0,,,,,,,,,,,,, 28,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-05-28 20:47:31.000000,2025-04-16 03:36:29,1661.0,2.0,281.0,40.0,467.0,18.0,473.0,6390.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,99557.0,99557.0,72.0,https://www.npmjs.com/package/@casl/ability,3145405.0,3145405.0,2.0,,,,,,,,,,,,,,,,,,, 29,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-05-29 18:15:29.000000,2025-05-29 17:44:23,9477.0,250.0,554.0,57.0,7068.0,316.0,1464.0,4524.0,2025-03-20 18:18:54,ockam_v0.150.0,100.0,188.0,188.0,318.0,,,10848.0,2.0,,401407.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-05-29 16:49:37.000000,2025-05-29 16:39:03,4840.0,326.0,311.0,50.0,1832.0,99.0,412.0,5716.0,2025-05-19 19:53:03,1.44.0,95.0,110.0,110.0,60.0,,,106808.0,2.0,authzed/spicedb,166680.0,https://hub.docker.com/r/authzed/spicedb,2025-05-19 20:02:45.579058,7.0,4635918.0,,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-05-29 17:08:42.000000,2025-05-29 15:34:41,3764.0,85.0,298.0,41.0,4518.0,101.0,952.0,4293.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,21220503.0,2.0,pomerium/pomerium,68177.0,https://hub.docker.com/r/pomerium/pomerium,2025-05-29 16:49:00.786800,12.0,1612671927.0,,,,,,,,,,,,, 32,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-05-28 15:03:10.000000,2025-05-28 14:55:52,2658.0,112.0,758.0,69.0,259.0,,,3417.0,2025-05-28 15:03:09,9.1.2,100.0,1767.0,1767.0,74.0,https://www.npmjs.com/package/oidc-provider,488265.0,488265.0,2.0,,,,,,,,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-05-29 17:36:28.000000,2025-05-29 17:34:28,7205.0,120.0,499.0,78.0,4501.0,144.0,1442.0,1957.0,2025-05-19 17:21:24,1.12.2,100.0,168.0,168.0,216.0,,,9073.0,2.0,ghcr.io/spiffe/spire-server,607947.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-05-19 21:33:58.000000,2025-02-10 21:50:06,3612.0,,412.0,29.0,544.0,88.0,358.0,585.0,2025-02-10 21:52:03,7.5.2,53.0,2040.0,2040.0,175.0,,,1244111.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1244111.0,,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,9.0,5525.0,514.0,194.0,1175.0,1390.0,25333.0,2023-04-02 07:43:27,0.7,1.0,4468.0,4468.0,66.0,,,327805.0,2.0,animcogn/insightface,8195090.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,189.0,,,,,,,,,-1.0,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-05-29 17:24:37.000000,2025-05-29 17:24:36,7504.0,568.0,1220.0,163.0,7482.0,53.0,1288.0,23987.0,2025-05-25 02:27:28,4.39.4,100.0,,,229.0,,,927.0,2.0,,55643.0,,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-05-29 11:23:44.000000,2025-05-29 11:23:44,16064.0,644.0,751.0,115.0,8181.0,1277.0,14581.0,807.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15132.0,2.0,wso2/wso2is,17169.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1965098.0,,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-05-29 18:05:05.000000,2025-05-29 14:23:19,17466.0,937.0,1135.0,69.0,11221.0,641.0,2435.0,16390.0,2025-05-15 17:48:29,ersion/2025.4.1,100.0,,,376.0,,,204.0,2.0,,5926.0,,,,,,,,,https://charts.goauthentik.io,,,,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Open-source auth infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-05-29 10:53:32.000000,2025-05-29 05:00:16,7459.0,268.0,534.0,49.0,6649.0,138.0,510.0,10198.0,2025-05-26 13:25:04,1.28.0,71.0,24.0,24.0,75.0,,,5740.0,2.0,svhd/logto,5611.0,https://hub.docker.com/r/svhd/logto,2025-05-29 05:04:15.749732,5.0,262711.0,,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-05-29 04:05:40.000000,2025-05-22 02:49:35,3319.0,114.0,1676.0,176.0,2716.0,319.0,847.0,9921.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,271.0,,,3.0,2.0,quay.io/dexidp/dex,357.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-05-23 03:30:52.000000,2025-04-28 09:15:41,1609.0,18.0,355.0,56.0,1322.0,33.0,291.0,5038.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,74.0,,,596188.0,2.0,oryd/keto,29178.0,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51240008.0,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-05-29 18:23:37.000000,2025-05-29 18:19:31,4656.0,83.0,285.0,200.0,5417.0,109.0,274.0,3943.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,181.0,,,302981.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19390845.0,,,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9784.0,649.0,304.0,,,82429.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,730033.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,730033.0,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-04-29 14:37:34.000000,2025-04-29 14:37:32,1431.0,7.0,349.0,50.0,757.0,63.0,293.0,3401.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,112.0,,,979702.0,3.0,oryd/oathkeeper,52369.0,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90079140.0,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-05-28 08:15:47.000000,2025-05-28 08:13:32,2891.0,59.0,129.0,63.0,320.0,40.0,295.0,947.0,2025-05-28 07:15:51,5.7.0,42.0,176.0,176.0,48.0,,,117768.0,2.0,,21171.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,117569.0,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-05-29 18:12:50.000000,2025-05-14 19:32:21,650.0,16.0,71.0,38.0,228.0,5.0,86.0,354.0,2025-05-14 19:32:41,8.0.15,100.0,5914.0,5914.0,42.0,https://www.npmjs.com/package/did-jwt,325715.0,325715.0,1.0,,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-05-29 18:23:45.000000,2025-05-29 18:23:43,3718.0,139.0,713.0,58.0,6304.0,699.0,2148.0,10729.0,2025-05-28 09:16:41,2.71.11,100.0,,,193.0,,,1745.0,3.0,ghcr.io/zitadel/zitadel,6982.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-26 13:35:47.000000,2025-05-26 13:35:41,2505.0,6.0,1031.0,104.0,875.0,44.0,848.0,5396.0,2025-04-04 08:29:47,5.8.2,70.0,10075.0,10075.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-05-29 08:00:23.000000,2025-05-29 08:00:23,2016.0,85.0,155.0,33.0,2148.0,41.0,347.0,3860.0,2025-04-07 12:01:02,0.43.0,66.0,29.0,29.0,33.0,,,2270.0,3.0,ghcr.io/cerbos/cerbos,113540.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-05-27 01:32:05.000000,2025-05-27 01:32:05,2378.0,90.0,226.0,23.0,2476.0,206.0,821.0,3535.0,2025-05-14 05:40:36,1.6.3,39.0,42.0,42.0,113.0,,,7757.0,3.0,kanidm/server,417.0,https://hub.docker.com/r/kanidm/server,2025-05-14 05:53:01.182175,3.0,581373.0,,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-05-28 15:01:06.000000,2025-05-22 15:50:58,7225.0,459.0,376.0,41.0,1188.0,7.0,314.0,1549.0,2025-05-07 02:07:18,is-7.2.3,78.0,2864.0,2864.0,336.0,,,,2.0,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13270.0,1537.0,526.0,31.0,845.0,54036.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7301.0,3.0,,547646.0,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,750.0,77.0,2.0,382.0,15371.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1402.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162648.0,,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-05-29 18:04:12.000000,2025-05-28 17:08:03,7005.0,123.0,595.0,139.0,5024.0,168.0,2992.0,5444.0,2025-05-27 16:56:50,release-2025-05-27,100.0,,,137.0,,,17842.0,2.0,letsencrypt/boulder-tools,37426.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-04-30 23:02:06.654814,13.0,2007515.0,,,,,,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,298.0,77.0,875.0,289.0,641.0,1784.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,595.0,8444.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004799.0,,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-05-29 15:20:24.000000,2025-05-29 09:16:03,35009.0,206.0,84.0,31.0,6618.0,436.0,4289.0,541.0,2025-05-20 10:48:36,1.7.0,100.0,7.0,7.0,127.0,,,510.0,3.0,,9702.0,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-05-28 19:39:24.000000,2025-05-17 17:28:32,393.0,14.0,46.0,22.0,102.0,2.0,48.0,193.0,2025-05-17 17:28:49,4.0.13,67.0,1261.0,1261.0,22.0,https://www.npmjs.com/package/did-jwt-vc,36032.0,36032.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3748.0,344.0,111.0,450.0,393.0,17254.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,155652.0,155652.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-05-29 08:09:58.000000,2025-05-29 08:09:56,4651.0,245.0,250.0,25.0,1916.0,54.0,266.0,5400.0,2025-05-15 08:39:55,1.3.9,100.0,4.0,4.0,65.0,,,337.0,3.0,ghcr.io/permify/permify,8440.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,178.0,27.0,1529.0,110.0,104.0,3481.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,21290.0,3.0,,3540.0,,,,,oso,https://pypi.org/project/oso,21221.0,,,,,,1.0,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-05-29 15:30:37.000000,2025-05-29 15:30:37,3416.0,95.0,281.0,51.0,2673.0,29.0,252.0,938.0,2025-05-17 00:34:11,1.12.17,100.0,356.0,356.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-05-26 19:54:24.000000,2025-05-21 07:37:08,2271.0,50.0,960.0,42.0,1720.0,43.0,346.0,8127.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,321.0,321.0,50.0,,,19.0,3.0,,663.0,,,,,,,,,,,,,1.0,,,, 63,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-05-28 23:30:11.000000,2025-05-28 23:29:40,10059.0,133.0,496.0,28.0,2369.0,135.0,1245.0,449.0,2025-05-01 17:11:14,1.3.0,100.0,,,160.0,,,,1.0,,,,,,,,,,openwallet-foundation/acapy,,,,,,,,, 64,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-05-29 17:28:46.000000,2025-04-04 10:50:07,522.0,2.0,74.0,27.0,154.0,5.0,48.0,225.0,2025-01-06 05:24:12,11.0.3,69.0,1798.0,1798.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,27476.0,27476.0,1.0,,,,,,,,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-05-28 13:58:09.000000,2025-05-28 13:58:09,6868.0,193.0,311.0,424.0,4585.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,153.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,1.0,,,, 66,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,4.0,174.0,34.0,139.0,,103.0,931.0,2025-03-07 19:43:46,2.5.2,32.0,,,30.0,,,500853.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,500853.0,,,,,,,,,, 67,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-05-27 12:41:55.000000,2025-05-23 09:47:05,1668.0,67.0,90.0,26.0,1241.0,95.0,307.0,319.0,2025-05-23 09:21:05,1.6.0-beta.1,39.0,147.0,147.0,43.0,,,,1.0,,,,,,,,,,iotaledger/identity,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,515.0,39.0,130.0,531.0,787.0,18082.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3307.0,3.0,,205082.0,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-05-27 18:24:51.000000,2025-05-22 05:46:23,1306.0,100.0,575.0,66.0,605.0,128.0,397.0,14164.0,2025-05-23 09:22:10,11.0.2,88.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-05-27 01:16:27.000000,2025-05-27 00:54:17,2576.0,27.0,348.0,29.0,117.0,2.0,124.0,1662.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,296.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30245.0,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-05-29 08:56:53.000000,2025-05-29 08:56:11,16188.0,77.0,343.0,50.0,7833.0,,,1245.0,,,,,,240.0,,,38592.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-05-29 07:35:52.866218,173.0,6020353.0,,,,,,,,,,,,, 72,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-05-12 13:05:46.000000,2024-09-24 13:03:05,4401.0,,125.0,45.0,1900.0,140.0,969.0,858.0,2025-04-30 17:07:19,1.22.0,78.0,,,106.0,,,67644.0,3.0,cyberark/conjur,1136.0,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7236701.0,,,,,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-05-28 19:04:01.000000,2025-02-27 17:32:56,1900.0,,133.0,22.0,833.0,65.0,392.0,467.0,2024-04-02 18:54:31,6.0.0,44.0,861.0,861.0,58.0,,,,1.0,,,,,,,,,,,,,,,-1.0,,,, 74,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,23,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-05-23 04:19:56.000000,2025-03-03 16:29:56,2035.0,1.0,210.0,31.0,546.0,57.0,101.0,5294.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6409.0,3.0,permitio/opal-server,1459.0,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,325394.0,,,,,,,,,,,,, 75,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-23 16:36:59.000000,2025-05-23 16:36:56,4067.0,14.0,777.0,247.0,354.0,64.0,210.0,2875.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,859.0,3.0,,118613.0,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,,185.0,42.0,305.0,47.0,221.0,1280.0,2022-09-28 20:32:17,3.0.1,19.0,332.0,332.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-05-28 19:18:05.000000,2025-05-22 15:40:55,2719.0,43.0,194.0,181.0,967.0,70.0,1189.0,1244.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-05-28 09:12:01.000000,2025-05-28 09:00:32,15178.0,45.0,670.0,109.0,19.0,,,701.0,,,,172.0,172.0,745.0,,,,3.0,,,,,,,,,,,,,,,1.0,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-05-29 12:47:49.000000,2025-05-27 19:07:43,1893.0,38.0,241.0,56.0,355.0,33.0,89.0,592.0,2022-01-07 16:42:38,0.5.0,6.0,,,119.0,,,1489.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-05-27 19:10:36.339311,,138495.0,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-05-29 17:27:27.000000,2025-05-29 17:27:26,14523.0,276.0,143.0,16.0,2121.0,91.0,2885.0,419.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,,9505.0,,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-05-29 12:55:40.000000,2025-05-28 11:22:53,1160.0,44.0,202.0,28.0,1437.0,209.0,615.0,300.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-05-26 07:40:51.000000,2025-05-26 02:23:41,320.0,14.0,17.0,14.0,125.0,1.0,11.0,91.0,2025-03-29 02:34:05,2.0.30,41.0,1339.0,1339.0,12.0,https://www.npmjs.com/package/web-did-resolver,44902.0,44902.0,2.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-05-29 12:53:54.000000,2025-05-29 12:53:54,278.0,6.0,57.0,7.0,34.0,,55.0,533.0,2025-03-16 21:06:42,2.3.0,37.0,5166.0,5166.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-05-28 04:20:09.000000,2025-05-12 01:36:55,403.0,4.0,42.0,22.0,132.0,3.0,18.0,218.0,2023-03-08 14:05:37,4.1.0,24.0,7416.0,7416.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-05-29 16:27:18.000000,2025-05-28 16:51:09,4959.0,341.0,68.0,8.0,852.0,24.0,211.0,173.0,2025-05-07 10:22:09,0.14.0,100.0,1.0,1.0,30.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 86,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-05-28 21:38:50.000000,2025-05-28 21:36:45,1995.0,68.0,147.0,26.0,1243.0,31.0,252.0,166.0,2025-05-28 21:38:50,2.1.4,8.0,,,57.0,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-05-27 08:28:33.000000,2025-05-27 08:27:08,2969.0,91.0,38.0,14.0,3810.0,55.0,101.0,74.0,2025-05-09 12:38:10,2.5.0,35.0,962.0,962.0,25.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,582.0,415.0,24.0,1.0,143.0,28703.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29219.0,3.0,,1373335.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,322.0,61.0,158.0,251.0,603.0,6270.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,268.0,3.0,,23369.0,,,,,,,,,,,,,,,howdy,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,299.0,60.0,236.0,4.0,131.0,4078.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,758.0,95.0,353.0,178.0,361.0,1866.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,1.0,51.0,14.0,239.0,29.0,87.0,79.0,2024-02-13 10:21:42,0.2.0,30.0,72.0,72.0,27.0,,,9256.0,2.0,,259186.0,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4692.0,557.0,122.0,508.0,622.0,14099.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,227.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-05-29 05:41:51.000000,2025-05-28 21:31:01,534.0,10.0,36.0,4.0,265.0,6.0,39.0,67.0,2025-05-29 05:41:51,1.29.3,98.0,252.0,252.0,19.0,,,,2.0,,,,,,,,,,,,,,,1.0,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-05-11 12:22:33.000000,2025-05-11 12:22:32,1306.0,5.0,292.0,90.0,521.0,31.0,168.0,3128.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,296.0,93.0,43.0,28.0,24.0,2936.0,,,,1.0,1.0,27.0,,,2017.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2017.0,,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-05-26 11:43:43.000000,2025-02-24 16:33:21,4946.0,,658.0,64.0,1822.0,38.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,845.0,,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-05-22 01:46:20.000000,2025-05-22 01:45:05,2625.0,92.0,81.0,19.0,939.0,4.0,134.0,500.0,2025-05-12 16:55:03,0.29.2.RELEASE,77.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],19,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,11.0,212.0,54.0,647.0,57.0,175.0,334.0,,,,,,94.0,,,,1.0,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 103,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-05-28 13:00:36.000000,2025-05-28 13:00:34,633.0,11.0,63.0,34.0,451.0,93.0,120.0,212.0,,,,185.0,185.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-05-29 01:24:43.000000,2025-05-29 01:24:42,2938.0,129.0,57.0,11.0,688.0,179.0,126.0,64.0,,,1.0,55.0,55.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,2.0,885.0,247.0,251.0,203.0,548.0,3019.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,218.0,64.0,107.0,2.0,59.0,2422.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1273.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,96.0,3.0,warrantdev/warrant,2421.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,85.0,184.0,73.0,69.0,1229.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,308.0,33.0,9.0,43.0,784.0,2023-01-31 02:32:05,2.1.1,52.0,27.0,27.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-05-22 11:40:21.000000,2025-05-22 11:40:19,1242.0,26.0,45.0,51.0,305.0,188.0,152.0,516.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,208.0,2024-10-03 18:13:37,0.0.1-beta,5.0,59.0,59.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,18,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,13.0,48.0,16.0,104.0,24.0,68.0,200.0,,,,552.0,552.0,15.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-29 17:03:29.000000,2025-05-29 17:03:28,592.0,8.0,165.0,81.0,254.0,28.0,55.0,1574.0,,,,,,67.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-06 13:23:56.000000,2025-05-06 11:35:07,1960.0,12.0,153.0,63.0,532.0,6.0,238.0,642.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-22 15:37:16.000000,2025-05-05 00:33:28,1395.0,29.0,97.0,76.0,510.0,9.0,365.0,425.0,,,,,,69.0,,,,2.0,,,,,,,,,,w3c/did,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,26.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],17,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 120,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-05-29 10:46:59.000000,2025-05-29 07:45:10,1399.0,192.0,20.0,16.0,1191.0,7.0,5.0,123.0,2025-05-27 09:48:32,1.0.2,3.0,,,16.0,,,,2.0,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,525.0,3.0,waltid/ssikit,131.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23527.0,,,,,,,,,,,,, 122,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,5.0,41.0,3.0,61.0,,44.0,353.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,103.0,83.0,849.0,8.0,716.0,321.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,-1.0,,,, 124,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,16.0,218.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,691.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,691.0,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,100.0,9.0,6.0,,,,138.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,5.0,2.0,,15.0,,,,,,,,,,,,,,,,, 126,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,52.0,20.0,8.0,148.0,17.0,17.0,78.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 127,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,101.0,19.0,11.0,297.0,13.0,10.0,69.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-05-28 15:08:37.000000,2025-05-28 15:08:26,5082.0,79.0,17.0,6.0,537.0,40.0,2742.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-05-23 18:27:55.000000,2025-05-23 18:27:51,969.0,12.0,58.0,12.0,332.0,3.0,115.0,692.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-05-13 17:25:33.000000,2025-05-13 17:23:49,735.0,11.0,83.0,72.0,322.0,124.0,235.0,415.0,,,,,,40.0,,,,3.0,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,300.0,,,,6.0,6.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 132,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-05-09 22:24:22.000000,2025-05-09 22:24:22,156.0,8.0,48.0,18.0,63.0,21.0,16.0,262.0,,,,,,12.0,https://www.npmjs.com/package/did-resolver,363374.0,363374.0,3.0,,,,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,209.0,50.0,409.0,43.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,w3c/did-extensions,,,,,,,,, 134,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,15,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-12 18:52:59.000000,2025-03-06 20:03:47,2023.0,1.0,85.0,8.0,777.0,3.0,131.0,99.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,17.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,109.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4816.0,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-05-29 16:47:38.000000,2025-05-29 16:40:39,795.0,15.0,32.0,18.0,283.0,1.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,64.0,13.0,9.0,11.0,2.0,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1006.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,253.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,190.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17691.0,,,,,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,4.0,23.0,27.0,44.0,26.0,47.0,122.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,4.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-05-22 10:06:47.000000,2025-05-22 10:06:43,2064.0,12.0,25.0,7.0,334.0,19.0,17.0,76.0,,,,,,14.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,978.0,,,,,,,,,,,,, 149,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,84.0,84.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 153,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-05-29 17:08:11.000000,2025-05-29 15:44:47,155.0,19.0,16.0,47.0,95.0,70.0,84.0,109.0,,,,,,14.0,,,,3.0,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 154,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,1.0,25.0,15.0,182.0,19.0,130.0,87.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-05-22 03:28:45.000000,2025-05-22 03:28:44,470.0,100.0,1.0,5.0,356.0,,,4.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,27.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,55.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-03-07 15:15:40.000000,2025-03-07 15:15:30,100.0,1.0,12.0,9.0,40.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-05-28 18:46:33.000000,2025-05-28 18:46:31,98.0,2.0,10.0,10.0,121.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,2.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-05-25 17:26:57.000000,2025-05-25 17:11:37,19.0,1.0,5.0,7.0,17.0,3.0,24.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,144.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3176.0,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,45.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,45.0,451289.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4431170.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-06-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇42 · ⭐ 13K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - casbin (🥇36 · ⭐ 19K · 📈) - An authorization library that supports access control models like.. Apache-2 - ory-hydra (🥈36 · ⭐ 16K · 📈) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - oathkeeper (🥉31 · ⭐ 3.4K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - conjur (🥉25 · ⭐ 860 · 📈) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ory-kratos (🥈32 · ⭐ 12K · 📉) - Headless cloud-native authentication and identity.. Apache-2 ory - aries-python (🥇25 · ⭐ 450 · 📉) - ACA-Py is a foundation for building decentralized.. Apache-2 hyperledger - lemur (🥉24 · ⭐ 1.7K · 📉) - Repository for the Lemur Certificate Manager. Apache-2 - py_webauthn (🥈24 · ⭐ 940 · 📉) - Pythonic WebAuthn. BSD-3 - webauthn (🥇22 · ⭐ 1.2K · 📉) - Web Authentication: An API for accessing Public Key.. ❗️W3C w3c ================================================ FILE: history/2025-06-09_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-06-08 11:42:01.000000,2025-06-08 11:42:01,3900.0,41.0,3798.0,109.0,3229.0,349.0,4579.0,26897.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,469121.0,469121.0,886.0,https://www.npmjs.com/package/next-auth,6030667.0,6030667.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-06-07 14:07:02.000000,2025-06-07 14:07:01,9617.0,218.0,2162.0,151.0,3944.0,145.0,3402.0,12871.0,2025-04-25 14:57:32,1.12.17,100.0,1875.0,1875.0,508.0,,,3030051.0,1.0,118172022.0,1.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-06-06 12:14:41.000000,2025-06-06 12:14:41,4199.0,128.0,2168.0,233.0,4740.0,229.0,2190.0,13215.0,2025-06-06 11:42:00,1.12.2,72.0,13740.0,13740.0,431.0,,,2942877.0,1.0,8787900.0,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,317369343.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-06-06 23:02:32.595842,2025-06-06 10:31:30,5696.0,151.0,1404.0,133.0,4872.0,379.0,2387.0,10368.0,2025-06-04 09:21:58,1.5.1,100.0,5501.0,5501.0,520.0,,,5514057.0,1.0,14864516.0,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-06-06 23:02:32.595842,44.0,600823029.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,45.0,2583.0,177.0,283.0,6.0,1181.0,19310.0,2024-08-17 07:30:49,0.0.93,13.0,8208.0,8208.0,89.0,,,636478.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,636478.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-06-03 14:47:48.000000,2025-06-03 14:47:48,10537.0,66.0,1473.0,133.0,1382.0,117.0,1037.0,9939.0,2025-04-07 17:05:07,1.0.3,14.0,3767.0,3767.0,261.0,,,906091.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,906091.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-30 14:15:34.000000,2025-05-30 14:15:34,1545.0,68.0,479.0,60.0,254.0,104.0,390.0,4852.0,2025-05-23 06:59:27,1.6.0,41.0,44420.0,44420.0,129.0,,,30304864.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,30304864.0,authlib/authlib,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-06-01 07:17:17.000000,2025-06-01 07:17:17,1705.0,1.0,478.0,64.0,501.0,84.0,296.0,2884.0,2023-01-10 13:13:43,3.2.2,48.0,634991.0,634991.0,199.0,,,153103888.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,153103888.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-06-09 08:28:01.000000,2025-06-07 00:35:33,21357.0,464.0,4258.0,796.0,24395.0,1115.0,5217.0,32542.0,2025-05-29 22:59:58,1.19.5,100.0,14693.0,14693.0,1592.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,162.0,350.0,430.0,23320.0,,,,1307260.0,1307260.0,38.0,https://www.npmjs.com/package/passport,14637635.0,14637635.0,2.0,,,,,,,,,,,,,,,,,,, 21,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,36,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-06-07 08:56:45.000000,2025-06-07 08:53:33,1113.0,4.0,1669.0,242.0,525.0,43.0,797.0,18713.0,2025-06-07 08:54:49,2.107.0,100.0,3438.0,3438.0,153.0,https://www.npmjs.com/package/casbin,262768.0,431234.0,1.0,,1.0,,,,,,casbin,https://pypi.org/project/casbin,168466.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-06-04 17:32:02.000000,2025-06-04 17:32:01,4052.0,43.0,1441.0,239.0,1905.0,78.0,1478.0,16330.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3541913.0,2.0,935895.0,1.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427254798.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13366.0,1567.0,239.0,772.0,594.0,54895.0,2018-04-02 17:18:43,1.2.2,2.0,5490.0,5490.0,54.0,,,194476.0,2.0,1413.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9444.0,face_recognition,https://pypi.org/project/face_recognition,194367.0,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-05-26 03:08:58.000000,2025-05-26 03:08:58,4884.0,31.0,1904.0,188.0,1892.0,458.0,1519.0,11972.0,2025-03-05 07:11:35,r1.5.0,17.0,159.0,159.0,156.0,,,386984.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,386984.0,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-06-08 16:50:50.480786,2025-06-08 16:31:34,2783.0,77.0,1340.0,78.0,1875.0,119.0,1600.0,11696.0,2025-06-08 16:41:32,1.931.0,100.0,11.0,11.0,227.0,,,10748.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-06-08 16:50:50.480786,19.0,601942.0,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-06-09 08:09:43.000000,2025-06-09 05:02:02,28238.0,1290.0,3911.0,596.0,5695.0,,,11246.0,2025-05-30 08:52:19,7.2.3,100.0,21.0,21.0,362.0,,,7328.0,1.0,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-06-09 06:53:02.872039,131.0,1209190.0,,,,,,,,,,,, 27,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-05-28 20:47:31.000000,2025-04-16 03:36:29,1661.0,2.0,281.0,40.0,469.0,18.0,473.0,6400.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,100545.0,100545.0,72.0,https://www.npmjs.com/package/@casl/ability,3048776.0,3048776.0,2.0,,,,,,,,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-06-09 08:25:25.000000,2025-06-06 19:11:12,9596.0,353.0,554.0,57.0,7140.0,,1780.0,4528.0,2025-06-04 20:58:26,ockam_v0.152.0,100.0,188.0,188.0,318.0,,,10578.0,2.0,401968.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-06-06 19:00:16.000000,2025-06-06 18:57:12,4882.0,344.0,315.0,50.0,1847.0,100.0,412.0,5752.0,2025-06-05 21:04:08,1.44.2,96.0,112.0,112.0,60.0,,,106273.0,2.0,169101.0,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-06-05 21:04:56.393311,7.0,4715753.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-06-07 22:41:06.000000,2025-06-06 22:43:27,3774.0,88.0,299.0,42.0,4532.0,101.0,953.0,4302.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,20945123.0,2.0,68422.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-06-07 00:01:11.601444,12.0,1612688160.0,,,,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-06-02 08:27:04.000000,2025-06-02 08:26:27,2663.0,114.0,759.0,69.0,259.0,,,3431.0,2025-06-02 08:27:05,9.1.3,100.0,1789.0,1789.0,74.0,https://www.npmjs.com/package/oidc-provider,453747.0,453747.0,2.0,,,,,,,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-06-09 01:02:31.000000,2025-06-07 13:14:45,7223.0,118.0,499.0,78.0,4520.0,146.0,1445.0,1964.0,2025-05-19 17:21:24,1.12.2,100.0,168.0,168.0,216.0,,,9165.0,2.0,623242.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-05-19 21:33:58.000000,2025-02-10 21:50:06,3612.0,,412.0,29.0,544.0,89.0,358.0,585.0,2025-02-10 21:52:03,7.5.2,53.0,2048.0,2048.0,175.0,,,1376091.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1376091.0,,,,,,,,, 34,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,5.0,5547.0,512.0,194.0,1178.0,1390.0,25420.0,2023-04-02 07:43:27,0.7,1.0,4607.0,4607.0,66.0,,,321939.0,2.0,8370372.0,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,192.0,,,,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-06-08 10:45:45.000000,2025-06-08 10:42:30,7546.0,530.0,1224.0,163.0,7533.0,53.0,1288.0,24080.0,2025-05-25 02:27:28,4.39.4,100.0,,,232.0,,,923.0,2.0,56326.0,,,,,,,,,,,,,,,,,, 36,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-06-04 17:13:04.000000,2025-06-04 17:13:02,4686.0,95.0,983.0,114.0,2207.0,151.0,1238.0,11998.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1345678.0,2.0,52078.0,-4.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114314594.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-06-08 17:25:18.000000,2025-06-08 17:25:18,16121.0,617.0,751.0,115.0,8211.0,1306.0,14610.0,809.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15026.0,2.0,17285.0,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1966356.0,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-06-09 05:14:49.000000,2025-06-09 02:43:50,17599.0,993.0,1154.0,69.0,11382.0,649.0,2449.0,16505.0,2025-06-06 15:28:21,ersion/2025.6.1,100.0,,,381.0,,,211.0,2.0,6133.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Auth infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-06-09 06:52:51.000000,2025-06-09 03:49:18,7475.0,262.0,538.0,49.0,6667.0,135.0,515.0,10240.0,2025-05-26 13:25:04,1.28.0,71.0,24.0,24.0,75.0,,,5665.0,2.0,5649.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-06-09 03:53:33.295656,5.0,264837.0,,,,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-06-09 04:42:59.000000,2025-05-22 02:49:35,3319.0,107.0,1681.0,176.0,2731.0,319.0,847.0,9936.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,271.0,,,3.0,2.0,357.0,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-06-06 03:13:03.000000,2025-06-04 17:08:48,1614.0,18.0,357.0,56.0,1326.0,34.0,291.0,5046.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,75.0,,,589389.0,2.0,29296.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51244668.0,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-06-08 10:17:17.000000,2025-06-05 20:42:03,4663.0,86.0,286.0,200.0,5431.0,109.0,274.0,3947.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,182.0,,,300080.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19505225.0,,,,,,,,,,,, 43,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-06-06 14:06:36.000000,2025-06-04 17:26:00,1437.0,13.0,353.0,50.0,759.0,65.0,293.0,3405.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,969391.0,3.0,52684.0,1.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90099656.0,,,,,,,,,,,, 44,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9887.0,650.0,304.0,,,82967.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,740287.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,740287.0,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-06-09 07:30:30.000000,2025-06-05 09:52:48,2893.0,53.0,131.0,63.0,320.0,39.0,297.0,949.0,2025-06-09 07:43:34,5.7.1,43.0,181.0,181.0,48.0,,,112356.0,2.0,22690.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,112144.0,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-06-09 06:11:11.000000,2025-06-06 23:27:47,654.0,20.0,71.0,38.0,228.0,5.0,86.0,355.0,2025-06-06 23:28:08,8.0.17,100.0,5954.0,5954.0,42.0,https://www.npmjs.com/package/did-jwt,360669.0,360669.0,1.0,,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-06-09 03:26:37.000000,2025-06-06 08:48:29,3739.0,143.0,723.0,58.0,6323.0,710.0,2161.0,10803.0,2025-06-03 14:11:41,2.71.12,100.0,,,194.0,,,1433.0,3.0,7166.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-05-26 13:35:47.000000,2025-05-26 13:35:41,2505.0,6.0,1031.0,104.0,875.0,44.0,848.0,5398.0,2025-04-04 08:29:47,5.8.2,70.0,10104.0,10104.0,331.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-06-06 19:02:59.000000,2025-06-06 19:02:59,2025.0,79.0,157.0,33.0,2155.0,42.0,349.0,3883.0,2025-06-03 06:39:10,0.44.0,67.0,29.0,29.0,33.0,,,2256.0,3.0,115074.0,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-06-08 23:10:19.000000,2025-06-08 23:10:17,2380.0,83.0,229.0,23.0,2482.0,210.0,823.0,3576.0,2025-05-14 05:40:36,1.6.3,39.0,42.0,42.0,113.0,,,7765.0,3.0,417.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-05-14 05:53:01.182175,3.0,589729.0,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-06-07 02:42:02.000000,2025-06-06 18:46:51,7256.0,384.0,378.0,41.0,1200.0,7.0,314.0,1547.0,2025-06-04 20:30:12,is-7.2.4,80.0,2897.0,2897.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13276.0,1535.0,526.0,31.0,845.0,54087.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7290.0,3.0,554090.0,,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,750.0,77.0,2.0,382.0,15373.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1391.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162810.0,,,,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-06-07 04:17:20.000000,2025-06-07 00:22:48,7013.0,112.0,595.0,140.0,5034.0,173.0,2993.0,5458.0,2025-06-03 21:58:08,release-2025-06-03a,100.0,,,137.0,,,17628.0,2.0,37231.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2008049.0,,,,,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1784.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,486.0,8275.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004835.0,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-06-09 08:29:53.000000,2025-06-06 17:07:07,35029.0,209.0,84.0,31.0,6644.0,437.0,4309.0,547.0,2025-05-20 10:48:36,1.7.0,100.0,7.0,7.0,128.0,,,489.0,3.0,9793.0,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-06-07 04:34:53.000000,2025-06-07 04:33:57,397.0,18.0,46.0,22.0,102.0,2.0,48.0,194.0,2025-06-07 04:34:15,4.0.15,69.0,1286.0,1286.0,22.0,https://www.npmjs.com/package/did-jwt-vc,35916.0,35916.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3755.0,345.0,111.0,452.0,394.0,17274.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,150462.0,150462.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-06-06 08:46:15.000000,2025-06-06 08:46:12,4683.0,205.0,250.0,25.0,1932.0,54.0,266.0,5409.0,2025-06-06 08:44:50,1.4.0,100.0,4.0,4.0,65.0,,,341.0,3.0,8880.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,179.0,27.0,1529.0,110.0,104.0,3482.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,24108.0,3.0,3545.0,,,,,,,oso,https://pypi.org/project/oso,24040.0,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-06-06 23:12:41.000000,2025-06-06 23:12:39,3427.0,93.0,281.0,51.0,2686.0,29.0,253.0,938.0,2025-05-30 23:42:46,1.12.18,100.0,356.0,356.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-06-05 19:05:08.000000,2025-05-21 07:37:08,2271.0,48.0,961.0,42.0,1723.0,43.0,346.0,8155.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,322.0,322.0,50.0,,,19.0,3.0,699.0,,,,,,,,,,,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-06-09 07:43:55.000000,2025-04-04 10:50:07,522.0,2.0,73.0,27.0,154.0,5.0,48.0,225.0,2025-01-06 05:24:12,11.0.3,69.0,1813.0,1813.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,33203.0,33203.0,1.0,,,,,,,,,,,,,,,,,,, 64,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,24.0,126.0,46.0,1905.0,139.0,970.0,858.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,67052.0,3.0,1159.0,1.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7240349.0,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-06-06 19:39:04.000000,2025-06-06 19:36:30,10074.0,139.0,494.0,28.0,2383.0,128.0,1253.0,452.0,2025-06-06 19:39:05,main-lts,100.0,,,160.0,,,,1.0,,-1.0,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-06-06 14:56:57.000000,2025-06-05 13:24:19,1669.0,56.0,91.0,26.0,1243.0,97.0,307.0,323.0,2025-05-23 09:21:05,1.6.0-beta.1,39.0,148.0,148.0,43.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,538.0,39.0,130.0,531.0,787.0,18133.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3272.0,3.0,206143.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-06-05 12:56:40.000000,2025-06-03 11:56:29,1309.0,99.0,575.0,66.0,605.0,128.0,397.0,14181.0,2025-06-03 20:15:50,11.0.3,89.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-06-06 05:23:38.000000,2025-03-03 16:29:56,2035.0,,210.0,31.0,547.0,57.0,101.0,5301.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6344.0,3.0,1505.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,328355.0,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-06-02 17:55:14.000000,2025-06-02 17:55:07,6880.0,187.0,312.0,424.0,4593.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,153.0,,,0.0,3.0,64.0,-1.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-05-30 07:26:09.000000,2025-05-30 07:25:03,2577.0,22.0,353.0,29.0,117.0,2.0,124.0,1690.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,296.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30507.0,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-06-09 07:14:22.309861,2025-06-04 15:25:42,16193.0,71.0,344.0,50.0,7842.0,,,1250.0,,,,,,240.0,,,38393.0,3.0,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-06-09 07:14:22.309861,173.0,6027848.0,,,,,,,,,,,, 73,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-03-07 19:43:28.000000,2025-03-07 19:43:16,526.0,,175.0,34.0,139.0,1.0,103.0,935.0,2025-03-07 19:43:46,2.5.2,32.0,,,30.0,,,574115.0,2.0,,-1.0,,,,,,webauthn,https://pypi.org/project/webauthn,574115.0,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-06-07 06:28:17.000000,2025-02-27 17:32:56,1900.0,,133.0,23.0,834.0,65.0,392.0,472.0,2024-04-02 18:54:31,6.0.0,44.0,875.0,875.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-23 16:36:59.000000,2025-05-23 16:36:56,4067.0,12.0,777.0,247.0,354.0,64.0,210.0,2874.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,855.0,3.0,118969.0,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,,185.0,42.0,305.0,47.0,221.0,1290.0,2022-09-28 20:32:17,3.0.1,19.0,336.0,336.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-06-06 18:13:18.000000,2025-06-06 18:12:52,15192.0,51.0,671.0,109.0,19.0,,,702.0,,,,173.0,173.0,747.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-06-09 06:48:56.000000,2025-05-27 19:07:43,1893.0,35.0,241.0,56.0,357.0,33.0,89.0,596.0,2022-01-07 16:42:38,0.5.0,6.0,,,119.0,,,1476.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-06-02 06:57:28.728657,,138757.0,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-06-05 16:17:13.000000,2025-06-05 16:17:13,14543.0,282.0,143.0,16.0,2126.0,93.0,2891.0,420.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,9513.0,,,,,,,,,,,,,,,,,, 80,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-06-09 07:27:23.000000,2025-06-09 03:05:53,321.0,13.0,18.0,14.0,125.0,1.0,11.0,92.0,2025-03-29 02:34:05,2.0.30,41.0,1355.0,1355.0,12.0,https://www.npmjs.com/package/web-did-resolver,53668.0,53668.0,2.0,,,,,,,,,,,,,,,,,,, 81,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-05-30 15:27:13.000000,2025-05-22 15:40:55,2719.0,41.0,195.0,181.0,968.0,70.0,1191.0,1245.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,-1.0,,,,,,,,,,,,,,,,, 82,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-05-29 12:53:54.000000,2025-05-29 12:53:54,278.0,6.0,57.0,7.0,34.0,,55.0,533.0,2025-03-16 21:06:42,2.3.0,37.0,5280.0,5280.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-06-04 13:25:23.000000,2025-06-04 12:35:51,1165.0,39.0,201.0,28.0,1443.0,209.0,617.0,302.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-06-07 00:56:19.000000,2025-06-02 01:22:07,404.0,5.0,42.0,22.0,132.0,3.0,18.0,219.0,2023-03-08 14:05:37,4.1.0,24.0,7467.0,7467.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-06-06 20:30:10.000000,2025-06-06 09:57:21,4968.0,316.0,69.0,8.0,859.0,25.0,216.0,175.0,2025-05-07 10:22:09,0.14.0,100.0,,,30.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 86,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],22,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-06-09 04:21:17.000000,2025-06-05 16:41:34,2000.0,72.0,148.0,26.0,1250.0,30.0,254.0,167.0,2025-06-05 16:43:38,2.1.6,10.0,,,58.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-06-05 21:42:52.000000,2025-06-05 21:42:50,2977.0,84.0,39.0,13.0,3821.0,55.0,101.0,77.0,2025-05-09 12:38:10,2.5.0,35.0,971.0,971.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,606.0,415.0,24.0,1.0,143.0,28787.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28821.0,3.0,1383409.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,323.0,61.0,158.0,253.0,604.0,6289.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,267.0,3.0,23558.0,,,,,,,,,,,,,,,,howdy,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,761.0,95.0,353.0,179.0,361.0,1872.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,122.0,508.0,622.0,14104.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,303.0,60.0,236.0,4.0,131.0,4090.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 94,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 95,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,233.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],20,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,1.0,51.0,14.0,239.0,29.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,72.0,72.0,27.0,,,9034.0,2.0,262012.0,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-06-05 16:27:32.000000,2025-06-03 09:37:50,535.0,11.0,37.0,4.0,267.0,6.0,39.0,67.0,2025-06-03 09:38:18,1.29.4,99.0,258.0,258.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-06-05 14:02:13.000000,2025-06-05 14:02:13,1307.0,6.0,294.0,90.0,522.0,33.0,168.0,3137.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,298.0,93.0,43.0,28.0,24.0,2948.0,,,,1.0,1.0,27.0,,,2064.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2064.0,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-02 13:45:46.000000,2025-02-24 16:33:21,4946.0,,657.0,63.0,1822.0,38.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,847.0,,,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-06-05 08:50:32.000000,2025-06-05 08:48:23,2635.0,92.0,81.0,19.0,942.0,4.0,134.0,503.0,2025-06-01 10:35:55,0.29.3.RELEASE,78.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,14.0,63.0,34.0,454.0,93.0,120.0,213.0,,,,187.0,187.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-06-08 17:18:43.000000,2025-06-08 17:18:43,2972.0,154.0,58.0,10.0,698.0,180.0,127.0,65.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,886.0,248.0,251.0,204.0,548.0,3027.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1274.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,100.0,3.0,2603.0,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,307.0,33.0,9.0,43.0,785.0,2023-01-31 02:32:05,2.1.1,52.0,27.0,27.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-06-08 02:23:26.000000,2025-06-03 23:47:39,1243.0,23.0,45.0,50.0,307.0,188.0,152.0,518.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,3.0,212.0,54.0,647.0,57.0,175.0,335.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,208.0,2024-10-03 18:13:37,0.0.1-beta,5.0,60.0,60.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8147.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],17,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,2.0,219.0,64.0,107.0,2.0,59.0,2424.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-31 16:52:15.000000,2025-05-31 16:52:15,593.0,8.0,166.0,81.0,255.0,28.0,55.0,1577.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-30 07:55:19.000000,2025-05-30 07:55:19,1961.0,12.0,154.0,63.0,533.0,5.0,239.0,645.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-31 21:28:17.000000,2025-05-31 20:03:19,1399.0,33.0,97.0,75.0,513.0,8.0,366.0,426.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 117,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,25.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,9.0,48.0,16.0,104.0,24.0,68.0,201.0,,,,563.0,563.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,514.0,3.0,131.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23536.0,,,,,,,,,,,, 120,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,5.0,41.0,3.0,61.0,,44.0,356.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,9.0,716.0,324.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,26.0,49.0,18.0,66.0,20.0,17.0,263.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,417938.0,417938.0,3.0,,,,,,,,,,,,,,,,,,, 123,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,16.0,220.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,930.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,930.0,,,,,,,,, 124,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,84.0,9.0,6.0,,,,137.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,2.0,15.0,,,,,,,,,,,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-06-09 08:17:58.000000,2025-06-09 08:17:54,1410.0,174.0,20.0,16.0,1206.0,7.0,5.0,123.0,2025-05-27 09:48:32,1.0.2,3.0,,,16.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-12 18:52:59.000000,2025-03-06 20:03:47,2023.0,,85.0,8.0,777.0,3.0,131.0,99.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,52.0,20.0,8.0,148.0,17.0,17.0,79.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,101.0,19.0,11.0,297.0,13.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-06-06 14:51:23.000000,2025-06-06 14:45:26,5099.0,92.0,17.0,6.0,539.0,43.0,2744.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-06 20:16:36.000000,2025-06-06 20:16:36,970.0,13.0,59.0,13.0,334.0,3.0,115.0,694.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-06-05 19:00:24.000000,2025-06-05 18:58:39,737.0,13.0,83.0,72.0,325.0,124.0,235.0,418.0,,,,,,40.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 133,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,302.0,,,,6.0,6.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,210.0,50.0,410.0,44.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,16.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,107.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4816.0,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,85.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-06-05 00:17:39.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,2.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,62.0,13.0,9.0,11.0,2.0,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1004.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,188.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17695.0,,,,,,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,4.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-06-02 15:19:37.000000,2025-06-02 13:50:13,2065.0,13.0,25.0,7.0,334.0,19.0,17.0,76.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,981.0,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,4.0,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,,25.0,15.0,182.0,19.0,130.0,88.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,84.0,84.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-06-06 23:35:09.000000,2025-06-06 23:35:08,162.0,26.0,16.0,48.0,102.0,73.0,85.0,111.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-05-22 03:28:45.000000,2025-05-22 03:28:44,470.0,100.0,1.0,5.0,356.0,,,4.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,31.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,120.0,5.0,1.0,27.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-05-28 18:46:33.000000,2025-05-28 18:46:31,98.0,2.0,10.0,10.0,121.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-05-25 17:26:57.000000,2025-05-25 17:11:37,19.0,1.0,5.0,7.0,17.0,3.0,24.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,6,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,2.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,138.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3176.0,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,46.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,46.0,458354.0,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4434451.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-06-12_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casbin (🥇37 · ⭐ 19K · 📈) - An authorization library that supports access control models like.. Apache-2 - aries-python (🥇26 · ⭐ 450 · 📈) - ACA-Py is a foundation for building decentralized.. Apache-2 hyperledger - lemur (🥉25 · ⭐ 1.7K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - aries-mobile-agent-react-native (🥇23 · ⭐ 170 · 📈) - Bifold is an extensible open-source React Native.. Apache-2 hyperledger - ladon (🥉18 · ⭐ 2.4K · 📈) - A SDK for access control policies: authorization for the.. Apache-2 ory ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇38 · ⭐ 19K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - ory-hydra (🥈35 · ⭐ 16K · 📉) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - casl (🥉28 · ⭐ 6.4K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - hanko (🥉25 · ⭐ 8.2K · 📉) - The Complete Authentication and User Management Solution for.. ❗Unlicensed - pyMDOC-CBOR (🥉13 · ⭐ 19 · 📉) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ================================================ FILE: history/2025-06-12_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,trending,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-06-08 11:42:01.000000,2025-06-08 11:42:01,3900.0,41.0,3799.0,109.0,3229.0,350.0,4585.0,26918.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,470286.0,470286.0,886.0,https://www.npmjs.com/package/next-auth,6409483.0,6409483.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-06-11 08:59:06.000000,2025-06-11 08:11:06,9631.0,227.0,2163.0,151.0,3951.0,145.0,3404.0,12882.0,2025-06-10 13:29:27,1.18.0,100.0,1889.0,1889.0,508.0,,,3125504.0,1.0,118769157.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-06-11 18:22:07.000000,2025-06-11 18:22:07,4210.0,139.0,2170.0,233.0,4751.0,232.0,2190.0,13224.0,2025-06-06 11:42:00,1.12.2,72.0,13752.0,13752.0,432.0,,,2944708.0,1.0,8802428.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,317557269.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-06-12 17:52:03.000000,2025-06-12 17:52:03,5724.0,173.0,1406.0,134.0,4894.0,376.0,2393.0,10378.0,2025-06-04 09:21:58,1.5.1,100.0,5518.0,5518.0,521.0,,,5518806.0,1.0,14996635.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-06-12 16:50:34.226360,44.0,601117518.0,,,,,,,,,,,,, 15,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-06-10 13:24:15.000000,2025-06-10 13:24:15,10538.0,66.0,1479.0,133.0,1383.0,118.0,1037.0,9965.0,2025-04-07 17:05:07,1.0.3,14.0,3787.0,3787.0,262.0,,,906091.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,906091.0,,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-05-30 14:15:34.000000,2025-05-30 14:15:34,1545.0,68.0,479.0,60.0,254.0,104.0,390.0,4857.0,2025-05-23 06:59:27,1.6.0,41.0,44558.0,44558.0,129.0,,,30304864.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,30304864.0,authlib/authlib,,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-05-17 21:07:21.000000,2025-05-17 21:07:21,1998.0,33.0,2589.0,177.0,283.0,6.0,1181.0,19352.0,2024-08-17 07:30:49,0.0.93,13.0,8255.0,8255.0,89.0,,,636478.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,636478.0,,-1.0,,,,,,,, 18,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,38,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-06-12 18:16:27.000000,2025-06-01 07:17:17,1705.0,1.0,477.0,64.0,502.0,84.0,296.0,2885.0,2023-01-10 13:13:43,3.2.2,48.0,635578.0,635578.0,199.0,,,153103888.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,153103888.0,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-06-12 18:17:41.000000,2025-06-12 16:46:45,21378.0,469.0,4261.0,796.0,24440.0,1113.0,5220.0,32572.0,2025-05-29 22:59:58,1.19.5,100.0,14710.0,14710.0,1592.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-06-07 08:56:45.000000,2025-06-07 08:53:33,1113.0,4.0,1669.0,241.0,525.0,43.0,797.0,18732.0,2025-06-07 08:54:49,2.107.0,100.0,3445.0,3445.0,153.0,https://www.npmjs.com/package/casbin,286555.0,455021.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,168466.0,,1.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1222.0,300.0,162.0,350.0,430.0,23322.0,,,,1309005.0,1309005.0,38.0,https://www.npmjs.com/package/passport,15551819.0,15551819.0,2.0,,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13365.0,1567.0,239.0,772.0,594.0,54908.0,2018-04-02 17:18:43,1.2.2,2.0,5509.0,5509.0,54.0,,,194476.0,2.0,1414.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9452.0,face_recognition,https://pypi.org/project/face_recognition,194367.0,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-06-10 21:23:56.000000,2025-06-04 17:32:01,4052.0,39.0,1441.0,239.0,1906.0,78.0,1478.0,16332.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3542223.0,2.0,938799.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427288237.0,,,,,-1.0,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-10 07:59:28.000000,2025-06-10 07:59:28,4885.0,31.0,1905.0,188.0,1892.0,455.0,1522.0,11980.0,2025-03-05 07:11:35,r1.5.0,17.0,159.0,159.0,157.0,,,386984.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,386984.0,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-06-12 16:52:34.180337,2025-06-12 16:36:29,2788.0,80.0,1341.0,78.0,1879.0,118.0,1604.0,11718.0,2025-06-12 16:45:45,1.936.0,100.0,11.0,11.0,227.0,,,10854.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-06-12 16:52:34.180337,19.0,607869.0,,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-06-12 16:55:20.067307,2025-06-12 08:36:47,28251.0,1243.0,3911.0,596.0,5725.0,,,11249.0,2025-05-30 08:52:19,7.2.3,100.0,21.0,21.0,362.0,,,7348.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-06-12 16:55:20.067307,131.0,1212545.0,,,,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-06-12 18:27:13.000000,2025-06-12 17:14:28,9618.0,363.0,553.0,57.0,7163.0,,1780.0,4533.0,2025-06-10 20:29:52,ockam_v0.153.0,100.0,188.0,188.0,318.0,,,10582.0,2.0,402140.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-06-12 18:20:25.000000,2025-06-11 16:22:19,4901.0,342.0,316.0,50.0,1861.0,99.0,414.0,5770.0,2025-06-09 19:45:44,1.44.3,97.0,115.0,115.0,60.0,,,107167.0,2.0,170578.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-06-09 19:52:20.767411,7.0,4755361.0,,,,,,,,,,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-06-11 20:56:39.000000,2025-06-11 15:28:24,3779.0,88.0,300.0,42.0,4538.0,101.0,953.0,4305.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,20945195.0,2.0,68460.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-06-11 16:41:09.240858,12.0,1612693646.0,,,,,,,,,,,,, 30,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-06-10 11:06:59.000000,2025-06-10 11:06:56,2664.0,109.0,759.0,69.0,259.0,,,3435.0,2025-06-02 08:27:05,9.1.3,100.0,1793.0,1793.0,74.0,https://www.npmjs.com/package/oidc-provider,483105.0,483105.0,2.0,,,,,,,,,,,,,,,,,,, 31,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-06-12 13:25:30.000000,2025-06-12 13:25:22,7230.0,115.0,499.0,78.0,4526.0,145.0,1449.0,1971.0,2025-05-19 17:21:24,1.12.2,100.0,168.0,168.0,216.0,,,9249.0,2.0,628987.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-10 11:00:40.000000,2025-02-10 21:50:06,3612.0,,413.0,29.0,545.0,90.0,358.0,586.0,2025-02-10 21:52:03,7.5.2,53.0,2050.0,2050.0,175.0,,,1376091.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1376091.0,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-05-22 08:20:52.000000,2025-05-22 08:20:52,2362.0,5.0,5552.0,513.0,194.0,1178.0,1391.0,25460.0,2023-04-02 07:43:27,0.7,1.0,4631.0,4631.0,66.0,,,324448.0,2.0,8435619.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,192.0,,,,,,,,,,,,, 34,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-06-12 13:17:12.000000,2025-06-11 06:21:48,7551.0,519.0,1226.0,164.0,7541.0,53.0,1290.0,24110.0,2025-05-25 02:27:28,4.39.4,100.0,,,232.0,,,928.0,2.0,56632.0,,,,,,,,,,,,,,,,,, 35,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-06-04 17:13:04.000000,2025-06-04 17:13:02,4686.0,90.0,983.0,114.0,2208.0,152.0,1240.0,12010.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1345794.0,2.0,52207.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114324238.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-06-12 16:51:30.000000,2025-06-12 16:51:30,16160.0,632.0,752.0,115.0,8226.0,1311.0,14625.0,809.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15028.0,2.0,17195.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1966852.0,,,,,,,,,,,,, 37,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-06-12 18:13:27.000000,2025-06-12 12:03:15,17638.0,976.0,1160.0,69.0,11428.0,645.0,2457.0,16537.0,2025-06-06 15:28:21,ersion/2025.6.1,100.0,,,383.0,,,214.0,2.0,6223.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 38,logto,https://github.com/logto-io/logto,idp,"Auth infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-06-12 12:16:31.000000,2025-06-12 06:36:47,7485.0,262.0,543.0,49.0,6677.0,133.0,518.0,10265.0,2025-05-26 13:25:04,1.28.0,71.0,25.0,25.0,75.0,,,5689.0,2.0,5662.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-06-12 06:43:41.715363,5.0,265950.0,,,,,,,,,,,,, 39,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-06-12 04:31:03.000000,2025-05-22 02:49:35,3319.0,107.0,1684.0,176.0,2735.0,319.0,847.0,9939.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,271.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-06-06 03:13:03.000000,2025-06-04 17:08:48,1614.0,16.0,358.0,56.0,1326.0,34.0,291.0,5048.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,75.0,,,589425.0,2.0,29418.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51247663.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-06-12 18:09:23.000000,2025-06-10 21:17:46,4667.0,85.0,285.0,200.0,5445.0,109.0,274.0,3946.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,182.0,,,300670.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19543599.0,,,,,,,,,,,,, 42,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-06-06 14:06:36.000000,2025-06-04 17:26:00,1437.0,11.0,353.0,50.0,759.0,65.0,293.0,3406.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,969475.0,3.0,52786.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90107301.0,,,,,,,,,,,,, 43,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9932.0,651.0,304.0,,,83158.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,740287.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,740287.0,,,,,,,,,, 44,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-06-09 16:54:01.000000,2025-06-09 16:53:41,2902.0,60.0,131.0,63.0,320.0,39.0,298.0,951.0,2025-06-09 16:31:27,5.7.2,44.0,181.0,181.0,48.0,,,112358.0,2.0,22998.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,112144.0,,,,,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-06-12 14:15:37.000000,2025-06-06 23:27:47,654.0,20.0,71.0,38.0,228.0,5.0,86.0,356.0,2025-06-06 23:28:08,8.0.17,100.0,5961.0,5961.0,42.0,https://www.npmjs.com/package/did-jwt,389484.0,389484.0,1.0,,,,,,,,,,,,,,,,,,, 46,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-06-12 17:03:25.000000,2025-06-12 17:03:25,3743.0,141.0,729.0,59.0,6330.0,721.0,2167.0,10835.0,2025-06-12 06:54:48,3.3.0,100.0,,,195.0,,,1616.0,3.0,8081.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 47,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,8.0,1031.0,104.0,875.0,44.0,848.0,5399.0,2025-04-04 08:29:47,5.8.2,70.0,10126.0,10126.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 48,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-06-12 11:01:08.000000,2025-06-12 10:18:56,2028.0,77.0,157.0,33.0,2162.0,42.0,349.0,3887.0,2025-06-03 06:39:10,0.44.0,67.0,29.0,29.0,33.0,,,2268.0,2.0,115692.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-06-12 05:27:07.000000,2025-06-11 04:42:15,2384.0,83.0,230.0,23.0,2485.0,210.0,825.0,3586.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,115.0,,,7800.0,3.0,417.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-06-11 06:44:28.824546,4.0,592360.0,,,,,,,,,,,,, 50,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-06-12 16:52:04.000000,2025-06-12 16:45:18,7308.0,382.0,379.0,41.0,1217.0,7.0,314.0,1548.0,2025-06-04 20:30:12,is-7.2.4,80.0,2902.0,2902.0,336.0,,,,2.0,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13276.0,1535.0,526.0,31.0,845.0,54097.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7316.0,3.0,556074.0,,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,750.0,77.0,5.0,382.0,15373.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1391.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162829.0,,,,,,,,,,,,, 53,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,28,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-06-10 06:44:37.000000,2025-04-16 03:36:29,1661.0,2.0,281.0,40.0,470.0,18.0,473.0,6406.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,100935.0,100935.0,72.0,https://www.npmjs.com/package/@casl/ability,,,3.0,,,,,,,,,,,-6.0,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-06-11 22:19:11.000000,2025-06-11 22:19:09,7016.0,101.0,595.0,140.0,5039.0,176.0,2995.0,5461.0,2025-06-09 18:55:40,release-2025-06-09,100.0,,,137.0,,,17621.0,2.0,37043.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2008200.0,,,,,,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1784.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,510.0,8299.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004836.0,,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project maintains open source IAM components, featuring Agama for identity orchestration, and the..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-06-12 15:28:58.000000,2025-06-12 06:53:35,35041.0,218.0,84.0,31.0,6657.0,436.0,4316.0,547.0,2025-05-20 10:48:36,1.7.0,100.0,7.0,7.0,128.0,,,494.0,3.0,9882.0,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-06-12 05:55:10.000000,2025-06-07 04:33:57,397.0,18.0,46.0,22.0,102.0,2.0,48.0,194.0,2025-06-07 04:34:15,4.0.15,69.0,1289.0,1289.0,22.0,https://www.npmjs.com/package/did-jwt-vc,38931.0,38931.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3753.0,345.0,111.0,452.0,394.0,17279.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,159235.0,159235.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-06-06 08:46:15.000000,2025-06-06 08:46:12,4683.0,199.0,251.0,25.0,1932.0,54.0,266.0,5423.0,2025-06-06 08:44:50,1.4.0,100.0,4.0,4.0,65.0,,,347.0,3.0,9030.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3483.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,24108.0,3.0,3548.0,,,,,,oso,https://pypi.org/project/oso,24040.0,,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-06-11 18:49:56.000000,2025-06-11 18:49:53,3428.0,90.0,281.0,51.0,2688.0,30.0,253.0,937.0,2025-05-30 23:42:46,1.12.18,100.0,356.0,356.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-06-10 18:37:24.000000,2025-06-10 15:08:00,10080.0,138.0,494.0,28.0,2391.0,129.0,1253.0,454.0,2025-05-01 17:11:14,1.3.0,100.0,,,160.0,,,,1.0,,,,,,,,,,openwallet-foundation/acapy,1.0,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-06-12 13:43:52.000000,2025-04-04 10:50:07,522.0,2.0,73.0,27.0,154.0,5.0,48.0,225.0,2025-01-06 05:24:12,11.0.3,69.0,1816.0,1816.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,35153.0,35153.0,1.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-06-11 19:39:41.000000,2025-05-21 07:37:08,2271.0,38.0,962.0,42.0,1724.0,43.0,346.0,8170.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,324.0,324.0,50.0,,,20.0,3.0,710.0,,,,,,,,,,-1.0,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-06-10 09:03:46.000000,2025-06-09 17:20:57,6890.0,197.0,313.0,424.0,4598.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,64.0,,,,,,,,,,1.0,,,,,,,, 66,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,13.0,126.0,46.0,1906.0,138.0,971.0,858.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,67070.0,3.0,1171.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7242224.0,,,,,,,,,,,,, 67,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-06-12 07:42:49.000000,2025-06-12 07:27:05,1676.0,61.0,91.0,26.0,1246.0,94.0,311.0,323.0,2025-06-10 11:37:54,1.6.0-beta.2,40.0,149.0,149.0,43.0,,,,1.0,,,,,,,,,,iotaledger/identity,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,544.0,40.0,130.0,531.0,787.0,18155.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3277.0,3.0,206478.0,,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-06-10 21:22:38.000000,2025-06-10 16:58:25,1316.0,80.0,577.0,66.0,606.0,127.0,398.0,14190.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-06-12 15:45:56.000000,2025-03-03 16:29:56,2035.0,,210.0,31.0,548.0,57.0,101.0,5304.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6371.0,3.0,1516.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,329774.0,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-05-30 07:26:09.000000,2025-05-30 07:25:03,2577.0,19.0,353.0,29.0,117.0,2.0,124.0,1695.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,296.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30587.0,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-06-11 05:19:56.156662,2025-06-04 15:25:42,16193.0,64.0,344.0,50.0,7848.0,,,1251.0,,,,,,240.0,,,38414.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-06-11 05:19:56.156662,173.0,6031110.0,,,,,,,,,,,,, 73,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-06-11 23:22:14.000000,2025-06-11 23:22:14,528.0,2.0,175.0,34.0,139.0,2.0,104.0,935.0,2025-03-07 19:43:46,2.5.2,32.0,,,31.0,,,574115.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,574115.0,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-06-12 17:43:59.000000,2025-02-27 17:32:56,1900.0,,133.0,23.0,835.0,65.0,392.0,474.0,2024-04-02 18:54:31,6.0.0,44.0,877.0,877.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-05-23 16:36:59.000000,2025-05-23 16:36:56,4067.0,12.0,778.0,247.0,354.0,64.0,210.0,2874.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,857.0,3.0,119149.0,,,,,,,,,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-02-21 13:56:02.000000,2025-02-21 13:56:01,651.0,,185.0,42.0,305.0,47.0,221.0,1291.0,2022-09-28 20:32:17,3.0.1,19.0,336.0,336.0,50.0,,,,3.0,,,,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-06-06 18:13:18.000000,2025-06-06 18:12:52,15192.0,50.0,671.0,109.0,19.0,,,702.0,,,,173.0,173.0,747.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-06-12 12:47:05.000000,2025-06-10 11:24:42,1894.0,31.0,241.0,56.0,358.0,33.0,89.0,596.0,2022-01-07 16:42:38,0.5.0,6.0,,,119.0,,,1477.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-06-12 05:34:26.230085,,138883.0,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-06-12 00:05:35.000000,2025-06-11 20:37:54,14545.0,260.0,144.0,16.0,2130.0,90.0,2894.0,421.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,9523.0,,,,,,,,,,,,,,,,,, 80,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-06-11 23:50:47.000000,2025-06-11 23:47:23,2005.0,73.0,150.0,26.0,1258.0,30.0,254.0,168.0,2025-06-11 23:49:19,2.1.7,11.0,,,58.0,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet,1.0,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-06-09 07:27:23.000000,2025-06-09 03:05:53,321.0,13.0,18.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,41.0,1357.0,1357.0,12.0,https://www.npmjs.com/package/web-did-resolver,56612.0,56612.0,2.0,,,,,,,,,,,,,,,,,,, 82,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-06-12 09:27:56.000000,2025-06-12 09:26:25,2722.0,42.0,196.0,181.0,969.0,67.0,1195.0,1247.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-05-29 12:53:54.000000,2025-05-29 12:53:54,278.0,5.0,56.0,7.0,34.0,,55.0,532.0,2025-03-16 21:06:42,2.3.0,37.0,5296.0,5296.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-06-04 13:25:23.000000,2025-06-04 12:35:51,1165.0,36.0,203.0,28.0,1445.0,211.0,617.0,303.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-06-10 22:57:18.000000,2025-06-02 01:22:07,404.0,5.0,42.0,22.0,132.0,3.0,18.0,220.0,2023-03-08 14:05:37,4.1.0,24.0,7474.0,7474.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-06-12 17:44:01.000000,2025-06-12 12:52:21,5028.0,371.0,69.0,8.0,861.0,24.0,217.0,179.0,2025-05-07 10:22:09,0.14.0,100.0,,,30.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-06-12 10:20:00.000000,2025-06-12 10:19:59,2983.0,90.0,39.0,13.0,3827.0,54.0,102.0,77.0,2025-05-09 12:38:10,2.5.0,35.0,972.0,972.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,610.0,415.0,24.0,1.0,143.0,28818.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28887.0,3.0,1386597.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,323.0,64.0,158.0,253.0,604.0,6298.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,268.0,3.0,23635.0,,,,,,,,,,,,,,,,howdy,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,762.0,95.0,353.0,179.0,361.0,1873.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,123.0,510.0,622.0,14109.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,303.0,60.0,236.0,4.0,131.0,4095.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,482.0,482.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 94,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 95,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,233.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],20,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,1.0,51.0,14.0,239.0,29.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,73.0,73.0,27.0,,,9070.0,2.0,263045.0,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-06-11 15:42:52.000000,2025-06-11 13:52:20,537.0,13.0,37.0,4.0,271.0,6.0,39.0,67.0,2025-06-11 14:42:01,1.30.0,100.0,260.0,260.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-06-05 14:02:13.000000,2025-06-05 14:02:13,1307.0,3.0,294.0,89.0,522.0,34.0,168.0,3137.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,298.0,93.0,43.0,28.0,24.0,2948.0,,,,1.0,1.0,27.0,,,2064.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2064.0,,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-11 05:00:25.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1822.0,38.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,858.0,,,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-06-05 08:50:32.000000,2025-06-05 08:48:23,2635.0,89.0,82.0,19.0,943.0,4.0,134.0,505.0,2025-06-01 10:35:55,0.29.3.RELEASE,78.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,14.0,64.0,35.0,454.0,93.0,120.0,213.0,,,,188.0,188.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-06-10 21:14:33.000000,2025-06-10 21:14:32,2985.0,164.0,58.0,10.0,703.0,181.0,127.0,65.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,887.0,249.0,251.0,204.0,548.0,3030.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,64.0,107.0,2.0,59.0,2426.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,1.0,,,,,,,, 106,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1276.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,101.0,3.0,2649.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,307.0,33.0,9.0,43.0,785.0,2023-01-31 02:32:05,2.1.1,52.0,27.0,27.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-06-11 17:42:59.000000,2025-06-03 23:47:39,1243.0,20.0,45.0,50.0,308.0,188.0,152.0,518.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 111,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,335.0,,,,,,94.0,,,,1.0,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,60.0,60.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,557.0,56.0,125.0,88.0,8148.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-31 16:52:15.000000,2025-05-31 16:52:15,593.0,7.0,166.0,81.0,255.0,28.0,55.0,1579.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-30 07:55:19.000000,2025-05-30 07:55:19,1961.0,12.0,155.0,63.0,534.0,5.0,239.0,645.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-31 21:28:17.000000,2025-05-31 20:03:19,1399.0,33.0,97.0,75.0,513.0,10.0,366.0,426.0,,,,,,69.0,,,,2.0,,,,,,,,,,w3c/did,,,,,,,,, 117,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,26.0,49.0,18.0,66.0,20.0,17.0,267.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,447401.0,447401.0,3.0,,,,,,,,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,16.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,9.0,48.0,16.0,104.0,24.0,68.0,201.0,,,,563.0,563.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,514.0,3.0,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23540.0,,,,,,,,,,,,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,5.0,41.0,3.0,61.0,,44.0,356.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,9.0,716.0,325.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-04-02 15:12:32.000000,2025-04-02 15:09:52,64.0,2.0,24.0,10.0,23.0,14.0,16.0,220.0,2025-04-02 15:12:32,1.2.8.1,2.0,18.0,18.0,4.0,,,930.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,930.0,,,,,,,,,, 124,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,73.0,9.0,6.0,,,,137.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,2.0,15.0,,,,,,,,,,,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-06-12 14:57:22.000000,2025-06-12 14:55:39,1421.0,178.0,20.0,16.0,1219.0,6.0,6.0,123.0,2025-05-27 09:48:32,1.0.2,3.0,,,16.0,,,,2.0,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-05-12 18:52:59.000000,2025-03-06 20:03:47,2023.0,,85.0,8.0,778.0,3.0,131.0,99.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,43.0,20.0,8.0,148.0,17.0,17.0,79.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,76.0,19.0,11.0,297.0,13.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-06-12 13:54:06.000000,2025-06-06 14:45:26,5099.0,87.0,17.0,6.0,539.0,41.0,2747.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-06 20:16:36.000000,2025-06-06 20:16:36,970.0,13.0,59.0,13.0,334.0,3.0,115.0,695.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-06-11 22:11:51.000000,2025-06-11 21:23:22,738.0,11.0,84.0,72.0,326.0,124.0,235.0,418.0,,,,,,40.0,,,,3.0,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 133,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,302.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,211.0,50.0,411.0,45.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,w3c/did-extensions,,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,13.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,107.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4817.0,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,153.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,86.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-06-10 00:17:50.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,2.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1003.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,188.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17696.0,,,,,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,4.0,38.0,9.0,13.0,6.0,9.0,107.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-06-02 15:19:37.000000,2025-06-02 13:50:13,2065.0,13.0,25.0,7.0,334.0,19.0,17.0,77.0,,,,,,14.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,981.0,,,,,,,,,,,,, 147,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,38.0,13.0,9.0,11.0,2.0,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,-1.0,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,4.0,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,,26.0,15.0,182.0,19.0,130.0,88.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,84.0,84.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-06-12 12:34:49.000000,2025-06-11 20:31:42,164.0,28.0,17.0,48.0,105.0,80.0,85.0,115.0,,,,,,16.0,,,,3.0,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-06-10 23:23:59.000000,2025-05-22 03:28:44,470.0,98.0,1.0,5.0,357.0,1.0,,4.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,27.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-06-12 15:05:46.000000,2025-06-12 15:05:45,99.0,3.0,10.0,10.0,123.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-05-25 17:26:57.000000,2025-05-25 17:11:37,19.0,1.0,5.0,7.0,17.0,3.0,24.0,11.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,6,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,2.0,13.0,11.0,95.0,9.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,138.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3177.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,46.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,46.0,460804.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4436273.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-06-19_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇42 · ⭐ 2.9K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - ory-hydra (🥈36 · ⭐ 16K · 📈) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - casl (🥈34 · ⭐ 6.4K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - py_webauthn (🥈26 · ⭐ 950 · 📈) - Pythonic WebAuthn. BSD-3 - django-passkeys (🥉18 · ⭐ 220 · 📈) - Django Authentication Backend For Passkeys. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - permify (🥉26 · ⭐ 5.4K · 📉) - An open-source authorization as a service inspired by Google.. ❗️AGPL-3.0 - conjur (🥉24 · ⭐ 860 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - did-jwt (🥇24 · ⭐ 360 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - entra-verifiedid-wallet-library-android (🥉9 · ⭐ 22 · 📉) - A library to manage your Decentralized Identities and.. MIT ================================================ FILE: history/2025-06-19_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,pypi_id,pypi_url,pypi_monthly_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-06-15 07:41:21.000000,2025-06-15 07:41:20,3902.0,41.0,3805.0,109.0,3230.0,350.0,4587.0,26964.0,2025-05-10 05:29:20,@auth/qwik@0.7.1,100.0,470722.0,470722.0,886.0,https://www.npmjs.com/package/next-auth,6552841.0,6552841.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-06-19 12:37:10.000000,2025-06-19 12:37:10,9653.0,235.0,2165.0,152.0,3972.0,140.0,3412.0,12895.0,2025-06-18 11:24:16,1.18.1,100.0,1900.0,1900.0,509.0,,,3053837.0,1.0,109938143.0,,,,,,,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-06-19 15:51:51.000000,2025-06-19 15:51:30,1762.0,58.0,477.0,64.0,507.0,82.0,299.0,2889.0,2025-06-17 23:20:47,3.3.0,49.0,635891.0,635891.0,199.0,,,153661068.0,1.0,,oauthlib,https://pypi.org/project/oauthlib,153661068.0,4.0,,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-06-18 18:58:10.000000,2025-06-18 18:58:08,4214.0,139.0,2178.0,233.0,4758.0,233.0,2191.0,13252.0,2025-06-06 11:42:00,1.12.2,72.0,13757.0,13757.0,432.0,,,2948027.0,1.0,8831106.0,,,,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,317895342.0,,,,,,,,, 15,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-06-19 17:01:49.780402,2025-06-19 16:18:10,5737.0,183.0,1407.0,134.0,4906.0,376.0,2396.0,10398.0,2025-06-04 09:21:58,1.5.1,100.0,5566.0,5566.0,521.0,,,5526733.0,1.0,15186714.0,,,,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-06-19 17:01:49.780402,44.0,601665914.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-06-18 02:07:31.000000,2025-06-10 13:24:15,10538.0,64.0,1484.0,133.0,1385.0,118.0,1037.0,10003.0,2025-04-07 17:05:07,1.0.3,14.0,3798.0,3798.0,262.0,,,912816.0,1.0,,speechbrain,https://pypi.org/project/speechbrain,912816.0,,,,,,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-06-13 08:34:59.000000,2025-06-13 08:34:10,1547.0,70.0,479.0,60.0,254.0,105.0,390.0,4868.0,2025-05-23 06:59:27,1.6.0,41.0,44685.0,44685.0,129.0,,,30783862.0,1.0,,authlib,https://pypi.org/project/authlib,30783862.0,,,,,,,authlib/authlib,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-06-18 13:44:53.000000,2025-06-18 13:44:53,2000.0,35.0,2594.0,178.0,285.0,6.0,1182.0,19406.0,2024-08-17 07:30:49,0.0.93,13.0,8261.0,8261.0,90.0,,,637034.0,1.0,,deepface,https://pypi.org/project/deepface,637034.0,,,,,,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-06-19 18:17:50.000000,2025-06-19 17:54:53,21410.0,478.0,4269.0,796.0,24506.0,1112.0,5223.0,32612.0,2025-05-29 22:59:58,1.19.5,100.0,14721.0,14721.0,1593.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-06-07 08:56:45.000000,2025-06-07 08:53:33,1113.0,3.0,1670.0,241.0,525.0,43.0,797.0,18769.0,2025-06-07 08:54:49,2.107.0,100.0,3449.0,3449.0,153.0,https://www.npmjs.com/package/casbin,299348.0,523588.0,1.0,,casbin,https://pypi.org/project/casbin,224240.0,,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,300.0,162.0,351.0,430.0,23333.0,,,,1309516.0,1309516.0,38.0,https://www.npmjs.com/package/passport,15707684.0,15707684.0,2.0,,,,,,,,,,,,,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-06-18 15:22:13.000000,2025-06-18 15:22:12,4061.0,45.0,1445.0,239.0,1908.0,78.0,1478.0,16354.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3542678.0,2.0,943415.0,,,,1.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427336905.0,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13368.0,1567.0,241.0,773.0,594.0,54946.0,2018-04-02 17:18:43,1.2.2,2.0,5512.0,5512.0,54.0,,,217129.0,2.0,1417.0,face_recognition,https://pypi.org/project/face_recognition,217020.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9467.0,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-10 07:59:28.000000,2025-06-10 07:59:28,4885.0,25.0,1907.0,188.0,1892.0,455.0,1522.0,12002.0,2025-03-05 07:11:35,r1.5.0,17.0,159.0,159.0,157.0,,,400944.0,2.0,,paddlepaddle,https://pypi.org/project/paddlepaddle,400944.0,,,,,,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-06-18 13:08:47.913495,2025-06-18 12:46:53,2793.0,78.0,1345.0,78.0,1884.0,114.0,1610.0,11768.0,2025-06-18 13:01:48,1.941.0,100.0,11.0,11.0,228.0,,,10976.0,1.0,,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-06-18 13:08:47.913495,19.0,614693.0,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-06-19 16:57:55.000000,2025-06-19 16:38:38,28367.0,1254.0,3909.0,596.0,5770.0,,,11256.0,2025-05-30 08:52:19,7.2.3,100.0,21.0,21.0,362.0,,,7380.0,1.0,,,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-06-19 01:32:42.460808,131.0,1217831.0,,,,,,,,, 27,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-06-16 11:01:09.000000,2025-04-16 03:36:29,1661.0,2.0,281.0,40.0,470.0,19.0,473.0,6429.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,100959.0,100959.0,72.0,https://www.npmjs.com/package/@casl/ability,3190100.0,3190100.0,2.0,,,,,6.0,,,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-06-19 18:19:37.000000,2025-06-18 18:11:22,9642.0,382.0,554.0,57.0,7187.0,,1780.0,4538.0,2025-06-17 21:21:46,ockam_v0.154.0,100.0,188.0,188.0,318.0,,,10591.0,2.0,402473.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-06-16 05:23:39.000000,2025-06-16 05:23:39,2367.0,10.0,5558.0,513.0,196.0,1182.0,1391.0,25524.0,2023-04-02 07:43:27,0.7,1.0,4638.0,4638.0,66.0,,,329199.0,2.0,8559141.0,,,,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,192.0,,,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-06-19 17:45:22.000000,2025-06-19 17:42:55,4923.0,333.0,318.0,50.0,1874.0,99.0,414.0,5784.0,2025-06-16 19:43:23,1.44.4,98.0,115.0,115.0,60.0,,,108243.0,2.0,172567.0,,,,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-06-16 19:49:10.837268,7.0,4802845.0,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-06-19 00:16:03.000000,2025-06-17 16:36:50,3784.0,84.0,301.0,42.0,4545.0,102.0,953.0,4318.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,20945342.0,2.0,68564.0,,,,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-06-17 17:51:37.627563,12.0,1612704838.0,,,,,,,,, 32,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-06-19 10:37:59.000000,2025-06-19 10:37:54,2666.0,110.0,760.0,69.0,259.0,,,3439.0,2025-06-02 08:27:05,9.1.3,100.0,1798.0,1798.0,74.0,https://www.npmjs.com/package/oidc-provider,467043.0,467043.0,2.0,,,,,,,,,,,,,,,,,,, 33,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-06-19 16:45:45.000000,2025-06-19 16:14:03,7240.0,123.0,499.0,78.0,4540.0,144.0,1456.0,1974.0,2025-06-17 21:39:13,1.12.3,100.0,168.0,168.0,217.0,,,9685.0,2.0,639271.0,,,,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,, 34,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,414.0,29.0,547.0,90.0,358.0,586.0,2025-02-10 21:52:03,7.5.2,53.0,2055.0,2055.0,175.0,,,1436397.0,2.0,,pysaml2,https://pypi.org/project/pysaml2,1436397.0,,,,,,,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-06-17 19:13:52.000000,2025-06-17 13:41:30,7560.0,453.0,1225.0,164.0,7549.0,55.0,1293.0,24180.0,2025-05-25 02:27:28,4.39.4,100.0,,,232.0,,,936.0,2.0,57154.0,,,,,,,,,,,,,,,,,, 36,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-06-18 15:47:44.000000,2025-06-18 15:47:42,4699.0,91.0,988.0,114.0,2210.0,154.0,1240.0,12030.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1346097.0,2.0,52413.0,,,,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114349818.0,,,,https://k8s.ory.sh/helm/charts,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-06-19 17:38:37.000000,2025-06-19 17:38:37,16254.0,673.0,752.0,114.0,8266.0,1242.0,14730.0,812.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15037.0,2.0,17263.0,,,,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1967810.0,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-06-19 18:20:05.000000,2025-06-19 18:11:55,17735.0,1014.0,1174.0,69.0,11544.0,650.0,2464.0,16616.0,2025-06-16 17:54:39,ersion/2025.6.2,100.0,,,385.0,,,219.0,2.0,6363.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Auth infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-06-19 14:52:53.000000,2025-06-19 07:43:02,7495.0,249.0,551.0,50.0,6687.0,133.0,521.0,10302.0,2025-05-26 13:25:04,1.28.0,71.0,25.0,25.0,75.0,,,5720.0,2.0,5700.0,,,,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-06-19 07:49:58.853818,5.0,267366.0,,,,,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-06-19 04:06:09.000000,2025-06-18 22:07:46,3344.0,131.0,1686.0,176.0,2744.0,319.0,847.0,9951.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,272.0,,,3.0,2.0,357.0,,,,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-06-18 15:07:53.000000,2025-06-18 15:07:52,1620.0,19.0,358.0,56.0,1326.0,34.0,291.0,5054.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,75.0,,,589468.0,2.0,29570.0,,,,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51251241.0,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-06-19 18:29:15.000000,2025-06-19 11:55:12,4674.0,79.0,284.0,200.0,5472.0,108.0,275.0,3948.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,183.0,,,301869.0,3.0,,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19621527.0,,,,,,,,, 43,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-06-17 10:16:10.000000,2025-06-17 10:15:26,1440.0,11.0,355.0,50.0,759.0,63.0,295.0,3412.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,969641.0,3.0,52993.0,,,,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90122496.0,,,,,,,,, 44,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-05-13 18:22:39.000000,2025-05-13 18:22:31,158.0,4.0,9986.0,653.0,304.0,,,83549.0,2024-09-30 18:21:20,20240930,12.0,21.0,21.0,74.0,,,719014.0,3.0,,openai-whisper,https://pypi.org/project/openai-whisper,719014.0,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-06-19 11:05:43.000000,2025-06-19 09:56:16,2919.0,65.0,131.0,62.0,321.0,35.0,305.0,952.0,2025-06-09 16:31:27,5.7.2,44.0,184.0,184.0,48.0,,,109738.0,2.0,23214.0,yubikey-manager,https://pypi.org/project/yubikey-manager,109522.0,,,,,,,,,,,,,,, 46,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-06-19 14:17:09.000000,2025-06-19 09:42:44,3746.0,126.0,736.0,58.0,6342.0,726.0,2178.0,10887.0,2025-06-12 06:54:48,3.3.0,100.0,,,195.0,,,1696.0,3.0,8480.0,,,,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,, 47,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,8.0,1031.0,104.0,875.0,44.0,848.0,5400.0,2025-04-04 08:29:47,5.8.2,70.0,10173.0,10173.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 48,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-06-19 10:30:18.000000,2025-06-19 10:30:18,2039.0,79.0,157.0,33.0,2170.0,43.0,350.0,3898.0,2025-06-16 14:09:23,0.45.0,68.0,30.0,30.0,33.0,,,2286.0,3.0,116608.0,,,,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-06-19 10:50:07.000000,2025-06-19 10:50:07,2390.0,80.0,231.0,23.0,2489.0,211.0,826.0,3616.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,116.0,,,7872.0,3.0,418.0,,,,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-06-19 06:17:20.259273,4.0,597850.0,,,,,,,,, 50,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-06-19 15:57:13.000000,2025-06-18 06:20:18,7322.0,325.0,381.0,41.0,1228.0,7.0,316.0,1550.0,2025-06-04 20:30:12,is-7.2.4,81.0,2910.0,2910.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13278.0,1536.0,526.0,31.0,845.0,54139.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7373.0,3.0,560354.0,,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,750.0,77.0,5.0,382.0,15370.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1391.0,3.0,,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162853.0,,,,,,,,, 53,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-06-19 00:18:04.000000,2025-06-18 14:37:20,7031.0,109.0,596.0,140.0,5055.0,172.0,3006.0,5465.0,2025-06-16 17:48:12,release-2025-06-16,100.0,,,137.0,,,17632.0,2.0,37125.0,,,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2009134.0,,,,,,,,, 54,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1784.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,489.0,8278.0,1.0,,,,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004837.0,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-06-19 16:10:59.000000,2025-06-19 15:39:21,35058.0,225.0,85.0,31.0,6682.0,436.0,4333.0,548.0,2025-05-20 10:48:36,1.7.0,100.0,7.0,7.0,128.0,,,497.0,3.0,9952.0,,,,,,,,,,,,,,,,,, 56,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-06-19 11:09:50.000000,2025-06-07 04:33:57,397.0,16.0,46.0,22.0,103.0,2.0,48.0,195.0,2025-06-07 04:34:15,4.0.15,69.0,1293.0,1293.0,22.0,https://www.npmjs.com/package/did-jwt-vc,42246.0,42246.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3762.0,346.0,111.0,452.0,394.0,17299.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,161074.0,161074.0,3.0,,,,,,,,,,,,,,,,,,, 58,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3484.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,28153.0,3.0,3550.0,oso,https://pypi.org/project/oso,28085.0,,,,,,,,,,,,,,, 59,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-06-13 19:37:26.000000,2025-06-13 19:37:26,3434.0,91.0,281.0,51.0,2695.0,30.0,253.0,946.0,2025-06-13 19:35:04,1.12.19,100.0,356.0,356.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 60,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-06-19 15:12:52.000000,2025-06-13 15:34:03,525.0,5.0,73.0,27.0,156.0,5.0,48.0,225.0,2025-06-13 15:34:36,11.0.4,70.0,1817.0,1817.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,44935.0,44935.0,1.0,,,,,,,,,,,,,,,,,,, 61,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-06-18 19:25:13.000000,2025-05-21 07:37:08,2271.0,35.0,961.0,42.0,1726.0,44.0,346.0,8188.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,324.0,324.0,50.0,,,21.0,3.0,740.0,,,,,,,,,,,,,,,,,, 62,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,26,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-06-13 14:23:04.000000,2025-06-13 14:23:04,4685.0,188.0,253.0,26.0,1933.0,54.0,266.0,5442.0,2025-06-06 08:44:50,1.4.0,100.0,4.0,4.0,66.0,,,356.0,3.0,9278.0,,,,-1.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,, 63,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-06-16 22:28:06.000000,2025-06-16 22:26:37,543.0,17.0,174.0,34.0,141.0,,106.0,946.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,608162.0,2.0,,webauthn,https://pypi.org/project/webauthn,608162.0,2.0,,,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-06-19 04:24:13.000000,2025-06-16 23:25:09,10084.0,132.0,495.0,28.0,2400.0,132.0,1253.0,456.0,2025-05-01 17:11:14,1.3.0,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,25,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-06-17 18:15:31.000000,2025-06-17 18:15:23,6908.0,212.0,313.0,424.0,4606.0,126.0,420.0,1741.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-06-18 12:51:04.000000,2025-06-18 08:55:50,1679.0,56.0,91.0,26.0,1248.0,93.0,315.0,324.0,2025-06-10 11:37:54,1.6.0-beta.2,40.0,149.0,149.0,43.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,559.0,41.0,130.0,531.0,787.0,18184.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3288.0,3.0,207146.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-06-17 11:38:53.000000,2025-06-10 16:58:25,1316.0,61.0,580.0,66.0,607.0,127.0,398.0,14204.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-06-14 07:26:30.000000,2025-03-03 16:29:56,2035.0,,213.0,31.0,549.0,57.0,101.0,5305.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6419.0,3.0,1547.0,,,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,332242.0,,,,,,,,, 70,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-05-30 07:26:09.000000,2025-05-30 07:25:03,2577.0,19.0,354.0,29.0,117.0,2.0,124.0,1708.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,298.0,3.0,,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30730.0,,,,,,,,, 71,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-06-18 12:04:12.000000,2025-06-18 12:04:10,655.0,4.0,185.0,41.0,307.0,47.0,221.0,1295.0,2022-09-28 20:32:17,3.0.1,20.0,339.0,339.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-06-19 11:48:48.000000,2025-06-19 11:48:18,16196.0,60.0,344.0,50.0,7856.0,,,1255.0,,,,,,240.0,,,38458.0,3.0,,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-06-18 05:40:27.827317,173.0,6037936.0,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,6.0,127.0,46.0,1906.0,137.0,972.0,860.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,67106.0,3.0,1184.0,,,,-1.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7246069.0,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-06-19 17:12:25.000000,2025-02-27 17:32:56,1900.0,,133.0,23.0,835.0,65.0,392.0,476.0,2024-04-02 18:54:31,6.0.0,44.0,877.0,877.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],24,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-06-19 15:02:39.000000,2025-06-06 23:27:47,654.0,18.0,71.0,38.0,228.0,5.0,86.0,356.0,2025-06-06 23:28:08,8.0.17,100.0,,,42.0,https://www.npmjs.com/package/did-jwt,417794.0,417794.0,1.0,,,,,-6.0,,,,,,,,,,,,,, 76,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-06-16 17:00:23.000000,2025-06-16 11:51:11,323.0,14.0,18.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,41.0,1359.0,1359.0,12.0,https://www.npmjs.com/package/web-did-resolver,62992.0,62992.0,1.0,,,,,,,,,,,,,,,,,,, 77,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-06-19 17:14:38.000000,2025-05-23 16:36:56,4067.0,12.0,778.0,247.0,354.0,64.0,210.0,2875.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,858.0,3.0,119379.0,,,,,,,,,,,,,,,,,, 78,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-06-18 19:42:04.000000,2025-06-18 19:40:49,2733.0,52.0,197.0,181.0,971.0,66.0,1197.0,1252.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-06-17 19:32:55.000000,2025-06-17 19:32:24,15210.0,64.0,672.0,109.0,19.0,,,702.0,,,,174.0,174.0,749.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-06-19 14:57:38.449840,2025-06-19 14:54:46,1907.0,36.0,243.0,56.0,362.0,33.0,89.0,596.0,2022-01-07 16:42:38,0.5.0,6.0,,,119.0,,,1481.0,2.0,,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-06-19 14:57:38.449840,,139219.0,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-06-17 17:29:54.000000,2025-06-17 13:36:06,14549.0,241.0,144.0,15.0,2135.0,90.0,2895.0,423.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,9536.0,,,,,,,,,,,,,,,,,, 82,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-06-16 18:50:16.000000,2025-06-16 18:48:51,2006.0,66.0,151.0,26.0,1263.0,30.0,254.0,170.0,2025-06-11 23:49:19,2.1.7,11.0,,,59.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-06-18 09:44:34.000000,2025-06-18 09:44:34,279.0,3.0,56.0,7.0,34.0,3.0,55.0,533.0,2025-03-16 21:06:42,2.3.0,37.0,5298.0,5298.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-06-04 13:25:23.000000,2025-06-04 12:35:51,1165.0,34.0,203.0,28.0,1446.0,212.0,617.0,304.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-06-19 16:58:48.000000,2025-06-02 01:22:07,404.0,4.0,42.0,22.0,132.0,3.0,18.0,220.0,2023-03-08 14:05:37,4.1.0,24.0,7483.0,7483.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-06-19 16:33:52.000000,2025-06-19 07:14:49,5085.0,410.0,69.0,8.0,869.0,18.0,225.0,183.0,2025-05-07 10:22:09,0.14.0,100.0,,,31.0,,,,2.0,,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-06-17 08:49:47.000000,2025-06-17 08:49:45,2987.0,85.0,39.0,13.0,3833.0,54.0,102.0,77.0,2025-05-09 12:38:10,2.5.0,35.0,974.0,974.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,624.0,415.0,24.0,1.0,143.0,28853.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29020.0,3.0,1392982.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-02-02 15:58:38.000000,2025-02-02 15:58:38,586.0,,323.0,64.0,158.0,253.0,604.0,6309.0,2020-09-02 15:57:23,2.6.1,11.0,,,67.0,,,270.0,3.0,23787.0,,,,,,,,,,,,,,,,howdy,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,763.0,95.0,353.0,179.0,361.0,1876.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,51.0,14.0,239.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9124.0,2.0,264623.0,,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,558.0,123.0,510.0,622.0,14117.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,304.0,61.0,236.0,4.0,131.0,4104.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,102.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,484.0,484.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,235.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-06-18 14:05:53.000000,2025-06-18 14:05:51,541.0,17.0,37.0,4.0,272.0,6.0,39.0,67.0,2025-06-16 11:20:31,1.31.1,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-06-05 14:02:13.000000,2025-06-05 14:02:13,1307.0,3.0,294.0,88.0,523.0,34.0,169.0,3140.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,298.0,93.0,43.0,28.0,24.0,2951.0,,,,1.0,1.0,27.0,,,2059.0,3.0,,pyja3,https://pypi.org/project/pyja3,2059.0,,,,,,,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-11 05:00:25.000000,2025-02-24 16:33:21,4946.0,,655.0,63.0,1822.0,38.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,860.0,,,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-06-16 22:59:49.000000,2025-06-16 22:57:40,2637.0,74.0,82.0,19.0,944.0,4.0,134.0,505.0,2025-06-01 10:35:55,0.29.3.RELEASE,78.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,12.0,63.0,35.0,454.0,93.0,120.0,214.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-06-17 16:45:35.000000,2025-06-17 16:45:35,3005.0,183.0,58.0,10.0,703.0,178.0,130.0,65.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,885.0,250.0,251.0,204.0,548.0,3036.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2426.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,308.0,16.0,22.0,1279.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,105.0,3.0,2740.0,,,,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,60.0,307.0,33.0,9.0,43.0,784.0,2023-01-31 02:32:05,2.1.1,52.0,28.0,28.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-06-18 02:10:48.000000,2025-06-18 02:10:47,1244.0,21.0,45.0,50.0,308.0,188.0,152.0,518.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 111,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,335.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 112,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,18,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,24.0,9.0,23.0,13.0,21.0,220.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1087.0,3.0,,django-passkeys,https://pypi.org/project/django-passkeys,1087.0,2.0,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,60.0,60.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,556.0,56.0,125.0,89.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-05-31 16:52:15.000000,2025-05-31 16:52:15,593.0,6.0,166.0,81.0,255.0,28.0,55.0,1581.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-05-30 07:55:19.000000,2025-05-30 07:55:19,1961.0,11.0,155.0,63.0,534.0,5.0,239.0,644.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-31 21:28:17.000000,2025-05-31 20:03:19,1399.0,33.0,97.0,75.0,513.0,10.0,366.0,429.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 118,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,26.0,50.0,18.0,66.0,20.0,17.0,268.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,496801.0,496801.0,3.0,,,,,,,,,,,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,15.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,4.0,48.0,16.0,104.0,24.0,68.0,201.0,,,,564.0,564.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,514.0,3.0,131.0,,,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23547.0,,,,,,,,, 122,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,5.0,41.0,3.0,61.0,,44.0,357.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,9.0,716.0,326.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,65.0,10.0,6.0,,,,138.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,2.0,15.0,,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,137.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-06-19 12:01:28.000000,2025-06-19 12:01:26,1427.0,163.0,20.0,15.0,1225.0,6.0,6.0,123.0,2025-05-27 09:48:32,1.0.2,3.0,,,16.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-06-18 11:14:03.000000,2025-03-06 20:03:47,2023.0,,85.0,8.0,780.0,3.0,131.0,99.0,2024-11-08 09:49:24,3.0.1,20.0,,,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,43.0,20.0,8.0,148.0,17.0,17.0,80.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,76.0,19.0,11.0,297.0,13.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-06-18 14:45:50.000000,2025-06-06 14:45:26,5099.0,84.0,17.0,6.0,539.0,42.0,2752.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-15 01:15:58.000000,2025-06-06 20:16:36,970.0,13.0,59.0,13.0,334.0,4.0,115.0,698.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-06-17 21:57:28.000000,2025-06-17 21:56:05,745.0,17.0,84.0,72.0,332.0,128.0,237.0,420.0,,,,,,41.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 133,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,39.0,258.0,46.0,77.0,304.0,,,,6.0,6.0,23.0,,,,3.0,,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,211.0,50.0,411.0,45.0,177.0,126.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,13.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,107.0,3.0,,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,86.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-06-15 00:20:02.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,2.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1003.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/cogolabs/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,False,cogolabs/beyond,,https://github.com/cogolabs/beyond,Apache-2.0,2017-08-13 18:29:25,2022-05-26 15:15:14.000000,2022-05-25 16:48:25,133.0,,25.0,7.0,2.0,4.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,188.0,3.0,,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17700.0,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-05-05 07:16:12.000000,2025-05-05 07:16:12,291.0,3.0,38.0,9.0,13.0,6.0,9.0,109.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-06-02 15:19:37.000000,2025-06-02 13:50:13,2065.0,13.0,25.0,7.0,334.0,19.0,17.0,79.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,982.0,,,,,,,,, 147,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,11.0,13.0,9.0,11.0,3.0,6.0,19.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,,26.0,15.0,182.0,19.0,130.0,88.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,84.0,84.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,24.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-06-19 11:16:37.000000,2025-06-19 11:16:34,166.0,30.0,17.0,48.0,113.0,86.0,90.0,116.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,25.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-06-16 12:25:30.000000,2025-05-22 03:28:44,470.0,86.0,1.0,5.0,358.0,2.0,,5.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,24.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,28.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,45.0,,,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-06-19 02:09:44.000000,2025-06-12 15:05:45,99.0,2.0,10.0,10.0,123.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,-1.0,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-17 17:46:26.000000,2025-05-25 17:11:37,19.0,1.0,6.0,7.0,18.0,4.0,24.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,6,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,1.0,13.0,9.0,95.0,10.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,138.0,3.0,,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,465584.0,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4439734.0,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-06-26_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇43 · ⭐ 27K · 📈) - Authentication for the Web. ISC - whisper (🥈32 · ⭐ 84K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - did-jwt (🥇31 · ⭐ 360 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - ethr-did-resolver (🥇28 · ⭐ 230 · 📈) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - polygon-issuer (🥈18 · ⭐ 99 · 📈) - Privado ID Self-Hosted Issuer Node. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥈32 · ⭐ 26K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - lemur (🥉24 · ⭐ 1.7K · 📉) - Repository for the Lemur Certificate Manager. Apache-2 - conjur (🥉23 · ⭐ 860 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - barbican (🥉16 · ⭐ 240 · 📉) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack ================================================ FILE: history/2025-06-26_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,pypi_id,pypi_url,pypi_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-06-22 12:13:05.000000,2025-06-22 12:13:01,3909.0,44.0,3814.0,109.0,3233.0,350.0,4593.0,27010.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,471082.0,471082.0,888.0,https://www.npmjs.com/package/next-auth,6757971.0,6757971.0,1.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-06-19 12:37:10.000000,2025-06-19 12:37:10,9653.0,233.0,2167.0,152.0,3974.0,148.0,3412.0,12912.0,2025-06-18 11:24:16,1.18.1,100.0,1937.0,1937.0,509.0,,,3088188.0,1.0,,111174793.0,,,,,,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-06-21 07:48:27.000000,2025-06-21 07:48:27,1770.0,66.0,478.0,64.0,509.0,81.0,301.0,2891.0,2025-06-20 05:53:03,3.3.1,50.0,636153.0,636153.0,199.0,,,155885038.0,1.0,,,oauthlib,https://pypi.org/project/oauthlib,155885038.0,,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-06-23 15:32:32.000000,2025-06-19 21:49:37,4215.0,112.0,2178.0,233.0,4762.0,234.0,2191.0,13268.0,2025-06-06 11:42:00,1.12.2,72.0,13775.0,13775.0,433.0,,,2951185.0,1.0,,8859996.0,,,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,318215441.0,,,,,,,,, 15,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-06-26 13:34:50.062828,2025-06-26 12:49:37,5751.0,189.0,1409.0,134.0,4921.0,373.0,2403.0,10420.0,2025-06-04 09:21:58,1.5.1,100.0,5606.0,5606.0,521.0,,,5534232.0,1.0,,15378983.0,,,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-06-26 13:34:50.062828,44.0,602161461.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-06-18 02:07:31.000000,2025-06-10 13:24:15,10538.0,45.0,1488.0,134.0,1385.0,118.0,1037.0,10047.0,2025-04-07 17:05:07,1.0.3,14.0,3804.0,3804.0,262.0,,,934209.0,1.0,,,speechbrain,https://pypi.org/project/speechbrain,934209.0,,,,,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-06-13 08:34:59.000000,2025-06-13 08:34:10,1547.0,70.0,481.0,60.0,256.0,106.0,390.0,4880.0,2025-05-23 06:59:27,1.6.0,41.0,44795.0,44795.0,129.0,,,30617569.0,1.0,,,authlib,https://pypi.org/project/authlib,30617569.0,,,,,,authlib/authlib,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-06-18 13:44:53.000000,2025-06-18 13:44:53,2000.0,34.0,2605.0,178.0,287.0,6.0,1182.0,19483.0,2024-08-17 07:30:49,0.0.93,13.0,8276.0,8276.0,90.0,,,623466.0,1.0,,,deepface,https://pypi.org/project/deepface,623466.0,,,,,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-06-26 18:29:51.000000,2025-06-26 18:26:06,21453.0,470.0,4271.0,795.0,24589.0,1118.0,5223.0,32663.0,2025-06-25 13:57:41,1.20.0,100.0,14746.0,14746.0,1596.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-06-21 15:15:01.000000,2025-06-21 15:11:39,1114.0,4.0,1673.0,241.0,526.0,44.0,798.0,18797.0,2025-06-21 15:12:58,2.108.0,100.0,3453.0,3453.0,153.0,https://www.npmjs.com/package/casbin,327083.0,590142.0,1.0,,,casbin,https://pypi.org/project/casbin,263059.0,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1223.0,299.0,162.0,351.0,430.0,23338.0,,,,1309938.0,1309938.0,38.0,https://www.npmjs.com/package/passport,16193883.0,16193883.0,2.0,,,,,,,,,,,,,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-06-24 10:59:41.000000,2025-06-24 10:59:40,4065.0,45.0,1451.0,239.0,1909.0,78.0,1478.0,16372.0,2025-01-17 08:51:44,2.3.0,100.0,,,308.0,,,3543081.0,2.0,,945629.0,,,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427382462.0,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13374.0,1567.0,241.0,773.0,594.0,54982.0,2018-04-02 17:18:43,1.2.2,2.0,5513.0,5513.0,54.0,,,219917.0,2.0,,1418.0,face_recognition,https://pypi.org/project/face_recognition,219808.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9491.0,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-26 04:52:42.000000,2025-06-26 04:52:42,4886.0,22.0,1909.0,188.0,1895.0,456.0,1523.0,12024.0,2025-03-05 07:11:35,r1.5.0,17.0,159.0,159.0,158.0,,,412041.0,2.0,,,paddlepaddle,https://pypi.org/project/paddlepaddle,412041.0,,,,,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-06-26 18:24:30.997340,2025-06-26 18:08:18,2800.0,79.0,1353.0,78.0,1896.0,116.0,1616.0,11799.0,2025-06-26 18:17:51,1.950.0,100.0,11.0,11.0,231.0,,,11145.0,1.0,,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-06-26 18:24:30.997340,19.0,624165.0,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-06-26 14:36:13.000000,2025-06-26 13:21:33,28488.0,1290.0,3910.0,596.0,5804.0,,,11260.0,2025-05-30 08:52:19,7.2.3,100.0,21.0,21.0,362.0,,,7416.0,1.0,,,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-06-26 01:21:18.604457,131.0,1223649.0,,,,,,,,, 27,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-06-16 11:01:09.000000,2025-04-16 03:36:29,1661.0,2.0,280.0,40.0,470.0,19.0,473.0,6440.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,100988.0,100988.0,72.0,https://www.npmjs.com/package/@casl/ability,3177292.0,3177292.0,2.0,,,,,,,,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-06-26 18:23:40.000000,2025-06-26 13:08:40,9675.0,388.0,556.0,57.0,7211.0,,1780.0,4540.0,2025-06-20 21:26:54,ockam_v0.155.0,100.0,188.0,188.0,318.0,,,10890.0,2.0,,402938.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-06-26 16:32:11.000000,2025-06-26 16:21:24,4932.0,312.0,319.0,50.0,1878.0,101.0,415.0,5811.0,2025-06-16 19:43:23,1.44.4,98.0,116.0,116.0,60.0,,,109290.0,2.0,,174321.0,,,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-06-16 19:49:10.837268,7.0,4849183.0,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-06-26 18:28:29.188259,2025-06-26 17:49:52,3794.0,87.0,301.0,42.0,4558.0,104.0,954.0,4329.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,20945510.0,2.0,,68699.0,,,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-06-26 18:28:29.188259,12.0,1612717595.0,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-06-25 11:06:46.000000,2025-06-25 11:06:41,2671.0,115.0,760.0,69.0,259.0,,,3442.0,2025-06-24 09:09:10,9.2.0,100.0,1803.0,1803.0,74.0,https://www.npmjs.com/package/oidc-provider,479787.0,479787.0,2.0,,,,,,,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-06-26 16:02:56.000000,2025-06-26 12:13:22,7244.0,111.0,499.0,77.0,4547.0,145.0,1457.0,1976.0,2025-06-17 21:39:13,1.12.3,100.0,168.0,168.0,217.0,,,9868.0,2.0,,651293.0,,,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,414.0,29.0,547.0,90.0,358.0,586.0,2025-02-10 21:52:03,7.5.2,53.0,2058.0,2058.0,175.0,,,1482575.0,2.0,,,pysaml2,https://pypi.org/project/pysaml2,1482575.0,,,,,,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10049.0,656.0,304.0,,,83933.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,733631.0,2.0,2.0,,openai-whisper,https://pypi.org/project/openai-whisper,733631.0,,,,,,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-06-16 05:23:39.000000,2025-06-16 05:23:39,2367.0,8.0,5570.0,512.0,196.0,1182.0,1391.0,25589.0,2023-04-02 07:43:27,0.7,1.0,4657.0,4657.0,66.0,,,333397.0,2.0,-1.0,8668277.0,,,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,194.0,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-06-26 17:06:46.000000,2025-06-26 17:06:45,7573.0,428.0,1227.0,164.0,7566.0,55.0,1295.0,24241.0,2025-05-25 02:27:28,4.39.4,100.0,,,233.0,,,945.0,2.0,,57651.0,,,,,,,,,,,,,,,,, 37,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-06-26 09:13:24.000000,2025-06-26 09:13:23,4702.0,78.0,994.0,113.0,2210.0,156.0,1240.0,12050.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1346473.0,2.0,,52564.0,,,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114381575.0,,,,https://k8s.ory.sh/helm/charts,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-06-26 16:47:13.000000,2025-06-26 16:47:13,16305.0,675.0,752.0,114.0,8290.0,1245.0,14778.0,815.0,2025-02-28 19:19:04,7.1.0,100.0,,,719.0,,,15044.0,2.0,,17317.0,,,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1968652.0,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-06-26 17:16:42.000000,2025-06-26 15:40:40,17813.0,1042.0,1182.0,70.0,11643.0,646.0,2487.0,16688.0,2025-06-16 17:54:39,ersion/2025.6.2,100.0,,,389.0,,,228.0,2.0,,6630.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Auth infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy, SSO, and RBAC.",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-06-26 14:20:51.000000,2025-06-26 05:12:40,7508.0,231.0,553.0,50.0,6703.0,136.0,521.0,10330.0,2025-05-26 13:25:04,1.28.0,71.0,25.0,25.0,75.0,,,5753.0,2.0,,5712.0,,,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-06-26 05:16:31.615433,5.0,268959.0,,,,,,,,, 41,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-06-26 04:18:55.000000,2025-06-21 10:08:11,3346.0,132.0,1690.0,176.0,2748.0,319.0,847.0,9965.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,272.0,,,3.0,2.0,,357.0,,,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,, 42,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-06-26 03:19:59.000000,2025-06-20 11:11:44,1621.0,20.0,358.0,56.0,1332.0,35.0,291.0,5058.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,75.0,,,589513.0,2.0,,29644.0,,,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51255044.0,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-06-26 15:46:51.000000,2025-06-25 18:34:50,4683.0,82.0,284.0,200.0,5488.0,107.0,276.0,3946.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,184.0,,,303014.0,3.0,,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19695963.0,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-06-20 11:16:29.000000,2025-06-20 11:15:51,1442.0,13.0,356.0,50.0,759.0,63.0,295.0,3424.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,969791.0,3.0,,53330.0,,,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90136131.0,,,,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],31,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-06-26 17:15:24.000000,2025-06-06 23:27:47,654.0,18.0,71.0,38.0,228.0,5.0,86.0,357.0,2025-06-06 23:28:08,8.0.17,100.0,5976.0,5976.0,42.0,https://www.npmjs.com/package/did-jwt,462645.0,462645.0,1.0,7.0,,,,,,,,,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-06-19 11:05:43.000000,2025-06-19 09:56:16,2919.0,65.0,131.0,63.0,321.0,34.0,307.0,956.0,2025-06-09 16:31:27,5.7.2,44.0,186.0,186.0,48.0,,,111059.0,2.0,,23537.0,yubikey-manager,https://pypi.org/project/yubikey-manager,110840.0,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-06-26 17:35:35.000000,2025-06-26 16:17:45,3752.0,116.0,741.0,58.0,6359.0,716.0,2194.0,10954.0,2025-06-12 06:54:48,3.3.0,100.0,1.0,1.0,196.0,,,1752.0,3.0,,8764.0,,,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,8.0,1032.0,105.0,875.0,44.0,848.0,5402.0,2025-04-04 08:29:47,5.8.2,70.0,10249.0,10249.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-06-26 07:36:44.000000,2025-06-24 14:09:04,2043.0,74.0,157.0,34.0,2174.0,43.0,350.0,3908.0,2025-06-16 14:09:23,0.45.0,68.0,31.0,31.0,33.0,,,2304.0,3.0,,117540.0,,,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-06-25 00:32:33.000000,2025-06-25 00:32:33,2397.0,83.0,234.0,24.0,2496.0,211.0,829.0,3635.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,118.0,,,7939.0,3.0,,419.0,,,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-06-19 06:17:20.259273,4.0,602932.0,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-06-25 21:02:55.000000,2025-06-25 21:02:54,7332.0,307.0,382.0,41.0,1234.0,7.0,316.0,1552.0,2025-06-04 20:30:12,is-7.2.4,81.0,2917.0,2917.0,336.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13283.0,1536.0,526.0,32.0,845.0,54166.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7429.0,3.0,,564661.0,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3501.0,750.0,77.0,5.0,382.0,15372.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1391.0,3.0,,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162861.0,,,,,,,,, 54,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],28,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-06-26 17:26:54.000000,2025-06-26 15:50:44,7044.0,114.0,596.0,140.0,5063.0,170.0,3010.0,5483.0,2025-06-24 00:50:50,release-2025-06-23,100.0,,,137.0,,,17719.0,2.0,,37167.0,,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2009743.0,,,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,443.0,8232.0,1.0,,,,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004837.0,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-06-26 15:18:30.000000,2025-06-26 05:50:00,35069.0,220.0,85.0,31.0,6697.0,433.0,4351.0,548.0,2025-06-26 05:52:02,1.8.0,100.0,7.0,7.0,128.0,,,501.0,3.0,,10021.0,,,,,,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-06-26 17:55:43.000000,2025-06-13 15:34:03,525.0,5.0,74.0,27.0,156.0,5.0,48.0,226.0,2025-06-13 15:34:36,11.0.4,70.0,1817.0,1817.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,60410.0,60410.0,1.0,1.0,,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-06-25 11:50:40.000000,2025-06-07 04:33:57,397.0,16.0,46.0,22.0,103.0,2.0,48.0,196.0,2025-06-07 04:34:15,4.0.15,69.0,1295.0,1295.0,22.0,https://www.npmjs.com/package/did-jwt-vc,50834.0,50834.0,1.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3766.0,347.0,111.0,452.0,394.0,17312.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,160810.0,160810.0,3.0,,,,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-06-24 12:58:21.000000,2025-06-24 12:58:17,4725.0,223.0,252.0,26.0,1953.0,55.0,266.0,5455.0,2025-06-24 09:30:48,1.4.1,100.0,4.0,4.0,66.0,,,371.0,3.0,,9648.0,,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3485.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,35598.0,3.0,,3558.0,oso,https://pypi.org/project/oso,35530.0,,,,,,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-06-26 14:45:46.000000,2025-06-26 14:45:46,3437.0,89.0,281.0,51.0,2698.0,30.0,253.0,945.0,2025-06-13 19:35:04,1.12.19,100.0,357.0,357.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-06-24 19:52:41.000000,2025-05-21 07:37:08,2271.0,33.0,962.0,42.0,1728.0,44.0,346.0,8201.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,324.0,324.0,50.0,,,22.0,3.0,,774.0,,,,,,,,,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-06-16 22:28:06.000000,2025-06-16 22:26:37,543.0,17.0,175.0,34.0,141.0,,106.0,949.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,631195.0,2.0,,,webauthn,https://pypi.org/project/webauthn,631195.0,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-06-26 16:08:25.000000,2025-06-25 22:16:48,10093.0,130.0,494.0,28.0,2411.0,133.0,1254.0,456.0,2025-05-01 17:11:14,1.3.0,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-06-26 12:56:16.000000,2025-06-24 12:05:22,1681.0,56.0,91.0,26.0,1251.0,92.0,316.0,324.0,2025-06-10 11:37:54,1.6.0-beta.2,40.0,149.0,149.0,43.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,571.0,42.0,130.0,531.0,787.0,18217.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3297.0,3.0,,207763.0,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-06-17 11:38:53.000000,2025-06-10 16:58:25,1316.0,54.0,581.0,66.0,607.0,127.0,398.0,14218.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-06-26 14:54:51.000000,2025-03-03 16:29:56,2035.0,,213.0,31.0,549.0,57.0,101.0,5314.0,2025-02-18 15:31:39,0.8.0,48.0,,,69.0,,,6464.0,3.0,,1582.0,,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-02-18 15:39:20.906277,1.0,334532.0,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-06-23 23:06:27.000000,2025-06-23 23:06:19,6914.0,182.0,313.0,424.0,4609.0,126.0,420.0,1742.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,-1.0,64.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-06-20 01:42:45.000000,2025-06-20 01:42:41,2578.0,17.0,359.0,29.0,117.0,2.0,124.0,1722.0,2025-03-31 23:29:37,4.1.7,68.0,,,51.0,,,299.0,3.0,,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,30887.0,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-06-18 12:04:12.000000,2025-06-18 12:04:10,655.0,4.0,185.0,41.0,307.0,47.0,221.0,1298.0,2022-09-28 20:32:17,3.0.1,20.0,342.0,342.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-06-26 13:08:34.335651,2025-06-26 10:08:50,16207.0,63.0,344.0,50.0,7870.0,,,1259.0,,,,,,240.0,,,38495.0,3.0,,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-06-26 13:08:34.335651,173.0,6043847.0,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-06-25 13:58:53.000000,2025-02-27 17:32:56,1900.0,,134.0,24.0,835.0,65.0,392.0,479.0,2024-04-02 18:54:31,6.0.0,44.0,878.0,878.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-06-23 11:59:25.000000,2025-06-23 07:12:50,325.0,14.0,18.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1360.0,1360.0,12.0,https://www.npmjs.com/package/web-did-resolver,74547.0,74547.0,2.0,,,,,,,,,,,,,,,,,,, 76,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-06-19 17:14:38.000000,2025-05-23 16:36:56,4067.0,12.0,778.0,247.0,354.0,64.0,210.0,2879.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,860.0,3.0,,119615.0,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-06-18 19:42:04.000000,2025-06-18 19:40:49,2733.0,49.0,198.0,181.0,971.0,66.0,1198.0,1254.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,2.0,127.0,46.0,1906.0,137.0,972.0,863.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,67181.0,3.0,-1.0,1203.0,,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7254215.0,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-06-23 16:55:59.000000,2025-06-23 13:50:36,15211.0,52.0,674.0,109.0,19.0,,,702.0,,,,174.0,174.0,749.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-06-26 12:48:33.000000,2025-06-26 07:33:59,1914.0,40.0,243.0,56.0,364.0,33.0,89.0,598.0,2022-01-07 16:42:38,0.5.0,6.0,,,120.0,,,1484.0,2.0,,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-06-26 08:09:41.566876,,139522.0,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-06-25 03:15:48.000000,2025-06-25 00:10:15,14559.0,231.0,145.0,15.0,2142.0,94.0,2895.0,425.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,,9536.0,,,,,,,,,,,,,,,,, 82,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-06-26 15:55:38.000000,2025-06-26 15:52:10,2010.0,58.0,153.0,26.0,1273.0,29.0,256.0,171.0,2025-06-26 15:54:28,2.1.9,13.0,,,59.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-06-22 10:20:58.000000,2025-06-22 10:19:45,592.0,5.0,325.0,64.0,159.0,252.0,606.0,6461.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,272.0,3.0,,23960.0,,,,,,,,,,,,,,,howdy,, 84,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-06-25 09:01:01.000000,2025-06-25 09:01:00,282.0,6.0,56.0,7.0,34.0,2.0,56.0,533.0,2025-03-16 21:06:42,2.3.0,37.0,5306.0,5306.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-06-25 13:30:01.000000,2025-06-24 14:57:41,1166.0,30.0,203.0,28.0,1447.0,213.0,617.0,304.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-06-25 16:55:58.000000,2025-06-02 01:22:07,404.0,4.0,43.0,22.0,132.0,3.0,18.0,221.0,2023-03-08 14:05:37,4.1.0,24.0,7492.0,7492.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-06-20 17:58:41.000000,2025-06-20 13:24:48,5104.0,415.0,70.0,8.0,872.0,16.0,227.0,184.0,2025-05-07 10:22:09,0.14.0,100.0,,,31.0,,,,2.0,,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-06-25 13:52:53.000000,2025-06-25 13:51:17,2991.0,82.0,39.0,13.0,3839.0,54.0,102.0,77.0,2025-05-09 12:38:10,2.5.0,35.0,977.0,977.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,640.0,415.0,24.0,1.0,143.0,28887.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29137.0,3.0,,1398590.0,,,,,,,,,,,,,,,,, 90,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],21,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,764.0,95.0,353.0,181.0,361.0,1881.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,51.0,14.0,239.0,31.0,87.0,81.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9181.0,2.0,,266261.0,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,557.0,123.0,510.0,622.0,14122.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,4.0,131.0,4112.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,484.0,484.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,235.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-06-26 15:43:40.000000,2025-06-18 14:05:51,541.0,17.0,35.0,4.0,273.0,6.0,39.0,67.0,2025-06-16 11:20:31,1.31.1,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-06-26 15:52:10.000000,2025-06-26 15:52:10,3022.0,200.0,58.0,10.0,705.0,180.0,130.0,65.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-06-05 14:02:13.000000,2025-06-05 14:02:13,1307.0,3.0,295.0,88.0,524.0,34.0,170.0,3144.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,299.0,93.0,43.0,28.0,24.0,2956.0,,,,1.0,1.0,27.0,,,2016.0,3.0,,,pyja3,https://pypi.org/project/pyja3,2016.0,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,655.0,63.0,1823.0,39.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,,862.0,,,,,,,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-06-16 22:59:49.000000,2025-06-16 22:57:40,2637.0,72.0,82.0,19.0,944.0,5.0,134.0,505.0,2025-06-01 10:35:55,0.29.3.RELEASE,78.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,24.0,8.0,23.0,13.0,21.0,220.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1360.0,3.0,,,django-passkeys,https://pypi.org/project/django-passkeys,1360.0,,,,,,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,10.0,63.0,35.0,454.0,93.0,120.0,214.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,892.0,250.0,251.0,207.0,549.0,3045.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2427.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,18,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1283.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,110.0,3.0,,2885.0,,,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,60.0,307.0,33.0,9.0,43.0,784.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-06-25 15:09:54.000000,2025-06-25 15:08:15,1246.0,20.0,45.0,50.0,310.0,188.0,152.0,519.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 112,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,336.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,61.0,61.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-06-23 16:20:29.000000,2025-06-23 16:19:59,2302.0,14.0,86.0,8.0,783.0,3.0,131.0,99.0,2025-06-23 16:20:29,3.0.3,22.0,,,27.0,,,,2.0,2.0,,,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,368.0,556.0,56.0,125.0,89.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-06-26 14:44:02.000000,2025-06-26 14:44:02,594.0,7.0,166.0,80.0,256.0,29.0,55.0,1585.0,,,,,,69.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-06-25 06:51:54.000000,2025-06-25 06:51:53,1964.0,12.0,157.0,64.0,537.0,5.0,239.0,646.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-31 21:28:17.000000,2025-05-31 20:03:19,1399.0,28.0,97.0,75.0,513.0,12.0,366.0,431.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,26.0,50.0,18.0,66.0,20.0,17.0,270.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,573139.0,573139.0,3.0,,,,,,,,,,,,,,,,,,, 120,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,4.0,48.0,16.0,104.0,24.0,68.0,202.0,,,,565.0,565.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,515.0,3.0,,131.0,,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23571.0,,,,,,,,, 122,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,4.0,42.0,3.0,62.0,,44.0,358.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,9.0,716.0,328.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-05-07 22:17:44.000000,2025-05-07 20:39:16,3729.0,9.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 126,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,50.0,10.0,6.0,,,,138.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,2.0,,15.0,,,,,,,,,,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-06-26 14:35:41.000000,2025-06-25 12:56:58,1434.0,136.0,20.0,15.0,1232.0,6.0,6.0,123.0,2025-05-27 09:48:32,1.0.2,3.0,,,17.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,43.0,20.0,8.0,148.0,17.0,17.0,80.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,76.0,19.0,11.0,297.0,13.0,10.0,71.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-06-26 15:59:28.000000,2025-06-06 14:45:26,5099.0,81.0,17.0,6.0,539.0,43.0,2753.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-15 01:15:58.000000,2025-06-06 20:16:36,970.0,13.0,59.0,13.0,334.0,4.0,115.0,698.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-06-24 16:22:20.000000,2025-06-24 16:21:04,748.0,19.0,84.0,71.0,334.0,126.0,240.0,421.0,,,,,,41.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 133,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,38.0,258.0,46.0,77.0,305.0,,,,6.0,6.0,23.0,,,,3.0,,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,212.0,50.0,412.0,45.0,177.0,128.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 135,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,13.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,107.0,3.0,,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,86.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-06-15 00:20:02.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,2.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1003.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-06-24 22:39:39.000000,2025-06-24 22:39:37,134.0,1.0,25.0,7.0,3.0,4.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,5.0,,,188.0,3.0,,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17704.0,presbrey/beyond,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-06-20 16:42:32.000000,2025-06-20 16:42:26,292.0,4.0,38.0,9.0,13.0,6.0,9.0,110.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-06-23 06:03:56.000000,2025-06-02 13:50:13,2065.0,13.0,25.0,8.0,334.0,19.0,17.0,80.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,25.0,3.0,,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,982.0,,,,,,,,, 147,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-05-05 09:18:53.000000,2025-04-24 13:55:17,151.0,10.0,14.0,9.0,11.0,3.0,7.0,20.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,,26.0,15.0,183.0,19.0,130.0,88.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],12,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,85.0,85.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 154,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-06-26 17:51:50.000000,2025-06-26 01:18:34,173.0,37.0,17.0,47.0,116.0,89.0,95.0,117.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,48.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-06-16 12:25:30.000000,2025-05-22 03:28:44,470.0,86.0,1.0,5.0,358.0,2.0,,5.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,28.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-06-26 02:07:34.000000,2025-06-24 19:41:36,101.0,4.0,10.0,10.0,124.0,3.0,1.0,22.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,1.0,3.0,,45.0,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,10.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,138.0,3.0,,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,470123.0,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4442651.0,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-07-03_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇42 · ⭐ 10K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - boulder (🥈29 · ⭐ 5.5K · 📈) - An ACME-based certificate authority, written in Go. MPL-2.0 linux-foundation - conjur (🥉24 · ⭐ 870 · 📈) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - barbican (🥉17 · ⭐ 240 · 📈) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack - beyond (🥉14 · ⭐ 260 · 📈) - BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - ory-hydra (🥈35 · ⭐ 16K · 📉) - The only web-scale, fully customizable OpenID Certified.. Apache-2 ory - casl (🥈33 · ⭐ 6.4K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - oathkeeper (🥉30 · ⭐ 3.4K · 📉) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - keto (🥈29 · ⭐ 5.1K · 📉) - The most scalable and customizable permission server on the.. Apache-2 ory - node-solid-server (🥇27 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid ================================================ FILE: history/2025-07-03_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,49.0,3820.0,109.0,3240.0,351.0,4595.0,27055.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,471358.0,471358.0,889.0,https://www.npmjs.com/package/next-auth,6856678.0,6856678.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-07-03 12:24:48.000000,2025-07-02 11:14:19,9661.0,235.0,2167.0,152.0,3980.0,146.0,3415.0,12926.0,2025-07-02 14:34:58,1.18.2,100.0,1952.0,1952.0,510.0,,,2787657.0,1.0,103143315.0,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-07-03 08:23:46.750206,2025-07-03 07:39:04,5764.0,191.0,1412.0,134.0,4936.0,375.0,2407.0,10440.0,2025-06-30 09:30:13,1.6.0,100.0,5636.0,5636.0,521.0,,,5489772.0,1.0,15570762.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-07-03 08:23:46.750206,44.0,602442638.0,1.0,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-06-21 07:48:27.000000,2025-06-21 07:48:27,1770.0,66.0,479.0,64.0,509.0,81.0,302.0,2894.0,2025-06-20 05:53:03,3.3.1,50.0,636433.0,636433.0,199.0,,,161290042.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,161290042.0,,,,,,,,, 15,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-07-03 09:19:22.000000,2025-07-03 09:19:21,4226.0,117.0,2185.0,233.0,4771.0,234.0,2192.0,13295.0,2025-06-06 11:42:00,1.12.2,72.0,13799.0,13799.0,435.0,,,2927725.0,1.0,8888459.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,318513676.0,,,,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-07-02 11:01:43.000000,2025-07-02 11:01:41,10539.0,43.0,1493.0,134.0,1386.0,119.0,1037.0,10094.0,2025-04-07 17:05:07,1.0.3,14.0,3810.0,3810.0,262.0,,,981105.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,981105.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-06-13 08:34:59.000000,2025-06-13 08:34:10,1547.0,55.0,484.0,60.0,256.0,107.0,390.0,4885.0,2025-05-23 06:59:27,1.6.0,41.0,44888.0,44888.0,129.0,,,30561522.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,30561522.0,authlib/authlib,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-07-01 12:08:34.000000,2025-07-01 12:08:34,2006.0,37.0,2618.0,178.0,289.0,6.0,1183.0,19584.0,2024-08-17 07:30:49,0.0.93,13.0,8287.0,8287.0,91.0,,,631702.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,631702.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-07-03 18:29:27.000000,2025-07-03 18:29:27,21486.0,470.0,4276.0,795.0,24665.0,1125.0,5226.0,32700.0,2025-06-25 13:57:41,1.20.0,100.0,14765.0,14765.0,1596.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-06-21 15:15:01.000000,2025-06-21 15:11:39,1114.0,4.0,1675.0,241.0,526.0,46.0,798.0,18822.0,2025-06-21 15:12:58,2.108.0,100.0,3456.0,3456.0,153.0,https://www.npmjs.com/package/casbin,343767.0,665946.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,322179.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1224.0,299.0,162.0,351.0,430.0,23345.0,,,,1310316.0,1310316.0,38.0,https://www.npmjs.com/package/passport,16512190.0,16512190.0,2.0,,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13376.0,1567.0,241.0,773.0,594.0,55030.0,2018-04-02 17:18:43,1.2.2,2.0,5519.0,5519.0,54.0,,,217750.0,2.0,1421.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9546.0,,face_recognition,https://pypi.org/project/face_recognition,217641.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-07-03 15:16:43.000000,2025-07-03 15:16:41,4075.0,55.0,1451.0,239.0,1913.0,77.0,1479.0,16393.0,2025-01-17 08:51:44,2.3.0,100.0,,,310.0,,,3514413.0,2.0,949007.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427427701.0,-1.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-26 04:52:42.000000,2025-06-26 04:52:42,4886.0,19.0,1911.0,188.0,1896.0,331.0,1652.0,12045.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,158.0,,,435666.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,435666.0,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-07-03 15:06:23.063168,2025-07-03 14:50:23,2808.0,79.0,1356.0,78.0,1903.0,115.0,1623.0,11840.0,2025-07-03 14:59:35,1.957.0,100.0,11.0,11.0,233.0,,,11070.0,1.0,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-07-03 15:06:23.063168,19.0,631025.0,,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-07-03 10:42:12.000000,2025-07-03 10:11:45,28565.0,1274.0,3913.0,596.0,5845.0,,,11262.0,2025-06-27 11:09:11,7.2.4,100.0,21.0,21.0,363.0,,,7406.0,1.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-07-03 01:21:24.199736,131.0,1229488.0,,,,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-07-02 12:02:57.000000,2025-07-02 03:07:02,9710.0,406.0,557.0,57.0,7234.0,,1780.0,4543.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10609.0,2.0,403164.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,33,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-07-02 18:46:11.000000,2025-04-16 03:36:29,1661.0,2.0,279.0,40.0,470.0,19.0,473.0,6447.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,101017.0,101017.0,72.0,https://www.npmjs.com/package/@casl/ability,3181761.0,3181761.0,2.0,,,,,,,-1.0,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-07-03 18:14:42.000000,2025-07-03 15:42:01,4942.0,300.0,320.0,50.0,1891.0,86.0,430.0,5835.0,2025-06-16 19:43:23,1.44.4,98.0,119.0,119.0,60.0,,,108196.0,2.0,176445.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-06-16 19:49:10.837268,7.0,4905004.0,,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-07-03 17:42:10.962852,2025-07-03 16:28:11,3811.0,97.0,301.0,42.0,4573.0,104.0,954.0,4343.0,2025-05-22 16:13:27,0.29.4,100.0,22.0,22.0,95.0,,,20677186.0,2.0,68798.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-07-03 17:42:10.962852,13.0,1612734050.0,,,,,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-06-25 11:06:46.000000,2025-06-25 11:06:41,2671.0,114.0,762.0,69.0,259.0,,,3456.0,2025-06-24 09:09:10,9.2.0,100.0,1809.0,1809.0,74.0,https://www.npmjs.com/package/oidc-provider,501895.0,501895.0,2.0,,,,,,,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-07-03 16:53:37.000000,2025-07-03 16:51:18,7251.0,109.0,501.0,77.0,4558.0,145.0,1457.0,1981.0,2025-07-01 21:39:47,1.12.4,100.0,168.0,168.0,217.0,,,10020.0,2.0,661348.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,414.0,29.0,548.0,90.0,358.0,585.0,2025-02-10 21:52:03,7.5.2,53.0,2063.0,2063.0,175.0,,,1556877.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1556877.0,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10110.0,655.0,305.0,,,84295.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,746059.0,2.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,746059.0,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-06-16 05:23:39.000000,2025-06-16 05:23:39,2367.0,8.0,5584.0,512.0,196.0,1184.0,1391.0,25737.0,2023-04-02 07:43:27,0.7,1.0,4663.0,4663.0,66.0,,,324790.0,2.0,8769286.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,194.0,,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-07-03 12:01:30.000000,2025-07-03 12:00:00,7664.0,470.0,1230.0,163.0,7648.0,54.0,1298.0,24358.0,2025-05-25 02:27:28,4.39.4,100.0,,,234.0,,,937.0,2.0,58127.0,,,,,,,,,,,,,,,,,, 37,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-07-03 09:40:20.000000,2025-07-03 09:40:18,4706.0,70.0,996.0,113.0,2211.0,155.0,1241.0,12070.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1331243.0,2.0,52775.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114418263.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-07-03 16:50:31.000000,2025-07-03 16:50:30,16381.0,705.0,752.0,114.0,8325.0,1258.0,14818.0,826.0,2025-02-28 19:19:04,7.1.0,100.0,,,720.0,,,14935.0,2.0,17386.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1969511.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-07-03 17:53:55.000000,2025-07-03 11:20:56,17889.0,1082.0,1184.0,69.0,11733.0,652.0,2502.0,16780.0,2025-06-27 14:01:06,ersion/2025.6.3,100.0,,,391.0,,,235.0,2.0,6824.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-07-03 15:19:28.000000,2025-07-03 12:19:57,7526.0,218.0,559.0,50.0,6722.0,140.0,521.0,10367.0,2025-06-27 05:47:28,1.29.0,72.0,26.0,26.0,75.0,,,5673.0,2.0,5648.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-07-03 12:25:14.180187,5.0,270953.0,,,,,,,,,,,,, 41,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-07-03 04:29:18.000000,2025-06-21 10:08:11,3346.0,116.0,1692.0,176.0,2759.0,319.0,848.0,9977.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,272.0,,,3.0,2.0,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-07-03 14:35:27.000000,2025-07-02 20:47:31,4690.0,87.0,284.0,200.0,5505.0,107.0,276.0,3951.0,2025-05-08 17:05:22,0.19.2,69.0,11.0,11.0,184.0,,,299604.0,3.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-05-08 17:14:37.402104,18.0,19773914.0,,,,,,,,,,,,, 43,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],31,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-07-03 17:32:52.000000,2025-06-06 23:27:47,654.0,18.0,71.0,38.0,228.0,5.0,86.0,357.0,2025-06-06 23:28:08,8.0.17,100.0,5978.0,5978.0,42.0,https://www.npmjs.com/package/did-jwt,455218.0,455218.0,1.0,,,,,,,,,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-07-03 15:05:19.000000,2025-07-03 15:04:42,1446.0,17.0,358.0,50.0,761.0,63.0,295.0,3428.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,959621.0,3.0,53629.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90149758.0,-1.0,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-07-01 20:10:27.000000,2025-06-27 09:59:16,2921.0,65.0,131.0,63.0,322.0,35.0,307.0,958.0,2025-06-09 16:31:27,5.7.2,44.0,187.0,187.0,48.0,,,120209.0,2.0,23723.0,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,119990.0,,,,,,,,, 46,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-07-03 17:11:28.000000,2025-07-03 11:10:10,3766.0,124.0,744.0,58.0,6379.0,723.0,2198.0,10995.0,2025-06-12 06:54:48,3.3.0,100.0,1.0,1.0,197.0,,,1510.0,3.0,9061.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-07-03 18:02:46.000000,2025-07-03 18:02:44,7051.0,113.0,596.0,139.0,5076.0,171.0,3012.0,5488.0,2025-07-01 16:58:23,0.20250701.0,100.0,,,138.0,,,17516.0,2.0,37155.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2010232.0,1.0,,,,,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,4.0,1032.0,105.0,875.0,45.0,848.0,5405.0,2025-04-04 08:29:47,5.8.2,70.0,10312.0,10312.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],29,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-07-03 15:11:04.000000,2025-07-03 15:11:02,1627.0,26.0,359.0,56.0,1334.0,35.0,291.0,5062.0,2025-03-06 12:24:46,0.14.0,53.0,,,75.0,,,582859.0,2.0,29747.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51258997.0,-2.0,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-06-30 16:54:55.000000,2025-06-30 16:44:55,2050.0,77.0,158.0,34.0,2181.0,43.0,351.0,3920.0,2025-06-30 11:22:06,0.45.1,69.0,31.0,31.0,33.0,,,2282.0,2.0,118664.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-07-02 23:35:59.000000,2025-07-02 23:35:58,2402.0,82.0,236.0,25.0,2504.0,212.0,829.0,3656.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,118.0,,,7892.0,3.0,420.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-06-19 06:17:20.259273,4.0,607264.0,,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-07-03 11:50:43.000000,2025-07-03 07:34:46,7365.0,328.0,382.0,41.0,1246.0,8.0,316.0,1553.0,2025-06-04 20:30:12,is-7.2.4,82.0,2918.0,2918.0,337.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13285.0,1538.0,526.0,33.0,845.0,54192.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7390.0,3.0,569079.0,,,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,749.0,77.0,5.0,382.0,15376.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1380.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162888.0,,,,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-07-03 17:48:05.000000,2025-07-03 09:45:46,35079.0,210.0,85.0,31.0,6718.0,436.0,4364.0,553.0,2025-06-26 05:52:02,1.8.0,100.0,7.0,7.0,128.0,,,487.0,3.0,10230.0,,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-07-03 13:34:26.000000,2025-06-13 15:34:03,525.0,3.0,74.0,27.0,156.0,5.0,48.0,226.0,2025-06-13 15:34:36,11.0.4,70.0,1817.0,1817.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,67621.0,67621.0,1.0,,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-07-03 02:58:22.000000,2025-06-07 04:33:57,397.0,16.0,46.0,22.0,103.0,3.0,48.0,196.0,2025-06-07 04:34:15,4.0.15,69.0,1296.0,1296.0,22.0,https://www.npmjs.com/package/did-jwt-vc,53912.0,53912.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3767.0,347.0,112.0,452.0,393.0,17332.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,160927.0,160927.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-07-02 12:10:56.000000,2025-07-02 12:10:50,4747.0,203.0,252.0,26.0,1966.0,56.0,266.0,5462.0,2025-06-24 09:30:48,1.4.1,100.0,4.0,4.0,66.0,,,371.0,3.0,10027.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3485.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,34491.0,3.0,3573.0,,,,,,,oso,https://pypi.org/project/oso,34424.0,,,,,,,,, 61,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,17.0,297.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,575.0,8304.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004847.0,-1.0,,,,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-07-03 15:09:56.000000,2025-07-03 15:09:53,3439.0,85.0,282.0,51.0,2703.0,30.0,253.0,945.0,2025-06-13 19:35:04,1.12.19,100.0,358.0,358.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"The Complete Authentication and User Management Solution for the Passkey Era. Open Source Alternative to Clerk, Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-06-27 16:57:39.000000,2025-05-21 07:37:08,2271.0,31.0,958.0,42.0,1729.0,44.0,346.0,8216.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,324.0,324.0,50.0,,,21.0,3.0,789.0,,,,,,,,,,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-06-16 22:28:06.000000,2025-06-16 22:26:37,543.0,17.0,175.0,34.0,141.0,,106.0,950.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,676120.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,676120.0,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-07-02 21:36:13.000000,2025-07-02 21:36:12,10098.0,123.0,495.0,28.0,2419.0,136.0,1255.0,457.0,2025-07-02 19:34:37,1.3.1,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-07-03 08:25:44.000000,2025-07-03 07:26:35,1682.0,55.0,91.0,26.0,1252.0,92.0,317.0,324.0,2025-06-10 11:37:54,1.6.0-beta.2,40.0,149.0,149.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,577.0,43.0,130.0,531.0,787.0,18243.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3255.0,3.0,208375.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-07-03 14:16:27.000000,2025-06-10 16:58:25,1316.0,51.0,584.0,66.0,608.0,127.0,398.0,14237.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-07-02 16:09:34.333798,2025-07-01 19:36:14,2040.0,5.0,216.0,31.0,555.0,57.0,102.0,5314.0,2025-07-02 16:00:40,0.8.1,51.0,,,69.0,,,6383.0,3.0,1612.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-07-02 16:09:34.333798,1.0,336697.0,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-06-30 18:50:22.000000,2025-06-23 23:06:19,6914.0,172.0,314.0,424.0,4613.0,126.0,420.0,1745.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-06-20 01:42:45.000000,2025-06-20 01:42:41,2578.0,14.0,359.0,30.0,117.0,2.0,124.0,1727.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,298.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,31014.0,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,185.0,41.0,307.0,47.0,221.0,1299.0,2022-09-28 20:32:17,3.0.1,20.0,343.0,343.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-07-03 13:08:43.974514,2025-07-01 13:36:19,16208.0,62.0,343.0,50.0,7873.0,,,1264.0,,,,,,240.0,,,38286.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-07-03 13:08:43.974514,174.0,6049260.0,,,,,,,,,,,,, 74,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,,127.0,46.0,1906.0,137.0,972.0,866.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,66655.0,3.0,1214.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7264004.0,1.0,,,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-07-03 02:47:37.000000,2025-02-27 17:32:56,1900.0,,134.0,24.0,836.0,65.0,392.0,479.0,2024-04-02 18:54:31,6.0.0,44.0,878.0,878.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-06-30 07:37:53.000000,2025-06-30 02:01:44,326.0,13.0,18.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1360.0,1360.0,12.0,https://www.npmjs.com/package/web-did-resolver,79775.0,79775.0,2.0,,,,,,,,,,,,,,,,,,, 77,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-07-02 18:09:04.000000,2025-07-02 18:09:04,4068.0,13.0,778.0,247.0,355.0,64.0,210.0,2879.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,855.0,3.0,119800.0,,,,,,,,,,,,,,,,,, 78,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-06-18 19:42:04.000000,2025-06-18 19:40:49,2733.0,45.0,200.0,181.0,971.0,64.0,1201.0,1257.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-01 14:35:18.000000,2025-07-01 14:34:51,15214.0,54.0,674.0,109.0,19.0,,,702.0,,,,175.0,175.0,750.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-07-03 12:50:32.000000,2025-07-03 07:59:46,1916.0,40.0,244.0,56.0,366.0,33.0,89.0,598.0,2022-01-07 16:42:38,0.5.0,6.0,,,121.0,,,1470.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-07-03 08:19:21.330308,,139732.0,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-07-02 12:47:22.000000,2025-07-02 01:21:23,14572.0,211.0,145.0,15.0,2147.0,96.0,2896.0,425.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,103.0,3.0,9536.0,,,,,,,,,,,,,,,,,, 82,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-07-03 15:18:46.000000,2025-07-03 15:17:17,2014.0,51.0,153.0,26.0,1276.0,28.0,257.0,172.0,2025-06-26 20:29:36,2.1.10,14.0,,,60.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-06-22 10:20:58.000000,2025-06-22 10:19:45,592.0,4.0,326.0,64.0,159.0,255.0,606.0,6510.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,270.0,3.0,24092.0,,,,,,,,,,,,,,,,howdy,, 84,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-06-29 15:16:19.000000,2025-06-29 15:16:19,285.0,9.0,56.0,7.0,34.0,,58.0,534.0,2025-06-29 14:25:26,2.3.1,38.0,5312.0,5312.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-06-30 14:56:25.000000,2025-06-24 14:57:41,1166.0,25.0,207.0,28.0,1451.0,213.0,617.0,304.0,2025-05-09 12:55:46,0.5.15,100.0,,,73.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-07-03 01:47:28.000000,2025-06-30 01:53:30,405.0,4.0,43.0,22.0,132.0,3.0,18.0,221.0,2023-03-08 14:05:37,4.1.0,24.0,7494.0,7494.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-07-03 18:19:53.000000,2025-07-03 13:27:52,5148.0,433.0,72.0,8.0,882.0,9.0,237.0,186.0,2025-05-07 10:22:09,0.14.0,100.0,,,33.0,,,,2.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-07-03 14:23:50.000000,2025-07-03 14:21:23,2998.0,85.0,39.0,13.0,3848.0,54.0,102.0,79.0,2025-07-03 14:23:50,3.0.0,36.0,977.0,977.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,651.0,416.0,24.0,1.0,143.0,28919.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28661.0,3.0,1404412.0,,,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,51.0,14.0,239.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,8928.0,2.0,267860.0,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,557.0,123.0,510.0,622.0,14131.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,4.0,131.0,4118.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,765.0,95.0,354.0,181.0,361.0,1882.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,484.0,484.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,235.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-07-02 16:19:51.000000,2025-07-02 16:17:00,543.0,19.0,35.0,4.0,274.0,6.0,39.0,68.0,2025-07-02 16:19:51,1.31.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-07-01 14:09:40.000000,2025-07-01 14:09:40,3044.0,222.0,58.0,10.0,711.0,180.0,130.0,65.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-07-01 09:20:26.000000,2025-07-01 09:20:25,1308.0,4.0,295.0,88.0,524.0,33.0,171.0,3146.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,299.0,93.0,43.0,28.0,24.0,2959.0,,,,1.0,1.0,27.0,,,1984.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,1984.0,,,,,,,,, 101,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1823.0,39.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,875.0,,,,,,,,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-07-01 17:50:35.000000,2025-07-01 17:49:20,2641.0,72.0,82.0,19.0,945.0,5.0,135.0,505.0,2025-07-02 00:41:28,0.29.4.RELEASE,79.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,24.0,7.0,23.0,13.0,21.0,222.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1478.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1478.0,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,894.0,250.0,252.0,207.0,549.0,3051.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2427.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,60.0,305.0,33.0,9.0,43.0,786.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-07-03 00:51:32.000000,2025-07-03 00:51:30,1248.0,18.0,45.0,50.0,311.0,188.0,152.0,521.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,335.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,9.0,64.0,35.0,454.0,93.0,120.0,214.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,209.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-06-23 16:20:29.000000,2025-06-23 16:19:59,2302.0,14.0,85.0,8.0,783.0,4.0,131.0,99.0,2025-06-23 16:20:29,3.0.3,22.0,,,27.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,556.0,56.0,125.0,89.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-06-30 00:13:45.000000,2025-06-30 00:13:45,595.0,8.0,168.0,80.0,257.0,29.0,56.0,1592.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1285.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,112.0,3.0,3031.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-06-25 06:51:54.000000,2025-06-25 06:51:53,1964.0,11.0,157.0,64.0,537.0,5.0,239.0,647.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-05-31 21:28:17.000000,2025-05-31 20:03:19,1399.0,26.0,97.0,75.0,513.0,11.0,367.0,431.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,26.0,50.0,18.0,66.0,20.0,17.0,270.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,575985.0,575985.0,3.0,,,,,,,,,,,,,,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,10.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,1.0,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,504.0,3.0,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23597.0,,,,,,,,,,,,, 122,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,4.0,42.0,3.0,62.0,,44.0,358.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,9.0,716.0,328.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,4.0,47.0,16.0,104.0,24.0,68.0,202.0,,,,566.0,566.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 126,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,49.0,10.0,6.0,,,,138.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,2.0,15.0,,,,,,,,,,,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-07-03 11:23:02.000000,2025-06-25 12:56:58,1434.0,116.0,20.0,15.0,1237.0,6.0,6.0,124.0,2025-05-27 09:48:32,1.0.2,3.0,,,17.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-05-22 00:48:01.000000,2025-05-22 00:48:00,1429.0,43.0,20.0,8.0,148.0,17.0,17.0,80.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 129,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-05-22 01:10:56.000000,2025-05-22 01:10:56,3302.0,74.0,19.0,11.0,297.0,13.0,10.0,71.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-03 12:00:08.000000,2025-07-02 10:30:58,5111.0,81.0,17.0,6.0,539.0,44.0,2755.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-26 22:32:11.000000,2025-06-06 20:16:36,970.0,13.0,59.0,14.0,335.0,4.0,115.0,700.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-06-24 16:22:20.000000,2025-06-24 16:21:04,748.0,18.0,84.0,71.0,334.0,128.0,240.0,422.0,,,,,,41.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 133,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2024-10-25 11:58:02.000000,2024-09-26 13:55:45,312.0,,79.0,38.0,258.0,46.0,77.0,306.0,,,,6.0,6.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,13.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,104.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,,,,,, 136,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,25.0,7.0,5.0,4.0,1.0,256.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,186.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17708.0,1.0,,,,presbrey/beyond,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,3.0,213.0,50.0,413.0,45.0,177.0,128.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,86.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-07-03 00:18:19.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,2.0,294.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1004.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-06-20 16:42:32.000000,2025-06-20 16:42:26,292.0,4.0,39.0,9.0,13.0,6.0,9.0,111.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-06-23 06:03:56.000000,2025-06-02 13:50:13,2065.0,13.0,25.0,8.0,334.0,19.0,17.0,80.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,13,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,3.0,3.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,983.0,,,,,,,,,,,,, 147,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-03 16:18:43.000000,2025-04-24 13:55:17,151.0,10.0,14.0,9.0,12.0,3.0,7.0,20.0,2025-05-05 09:18:54,0.9.0,5.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],12,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-07-03 15:35:24.000000,2025-07-03 15:35:22,183.0,47.0,18.0,47.0,124.0,89.0,99.0,118.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,48.0,,,,85.0,85.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 152,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-04-01 00:15:18.000000,2025-03-03 18:02:54,916.0,,26.0,15.0,185.0,19.0,130.0,88.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],11,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,2.0,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2024-03-05 13:50:44.000000,2023-10-02 22:37:32,194.0,,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-07-02 17:11:50.000000,2025-05-22 03:28:44,470.0,65.0,1.0,5.0,359.0,2.0,,5.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-07-02 22:49:06.000000,2025-07-02 22:49:05,102.0,5.0,10.0,10.0,125.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,45.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,28.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],8,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,59.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,10.0,42.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,132.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,474718.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4446382.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-07-10_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keto (🥈31 · ⭐ 5.1K · 📈) - The most scalable and customizable permission server on the.. Apache-2 ory - spruceid-didkit (🥉16 · ⭐ 310 · 📈) - A cross-platform toolkit for decentralized identity. Apache-2 - bbs-signature (🥉12 · ⭐ 88 · 📈) - The BBS Signature Scheme. Apache-2 dif - anoncreds (🥉12 · ⭐ 48 · 📈) - The specification for AnonCreds verifiable credential.. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 10K · 📉) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - speechbrain (🥇38 · ⭐ 10K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - node-solid-server (🥇26 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - dogtagpki (🥉22 · ⭐ 430 · 📉) - The Dogtag Certificate System is an enterprise-class.. ❗️GPL-2.0 - barbican (🥉16 · ⭐ 240 · 📉) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack ================================================ FILE: history/2025-07-10_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,pypi_id,pypi_url,pypi_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,49.0,3830.0,109.0,3245.0,353.0,4598.0,27104.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,471622.0,471622.0,889.0,https://www.npmjs.com/package/next-auth,6948662.0,6948662.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-07-09 19:48:28.000000,2025-07-09 19:48:28,9674.0,211.0,2170.0,151.0,3989.0,145.0,3421.0,12948.0,2025-07-02 14:34:58,1.18.2,100.0,1972.0,1972.0,512.0,,,2820507.0,1.0,104358777.0,,,,,,,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-07-10 17:03:35.000000,2025-06-21 07:48:27,1770.0,66.0,479.0,64.0,510.0,81.0,302.0,2898.0,2025-06-20 05:53:03,3.3.1,50.0,636613.0,636613.0,199.0,,,161290042.0,1.0,,oauthlib,https://pypi.org/project/oauthlib,161290042.0,,,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-07-07 16:22:03.000000,2025-07-07 16:22:02,4230.0,112.0,2183.0,232.0,4775.0,232.0,2194.0,13324.0,2025-06-06 11:42:00,1.12.2,72.0,13823.0,13823.0,436.0,,,2930365.0,1.0,8917456.0,,,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,318778836.0,,,,,,,,,, 15,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-07-10 07:52:23.886809,2025-07-09 09:23:39,5767.0,184.0,1419.0,134.0,4940.0,377.0,2409.0,10465.0,2025-06-30 09:30:13,1.6.0,100.0,5672.0,5672.0,521.0,,,5495217.0,1.0,15773553.0,,,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-07-10 07:52:23.886809,44.0,602692661.0,-1.0,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-07-10 09:11:54.000000,2025-06-13 08:34:10,1547.0,50.0,484.0,60.0,257.0,107.0,390.0,4891.0,2025-05-23 06:59:27,1.6.0,41.0,44963.0,44963.0,129.0,,,30561522.0,1.0,,authlib,https://pypi.org/project/authlib,30561522.0,,,,,,,authlib/authlib,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-07-09 12:56:44.000000,2025-07-09 12:56:44,2013.0,30.0,2628.0,176.0,290.0,6.0,1186.0,19639.0,2024-08-17 07:30:49,0.0.93,13.0,8292.0,8292.0,91.0,,,631702.0,1.0,,deepface,https://pypi.org/project/deepface,631702.0,,,,,,,,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-07-10 14:58:51.000000,2025-07-10 14:58:51,10542.0,42.0,1494.0,134.0,1387.0,118.0,1038.0,10119.0,2025-04-07 17:05:07,1.0.3,14.0,3816.0,3816.0,263.0,,,981105.0,1.0,,speechbrain,https://pypi.org/project/speechbrain,981105.0,,,,,,-1.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-07-10 18:31:15.000000,2025-07-09 20:56:00,21505.0,477.0,4279.0,795.0,24702.0,1126.0,5228.0,32735.0,2025-06-25 13:57:41,1.20.0,100.0,14792.0,14792.0,1596.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-07-10 06:58:04.000000,2025-07-10 06:54:45,1115.0,5.0,1675.0,242.0,530.0,45.0,799.0,18857.0,2025-07-10 06:56:01,2.109.0,100.0,3465.0,3465.0,154.0,https://www.npmjs.com/package/casbin,365724.0,687903.0,1.0,,casbin,https://pypi.org/project/casbin,322179.0,,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1226.0,299.0,162.0,351.0,430.0,23348.0,,,,1310677.0,1310677.0,38.0,https://www.npmjs.com/package/passport,16607913.0,16607913.0,2.0,,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13380.0,1564.0,241.0,774.0,594.0,55058.0,2018-04-02 17:18:43,1.2.2,2.0,5522.0,5522.0,54.0,,,217750.0,2.0,1422.0,face_recognition,https://pypi.org/project/face_recognition,217641.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9571.0,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-07-10 16:57:34.000000,2025-07-10 16:57:32,4090.0,68.0,1451.0,239.0,1913.0,79.0,1479.0,16416.0,2025-01-17 08:51:44,2.3.0,100.0,,,310.0,,,3514822.0,2.0,953293.0,,,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427471592.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-26 04:52:42.000000,2025-06-26 04:52:42,4886.0,11.0,1914.0,188.0,1896.0,332.0,1654.0,12065.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,158.0,,,435666.0,2.0,,paddlepaddle,https://pypi.org/project/paddlepaddle,435666.0,,,,,,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-07-10 16:39:55.384348,2025-07-10 16:24:33,2818.0,79.0,1359.0,78.0,1916.0,119.0,1633.0,11873.0,2025-07-10 16:33:17,1.966.0,100.0,11.0,11.0,233.0,,,11222.0,1.0,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-07-10 16:39:55.384348,19.0,639702.0,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-07-10 00:22:26.000000,2025-07-10 00:19:30,28578.0,1160.0,3914.0,596.0,5868.0,,,11267.0,2025-06-27 11:09:11,7.2.4,100.0,21.0,21.0,363.0,,,7442.0,1.0,,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-07-06 01:19:54.901618,131.0,1235488.0,,,,,,,,,, 27,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-07-10 17:10:59.000000,2025-07-10 17:10:56,9711.0,394.0,558.0,57.0,7236.0,,1780.0,4545.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10617.0,2.0,403482.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 28,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,33,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-07-02 18:46:11.000000,2025-04-16 03:36:29,1661.0,1.0,279.0,40.0,470.0,19.0,474.0,6460.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,101043.0,101043.0,72.0,https://www.npmjs.com/package/@casl/ability,3153436.0,3153436.0,2.0,,,,,,,,,,,,,,,,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-07-10 18:19:13.743964,2025-07-08 20:40:15,4965.0,303.0,323.0,50.0,1903.0,86.0,430.0,5850.0,2025-07-10 18:10:34,1.45.0,99.0,120.0,120.0,60.0,,,109235.0,2.0,178064.0,,,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-07-10 18:19:13.743964,7.0,4952198.0,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-07-10 18:21:33.000000,2025-07-10 18:14:20,3829.0,109.0,301.0,42.0,4598.0,104.0,955.0,4346.0,2025-07-08 18:11:40,0.30.0,100.0,22.0,22.0,95.0,,,20677389.0,2.0,68774.0,,,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-07-10 16:41:51.413830,13.0,1612749855.0,,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-07-06 21:25:35.000000,2025-07-06 21:25:32,2673.0,115.0,761.0,69.0,259.0,,,3467.0,2025-06-24 09:09:10,9.2.0,100.0,1814.0,1814.0,74.0,https://www.npmjs.com/package/oidc-provider,510689.0,510689.0,2.0,,,,,,,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-07-10 16:57:26.000000,2025-07-10 13:06:38,7260.0,109.0,502.0,77.0,4571.0,144.0,1460.0,1987.0,2025-07-01 21:39:47,1.12.4,100.0,168.0,168.0,218.0,,,10208.0,2.0,673775.0,,,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,415.0,29.0,549.0,90.0,358.0,587.0,2025-02-10 21:52:03,7.5.2,53.0,2068.0,2068.0,175.0,,,1556877.0,2.0,,pysaml2,https://pypi.org/project/pysaml2,1556877.0,,,,,,,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10176.0,657.0,306.0,,,84690.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,746059.0,2.0,,openai-whisper,https://pypi.org/project/openai-whisper,746059.0,,,,,,,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-06-16 05:23:39.000000,2025-06-16 05:23:39,2367.0,8.0,5598.0,512.0,196.0,1186.0,1391.0,25812.0,2023-04-02 07:43:27,0.7,1.0,4673.0,4673.0,66.0,,,328803.0,2.0,8877627.0,,,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,195.0,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-07-10 18:29:07.000000,2025-07-10 18:29:07,7690.0,467.0,1234.0,163.0,7682.0,54.0,1299.0,24431.0,2025-05-25 02:27:28,4.39.4,100.0,,,238.0,,,943.0,2.0,58496.0,,,,,,,,,,,,,,,,,, 37,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-07-10 16:40:25.000000,2025-07-10 16:40:24,4722.0,84.0,998.0,113.0,2212.0,156.0,1242.0,12099.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1331616.0,2.0,52949.0,,,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114450041.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-07-10 16:47:37.000000,2025-07-10 16:47:37,16452.0,723.0,758.0,113.0,8359.0,1283.0,14850.0,826.0,2025-02-28 19:19:04,7.1.0,100.0,,,720.0,,,14946.0,2.0,17500.0,,,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1970508.0,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-07-10 17:49:36.000000,2025-07-10 15:06:35,17971.0,969.0,1196.0,69.0,11833.0,661.0,2511.0,16916.0,2025-06-27 14:01:06,ersion/2025.6.3,100.0,,,397.0,,,236.0,2.0,6862.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-07-10 14:45:54.000000,2025-07-10 01:03:25,7546.0,192.0,564.0,50.0,6741.0,142.0,522.0,10405.0,2025-06-27 05:47:28,1.29.0,72.0,26.0,26.0,75.0,,,5709.0,2.0,5698.0,,,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-07-10 01:08:28.905378,5.0,272629.0,,,,,,,,,, 41,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-07-10 04:47:22.000000,2025-06-21 10:08:11,3346.0,113.0,1698.0,176.0,2761.0,321.0,848.0,9984.0,2025-05-22 09:03:17,2.43.1,91.0,171.0,171.0,272.0,,,3.0,2.0,357.0,,,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,, 42,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-07-10 16:50:13.000000,2025-07-10 16:50:11,1642.0,39.0,359.0,56.0,1338.0,34.0,292.0,5069.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,75.0,,,582901.0,2.0,29859.0,,,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51262480.0,2.0,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-07-10 17:50:25.000000,2025-07-10 15:42:51,4701.0,98.0,285.0,200.0,5531.0,106.0,277.0,3953.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,184.0,,,300765.0,3.0,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,19850550.0,,,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],31,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-07-10 12:31:16.000000,2025-06-06 23:27:47,654.0,18.0,71.0,38.0,228.0,5.0,86.0,357.0,2025-06-06 23:28:08,8.0.17,100.0,5982.0,5982.0,42.0,https://www.npmjs.com/package/did-jwt,451775.0,451775.0,1.0,,,,,,,,,,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-07-07 17:15:33.000000,2025-07-07 17:15:31,1458.0,29.0,358.0,50.0,761.0,63.0,295.0,3432.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,113.0,,,959758.0,3.0,53865.0,,,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90162315.0,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-07-08 07:13:09.000000,2025-07-08 07:12:51,2927.0,71.0,130.0,62.0,322.0,36.0,307.0,964.0,2025-06-09 16:31:27,5.7.2,44.0,188.0,188.0,48.0,,,120211.0,2.0,23912.0,yubikey-manager,https://pypi.org/project/yubikey-manager,119990.0,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-07-10 16:24:55.000000,2025-07-10 15:17:49,3781.0,135.0,746.0,58.0,6405.0,733.0,2210.0,11054.0,2025-06-12 06:54:48,3.3.0,100.0,1.0,1.0,198.0,,,1519.0,3.0,9117.0,,,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-07-10 18:00:36.000000,2025-07-10 18:00:34,7066.0,113.0,597.0,139.0,5088.0,165.0,3020.0,5496.0,2025-07-08 15:36:00,0.20250707.0,100.0,,,139.0,,,17541.0,2.0,37294.0,,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2012474.0,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,4.0,1032.0,105.0,875.0,45.0,848.0,5408.0,2025-04-04 08:29:47,5.8.2,70.0,10352.0,10352.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-07-09 06:27:31.000000,2025-07-09 06:26:52,2058.0,76.0,162.0,34.0,2190.0,44.0,352.0,3933.0,2025-06-30 11:22:06,0.45.1,69.0,32.0,32.0,33.0,,,2297.0,3.0,119482.0,,,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-07-10 06:05:54.000000,2025-07-10 06:05:53,2419.0,91.0,241.0,25.0,2520.0,213.0,833.0,3682.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,120.0,,,7943.0,3.0,420.0,,,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-07-05 03:09:43.705214,4.0,611197.0,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-07-10 12:35:01.000000,2025-07-09 12:46:45,7379.0,292.0,383.0,41.0,1263.0,8.0,316.0,1554.0,2025-06-04 20:30:12,is-7.2.4,82.0,2924.0,2924.0,337.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-05-21 16:58:55.000000,2025-05-21 16:58:33,1835.0,4.0,13286.0,1538.0,526.0,33.0,845.0,54226.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7446.0,3.0,573384.0,,,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,749.0,77.0,5.0,382.0,15377.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1380.0,3.0,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162895.0,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-07-10 16:36:12.000000,2025-07-10 09:16:11,35100.0,223.0,85.0,31.0,6741.0,402.0,4426.0,553.0,2025-06-26 05:52:02,1.8.0,100.0,8.0,8.0,128.0,,,494.0,3.0,10374.0,,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-07-10 16:55:18.000000,2025-06-13 15:34:03,525.0,3.0,74.0,27.0,156.0,5.0,48.0,225.0,2025-06-13 15:34:36,11.0.4,70.0,1817.0,1817.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,68623.0,68623.0,1.0,,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-07-09 01:31:42.000000,2025-06-07 04:33:57,397.0,16.0,46.0,22.0,103.0,3.0,48.0,196.0,2025-06-07 04:34:15,4.0.15,69.0,1296.0,1296.0,22.0,https://www.npmjs.com/package/did-jwt-vc,51792.0,51792.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3772.0,346.0,112.0,452.0,393.0,17351.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,165640.0,165640.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-07-10 14:19:55.000000,2025-07-10 14:19:53,4759.0,211.0,252.0,26.0,1972.0,56.0,266.0,5469.0,2025-06-24 09:30:48,1.4.1,100.0,4.0,4.0,66.0,,,375.0,3.0,10128.0,,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3486.0,2024-01-13 04:08:30,0.27.3,100.0,211.0,211.0,68.0,,,34491.0,3.0,3573.0,oso,https://pypi.org/project/oso,34424.0,,,,,,,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-07-09 15:03:10.000000,2025-07-08 16:54:12,3448.0,90.0,282.0,51.0,2706.0,29.0,254.0,946.0,2025-07-04 02:21:44,1.12.20,100.0,359.0,359.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,hanko,https://github.com/teamhanko/hanko,idp,Privacy-first Authentication and User Management system with flexible APIs and UI web components. Open source..,,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-07-10 14:51:28.000000,2025-07-10 14:51:25,2275.0,34.0,959.0,41.0,1738.0,42.0,348.0,8228.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,324.0,324.0,50.0,,,22.0,3.0,793.0,,,,,,,,,,,,,,,,,, 63,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],26,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,7.0,297.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,592.0,8321.0,1.0,,,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004847.0,-1.0,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,17.0,175.0,34.0,142.0,1.0,105.0,956.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,676120.0,2.0,,webauthn,https://pypi.org/project/webauthn,676120.0,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-07-07 15:55:58.000000,2025-07-07 15:55:57,10101.0,112.0,496.0,28.0,2422.0,135.0,1257.0,458.0,2025-07-02 19:34:37,1.3.1,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,25,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-07-10 16:36:42.000000,2025-07-04 08:53:21,1683.0,50.0,91.0,26.0,1253.0,93.0,317.0,325.0,2025-06-10 11:37:54,1.6.0-beta.2,40.0,149.0,149.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 67,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,594.0,44.0,130.0,531.0,787.0,18284.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3264.0,3.0,208956.0,,,,,,,,,,,,,,,,,, 68,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-07-03 14:16:27.000000,2025-06-10 16:58:25,1316.0,51.0,586.0,66.0,609.0,127.0,398.0,14265.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,, 69,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,24,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-07-02 16:09:34.333798,2025-07-01 19:36:14,2040.0,5.0,217.0,31.0,555.0,58.0,102.0,5317.0,2025-07-02 16:00:40,0.8.1,51.0,,,69.0,,,6425.0,3.0,1632.0,,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-07-02 16:09:34.333798,1.0,338841.0,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-07-07 18:42:18.000000,2025-07-07 16:45:18,6922.0,172.0,314.0,424.0,4617.0,126.0,420.0,1746.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-07-10 07:51:03.000000,2025-07-10 07:47:25,2590.0,25.0,362.0,30.0,117.0,2.0,124.0,1734.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,299.0,3.0,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,31169.0,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,184.0,41.0,307.0,47.0,221.0,1302.0,2022-09-28 20:32:17,3.0.1,20.0,345.0,345.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-07-10 18:04:34.000000,2025-07-10 18:02:58,16209.0,59.0,342.0,50.0,7875.0,,,1265.0,,,,,,240.0,,,38315.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-07-09 18:19:40.460397,174.0,6053866.0,,,,,,,,,, 74,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-06-06 15:31:04.000000,2025-04-03 17:13:03,3852.0,,127.0,46.0,1906.0,137.0,972.0,872.0,2025-04-30 17:07:19,1.22.0,78.0,,,102.0,,,66799.0,3.0,1223.0,,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-04-30 16:48:24.359425,30.0,7279778.0,,,,,,,,,, 75,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-07-09 19:31:31.000000,2025-02-27 17:32:56,1900.0,,134.0,24.0,836.0,65.0,392.0,481.0,2024-04-02 18:54:31,6.0.0,44.0,878.0,878.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 76,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-07-07 05:10:54.000000,2025-07-07 01:56:51,327.0,13.0,18.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1364.0,1364.0,12.0,https://www.npmjs.com/package/web-did-resolver,82183.0,82183.0,2.0,,,,,,,,,,,,,,,,,,, 77,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-07-07 20:51:48.000000,2025-07-02 18:09:04,4068.0,13.0,779.0,246.0,355.0,64.0,210.0,2882.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,856.0,3.0,119874.0,,,,,,,,,,,,,,,,,, 78,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-07-10 09:13:02.000000,2025-06-18 19:40:49,2733.0,45.0,200.0,181.0,973.0,65.0,1202.0,1260.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-01 14:35:18.000000,2025-07-01 14:34:51,15214.0,53.0,674.0,109.0,19.0,,,704.0,,,,176.0,176.0,750.0,,,,3.0,,,,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-07-10 12:49:41.000000,2025-07-04 06:40:34,1917.0,37.0,245.0,57.0,366.0,33.0,89.0,600.0,2022-01-07 16:42:38,0.5.0,6.0,,,123.0,,,1471.0,2.0,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-07-04 06:43:12.467029,,139830.0,,,,,,,,,, 81,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-07-07 03:39:37.000000,2025-07-03 15:17:17,2014.0,49.0,154.0,25.0,1276.0,29.0,257.0,172.0,2025-06-26 20:29:36,2.1.10,14.0,,,60.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-06-22 10:20:58.000000,2025-06-22 10:19:45,592.0,4.0,326.0,64.0,159.0,257.0,606.0,6535.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,272.0,3.0,24271.0,,,,,,,,,,,,,,,,howdy,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-06-29 15:16:19.000000,2025-06-29 15:16:19,285.0,9.0,56.0,7.0,34.0,,58.0,535.0,2025-06-29 14:25:26,2.3.1,38.0,5320.0,5320.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-07-10 17:34:29.000000,2025-07-09 18:46:38,14575.0,177.0,145.0,15.0,2150.0,96.0,2898.0,426.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,9643.0,,,,,,,,,-1.0,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-07-10 12:44:31.000000,2025-07-04 13:06:52,1167.0,22.0,210.0,28.0,1454.0,213.0,617.0,304.0,2025-05-09 12:55:46,0.5.15,100.0,,,74.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-07-07 23:49:58.000000,2025-07-07 02:46:03,406.0,5.0,43.0,22.0,132.0,3.0,18.0,221.0,2023-03-08 14:05:37,4.1.0,24.0,7500.0,7500.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-07-10 18:30:55.000000,2025-07-09 05:02:40,5159.0,402.0,74.0,8.0,889.0,5.0,245.0,189.0,2025-05-07 10:22:09,0.14.0,100.0,,,34.0,,,,2.0,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-07-08 02:26:17.000000,2025-07-07 22:32:51,3007.0,90.0,39.0,13.0,3859.0,53.0,103.0,79.0,2025-07-07 22:33:55,3.1.0,37.0,977.0,977.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,669.0,416.0,24.0,1.0,143.0,28956.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28797.0,3.0,1411078.0,,,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,52.0,14.0,240.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,8979.0,2.0,269387.0,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,557.0,123.0,510.0,622.0,14135.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,4.0,131.0,4121.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,3.0,766.0,95.0,354.0,181.0,361.0,1885.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,485.0,485.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,123.0,26.0,362.0,52.0,75.0,236.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-07-08 12:13:36.000000,2025-07-02 16:17:00,543.0,19.0,37.0,4.0,276.0,6.0,39.0,68.0,2025-07-02 16:19:51,1.31.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-07-08 15:20:58.000000,2025-07-08 15:20:58,3061.0,238.0,58.0,10.0,716.0,182.0,130.0,66.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-07-01 09:20:26.000000,2025-07-01 09:20:25,1308.0,3.0,297.0,88.0,524.0,33.0,171.0,3149.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,299.0,93.0,43.0,28.0,24.0,2963.0,,,,1.0,1.0,27.0,,,1984.0,3.0,,pyja3,https://pypi.org/project/pyja3,1984.0,,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1823.0,39.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,11.0,2.0,875.0,,,,,,,,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-07-01 17:50:35.000000,2025-07-01 17:49:20,2641.0,70.0,82.0,19.0,945.0,5.0,135.0,509.0,2025-07-02 00:41:28,0.29.4.RELEASE,79.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,24.0,7.0,23.0,13.0,21.0,225.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1478.0,3.0,,django-passkeys,https://pypi.org/project/django-passkeys,1478.0,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,895.0,250.0,252.0,207.0,549.0,3054.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2428.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,60.0,305.0,33.0,9.0,43.0,785.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-07-03 18:59:16.000000,2025-07-03 18:59:16,1249.0,16.0,46.0,50.0,311.0,188.0,152.0,523.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,335.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,9.0,66.0,35.0,454.0,93.0,120.0,216.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-06-23 16:20:29.000000,2025-06-23 16:19:59,2302.0,14.0,85.0,8.0,783.0,4.0,131.0,100.0,2025-06-23 16:20:29,3.0.3,22.0,,,27.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,556.0,56.0,125.0,89.0,8145.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-06-30 00:13:45.000000,2025-06-30 00:13:45,595.0,8.0,169.0,80.0,257.0,29.0,56.0,1597.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1289.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,112.0,3.0,3043.0,,,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,13.0,157.0,63.0,537.0,6.0,239.0,648.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-07-10 13:44:25.000000,2025-07-10 13:44:23,1405.0,23.0,97.0,74.0,513.0,8.0,370.0,434.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-06-05 20:46:06.000000,2025-06-05 20:46:06,174.0,25.0,51.0,18.0,66.0,22.0,17.0,273.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,573781.0,573781.0,3.0,,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,504.0,3.0,131.0,,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23607.0,,,,,,,,,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-05-09 23:26:19.000000,2025-05-09 23:25:49,167.0,4.0,43.0,3.0,62.0,,44.0,358.0,2025-05-09 23:26:19,4.0.1,23.0,,,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,105.0,83.0,849.0,10.0,716.0,329.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,80.0,38.0,258.0,46.0,77.0,309.0,,,,14.0,14.0,23.0,,,,3.0,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,1.0,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,7.0,73.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,4.0,48.0,16.0,104.0,24.0,68.0,202.0,,,,568.0,568.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-07-10 18:03:48.000000,2025-06-25 12:56:58,1434.0,105.0,20.0,15.0,1245.0,6.0,6.0,124.0,2025-05-27 09:48:32,1.0.2,3.0,,,17.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-07-09 23:37:43.000000,2025-07-09 23:37:38,3308.0,76.0,19.0,11.0,297.0,13.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-03 12:00:08.000000,2025-07-02 10:30:58,5111.0,66.0,17.0,6.0,539.0,44.0,2759.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-06-26 22:32:11.000000,2025-06-06 20:16:36,970.0,11.0,59.0,14.0,335.0,4.0,115.0,701.0,,,,,,35.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-07-10 17:54:26.000000,2025-07-10 17:53:16,751.0,20.0,84.0,71.0,337.0,126.0,243.0,423.0,,,,,,42.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 132,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,32.0,10.0,6.0,,,,139.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,3.0,15.0,,,,,,,,,,,,,,,,,, 133,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-07-09 20:23:14.000000,2025-07-09 20:22:46,1430.0,38.0,20.0,8.0,148.0,17.0,17.0,82.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,104.0,3.0,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,,, 135,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,25.0,7.0,5.0,4.0,1.0,256.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,186.0,3.0,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17708.0,,presbrey/beyond,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,14,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,7.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-07-10 00:18:17.000000,2025-05-29 16:40:39,795.0,14.0,32.0,18.0,283.0,,296.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1005.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,13,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,2.0,214.0,50.0,413.0,45.0,177.0,129.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-06-20 16:42:32.000000,2025-06-20 16:42:26,292.0,3.0,39.0,9.0,13.0,6.0,9.0,111.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-07-10 15:11:14.000000,2025-07-10 15:11:10,2087.0,35.0,25.0,8.0,336.0,19.0,17.0,82.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,984.0,,,,,,,,,, 146,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-04 14:47:34.000000,2025-07-04 14:47:34,167.0,26.0,14.0,9.0,12.0,1.0,9.0,20.0,2025-07-04 14:15:24,1.0.0,6.0,,,7.0,,,,3.0,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],12,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-07-10 17:21:56.000000,2025-07-10 17:20:42,187.0,51.0,18.0,50.0,125.0,91.0,99.0,121.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,88.0,,,,,,19.0,,,,3.0,,,,,,,,,,1.0,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,49.0,,,,86.0,86.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,1.0,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-07-02 22:49:06.000000,2025-07-02 22:49:05,102.0,5.0,10.0,10.0,125.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-07-07 18:01:53.000000,2025-07-07 18:01:52,471.0,37.0,2.0,4.0,359.0,2.0,,5.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,45.0,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,28.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],8,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,1.0,15.0,12.0,30.0,1.0,4.0,60.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,4.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,7.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,132.0,3.0,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,479307.0,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4449876.0,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-07-17_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇42 · ⭐ 10K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - casl (🥈34 · ⭐ 6.5K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - opal (🥉25 · ⭐ 5.3K · 📈) - Policy and data administration, distribution, and real-time updates.. Apache-2 - conjur (🥉25 · ⭐ 870 · 📈) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - keri (🥉9 · ⭐ 60 · 📈) - KERI Community Development Efforts Meetings Discussion. Apache-2 weboftrust ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cert-manager (🥇41 · ⭐ 13K · 📉) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - authlib (🥇38 · ⭐ 4.9K · 📉) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - node-oidc-provider (🥈32 · ⭐ 3.5K · 📉) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - logto (🥈30 · ⭐ 10K · 📉) - Authentication and authorization infrastructure for SaaS and AI.. MPL-2.0 - iota-identity (🥇24 · ⭐ 320 · 📉) - Implementation of the Decentralized Identity standards.. Apache-2 ================================================ FILE: history/2025-07-17_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,43,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,49.0,3835.0,109.0,3251.0,357.0,4603.0,27155.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,471873.0,471873.0,889.0,https://www.npmjs.com/package/next-auth,6947764.0,6947764.0,1.0,,,,,,,,,,,,,,,,,,, 12,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-07-17 18:07:50.801808,2025-07-17 17:23:12,5790.0,201.0,1423.0,134.0,4962.0,374.0,2413.0,10487.0,2025-06-30 09:30:13,1.6.0,100.0,5708.0,5708.0,522.0,,,5501029.0,1.0,openpolicyagent/opa,15990301.0,https://hub.docker.com/r/openpolicyagent/opa,2025-07-17 18:07:50.801808,44.0,602958935.0,1.0,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-07-12 17:18:19.000000,2025-06-21 07:48:27,1770.0,66.0,481.0,64.0,512.0,84.0,302.0,2901.0,2025-06-20 05:53:03,3.3.1,50.0,636855.0,636855.0,199.0,,,169740721.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,169740721.0,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-07-15 12:11:25.000000,2025-07-15 12:11:25,4240.0,122.0,2186.0,232.0,4784.0,231.0,2196.0,13340.0,2025-06-06 11:42:00,1.12.2,72.0,13835.0,13835.0,437.0,,,2933034.0,1.0,coredns/coredns,8947590.0,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,319045833.0,,,,,,,,,,,,, 15,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-07-17 17:33:30.000000,2025-07-17 16:15:37,9688.0,186.0,2169.0,150.0,3994.0,146.0,3421.0,12975.0,2025-07-02 14:34:58,1.18.2,100.0,1998.0,1998.0,512.0,,,2853322.0,1.0,,105572942.0,,,,,-1.0,,,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-07-16 12:19:03.000000,2025-07-16 12:19:03,2017.0,29.0,2639.0,175.0,290.0,6.0,1188.0,19724.0,2024-08-17 07:30:49,0.0.93,13.0,8303.0,8303.0,91.0,,,686488.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,686488.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-07-17 13:30:11.000000,2025-07-10 14:58:51,10542.0,39.0,1496.0,133.0,1391.0,119.0,1038.0,10136.0,2025-04-07 17:05:07,1.0.3,14.0,3824.0,3824.0,263.0,,,1002045.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1002045.0,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-07-10 09:11:54.000000,2025-06-13 08:34:10,1547.0,38.0,484.0,60.0,257.0,107.0,390.0,4898.0,2025-05-23 06:59:27,1.6.0,41.0,45050.0,45050.0,129.0,,,29500715.0,1.0,,,,,,,-1.0,authlib,https://pypi.org/project/authlib,29500715.0,authlib/authlib,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-07-17 18:30:10.000000,2025-07-17 17:08:27,21553.0,496.0,4291.0,791.0,24779.0,1125.0,5233.0,32776.0,2025-06-25 13:57:41,1.20.0,100.0,14802.0,14802.0,1606.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-07-10 06:58:04.000000,2025-07-10 06:54:45,1115.0,5.0,1677.0,242.0,530.0,36.0,806.0,18878.0,2025-07-10 06:56:01,2.109.0,100.0,3471.0,3471.0,154.0,https://www.npmjs.com/package/casbin,400016.0,766060.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,366044.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1226.0,299.0,162.0,351.0,430.0,23359.0,,,,1311021.0,1311021.0,38.0,https://www.npmjs.com/package/passport,16615972.0,16615972.0,2.0,,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13383.0,1564.0,242.0,774.0,595.0,55089.0,2018-04-02 17:18:43,1.2.2,2.0,5523.0,5523.0,54.0,,,188826.0,2.0,animcogn/face_recognition,1423.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9585.0,,face_recognition,https://pypi.org/project/face_recognition,188717.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-07-14 06:56:30.000000,2025-07-14 06:56:29,4094.0,67.0,1454.0,239.0,1913.0,80.0,1480.0,16434.0,2025-01-17 08:51:44,2.3.0,100.0,,,311.0,,,3515205.0,2.0,oryd/hydra,956240.0,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427514169.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-06-26 04:52:42.000000,2025-06-26 04:52:42,4886.0,9.0,1916.0,188.0,1896.0,324.0,1664.0,12073.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,158.0,,,477341.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,477341.0,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-07-17 17:45:11.029775,2025-07-17 17:29:31,2828.0,85.0,1363.0,78.0,1924.0,113.0,1646.0,11909.0,2025-07-17 17:38:39,1.976.0,100.0,11.0,11.0,234.0,,,11396.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-07-17 17:45:11.029775,20.0,649583.0,,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-07-17 12:44:04.000000,2025-07-17 10:10:59,28763.0,1268.0,3913.0,595.0,5902.0,,,11271.0,2025-06-27 11:09:11,7.2.4,100.0,21.0,21.0,363.0,,,7471.0,1.0,apereo/cas,,https://hub.docker.com/r/apereo/cas,2025-07-06 01:19:54.901618,131.0,1240325.0,,,,,,,,,,,,, 27,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-07-02 18:46:11.000000,2025-04-16 03:36:29,1661.0,,279.0,40.0,470.0,19.0,474.0,6463.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,101079.0,101079.0,72.0,https://www.npmjs.com/package/@casl/ability,3117393.0,3117393.0,2.0,,,,,,,1.0,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-07-15 12:06:13.000000,2025-07-11 05:28:20,9717.0,385.0,558.0,57.0,7240.0,,1780.0,4547.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10626.0,2.0,,403794.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-07-16 15:49:51.000000,2025-07-16 15:39:09,4975.0,260.0,326.0,51.0,1907.0,85.0,433.0,5863.0,2025-07-10 21:37:50,1.45.1,100.0,122.0,122.0,62.0,,,110528.0,2.0,authzed/spicedb,180134.0,https://hub.docker.com/r/authzed/spicedb,2025-07-10 21:44:30.648335,7.0,5010817.0,,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-07-17 16:34:00.144922,2025-07-17 15:18:55,3836.0,113.0,304.0,43.0,4610.0,104.0,956.0,4358.0,2025-07-16 22:23:15,0.30.3,100.0,22.0,22.0,95.0,,,20677592.0,2.0,pomerium/pomerium,67793.0,https://hub.docker.com/r/pomerium/pomerium,2025-07-17 16:34:00.144922,13.0,1612765575.0,,,,,,,,,,,,, 31,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-07-17 16:35:23.000000,2025-07-17 16:35:22,7277.0,121.0,503.0,77.0,4585.0,142.0,1462.0,1993.0,2025-07-01 21:39:47,1.12.4,100.0,168.0,168.0,218.0,,,10380.0,2.0,ghcr.io/spiffe/spire-server,685125.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,416.0,29.0,549.0,90.0,358.0,588.0,2025-02-10 21:52:03,7.5.2,53.0,2077.0,2077.0,175.0,,,1533866.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1533866.0,,,,,,,,, 33,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10228.0,660.0,311.0,,,85036.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,889202.0,2.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,889202.0,,,,,,,,, 34,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-07-14 13:20:52.000000,2025-07-14 13:20:52,2368.0,9.0,5608.0,512.0,196.0,1187.0,1391.0,25898.0,2023-04-02 07:43:27,0.7,1.0,4683.0,4683.0,66.0,,,332528.0,2.0,animcogn/insightface,8978219.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,195.0,,,,,,,,,,,,, 35,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-07-17 17:11:41.000000,2025-07-17 17:11:40,7737.0,468.0,1246.0,163.0,7732.0,54.0,1301.0,24608.0,2025-07-13 06:12:47,4.39.5,100.0,,,238.0,,,949.0,2.0,,58865.0,,,,,,,,,,,,,,,,, 36,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-07-14 06:41:04.000000,2025-07-14 06:41:03,4724.0,81.0,1000.0,113.0,2212.0,156.0,1243.0,12121.0,2024-10-28 10:21:42,1.3.1,47.0,,,235.0,,,1331904.0,2.0,oryd/kratos,53132.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114474556.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-07-17 11:01:58.000000,2025-07-17 11:01:45,2682.0,41.0,762.0,68.0,260.0,,,3477.0,2025-07-16 10:53:27,9.3.0,100.0,1828.0,1828.0,74.0,https://www.npmjs.com/package/oidc-provider,531509.0,531509.0,2.0,,,,,,,-1.0,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-07-17 16:47:15.000000,2025-07-17 16:47:14,16533.0,766.0,771.0,113.0,8395.0,1297.0,14891.0,830.0,2025-02-28 19:19:04,7.1.0,100.0,,,720.0,,,14960.0,2.0,wso2/wso2is,17535.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1971476.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-07-17 16:44:16.000000,2025-07-17 15:44:48,18067.0,993.0,1217.0,71.0,11944.0,667.0,2520.0,17281.0,2025-06-27 14:01:06,ersion/2025.6.3,100.0,,,399.0,,,238.0,2.0,,6916.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-07-17 04:55:50.000000,2025-06-21 10:08:11,3346.0,85.0,1701.0,177.0,2768.0,322.0,848.0,9998.0,2025-05-22 09:03:17,2.43.1,91.0,172.0,172.0,272.0,,,3.0,2.0,quay.io/dexidp/dex,357.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-07-16 03:36:45.000000,2025-07-14 06:47:35,1646.0,40.0,359.0,56.0,1340.0,34.0,292.0,5075.0,2025-03-06 12:24:46,0.14.0,53.0,36.0,36.0,76.0,,,582938.0,2.0,oryd/keto,29899.0,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51265785.0,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-07-17 17:56:28.000000,2025-07-16 17:01:41,4706.0,96.0,286.0,198.0,5542.0,106.0,277.0,3955.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,184.0,,,301904.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,19925690.0,,,,,,,,,,,,, 43,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],31,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-07-17 12:49:32.000000,2025-06-06 23:27:47,654.0,14.0,71.0,38.0,229.0,6.0,86.0,359.0,2025-06-06 23:28:08,8.0.17,100.0,5986.0,5986.0,42.0,https://www.npmjs.com/package/did-jwt,446367.0,446367.0,1.0,,,,,,,,,,,,,,,,,,, 44,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,30,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-07-17 15:00:52.000000,2025-07-17 14:55:03,7570.0,180.0,566.0,49.0,6765.0,143.0,527.0,10443.0,2025-06-27 05:47:28,1.29.0,72.0,27.0,27.0,75.0,,,5744.0,2.0,svhd/logto,5736.0,https://hub.docker.com/r/svhd/logto,2025-07-17 15:00:09.714325,5.0,274271.0,-1.0,,,,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-07-14 06:41:26.000000,2025-07-14 06:41:24,1460.0,31.0,359.0,50.0,761.0,62.0,296.0,3436.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,114.0,,,959896.0,3.0,oryd/oathkeeper,54114.0,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90174969.0,,,,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-07-17 15:53:26.000000,2025-07-17 08:17:55,2930.0,73.0,130.0,62.0,322.0,38.0,307.0,967.0,2025-06-09 16:31:27,5.7.2,44.0,188.0,188.0,48.0,,,128320.0,2.0,,24188.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,128097.0,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-07-17 17:04:02.000000,2025-07-16 12:08:06,3796.0,144.0,753.0,58.0,6433.0,737.0,2224.0,11111.0,2025-07-15 15:27:51,2.70.14,100.0,1.0,1.0,199.0,,,1852.0,3.0,ghcr.io/zitadel/zitadel,9261.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-07-17 17:14:24.000000,2025-07-14 23:45:56,7069.0,108.0,596.0,140.0,5094.0,166.0,3020.0,5508.0,2025-07-15 00:13:23,0.20250714.0,100.0,,,139.0,,,17551.0,2.0,letsencrypt/boulder-tools,37415.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2013081.0,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,4.0,1033.0,105.0,875.0,45.0,848.0,5412.0,2025-04-04 08:29:47,5.8.2,70.0,10398.0,10398.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-07-17 12:55:43.000000,2025-07-14 07:13:41,2060.0,68.0,162.0,34.0,2193.0,44.0,352.0,3944.0,2025-06-30 11:22:06,0.45.1,69.0,32.0,32.0,33.0,,,2312.0,3.0,ghcr.io/cerbos/cerbos,120234.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-07-16 01:41:23.000000,2025-07-16 01:41:23,2426.0,97.0,243.0,25.0,2528.0,213.0,834.0,3701.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,123.0,,,7978.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-07-05 03:09:43.705214,4.0,613878.0,,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-07-17 15:36:07.000000,2025-07-16 11:40:02,7386.0,288.0,383.0,40.0,1268.0,7.0,317.0,1555.0,2025-06-04 20:30:12,is-7.2.4,83.0,2930.0,2930.0,337.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,6.0,13286.0,1540.0,526.0,33.0,845.0,54266.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7502.0,3.0,,577693.0,,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,749.0,77.0,5.0,382.0,15383.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1380.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,162901.0,,,,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-07-17 18:24:40.000000,2025-07-17 13:24:37,35120.0,230.0,85.0,31.0,6762.0,338.0,4502.0,555.0,2025-06-26 05:52:02,1.8.0,100.0,8.0,8.0,128.0,,,499.0,3.0,,10481.0,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-07-17 16:03:35.000000,2025-06-13 15:34:03,525.0,3.0,75.0,27.0,156.0,5.0,48.0,226.0,2025-06-13 15:34:36,11.0.4,70.0,1819.0,1819.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,60552.0,60552.0,1.0,,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-07-17 12:52:04.000000,2025-06-07 04:33:57,397.0,12.0,46.0,22.0,103.0,3.0,48.0,197.0,2025-06-07 04:34:15,4.0.15,69.0,1297.0,1297.0,22.0,https://www.npmjs.com/package/did-jwt-vc,49615.0,49615.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3768.0,346.0,112.0,452.0,393.0,17364.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,167757.0,167757.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-07-17 18:05:16.000000,2025-07-17 18:05:13,4802.0,238.0,252.0,26.0,1993.0,52.0,270.0,5470.0,2025-07-16 21:24:49,1.4.2,100.0,4.0,4.0,66.0,,,396.0,3.0,ghcr.io/permify/permify,10316.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,180.0,27.0,1529.0,110.0,104.0,3487.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,,,37020.0,3.0,,3574.0,,,,,,oso,https://pypi.org/project/oso,36953.0,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-07-17 17:51:07.000000,2025-07-17 17:50:14,3452.0,80.0,283.0,51.0,2710.0,30.0,254.0,946.0,2025-07-04 02:21:44,1.12.20,100.0,361.0,361.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,hanko,https://github.com/teamhanko/hanko,idp,Privacy-first Authentication and User Management system with flexible APIs and UI web components. Open source..,,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-07-15 20:06:32.000000,2025-07-10 14:51:25,2275.0,28.0,959.0,41.0,1742.0,42.0,349.0,8272.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,326.0,326.0,50.0,,,22.0,3.0,,800.0,,,,,,,,,,,,,,,,, 63,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],26,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,297.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,602.0,8331.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004847.0,,,,,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,17.0,176.0,34.0,143.0,1.0,105.0,957.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,801570.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,801570.0,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-07-16 20:52:20.000000,2025-07-16 15:43:14,10105.0,99.0,496.0,28.0,2432.0,136.0,1258.0,458.0,2025-07-02 19:34:37,1.3.1,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,25,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-07-17 12:11:54.000000,2025-07-17 12:10:14,2049.0,14.0,218.0,32.0,566.0,49.0,111.0,5320.0,2025-07-02 16:00:40,0.8.1,53.0,,,70.0,,,6471.0,3.0,permitio/opal-server,1649.0,https://hub.docker.com/r/permitio/opal-server,2025-07-16 23:06:32.836333,1.0,341274.0,1.0,,,,,,,,,,,, 67,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-15 18:58:27.000000,2025-06-10 10:18:07,3871.0,21.0,128.0,46.0,1906.0,137.0,972.0,873.0,2025-07-15 18:36:50,1.22.1,79.0,,,103.0,,,66939.0,3.0,cyberark/conjur,1240.0,https://hub.docker.com/r/cyberark/conjur,2025-07-15 18:34:19.532826,30.0,7295006.0,1.0,,,,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,603.0,45.0,130.0,531.0,786.0,18326.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3273.0,3.0,,209525.0,,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-07-17 12:47:17.000000,2025-06-10 16:58:25,1316.0,51.0,586.0,65.0,610.0,127.0,398.0,14285.0,2025-06-10 21:26:54,11.0.4,90.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-07-14 19:54:05.000000,2025-07-14 19:18:23,6932.0,176.0,315.0,424.0,4622.0,126.0,420.0,1748.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache License Version 2.0..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-07-10 07:51:03.000000,2025-07-10 07:47:25,2590.0,22.0,364.0,30.0,117.0,2.0,124.0,1736.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,301.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-03-29 23:51:26.519049,5.0,31352.0,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,184.0,41.0,307.0,47.0,221.0,1304.0,2022-09-28 20:32:17,3.0.1,20.0,346.0,346.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-07-16 14:58:07.613606,2025-07-14 13:36:24,16210.0,56.0,342.0,50.0,7879.0,,,1265.0,,,,,,240.0,,,38349.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-07-16 14:58:07.613606,174.0,6059169.0,,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-07-16 18:05:24.000000,2025-02-27 17:32:56,1900.0,,134.0,24.0,836.0,65.0,392.0,483.0,2024-04-02 18:54:31,6.0.0,44.0,878.0,878.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-07-17 08:56:32.000000,2025-07-17 08:56:02,1685.0,40.0,91.0,26.0,1255.0,94.0,317.0,325.0,2025-07-17 09:42:27,1.6.0-beta.3,41.0,149.0,149.0,44.0,,,,1.0,,,,,,,-1.0,,,,iotaledger/identity,,,,,,,, 76,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-07-14 07:41:25.000000,2025-07-14 01:30:40,328.0,13.0,19.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1364.0,1364.0,12.0,https://www.npmjs.com/package/web-did-resolver,76061.0,76061.0,2.0,,,,,,,,,,,,,,,,,,, 77,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],23,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-07-15 16:53:46.000000,2025-07-11 12:59:37,2735.0,47.0,201.0,182.0,974.0,63.0,1207.0,1261.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-01 14:35:18.000000,2025-07-01 14:34:51,15214.0,53.0,674.0,109.0,19.0,,,704.0,,,,176.0,176.0,750.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-07-17 12:51:39.000000,2025-07-17 08:56:54,1923.0,35.0,248.0,57.0,372.0,33.0,89.0,600.0,2022-01-07 16:42:38,0.5.0,6.0,,,125.0,,,1474.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-07-17 08:59:56.289745,,140108.0,,,,,,,,,,,,, 80,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-07-17 16:59:17.000000,2025-07-17 16:57:45,2020.0,51.0,154.0,25.0,1282.0,28.0,258.0,172.0,2025-07-11 18:12:34,2.2.0,15.0,,,60.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 81,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-06-22 10:20:58.000000,2025-06-22 10:19:45,592.0,4.0,328.0,65.0,161.0,259.0,606.0,6547.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,274.0,3.0,,24432.0,,,,,,,,,,,,,,,howdy,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-07-07 20:51:48.000000,2025-07-02 18:09:04,4068.0,6.0,780.0,246.0,355.0,64.0,210.0,2884.0,2015-09-29 22:50:55,1.1.0,4.0,,,59.0,,,856.0,3.0,,119979.0,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-06-29 15:16:19.000000,2025-06-29 15:16:19,285.0,9.0,56.0,7.0,34.0,,58.0,533.0,2025-06-29 14:25:26,2.3.1,38.0,5326.0,5326.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-07-17 14:50:26.000000,2025-07-09 18:46:38,14575.0,134.0,144.0,15.0,2154.0,95.0,2899.0,428.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,106.0,3.0,,9784.0,,,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-07-10 12:44:31.000000,2025-07-04 13:06:52,1167.0,21.0,212.0,28.0,1456.0,214.0,618.0,306.0,2025-05-09 12:55:46,0.5.15,100.0,,,74.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-07-14 19:56:19.000000,2025-07-07 02:46:03,406.0,5.0,43.0,22.0,132.0,3.0,18.0,221.0,2023-03-08 14:05:37,4.1.0,24.0,7505.0,7505.0,24.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,22,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-07-17 18:25:24.000000,2025-07-17 12:24:32,5192.0,395.0,74.0,8.0,899.0,4.0,248.0,193.0,2025-05-07 10:22:09,0.14.0,100.0,,,34.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-07-14 16:46:12.000000,2025-07-07 22:32:51,3007.0,74.0,39.0,13.0,3865.0,53.0,103.0,79.0,2025-07-07 22:33:55,3.1.0,37.0,977.0,977.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,690.0,418.0,24.0,1.0,143.0,28976.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28922.0,3.0,,1417181.0,,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,52.0,14.0,240.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9027.0,2.0,,270816.0,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,557.0,123.0,510.0,622.0,14135.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,5.0,131.0,4126.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,485.0,485.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 94,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 95,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,51.0,76.0,236.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 96,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-07-14 15:28:56.000000,2025-07-14 15:28:54,544.0,18.0,37.0,4.0,276.0,6.0,39.0,68.0,2025-07-02 16:19:51,1.31.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 97,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-07-15 00:22:18.000000,2025-07-15 00:22:17,3086.0,259.0,58.0,10.0,719.0,183.0,130.0,66.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-07-17 08:14:06.000000,2025-07-17 08:14:05,1309.0,4.0,296.0,88.0,526.0,33.0,171.0,3152.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,1.0,300.0,93.0,43.0,28.0,24.0,2968.0,,,,1.0,1.0,27.0,,,2077.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2077.0,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,2.0,767.0,95.0,354.0,181.0,361.0,1894.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,655.0,63.0,1823.0,39.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,12.0,2.0,,881.0,,,,,,,,,,,,,,,,, 102,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-07-01 17:50:35.000000,2025-07-01 17:49:20,2641.0,70.0,82.0,19.0,945.0,5.0,135.0,510.0,2025-07-02 00:41:28,0.29.4.RELEASE,79.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,24.0,7.0,23.0,13.0,21.0,226.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1782.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1782.0,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,898.0,250.0,253.0,208.0,549.0,3065.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2428.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,305.0,33.0,9.0,43.0,786.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-07-14 19:34:14.000000,2025-07-14 19:34:13,1250.0,16.0,46.0,49.0,312.0,188.0,152.0,524.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,336.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 111,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,9.0,68.0,35.0,454.0,93.0,121.0,216.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-07-14 12:15:47.000000,2025-07-14 12:15:47,2304.0,16.0,86.0,8.0,784.0,4.0,131.0,100.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,556.0,56.0,125.0,89.0,8142.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-06-30 00:13:45.000000,2025-06-30 00:13:45,595.0,8.0,170.0,80.0,257.0,29.0,56.0,1603.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1290.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,113.0,3.0,warrantdev/warrant,3066.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,13.0,156.0,63.0,537.0,6.0,239.0,649.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-07-17 07:59:47.000000,2025-07-10 13:44:23,1405.0,23.0,97.0,74.0,514.0,8.0,370.0,434.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,27.0,51.0,18.0,67.0,22.0,17.0,273.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,549008.0,549008.0,3.0,,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,504.0,3.0,waltid/ssikit,131.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23614.0,,,,,,,,,,,,, 121,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,5.0,44.0,3.0,63.0,,44.0,360.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,7.0,106.0,83.0,849.0,10.0,716.0,331.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,80.0,38.0,258.0,46.0,77.0,310.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,3.0,74.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,16.0,104.0,24.0,68.0,202.0,,,,568.0,568.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,102.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-07-17 17:46:26.000000,2025-07-16 11:37:25,1436.0,96.0,20.0,15.0,1256.0,6.0,6.0,124.0,2025-05-27 09:48:32,1.0.2,3.0,,,17.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-07-16 08:37:20.000000,2025-07-09 23:37:38,3308.0,60.0,19.0,11.0,298.0,13.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-03 12:00:08.000000,2025-07-02 10:30:58,5111.0,57.0,17.0,6.0,539.0,41.0,2764.0,56.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 130,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-07-11 16:07:13.000000,2025-07-11 16:07:13,973.0,14.0,59.0,14.0,336.0,4.0,115.0,701.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-07-14 17:53:51.000000,2025-07-14 17:52:46,752.0,20.0,85.0,71.0,340.0,126.0,246.0,424.0,,,,,,42.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 132,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-05-27 10:58:03.000000,2025-05-27 10:57:56,1172.0,29.0,10.0,6.0,,,,139.0,2025-05-27 12:40:48,1.53.0-prociis,3.0,,,,,,3.0,3.0,,15.0,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,104.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,,,,,, 134,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,26.0,7.0,5.0,4.0,1.0,256.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,186.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17711.0,,,,,presbrey/beyond,,,,,,,, 135,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-07-09 20:23:14.000000,2025-07-09 20:22:46,1430.0,7.0,20.0,8.0,148.0,17.0,17.0,82.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 138,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,14,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,4.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-07-10 00:18:17.000000,2025-05-29 16:40:39,795.0,13.0,32.0,18.0,283.0,,296.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,33.0,102.0,1005.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,13,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,2.0,214.0,50.0,414.0,45.0,177.0,129.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 143,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-07-10 15:11:14.000000,2025-07-10 15:11:10,2087.0,35.0,25.0,8.0,336.0,19.0,17.0,83.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 144,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,984.0,,,,,,,,,,,,, 145,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-04 14:47:34.000000,2025-07-04 14:47:34,167.0,26.0,14.0,9.0,12.0,1.0,9.0,20.0,2025-07-04 14:15:24,1.0.0,6.0,,,7.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-06-20 16:42:32.000000,2025-06-20 16:42:26,292.0,2.0,39.0,9.0,13.0,6.0,9.0,113.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,88.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,25.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,49.0,,,,86.0,86.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 153,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-07-11 03:06:26.000000,2025-07-10 17:20:42,187.0,41.0,18.0,51.0,125.0,91.0,99.0,123.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,32.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-07-11 19:14:32.000000,2025-07-11 19:14:29,103.0,6.0,10.0,10.0,126.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-07-07 18:01:53.000000,2025-07-07 18:01:52,471.0,37.0,2.0,4.0,359.0,2.0,,5.0,,,,3.0,3.0,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-04-15 13:27:37.000000,2025-04-15 13:27:37,262.0,,15.0,12.0,30.0,1.0,4.0,60.0,,,,,,13.0,,,,3.0,,,,,,,1.0,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,14.0,10.0,121.0,5.0,1.0,28.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,40.0,16.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,7.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,132.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,483877.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,25.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,25.0,4453206.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-07-31_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥇39 · ⭐ 20K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - speechbrain (🥇39 · ⭐ 10K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - node-oidc-provider (🥈33 · ⭐ 3.5K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - opal (🥉28 · ⭐ 5.3K · 📈) - Policy and data administration, distribution, and real-time updates.. Apache-2 - waltid-identity (🥇24 · ⭐ 200 · 📈) - All-in-one open-source identity and wallet toolkit. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 27K · 📉) - Authentication for the Web. ISC - did-jwt (🥇29 · ⭐ 360 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - ethr-did-resolver (🥇27 · ⭐ 230 · 📉) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - did-jwt-vc (🥇27 · ⭐ 200 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - did-resolver (🥈16 · ⭐ 220 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif ================================================ FILE: history/2025-07-31_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,36.0,3852.0,108.0,3254.0,361.0,4613.0,27226.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,472368.0,472368.0,889.0,https://www.npmjs.com/package/next-auth,6840614.0,6840614.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 12,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-07-31 16:55:34.000000,2025-07-31 16:55:34,5817.0,216.0,1429.0,133.0,4986.0,374.0,2417.0,10540.0,2025-07-31 13:37:51,1.7.0,100.0,5762.0,5762.0,525.0,,,5517054.0,1.0,,openpolicyagent/opa,16420408.0,https://hub.docker.com/r/openpolicyagent/opa,2025-07-31 15:56:32.954955,44.0,603504753.0,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,42,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-07-22 21:52:59.000000,2025-07-22 21:52:59,1774.0,70.0,483.0,64.0,512.0,83.0,303.0,2905.0,2025-06-20 05:53:03,3.3.1,50.0,637235.0,637235.0,199.0,,,175803022.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,175803022.0,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-07-28 19:06:26.000000,2025-07-28 19:06:26,4248.0,117.0,2197.0,233.0,4799.0,232.0,2196.0,13384.0,2025-06-06 11:42:00,1.12.2,72.0,13854.0,13854.0,439.0,,,2938610.0,1.0,,coredns/coredns,9010838.0,https://hub.docker.com/r/coredns/coredns,2025-06-06 11:43:43.926071,161.0,319603544.0,,,,,,,,,,,, 15,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-07-30 00:39:55.000000,2025-07-29 06:58:51,9709.0,189.0,2173.0,150.0,4008.0,150.0,3428.0,13022.0,2025-07-02 14:34:58,1.18.2,100.0,2023.0,2023.0,513.0,,,2919966.0,1.0,,,108038757.0,,,,,,,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-07-31 13:24:17.000000,2025-07-31 13:24:15,2028.0,32.0,2669.0,176.0,294.0,6.0,1191.0,20028.0,2025-07-31 12:19:54,0.0.94,14.0,8311.0,8311.0,92.0,,,796744.0,1.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,796744.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-07-28 14:27:36.000000,2025-07-28 14:27:36,10545.0,40.0,1502.0,132.0,1394.0,122.0,1040.0,10201.0,2025-04-07 17:05:07,1.0.3,14.0,3833.0,3833.0,263.0,,,958866.0,1.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,958866.0,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-07-30 14:07:48.000000,2025-07-30 14:07:48,1555.0,26.0,484.0,60.0,259.0,108.0,392.0,4920.0,2025-07-20 07:41:19,1.6.1,42.0,45231.0,45231.0,129.0,,,29135487.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,29135487.0,authlib/authlib,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-07-31 18:28:41.000000,2025-07-31 16:22:58,21582.0,442.0,4302.0,790.0,24843.0,1133.0,5237.0,32842.0,2025-07-24 20:10:34,1.20.1,100.0,14826.0,14826.0,1610.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,37,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-07-31 12:17:15.000000,2025-07-31 12:14:01,1117.0,6.0,1678.0,241.0,533.0,27.0,815.0,18940.0,2025-07-31 12:15:22,2.111.0,100.0,3480.0,3480.0,155.0,https://www.npmjs.com/package/casbin,463478.0,906914.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,443436.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1226.0,299.0,162.0,352.0,430.0,23371.0,,,,1311656.0,1311656.0,38.0,https://www.npmjs.com/package/passport,16216346.0,16216346.0,2.0,,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13398.0,1564.0,242.0,774.0,595.0,55175.0,2018-04-02 17:18:43,1.2.2,2.0,5527.0,5527.0,54.0,,,174077.0,2.0,,animcogn/face_recognition,1424.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9629.0,face_recognition,https://pypi.org/project/face_recognition,173967.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-07-30 08:30:29.000000,2025-07-30 08:30:27,4112.0,83.0,1461.0,238.0,1915.0,79.0,1481.0,16476.0,2025-01-17 08:51:44,2.3.0,100.0,,,311.0,,,3516015.0,2.0,,oryd/hydra,969377.0,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427594612.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-07-22 07:35:47.000000,2025-06-26 04:52:42,4886.0,8.0,1921.0,188.0,1898.0,250.0,1743.0,12110.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,158.0,,,545565.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,545565.0,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-07-30 17:39:49.761305,2025-07-30 17:23:25,2852.0,100.0,1374.0,79.0,1950.0,117.0,1663.0,11962.0,2025-07-30 17:33:16,1.998.0,100.0,12.0,12.0,239.0,,,11780.0,1.0,,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-07-30 17:39:49.761305,20.0,671470.0,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-07-31 09:08:03.000000,2025-07-31 08:52:13,28956.0,1274.0,3915.0,595.0,5984.0,,,11281.0,2025-07-25 06:05:47,7.2.5,100.0,21.0,21.0,364.0,,,7532.0,1.0,,apereo/cas,60.0,https://hub.docker.com/r/apereo/cas,2025-07-30 11:39:37.629639,131.0,1250263.0,,,,,,,,,,,, 27,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,34,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-07-31 10:31:58.000000,2025-04-16 03:36:29,1661.0,,280.0,40.0,471.0,20.0,474.0,6480.0,2025-01-08 18:56:30,@casl/angular@9.0.3,100.0,101133.0,101133.0,72.0,https://www.npmjs.com/package/@casl/ability,3059325.0,3059325.0,2.0,,,,,,,,,,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-07-30 18:23:31.000000,2025-07-11 05:28:20,9717.0,316.0,558.0,56.0,7245.0,,1780.0,4559.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10642.0,2.0,,,404426.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 29,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-07-30 14:33:41.000000,2025-07-30 14:31:00,4992.0,214.0,327.0,51.0,1916.0,87.0,435.0,5909.0,2025-07-10 21:37:50,1.45.1,100.0,123.0,123.0,64.0,,,112984.0,2.0,,authzed/spicedb,183850.0,https://hub.docker.com/r/authzed/spicedb,2025-07-10 21:44:30.648335,7.0,5122444.0,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-07-31 15:46:48.000000,2025-07-30 20:04:49,3853.0,103.0,308.0,43.0,4638.0,103.0,957.0,4376.0,2025-07-16 22:23:15,0.30.3,100.0,22.0,22.0,96.0,,,20678006.0,2.0,,pomerium/pomerium,67946.0,https://hub.docker.com/r/pomerium/pomerium,2025-07-30 21:19:50.592859,13.0,1612797714.0,,,,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-07-28 19:10:52.000000,2025-07-28 19:10:49,2695.0,44.0,763.0,68.0,261.0,,,3491.0,2025-07-17 20:37:48,9.4.0,100.0,1838.0,1838.0,74.0,https://www.npmjs.com/package/oidc-provider,544470.0,544470.0,2.0,1.0,,,,,,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-07-31 18:31:36.000000,2025-07-31 18:29:34,7295.0,116.0,504.0,77.0,4602.0,143.0,1464.0,2004.0,2025-07-01 21:39:47,1.12.4,100.0,169.0,169.0,218.0,,,10738.0,2.0,,ghcr.io/spiffe/spire-server,708711.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,418.0,29.0,551.0,92.0,358.0,588.0,2025-02-10 21:52:03,7.5.2,53.0,2083.0,2083.0,175.0,,,1523001.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1523001.0,,,,,,,,, 34,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,32,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10370.0,665.0,312.0,,,85855.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,912482.0,2.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,912482.0,,,,,,,,, 35,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-07-14 13:20:52.000000,2025-07-14 13:20:52,2368.0,8.0,5623.0,510.0,196.0,1188.0,1391.0,26035.0,2023-04-02 07:43:27,0.7,1.0,4696.0,4696.0,66.0,,,339500.0,2.0,,animcogn/insightface,9166448.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,196.0,,,,,,,,,,,, 36,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-07-31 15:20:29.000000,2025-07-31 15:20:28,7816.0,474.0,1245.0,163.0,7818.0,54.0,1304.0,24813.0,2025-07-13 06:12:47,4.39.5,100.0,,,239.0,,,968.0,2.0,,,60055.0,,,,,,,,,,,,,,,, 37,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-07-31 08:13:54.000000,2025-07-31 08:13:52,4740.0,88.0,1003.0,114.0,2213.0,156.0,1244.0,12175.0,2024-10-28 10:21:42,1.3.1,47.0,,,236.0,,,1332442.0,2.0,,oryd/kratos,53394.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114520479.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 38,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-07-30 08:36:36.000000,2025-07-30 08:36:35,1661.0,52.0,359.0,56.0,1343.0,34.0,292.0,5095.0,2025-03-06 12:24:46,0.14.0,53.0,37.0,37.0,76.0,,,583021.0,2.0,,oryd/keto,30044.0,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51272917.0,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-07-31 18:13:55.000000,2025-07-31 18:13:54,16670.0,781.0,818.0,113.0,8462.0,1351.0,14957.0,837.0,2025-02-28 19:19:04,7.1.0,100.0,,,720.0,,,14978.0,2.0,,wso2/wso2is,17622.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1973579.0,,,,,,,,,,,, 40,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-07-31 16:18:03.000000,2025-07-31 16:18:01,18241.0,1035.0,1239.0,73.0,12160.0,680.0,2556.0,17525.0,2025-07-22 13:08:15,ersion/2025.4.4,100.0,,,406.0,,,240.0,2.0,,,6974.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-07-31 17:28:04.775337,2025-07-31 17:22:51,7638.0,210.0,571.0,50.0,6832.0,147.0,530.0,10538.0,2025-07-31 17:12:43,1.30.1,74.0,28.0,28.0,75.0,,,5821.0,2.0,,svhd/logto,5822.0,https://hub.docker.com/r/svhd/logto,2025-07-31 17:28:04.775337,5.0,277975.0,,,,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-07-31 04:32:32.000000,2025-07-29 14:12:28,3379.0,114.0,1708.0,176.0,2787.0,325.0,849.0,10024.0,2025-05-22 09:03:17,2.43.1,91.0,172.0,172.0,275.0,,,3.0,2.0,,quay.io/dexidp/dex,357.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-07-31 15:12:34.000000,2025-07-30 21:21:11,4719.0,93.0,287.0,196.0,5572.0,105.0,278.0,3960.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,186.0,,,304258.0,3.0,,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,20081034.0,,,,,,,,,,,, 44,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,31,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-07-22 11:31:26.000000,2025-07-22 11:26:11,2934.0,64.0,130.0,63.0,322.0,39.0,309.0,972.0,2025-06-09 16:31:27,5.7.2,44.0,191.0,191.0,48.0,,,139062.0,2.0,,,24715.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,138834.0,,,,,,,,, 45,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-07-30 08:31:03.000000,2025-07-30 08:31:02,1468.0,37.0,364.0,50.0,761.0,60.0,298.0,3448.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,114.0,,,960191.0,3.0,,oryd/oathkeeper,54743.0,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90202082.0,,,,,,,,,,,, 46,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-07-31 18:24:09.000000,2025-07-31 15:12:26,3830.0,147.0,768.0,57.0,6490.0,731.0,2255.0,11331.0,2025-07-15 15:27:51,2.70.14,100.0,1.0,1.0,204.0,,,1936.0,3.0,,ghcr.io/zitadel/zitadel,9684.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-07-30 21:28:16.000000,2025-07-30 21:28:14,7080.0,106.0,599.0,139.0,5103.0,164.0,3025.0,5520.0,2025-07-28 22:49:11,0.20250728.0,100.0,,,139.0,,,17655.0,2.0,,letsencrypt/boulder-tools,37548.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-06-07 00:37:44.409943,13.0,2015195.0,,,,,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,3.0,1033.0,105.0,875.0,45.0,848.0,5416.0,2025-04-04 08:29:47,5.8.2,70.0,10463.0,10463.0,332.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-07-30 08:43:56.000000,2025-07-30 08:43:49,2073.0,74.0,163.0,34.0,2210.0,44.0,354.0,3979.0,2025-06-30 11:22:06,0.45.1,69.0,32.0,32.0,33.0,,,2348.0,3.0,,ghcr.io/cerbos/cerbos,122112.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-07-31 03:25:57.000000,2025-07-31 03:25:57,2442.0,100.0,246.0,25.0,2542.0,213.0,836.0,3751.0,2025-06-11 06:06:42,1.6.4,40.0,42.0,42.0,124.0,,,8041.0,3.0,,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-07-31 01:48:15.670149,4.0,618715.0,,,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-07-28 20:26:38.000000,2025-07-26 06:49:49,7489.0,343.0,383.0,39.0,1311.0,7.0,318.0,1556.0,2025-06-04 20:30:12,is-7.2.4,85.0,2937.0,2937.0,338.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-07-31 16:45:46.000000,2025-06-06 23:27:47,654.0,7.0,71.0,38.0,229.0,6.0,86.0,360.0,2025-06-06 23:28:08,8.0.17,100.0,5991.0,5991.0,42.0,https://www.npmjs.com/package/did-jwt,384273.0,384273.0,1.0,-2.0,,,,,,,,,,,,,,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,6.0,13290.0,1538.0,526.0,33.0,846.0,54335.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7599.0,3.0,,,585141.0,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,748.0,77.0,5.0,382.0,15392.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1381.0,3.0,,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163020.0,,,,,,,,,,,, 55,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-07-31 12:06:20.748307,2025-07-30 07:40:18,2051.0,16.0,219.0,32.0,569.0,50.0,111.0,5331.0,2025-07-31 11:58:31,0.8.2,54.0,47.0,47.0,70.0,,,6564.0,3.0,3.0,permitio/opal-server,1653.0,https://hub.docker.com/r/permitio/opal-server,2025-07-31 12:06:20.748307,1.0,346233.0,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-07-31 17:20:18.000000,2025-07-31 12:02:38,35157.0,215.0,86.0,31.0,6817.0,339.0,4541.0,558.0,2025-07-25 13:50:30,1.9.0,100.0,8.0,8.0,128.0,,,512.0,3.0,,,10765.0,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3773.0,346.0,112.0,452.0,393.0,17399.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,175490.0,175490.0,3.0,,,,,,,,,,,,,,,,,,, 58,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-07-30 08:42:16.000000,2025-07-30 08:42:13,4844.0,259.0,255.0,26.0,2014.0,52.0,270.0,5527.0,2025-07-16 21:24:49,1.4.2,100.0,4.0,4.0,66.0,,,420.0,3.0,,ghcr.io/permify/permify,10931.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3492.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,,,24448.0,3.0,,,3581.0,,,,,oso,https://pypi.org/project/oso,24381.0,,,,,,,,, 60,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-07-30 05:39:44.000000,2025-07-30 05:39:44,3460.0,69.0,281.0,52.0,2718.0,30.0,254.0,946.0,2025-07-18 17:08:01,1.12.21,100.0,362.0,362.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 61,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-07-31 17:49:13.000000,2025-06-13 15:34:03,525.0,3.0,76.0,27.0,157.0,5.0,48.0,226.0,2025-06-13 15:34:36,11.0.4,70.0,1820.0,1820.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,31812.0,31812.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-07-26 02:24:06.000000,2025-06-07 04:33:57,397.0,6.0,46.0,22.0,103.0,5.0,48.0,198.0,2025-06-07 04:34:15,4.0.15,69.0,1299.0,1299.0,22.0,https://www.npmjs.com/package/did-jwt-vc,35352.0,35352.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first Customer Identity and Access Management (CIAM) for modern apps. Open source alternative to Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-07-31 15:03:59.000000,2025-07-30 08:25:52,2279.0,26.0,959.0,41.0,1761.0,41.0,352.0,8292.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,326.0,326.0,50.0,,,22.0,3.0,,,801.0,,,,,,,,,,,,,,,, 64,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],26,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,297.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,709.0,8438.0,1.0,,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004848.0,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,17.0,176.0,34.0,143.0,2.0,105.0,963.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,900770.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,900770.0,,,,,,,,, 66,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-23 19:37:12.000000,2025-06-30 20:27:08,3875.0,25.0,128.0,46.0,1907.0,137.0,972.0,876.0,2025-07-23 18:34:26,1.22.2,80.0,,,103.0,,,67376.0,3.0,,cyberark/conjur,1244.0,https://hub.docker.com/r/cyberark/conjur,2025-07-23 18:32:01.272135,30.0,7342670.0,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-07-31 17:21:01.000000,2025-07-31 17:21:01,10113.0,86.0,497.0,27.0,2446.0,137.0,1263.0,459.0,2025-07-18 20:09:38,0.12-lts,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,624.0,47.0,130.0,531.0,786.0,18381.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3293.0,3.0,,,210793.0,,,,,,,,,,,,,,,, 69,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-07-30 09:11:26.000000,2025-07-29 12:49:03,1333.0,64.0,591.0,65.0,622.0,127.0,398.0,14361.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 70,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-07-31 08:55:02.000000,2025-07-31 08:54:57,2605.0,32.0,365.0,30.0,117.0,2.0,124.0,1750.0,2025-03-31 23:29:37,4.1.7,68.0,,,50.0,,,306.0,3.0,,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-07-29 13:48:11.464446,5.0,31870.0,,,,,,,,,,,, 71,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-07-28 18:08:52.000000,2025-07-14 19:18:23,6932.0,161.0,316.0,424.0,4632.0,126.0,420.0,1750.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,,,64.0,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,187.0,42.0,307.0,49.0,221.0,1312.0,2022-09-28 20:32:17,3.0.1,20.0,346.0,346.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-07-31 12:44:04.000000,2025-07-31 07:09:10,16220.0,63.0,343.0,50.0,7900.0,,,1273.0,,,,,,241.0,,,38411.0,3.0,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-07-30 09:10:02.612791,174.0,6068972.0,,,,,,,,,,,, 74,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-07-28 17:32:34.000000,2025-02-27 17:32:56,1900.0,,133.0,24.0,836.0,65.0,392.0,486.0,2024-04-02 18:54:31,6.0.0,44.0,878.0,878.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-07-30 14:44:31.000000,2025-07-22 12:37:08,1686.0,31.0,93.0,26.0,1256.0,94.0,318.0,326.0,2025-07-17 09:42:27,1.6.0-beta.3,41.0,149.0,149.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 76,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,24,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-07-31 15:05:41.000000,2025-07-31 10:28:12,10534.0,856.0,74.0,8.0,912.0,5.0,251.0,195.0,2025-07-22 15:14:36,0.15.1,100.0,,,34.0,,,,1.0,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 77,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-07-31 17:42:12.000000,2025-07-31 17:42:07,4075.0,13.0,780.0,245.0,360.0,64.0,210.0,2884.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,860.0,3.0,,,120420.0,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-18 17:03:42.000000,2025-07-18 16:57:55,15226.0,60.0,673.0,109.0,19.0,,,706.0,,,,178.0,178.0,751.0,,,,3.0,,,,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-07-31 12:44:26.000000,2025-07-30 11:29:20,1925.0,37.0,251.0,57.0,372.0,33.0,89.0,602.0,2022-01-07 16:42:38,0.5.0,6.0,,,125.0,,,1478.0,2.0,,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-07-30 11:29:36.958338,,140457.0,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,11.0,57.0,7.0,35.0,1.0,59.0,536.0,2025-06-29 14:25:26,2.3.1,38.0,5341.0,5341.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 81,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-07-30 21:51:58.000000,2025-07-30 21:50:26,2035.0,60.0,161.0,25.0,1302.0,28.0,259.0,173.0,2025-07-29 21:45:10,2.4.0,18.0,,,61.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-07-28 18:46:49.000000,2025-07-28 03:34:32,330.0,13.0,19.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1366.0,1366.0,12.0,https://www.npmjs.com/package/web-did-resolver,46709.0,46709.0,2.0,,,,,,,,,,,,,,,,,,, 83,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,4.0,327.0,66.0,161.0,262.0,606.0,6572.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,278.0,3.0,,,24798.0,,,,,,,,,,,,,,howdy,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-07-15 16:53:46.000000,2025-07-11 12:59:37,2735.0,38.0,204.0,183.0,974.0,63.0,1207.0,1266.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 85,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-07-30 17:18:32.000000,2025-07-18 19:15:04,14579.0,103.0,145.0,15.0,2156.0,99.0,2899.0,429.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,106.0,3.0,,,9810.0,,,,,,,,,,,,,,,, 86,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-07-28 12:18:43.000000,2025-07-26 13:13:29,1169.0,19.0,214.0,28.0,1460.0,215.0,620.0,311.0,2025-07-26 10:52:07,0.5.16,100.0,,,76.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-07-25 13:00:32.000000,2025-07-25 13:00:30,3014.0,72.0,39.0,13.0,3868.0,53.0,103.0,78.0,2025-07-07 22:33:55,3.1.0,37.0,978.0,978.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,707.0,419.0,24.0,1.0,143.0,29059.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29189.0,3.0,,,1430279.0,,,,,,,,,,,,,,,, 89,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,53.0,14.0,240.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9151.0,2.0,,,274555.0,,,,,,,,,,,,,,,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,556.0,123.0,510.0,622.0,14151.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,5.0,131.0,4133.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-07-31 14:56:47.000000,2025-07-31 14:56:47,1315.0,10.0,298.0,88.0,531.0,32.0,174.0,3161.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,20,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,301.0,93.0,43.0,28.0,24.0,2976.0,,,,1.0,1.0,27.0,,,2157.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2157.0,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,771.0,95.0,354.0,180.0,362.0,1902.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,326.0,2024-10-23 19:02:40,0.5.2,62.0,485.0,485.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 96,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,51.0,76.0,238.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-07-31 15:11:47.000000,2025-07-31 15:11:45,548.0,21.0,36.0,4.0,282.0,6.0,39.0,68.0,2025-07-29 14:13:45,1.32.4,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-07-31 17:00:32.000000,2025-07-31 17:00:31,3127.0,280.0,58.0,10.0,731.0,184.0,130.0,66.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,655.0,63.0,1823.0,39.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,12.0,2.0,,,882.0,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-07-31 07:21:38.000000,2025-07-30 02:33:13,2643.0,50.0,82.0,19.0,947.0,5.0,135.0,515.0,2025-07-02 00:41:28,0.29.4.RELEASE,79.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,25.0,7.0,24.0,14.0,21.0,226.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,1976.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,1976.0,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,907.0,250.0,253.0,209.0,549.0,3077.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2432.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1232.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,False,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2024-09-01 14:13:33.000000,2024-05-03 13:27:43,284.0,,59.0,305.0,33.0,9.0,43.0,786.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,13.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-07-23 14:04:36.000000,2025-07-23 14:04:36,1251.0,16.0,46.0,49.0,312.0,188.0,152.0,525.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],18,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,54.0,647.0,57.0,175.0,336.0,,,,,,94.0,,,,1.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,8.0,68.0,35.0,455.0,93.0,121.0,216.0,,,,189.0,189.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-07-14 12:15:47.000000,2025-07-14 12:15:47,2304.0,12.0,86.0,8.0,784.0,4.0,131.0,101.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,556.0,56.0,125.0,89.0,8144.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-06-30 00:13:45.000000,2025-06-30 00:13:45,595.0,8.0,171.0,80.0,257.0,29.0,56.0,1608.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1294.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,113.0,3.0,,warrantdev/warrant,3071.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,12.0,157.0,63.0,538.0,6.0,239.0,653.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-07-31 14:52:02.000000,2025-07-31 14:51:59,1406.0,14.0,97.0,74.0,514.0,7.0,370.0,433.0,,,,,,69.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 118,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-07-31 12:59:08.000000,2025-07-25 14:29:26,1444.0,89.0,24.0,15.0,1275.0,5.0,8.0,125.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,504.0,3.0,,waltid/ssikit,131.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23621.0,,,,,,,,,,,, 120,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,5.0,45.0,3.0,63.0,,44.0,364.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,80.0,38.0,258.0,46.0,77.0,312.0,,,,14.0,14.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 122,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,25.0,51.0,18.0,68.0,26.0,17.0,276.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,424207.0,424207.0,2.0,,,,,,,,,,,,,,,,,,, 123,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,3.0,74.0,25.0,8.0,,,241.0,,,,,,301.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],16,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-07-25 17:32:15.000000,2025-07-21 02:08:11,407.0,6.0,43.0,22.0,132.0,3.0,18.0,222.0,2023-03-08 14:05:37,4.1.0,24.0,,,24.0,,,,2.0,-6.0,,,,,,,,,,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,202.0,,,,570.0,570.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,102.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-07-23 10:46:20.000000,2025-07-23 10:46:13,1177.0,67.0,11.0,6.0,,,,140.0,2025-07-23 11:53:01,1.57.1-prociis,4.0,,,,,,4.0,3.0,,,21.0,,,,,,,,,,,,,,,, 128,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-07-18 15:09:17.000000,2025-07-18 15:09:12,3330.0,43.0,19.0,11.0,299.0,14.0,10.0,73.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-29 07:54:59.000000,2025-07-29 07:39:23,5138.0,75.0,17.0,6.0,539.0,37.0,2770.0,56.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-07-21 16:38:35.000000,2025-07-21 16:38:35,976.0,12.0,60.0,14.0,337.0,4.0,115.0,702.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-07-14 17:53:51.000000,2025-07-14 17:52:46,752.0,19.0,87.0,70.0,341.0,125.0,248.0,431.0,,,,,,42.0,,,,2.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,1.0,107.0,83.0,850.0,10.0,716.0,332.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,104.0,3.0,,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4819.0,,,,,,,,,,,, 134,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,26.0,7.0,5.0,4.0,1.0,256.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,186.0,3.0,,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17712.0,,,,presbrey/beyond,,,,,,,, 135,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,,214.0,50.0,417.0,46.0,177.0,130.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 137,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-07-25 12:31:01.000000,2025-07-09 20:22:46,1430.0,6.0,20.0,8.0,148.0,17.0,17.0,83.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 139,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,14,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-05-08 06:43:48.000000,2025-05-08 06:43:48,526.0,3.0,29.0,27.0,67.0,14.0,13.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,14,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-07-10 00:18:17.000000,2025-05-29 16:40:39,795.0,10.0,32.0,18.0,283.0,,296.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,22.0,14.0,9.0,13.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,7.0,,,8.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,34.0,95.0,34.0,102.0,1004.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-07-25 08:51:39.000000,2025-07-25 08:51:27,2091.0,34.0,25.0,8.0,337.0,19.0,17.0,84.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,984.0,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-03-17 16:19:05.000000,2025-03-17 16:17:08,511.0,,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-06-20 16:42:32.000000,2025-06-20 16:42:26,292.0,2.0,39.0,9.0,13.0,6.0,12.0,113.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,89.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,49.0,,,,87.0,87.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,,114.0,,,,,,,,,,,,,,,, 153,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],11,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-07-30 00:36:34.000000,2025-07-27 09:59:07,188.0,37.0,19.0,51.0,126.0,91.0,101.0,125.0,,,,,,16.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,33.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-07-11 19:14:32.000000,2025-07-11 19:14:29,103.0,6.0,9.0,10.0,126.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,,45.0,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-07-29 16:33:44.000000,2025-07-29 16:33:44,264.0,2.0,15.0,13.0,31.0,1.0,4.0,61.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,13.0,10.0,121.0,5.0,1.0,29.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-07-31 02:58:02.000000,2025-07-29 21:58:37,476.0,42.0,2.0,4.0,364.0,,2.0,5.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,40.0,17.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,7.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,132.0,3.0,,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3179.0,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,493121.0,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4459929.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-08-07_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casbin (🥇38 · ⭐ 19K · 📈) - An authorization library that supports access control models like.. Apache-2 - casl (🥈35 · ⭐ 6.5K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - did-resolver (🥈22 · ⭐ 220 · 📈) - Universal did-resolver for javascript environments. Apache-2 dif - universal-registrar (🥉16 · ⭐ 81 · 📈) - Universal Registrar implementation and drivers. Apache-2 - trinsic-sdk (🥉11 · ⭐ 5 · 📈) - This repository contains the samples for all major languages and.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥈34 · ⭐ 2.9K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - speechbrain (🥇33 · ⭐ 10K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - authlib (🥈30 · ⭐ 4.9K · 📉) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - paddlespeech (🥈29 · ⭐ 12K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - pysaml2 (🥈26 · ⭐ 590 · 📉) - Python implementation of SAML2. Apache-2 ================================================ FILE: history/2025-08-07_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,maven_id,pypi_url,maven_url,trending,helm_id,brew_id,updated_github_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,34.0,3853.0,108.0,3260.0,362.0,4615.0,27272.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,472582.0,472582.0,889.0,https://www.npmjs.com/package/next-auth,6959015.0,6959015.0,1.0,,,,,,,,,,,,,,,,,, 12,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-08-07 17:55:33.225618,2025-08-07 17:13:37,5826.0,215.0,1430.0,133.0,4999.0,374.0,2419.0,10573.0,2025-07-31 20:55:53,1.7.1,100.0,5777.0,5777.0,526.0,,,5472921.0,1.0,openpolicyagent/opa,16616032.0,https://hub.docker.com/r/openpolicyagent/opa,2025-08-07 17:55:33.225618,44.0,603770918.0,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-08-05 18:34:39.000000,2025-08-05 18:34:38,4254.0,123.0,2202.0,232.0,4804.0,232.0,2197.0,13396.0,2025-08-05 17:24:51,1.12.3,73.0,13876.0,13876.0,443.0,,,2915297.0,1.0,coredns/coredns,9041312.0,https://hub.docker.com/r/coredns/coredns,2025-08-05 17:27:03.138309,161.0,319880344.0,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-08-07 10:15:52.000000,2025-08-07 10:15:51,9725.0,178.0,2173.0,150.0,4018.0,151.0,3431.0,13043.0,2025-07-02 14:34:58,1.18.2,100.0,2028.0,2028.0,512.0,,,2875251.0,1.0,,109259565.0,,,,,,,,,,,,,,,, 15,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-08-07 16:11:00.000000,2025-08-07 16:07:40,1122.0,11.0,1682.0,241.0,540.0,25.0,821.0,19000.0,2025-08-07 16:09:00,2.116.0,100.0,3484.0,3484.0,157.0,https://www.npmjs.com/package/casbin,498883.0,498883.0,1.0,,,,,,,casbin,org.casbin:casbin-spring-boot-starter,https://pypi.org/project/casbin,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,1.0,,,,,,, 16,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-08-07 18:28:48.000000,2025-08-07 18:24:43,21605.0,436.0,4302.0,790.0,24886.0,1139.0,5239.0,32882.0,2025-08-06 04:09:48,1.20.2,100.0,14836.0,14836.0,1610.0,,,,1.0,,,,,,,,,,,,,,,,,, 17,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1228.0,299.0,162.0,352.0,430.0,23378.0,,,,1311974.0,1311974.0,38.0,https://www.npmjs.com/package/passport,16395598.0,16395598.0,1.0,,,,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-08-07 10:55:06.000000,2025-08-07 10:55:04,4116.0,85.0,1464.0,239.0,1915.0,80.0,1481.0,16490.0,2025-01-17 08:51:44,2.3.0,100.0,,,311.0,,,3487848.0,1.0,oryd/hydra,974369.0,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427643460.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 19,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-08-07 05:13:46.000000,2025-08-07 05:11:12,1668.0,7.0,281.0,40.0,473.0,21.0,474.0,6481.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101158.0,101158.0,73.0,https://www.npmjs.com/package/@casl/ability,3067760.0,3067760.0,2.0,,,,,,,,,,,1.0,,,,,,, 20,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,34,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-08-05 20:41:03.000000,2025-08-05 20:40:56,2055.0,59.0,2684.0,175.0,296.0,6.0,1193.0,20101.0,2025-08-05 20:40:18,0.0.95,15.0,8317.0,8317.0,94.0,,,,1.0,,,,,,,deepface,,https://pypi.org/project/deepface,,,,,,,,, 21,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-08-05 15:07:10.847410,2025-08-05 14:51:40,2863.0,108.0,1382.0,79.0,1964.0,109.0,1676.0,11990.0,2025-08-05 15:00:38,2.8.0,100.0,12.0,12.0,242.0,,,11765.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-08-05 15:07:10.847410,20.0,682374.0,,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-08-07 16:35:52.798938,2025-08-07 12:12:11,29102.0,1327.0,3916.0,595.0,6020.0,,,11296.0,2025-07-25 06:05:47,7.2.5,100.0,21.0,21.0,365.0,,,7517.0,1.0,apereo/cas,165.0,https://hub.docker.com/r/apereo/cas,2025-08-07 16:35:52.798938,131.0,1254891.0,,,,,,,,,,,, 23,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-08-05 02:25:57.000000,2025-07-11 05:28:20,9717.0,274.0,559.0,56.0,7246.0,,1780.0,4556.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10378.0,2.0,,404754.0,,,,,,,,,,,build-trust/ockam/ockam,,,,, 24,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,34,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-07-22 21:52:59.000000,2025-07-22 21:52:59,1774.0,70.0,483.0,64.0,512.0,83.0,303.0,2909.0,2025-06-20 05:53:03,3.3.1,50.0,637428.0,637428.0,199.0,,,,2.0,,,,,,,oauthlib,,https://pypi.org/project/oauthlib,,-8.0,,,,,,, 25,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,33,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-08-04 18:15:49.000000,2025-08-04 17:26:27,10547.0,41.0,1503.0,133.0,1395.0,121.0,1041.0,10240.0,2025-04-07 17:05:07,1.0.3,14.0,3842.0,3842.0,263.0,,,,1.0,,,,,,,speechbrain,,https://pypi.org/project/speechbrain,,-6.0,,,,,,, 26,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-08-07 18:04:14.000000,2025-08-05 16:53:34,4998.0,205.0,330.0,51.0,1925.0,88.0,435.0,5929.0,2025-07-10 21:37:50,1.45.1,100.0,125.0,125.0,64.0,,,111715.0,2.0,authzed/spicedb,186800.0,https://hub.docker.com/r/authzed/spicedb,2025-07-10 21:44:30.648335,7.0,5171599.0,,,,,,,,,,,, 27,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-08-07 18:29:22.000000,2025-08-04 21:38:03,3863.0,110.0,307.0,43.0,4651.0,101.0,959.0,4390.0,2025-07-16 22:23:15,0.30.3,100.0,22.0,22.0,96.0,,,20416432.0,2.0,pomerium/pomerium,68001.0,https://hub.docker.com/r/pomerium/pomerium,2025-08-05 23:42:13.539999,13.0,1612811593.0,,,,,,,,,,,, 28,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-08-04 19:13:52.000000,2025-07-28 19:10:49,2695.0,43.0,763.0,68.0,261.0,,,3492.0,2025-07-17 20:37:48,9.4.0,100.0,1843.0,1843.0,74.0,https://www.npmjs.com/package/oidc-provider,559527.0,559527.0,2.0,,,,,,,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-08-07 18:31:52.000000,2025-08-07 18:29:47,7307.0,125.0,505.0,77.0,4617.0,142.0,1468.0,2012.0,2025-07-01 21:39:47,1.12.4,100.0,171.0,171.0,218.0,,,10746.0,2.0,ghcr.io/spiffe/spire-server,720019.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-07-14 13:20:52.000000,2025-07-14 13:20:52,2368.0,8.0,5625.0,510.0,196.0,1190.0,1392.0,26095.0,2023-04-02 07:43:27,0.7,1.0,4704.0,4704.0,66.0,,,330625.0,2.0,animcogn/insightface,9257448.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,196.0,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-08-07 17:16:39.000000,2025-08-07 17:16:38,7843.0,445.0,1250.0,162.0,7847.0,54.0,1306.0,24882.0,2025-07-13 06:12:47,4.39.5,100.0,,,239.0,,,959.0,2.0,,60432.0,,,,,,,,,,,,,,,, 32,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-08-07 10:55:04.000000,2025-08-07 10:55:02,4746.0,89.0,1006.0,114.0,2215.0,158.0,1245.0,12201.0,2024-10-28 10:21:42,1.3.1,47.0,,,236.0,,,1317333.0,2.0,oryd/kratos,53566.0,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114538536.0,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 33,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-08-07 10:55:02.000000,2025-08-07 10:55:01,1668.0,59.0,359.0,56.0,1344.0,34.0,292.0,5101.0,2025-03-06 12:24:46,0.14.0,53.0,37.0,37.0,76.0,,,576518.0,2.0,oryd/keto,30991.0,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51276151.0,,,,,,,,,,,, 34,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,31,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13401.0,1564.0,242.0,774.0,595.0,55225.0,2018-04-02 17:18:43,1.2.2,2.0,5531.0,5531.0,54.0,,,109.0,2.0,animcogn/face_recognition,1426.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9642.0,face_recognition,,https://pypi.org/project/face_recognition,,,,,,,,, 35,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-08-07 17:47:34.000000,2025-08-07 16:37:24,18309.0,1023.0,1246.0,73.0,12263.0,684.0,2569.0,17623.0,2025-07-22 13:08:15,ersion/2025.4.4,100.0,,,409.0,,,232.0,2.0,,6980.0,,,,,,,,,,https://charts.goauthentik.io,,,,,, 36,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-08-07 07:06:40.000000,2025-08-07 05:09:33,7660.0,228.0,572.0,50.0,6842.0,150.0,532.0,10566.0,2025-07-31 17:12:43,1.30.1,73.0,28.0,28.0,77.0,,,5742.0,2.0,svhd/logto,5983.0,https://hub.docker.com/r/svhd/logto,2025-08-07 05:14:32.153589,5.0,279694.0,,,,,,,,,,,, 37,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-08-07 05:00:14.000000,2025-08-06 17:21:37,3390.0,98.0,1712.0,176.0,2796.0,325.0,849.0,10050.0,2025-05-22 09:03:17,2.43.1,91.0,172.0,172.0,276.0,,,3.0,2.0,quay.io/dexidp/dex,357.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 38,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-08-07 15:22:36.000000,2025-08-06 16:55:15,4723.0,89.0,286.0,196.0,5576.0,105.0,278.0,3962.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,186.0,,,300846.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,20156700.0,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-08-07 14:46:19.000000,2025-08-07 14:46:18,16719.0,805.0,820.0,113.0,8488.0,1311.0,15039.0,838.0,2025-02-28 19:19:04,7.1.0,100.0,,,720.0,,,14874.0,2.0,wso2/wso2is,17723.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1974846.0,,,,,,,,,,,, 40,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,30,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-08-06 12:07:33.000000,2025-08-06 12:05:24,1560.0,30.0,486.0,60.0,261.0,110.0,392.0,4932.0,2025-07-20 07:41:19,1.6.1,42.0,45320.0,45320.0,129.0,,,,2.0,,,,,,,authlib,,https://pypi.org/project/authlib,,-8.0,,,authlib/authlib,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-08-07 10:55:37.000000,2025-08-07 10:55:35,1472.0,41.0,364.0,49.0,761.0,60.0,299.0,3451.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,114.0,,,950266.0,3.0,oryd/oathkeeper,59271.0,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90214796.0,,,,,,,,,,,, 42,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,29,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-07-22 07:35:47.000000,2025-06-26 04:52:42,4886.0,8.0,1918.0,188.0,1899.0,249.0,1744.0,12126.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,158.0,,,,2.0,,,,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,,-6.0,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-08-07 16:58:19.000000,2025-08-07 16:58:18,3845.0,152.0,771.0,57.0,6509.0,740.0,2265.0,11379.0,2025-08-05 09:48:52,2.71.14,100.0,1.0,1.0,208.0,,,1592.0,3.0,ghcr.io/zitadel/zitadel,9556.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,https://charts.zitadel.com,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-08-06 23:33:31.000000,2025-08-06 23:33:29,7083.0,103.0,601.0,138.0,5107.0,166.0,3026.0,5531.0,2025-08-05 21:01:03,0.20250805.0,100.0,,,139.0,,,17457.0,2.0,letsencrypt/boulder-tools,37635.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-06 19:39:34.542732,13.0,2015619.0,,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-06-09 12:25:18.000000,2025-06-09 12:25:18,2507.0,3.0,1033.0,105.0,875.0,45.0,848.0,5418.0,2025-04-04 08:29:47,5.8.2,70.0,10495.0,10495.0,332.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 46,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-08-06 11:25:02.000000,2025-08-06 11:25:02,2081.0,78.0,164.0,34.0,2215.0,44.0,354.0,3987.0,2025-08-01 06:13:35,0.46.0,70.0,32.0,32.0,33.0,,,2327.0,3.0,ghcr.io/cerbos/cerbos,123337.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 47,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-08-07 04:38:23.000000,2025-08-07 04:38:23,2452.0,98.0,247.0,25.0,2553.0,213.0,842.0,3779.0,2025-08-06 01:04:19,1.7.1,42.0,42.0,42.0,127.0,,,7973.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-08-06 01:14:39.172765,4.0,621456.0,,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-08-07 14:43:28.000000,2025-08-07 11:16:24,7525.0,327.0,384.0,40.0,1320.0,7.0,318.0,1559.0,2025-06-04 20:30:12,is-7.2.4,86.0,2939.0,2939.0,338.0,,,,2.0,,,,,,,,,,,,,,DuendeSoftware/products,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-08-07 18:02:24.000000,2025-06-06 23:27:47,654.0,6.0,71.0,38.0,229.0,6.0,86.0,359.0,2025-06-06 23:28:08,8.0.17,100.0,6002.0,6002.0,42.0,https://www.npmjs.com/package/did-jwt,358528.0,358528.0,1.0,,,,,,,,,,,,,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,6.0,13288.0,1537.0,526.0,33.0,847.0,54368.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7550.0,3.0,,588927.0,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3500.0,748.0,77.0,5.0,382.0,15395.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1370.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163033.0,,,,,,,,,,,, 52,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-08-03 11:01:48.939084,2025-08-03 10:52:29,2053.0,18.0,220.0,32.0,570.0,49.0,112.0,5337.0,2025-08-03 10:53:17,0.8.3,55.0,47.0,47.0,70.0,,,6490.0,3.0,permitio/opal-server,1655.0,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,348822.0,,,,,,,,,,,, 53,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-08-05 00:54:30.000000,2025-08-05 00:54:19,2940.0,70.0,129.0,63.0,322.0,34.0,314.0,976.0,2025-06-09 16:31:27,5.7.2,44.0,191.0,191.0,48.0,,,228.0,2.0,,24879.0,,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,,,,,,,,, 54,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-08-07 17:04:34.000000,2025-08-07 17:02:05,35174.0,224.0,88.0,31.0,6838.0,350.0,4559.0,558.0,2025-07-25 13:50:30,1.9.0,100.0,8.0,8.0,128.0,,,493.0,3.0,,10850.0,,,,,,,,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3777.0,347.0,112.0,452.0,393.0,17422.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,180473.0,180473.0,3.0,,,,,,,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-08-07 09:55:56.000000,2025-08-07 09:55:53,4862.0,257.0,256.0,26.0,2023.0,53.0,270.0,5539.0,2025-07-16 21:24:49,1.4.2,100.0,4.0,4.0,66.0,,,407.0,3.0,ghcr.io/permify/permify,11010.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-08-06 22:59:27.000000,2025-08-06 22:59:25,3471.0,76.0,283.0,53.0,2729.0,29.0,255.0,949.0,2025-08-03 23:05:56,1.12.22,100.0,362.0,362.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-08-07 16:40:07.000000,2025-06-13 15:34:03,525.0,3.0,76.0,27.0,157.0,5.0,48.0,223.0,2025-06-13 15:34:36,11.0.4,70.0,1824.0,1824.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,25942.0,25942.0,1.0,,,,,,,,,,,,,,,,,, 59,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-08-07 11:10:45.000000,2025-06-07 04:33:57,397.0,6.0,45.0,21.0,103.0,5.0,48.0,198.0,2025-06-07 04:34:15,4.0.15,69.0,1303.0,1303.0,22.0,https://www.npmjs.com/package/did-jwt-vc,32773.0,32773.0,1.0,,,,,,,,,,,,,,,,,, 60,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,26,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-06-26 01:05:52.000000,2025-06-26 01:05:47,166.0,12.0,10435.0,667.0,312.0,,,86226.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,,3.0,,,,,,,openai-whisper,,https://pypi.org/project/openai-whisper,,,,,,,,, 61,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first Customer Identity and Access Management (CIAM) for modern apps. Open source alternative to Auth0,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-08-07 07:43:25.000000,2025-08-01 11:21:33,2280.0,24.0,960.0,40.0,1764.0,41.0,353.0,8298.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,326.0,326.0,50.0,,,21.0,3.0,,801.0,,,,,,,,,,,,,,,, 62,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,26,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,417.0,29.0,551.0,93.0,358.0,588.0,2025-02-10 21:52:03,7.5.2,53.0,2087.0,2087.0,175.0,,,,2.0,,,,,,,pysaml2,,https://pypi.org/project/pysaml2,,-7.0,,,,,,, 63,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,296.0,77.0,875.0,289.0,641.0,1783.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,742.0,8412.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1004848.0,,,,,,,,,,,, 64,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-23 19:37:12.000000,2025-06-30 20:27:08,3875.0,25.0,129.0,46.0,1907.0,137.0,972.0,877.0,2025-07-23 18:34:26,1.22.2,80.0,,,103.0,,,66981.0,3.0,cyberark/conjur,1244.0,https://hub.docker.com/r/cyberark/conjur,2025-07-23 18:32:01.272135,30.0,7366586.0,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-08-07 04:04:53.000000,2025-08-07 04:04:26,10116.0,81.0,497.0,27.0,2450.0,135.0,1265.0,459.0,2025-07-18 20:09:38,0.12-lts,100.0,,,159.0,,,,1.0,,,,,,,,,,,,,,openwallet-foundation/acapy,,,, 66,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,633.0,48.0,130.0,531.0,786.0,18401.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3256.0,3.0,,211654.0,,,,,,,,,,,,,,,, 67,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,24,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3494.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,,,66.0,3.0,,3581.0,,,,,oso,,https://pypi.org/project/oso,,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-08-06 07:22:02.000000,2025-08-06 07:21:58,2610.0,37.0,368.0,30.0,117.0,2.0,125.0,1753.0,2025-08-01 01:01:24,4.1.8,69.0,,,50.0,,,306.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,32148.0,,,,,,,,,,,, 69,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-08-05 00:53:28.000000,2025-08-04 20:02:38,6942.0,132.0,316.0,424.0,4642.0,126.0,420.0,1750.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,, 70,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,188.0,42.0,307.0,49.0,221.0,1321.0,2022-09-28 20:32:17,3.0.1,20.0,346.0,346.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-08-06 17:23:57.000000,2025-08-06 17:22:32,16221.0,47.0,342.0,50.0,7904.0,,,1277.0,,,,,,241.0,,,38212.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-08-06 05:34:24.419743,174.0,6075820.0,,,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-08-07 12:50:36.000000,2025-08-06 20:07:58,1981.0,93.0,252.0,57.0,375.0,33.0,89.0,603.0,2022-01-07 16:42:38,0.5.0,6.0,,,125.0,,,1471.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-08-06 20:11:35.605968,,141224.0,,,,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-08-07 11:42:46.000000,2025-02-27 17:32:56,1900.0,,133.0,24.0,836.0,65.0,392.0,485.0,2024-04-02 18:54:31,6.0.0,44.0,882.0,882.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-08-07 13:44:37.000000,2025-07-22 12:37:08,1686.0,26.0,93.0,26.0,1258.0,96.0,318.0,326.0,2025-07-17 09:42:27,1.6.0-beta.3,41.0,149.0,149.0,44.0,,,,1.0,,,,,,,,,,,,,,iotaledger/identity,,,, 75,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-08-07 15:14:36.000000,2025-07-29 12:49:03,1333.0,38.0,595.0,65.0,625.0,127.0,398.0,14390.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 76,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-08-02 17:42:48.000000,2025-07-31 17:42:07,4075.0,13.0,780.0,245.0,361.0,64.0,210.0,2884.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,855.0,3.0,,120660.0,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-18 17:03:42.000000,2025-07-18 16:57:55,15226.0,56.0,674.0,109.0,19.0,,,706.0,,,,178.0,178.0,753.0,,,,3.0,,,,,,,,,,,,,,,,,, 78,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,11.0,57.0,7.0,35.0,1.0,59.0,538.0,2025-06-29 14:25:26,2.3.1,38.0,5344.0,5344.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 79,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-08-07 13:49:52.000000,2025-08-07 13:05:53,10565.0,829.0,74.0,8.0,924.0,4.0,253.0,201.0,2025-07-22 15:14:36,0.15.1,100.0,,,34.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 80,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-08-07 17:45:35.000000,2025-08-07 17:43:46,2039.0,59.0,161.0,25.0,1307.0,29.0,260.0,173.0,2025-08-05 22:48:32,2.4.1,19.0,,,61.0,,,,1.0,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-08-07 11:24:34.000000,2025-07-28 18:46:45,331.0,13.0,19.0,14.0,125.0,1.0,11.0,94.0,2025-03-29 02:34:05,2.0.30,41.0,1372.0,1372.0,12.0,https://www.npmjs.com/package/web-did-resolver,41201.0,41201.0,2.0,,,,,,,,,,,,,,,,,, 82,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,4.0,327.0,65.0,161.0,263.0,607.0,6590.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,277.0,3.0,,24963.0,,,,,,,,,,,,,,howdy,, 83,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-08-06 19:54:22.000000,2025-08-06 19:52:55,2739.0,27.0,207.0,182.0,974.0,62.0,1208.0,1272.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-08-07 17:10:12.000000,2025-08-07 17:10:12,14582.0,91.0,144.0,15.0,2160.0,97.0,2901.0,430.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,,9810.0,,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-08-05 23:07:42.000000,2025-08-05 23:03:18,1176.0,25.0,214.0,28.0,1468.0,214.0,621.0,311.0,2025-08-02 10:12:18,0.5.16,100.0,,,78.0,,,,2.0,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-08-07 11:44:12.000000,2025-07-21 02:08:11,407.0,5.0,43.0,22.0,132.0,3.0,18.0,223.0,2023-03-08 14:05:37,4.1.0,24.0,7532.0,7532.0,25.0,,,,2.0,,,,,,,,,,,6.0,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-07-25 13:00:32.000000,2025-07-25 13:00:30,3014.0,59.0,39.0,13.0,3868.0,53.0,103.0,78.0,2025-07-07 22:33:55,3.1.0,37.0,978.0,978.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,712.0,419.0,24.0,1.0,143.0,29086.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28745.0,3.0,,1437260.0,,,,,,,,,,,,,,,, 89,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,53.0,14.0,240.0,31.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,8943.0,2.0,,277233.0,,,,,,,,,,,,,,,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,557.0,123.0,510.0,622.0,14158.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,308.0,61.0,236.0,5.0,131.0,4138.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 92,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,18.0,298.0,88.0,539.0,31.0,175.0,3166.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,771.0,95.0,355.0,181.0,362.0,1903.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,20,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,17.0,176.0,34.0,143.0,2.0,105.0,965.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,,3.0,,,,,,,webauthn,,https://pypi.org/project/webauthn,,,,,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,485.0,485.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,, 96,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-08-07 13:17:41.000000,2025-08-07 13:11:14,549.0,22.0,36.0,4.0,283.0,6.0,39.0,68.0,2025-08-07 13:17:41,1.33.0,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 98,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-07-31 17:00:32.000000,2025-07-31 17:00:31,3127.0,267.0,59.0,10.0,732.0,184.0,130.0,66.0,,,1.0,57.0,57.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 99,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,19,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-02 00:50:29.000000,2025-08-01 16:51:35,288.0,4.0,59.0,305.0,36.0,10.0,43.0,787.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,, 100,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-06-23 15:35:00.000000,2025-02-24 16:33:21,4946.0,,655.0,63.0,1823.0,39.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,37.0,,,110.0,,,15.0,2.0,,1124.0,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-08-01 05:59:35.000000,2025-08-01 05:58:19,2647.0,48.0,82.0,19.0,947.0,5.0,135.0,515.0,2025-08-01 06:53:23,0.29.5.RELEASE,80.0,,,33.0,,,,3.0,,,,,,,,com.webauthn4j:webauthn4j-core,,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,51.0,76.0,238.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,906.0,250.0,253.0,211.0,549.0,3081.0,,,,,,49.0,,,,3.0,,,,,,,,net.openid:appauth,,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2432.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1232.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-08-04 14:16:42.000000,2025-08-04 14:16:41,1252.0,16.0,46.0,49.0,312.0,188.0,152.0,525.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,105.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,8.0,68.0,35.0,455.0,93.0,121.0,217.0,,,,190.0,190.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-07-14 12:15:47.000000,2025-07-14 12:15:47,2304.0,12.0,86.0,8.0,784.0,3.0,132.0,101.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,555.0,56.0,125.0,89.0,8142.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-08-07 13:29:21.000000,2025-06-30 00:13:45,595.0,8.0,171.0,80.0,258.0,30.0,56.0,1611.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1295.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,109.0,3.0,warrantdev/warrant,3071.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 114,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-08-07 13:56:03.000000,2025-07-31 14:51:59,1406.0,11.0,98.0,74.0,515.0,8.0,370.0,434.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,,,w3c/did,,,, 115,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,53.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,, 116,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-08-07 17:06:33.000000,2025-07-25 14:29:26,1444.0,78.0,24.0,15.0,1291.0,6.0,8.0,124.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,, 117,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,109.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,494.0,3.0,waltid/ssikit,131.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23631.0,,,,,,,,,,,, 118,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,16,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,93.0,43.0,28.0,24.0,2979.0,,,,1.0,1.0,27.0,,,,3.0,,,,,,,pyja3,,https://pypi.org/project/pyja3,,,,,,,,, 119,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,6.0,156.0,63.0,539.0,7.0,239.0,655.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,81.0,38.0,258.0,46.0,77.0,314.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 121,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,20.0,51.0,18.0,69.0,26.0,17.0,276.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,390495.0,390495.0,3.0,,,,,,,,,,,,,,,,,, 122,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-06-17 17:36:03.000000,2025-06-17 17:35:57,66.0,4.0,25.0,7.0,24.0,14.0,21.0,228.0,2025-06-17 17:32:08,1.3.0.1,3.0,18.0,18.0,4.0,,,,3.0,,,,,,,django-passkeys,,https://pypi.org/project/django-passkeys,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,204.0,,,,574.0,574.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,decentralized-identity/web5-js,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-08-07 11:39:59.000000,2025-08-07 11:39:52,1199.0,84.0,11.0,6.0,,,,140.0,2025-08-07 11:41:25,1.58.1-prociis,5.0,,,,,,4.0,3.0,,27.0,,,,,,,,,,,,,,,, 126,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-08-05 14:00:36.000000,2025-08-05 14:00:35,540.0,13.0,29.0,27.0,70.0,5.0,22.0,81.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,2.0,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-29 07:54:59.000000,2025-07-29 07:39:23,5138.0,72.0,17.0,6.0,539.0,38.0,2770.0,56.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-07-21 16:38:35.000000,2025-07-21 16:38:35,976.0,10.0,60.0,14.0,337.0,4.0,115.0,705.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-08-01 20:04:53.000000,2025-08-01 20:03:43,753.0,20.0,87.0,71.0,343.0,125.0,249.0,432.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,w3c-fedid/FedCM,,,, 130,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,365.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 131,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,2.0,74.0,25.0,8.0,,,241.0,,,,,,303.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-07-18 15:09:17.000000,2025-07-18 15:09:12,3330.0,42.0,19.0,11.0,299.0,14.0,10.0,73.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,102.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4821.0,,,,,,,,,,,, 134,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],14,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,1.0,108.0,83.0,850.0,11.0,716.0,333.0,,,,,,80.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,26.0,7.0,5.0,4.0,1.0,256.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,184.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17719.0,,,,,,,,presbrey/beyond,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,,213.0,50.0,417.0,46.0,177.0,130.0,,,,,,218.0,,,,3.0,,,,,,,,,,,,,,w3c/did-extensions,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-07-25 12:31:01.000000,2025-07-09 20:22:46,1430.0,6.0,20.0,8.0,148.0,17.0,17.0,83.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 141,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,22.0,14.0,9.0,13.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,7.0,,,8.0,,,,3.0,,,,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,34.0,96.0,34.0,102.0,1004.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 143,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-08-01 14:18:56.000000,2025-08-01 14:18:53,2092.0,34.0,25.0,8.0,337.0,19.0,17.0,84.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-07-10 00:18:17.000000,2025-05-29 16:40:39,795.0,8.0,32.0,18.0,283.0,,296.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 145,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,986.0,,,,,,,,,,,, 146,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],12,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-08-07 09:12:36.000000,2025-08-06 11:48:26,195.0,43.0,19.0,52.0,135.0,93.0,104.0,126.0,,,,,,16.0,,,,3.0,,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,23.0,27.0,44.0,26.0,47.0,123.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 148,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-08-03 19:15:45.000000,2025-08-03 17:41:54,293.0,2.0,39.0,9.0,13.0,6.0,12.0,113.0,,,,17.0,17.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,89.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,13.0,28.0,7.0,9.0,49.0,,,,87.0,87.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-08-07 10:33:50.000000,2025-08-07 10:33:48,492.0,49.0,3.0,4.0,367.0,,2.0,5.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,2.0,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,33.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-07-11 19:14:32.000000,2025-07-11 19:14:29,103.0,6.0,9.0,10.0,126.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-07-29 16:33:44.000000,2025-07-29 16:33:44,264.0,2.0,15.0,13.0,31.0,1.0,4.0,62.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-04-11 16:32:16.000000,2025-01-14 18:03:00,111.0,,13.0,10.0,121.0,5.0,1.0,29.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,40.0,18.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,7.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,127.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3180.0,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,47.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,47.0,497844.0,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4463490.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-08-21_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - cert-manager (🥇42 · ⭐ 13K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - wso2-identity-server (🥈32 · ⭐ 840 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - oathkeeper (🥉31 · ⭐ 3.5K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - webauthn-json (🥉20 · ⭐ 790 · 📈) - A small WebAuthn API wrapper that translates to/from pure JSON.. MIT - indy-node (🥈20 · ⭐ 690 · 📈) - The server portion of a distributed ledger purpose-built.. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 11K · 📉) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - faceswap (🥉27 · ⭐ 54K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - whisper (🥉25 · ⭐ 87K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - hanko (🥉25 · ⭐ 8.3K · 📉) - Modern AuthenticationOn Your Terms. Open source alternative to.. ❗Unlicensed - freeipa (🥉23 · ⭐ 1.3K · 📉) - Mirror of FreeIPA, an integrated security information.. ❗️GPL-3.0 ================================================ FILE: history/2025-08-21_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,maven_id,pypi_url,maven_url,helm_id,brew_id,updated_github_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,21.0,3873.0,106.0,3266.0,368.0,4620.0,27324.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,473020.0,473020.0,889.0,https://www.npmjs.com/package/next-auth,7270339.0,7270339.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-08-21 17:59:54.000000,2025-08-21 17:37:38,9768.0,210.0,2176.0,150.0,4088.0,157.0,3436.0,13080.0,2025-07-02 14:34:58,1.18.2,100.0,2051.0,2051.0,513.0,,,2939010.0,1.0,111682400.0,1.0,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-08-21 18:21:06.000000,2025-08-21 18:21:04,4285.0,121.0,2214.0,231.0,4836.0,228.0,2202.0,13434.0,2025-08-05 17:24:51,1.12.3,73.0,13896.0,13896.0,444.0,,,2920772.0,1.0,9102007.0,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-08-05 17:27:03.138309,161.0,320434902.0,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-08-21 15:42:39.819754,2025-08-20 00:51:46,5837.0,177.0,1435.0,133.0,5016.0,383.0,2418.0,10620.0,2025-07-31 20:55:53,1.7.1,100.0,5819.0,5819.0,529.0,,,5483827.0,1.0,17024803.0,-1.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-08-21 15:42:39.819754,44.0,604271154.0,,,,,,,,,,, 15,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-08-14 15:37:10.000000,2025-08-14 15:33:55,1126.0,15.0,1683.0,240.0,547.0,28.0,825.0,19047.0,2025-08-14 15:35:33,2.120.0,100.0,3489.0,3489.0,157.0,https://www.npmjs.com/package/casbin,491071.0,491071.0,1.0,,,,,,,,casbin,org.casbin:casbin-spring-boot-starter,https://pypi.org/project/casbin,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 16,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-08-21 18:10:38.000000,2025-08-21 16:26:58,21653.0,369.0,4306.0,790.0,24944.0,1141.0,5244.0,32976.0,2025-08-06 04:09:48,1.20.2,100.0,14867.0,14867.0,1611.0,,,,1.0,,,,,,,,,,,,,,,,,, 17,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1229.0,298.0,162.0,352.0,430.0,23391.0,,,,1312552.0,1312552.0,38.0,https://www.npmjs.com/package/passport,16400461.0,16400461.0,1.0,,,,,,,,,,,,,,,,,, 18,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-08-21 15:15:10.000000,2025-08-21 15:15:09,4144.0,103.0,1467.0,240.0,1919.0,81.0,1481.0,16527.0,2025-01-17 08:51:44,2.3.0,100.0,,,313.0,,,3488589.0,1.0,987417.0,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427716417.0,,,,,https://k8s.ory.sh/helm/charts,,,,,, 19,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-08-19 15:02:02.000000,2025-08-12 14:47:33,1669.0,8.0,281.0,40.0,475.0,18.0,477.0,6497.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101224.0,101224.0,73.0,https://www.npmjs.com/package/@casl/ability,3063360.0,3063360.0,2.0,,,,,,,,,,,,,,,,,, 20,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,34,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-08-17 16:11:07.000000,2025-08-17 16:11:06,2061.0,63.0,2706.0,173.0,297.0,8.0,1194.0,20237.0,2025-08-05 20:40:18,0.0.95,15.0,8336.0,8336.0,95.0,,,,1.0,,,,,,,,deepface,,https://pypi.org/project/deepface,,,,,,,, 21,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-08-21 16:37:30.606894,2025-08-21 16:11:08,2892.0,121.0,1392.0,79.0,1998.0,111.0,1706.0,12080.0,2025-08-21 16:30:46,2.36.0,100.0,12.0,12.0,243.0,,,12196.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-08-21 16:37:30.606894,20.0,707398.0,,,,,,,,,,, 22,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-08-21 13:00:22.390481,2025-08-21 00:25:55,29324.0,1295.0,3918.0,594.0,6127.0,,,11309.0,2025-07-25 06:05:47,7.2.5,100.0,21.0,21.0,365.0,,,7601.0,1.0,377.0,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-08-21 13:00:22.390481,131.0,1268122.0,,,,,,,,,,, 23,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-08-20 01:13:59.000000,2025-07-11 05:28:20,9717.0,259.0,559.0,56.0,7257.0,,1780.0,4562.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10394.0,2.0,405387.0,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 24,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,34,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,65.0,484.0,64.0,513.0,83.0,303.0,2922.0,2025-06-20 05:53:03,3.3.1,50.0,637823.0,637823.0,200.0,,,,2.0,,,,,,,,oauthlib,,https://pypi.org/project/oauthlib,,,,,,,, 25,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,33,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-08-13 08:47:20.000000,2025-08-13 08:47:19,10549.0,19.0,1510.0,134.0,1396.0,121.0,1042.0,10314.0,2025-04-07 17:05:07,1.0.3,14.0,3852.0,3852.0,263.0,,,,1.0,,,,,,,,speechbrain,,https://pypi.org/project/speechbrain,,,,,,,, 26,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-08-21 09:19:49.000000,2025-08-15 20:28:08,5018.0,200.0,333.0,51.0,1935.0,90.0,435.0,5973.0,2025-08-14 18:15:52,1.45.2,100.0,126.0,126.0,64.0,,,113931.0,2.0,191274.0,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-08-14 18:24:30.726728,7.0,5269115.0,,,,,,,,,,, 27,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-08-21 16:15:12.000000,2025-08-20 22:55:11,3877.0,116.0,309.0,43.0,4674.0,103.0,959.0,4429.0,2025-08-20 12:35:28,0.30.5,100.0,22.0,22.0,96.0,,,20416864.0,2.0,67915.0,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-08-21 00:10:39.649529,13.0,1612845804.0,,,,,,,,,,, 28,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-08-11 07:20:53.000000,2025-08-11 07:20:10,2701.0,45.0,763.0,68.0,261.0,,,3505.0,2025-08-11 07:20:54,9.4.1,100.0,1850.0,1850.0,74.0,https://www.npmjs.com/package/oidc-provider,567620.0,567620.0,2.0,,,,,,,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-08-21 17:00:01.000000,2025-08-21 05:15:19,7319.0,121.0,510.0,77.0,4638.0,143.0,1473.0,2026.0,2025-08-18 18:03:15,1.12.5,100.0,171.0,171.0,218.0,,,11475.0,2.0,734445.0,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-08-18 12:46:19.000000,2025-08-18 12:46:19,2371.0,9.0,5656.0,511.0,197.0,1191.0,1392.0,26266.0,2023-04-02 07:43:27,0.7,1.0,4718.0,4718.0,66.0,,,337760.0,2.0,9457248.0,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,202.0,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-08-21 13:47:46.000000,2025-08-21 13:47:45,7937.0,453.0,1255.0,161.0,7938.0,54.0,1306.0,25031.0,2025-08-09 08:11:44,4.39.6,100.0,,,247.0,,,972.0,2.0,61289.0,,,,,,,,,,,,,,,,, 32,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-08-21 15:14:38.000000,2025-08-21 12:21:29,4765.0,95.0,1003.0,115.0,2216.0,162.0,1245.0,12250.0,2024-10-28 10:21:42,1.3.1,47.0,,,238.0,,,1317781.0,2.0,53798.0,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114577201.0,,,,,https://k8s.ory.sh/helm/charts,,,,,, 33,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-08-21 12:27:35.000000,2025-08-21 12:27:34,1687.0,78.0,359.0,56.0,1349.0,34.0,292.0,5106.0,2025-03-06 12:24:46,0.14.0,53.0,38.0,38.0,78.0,,,576602.0,2.0,31086.0,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51283550.0,,,,,,,,,,, 34,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-08-21 17:10:09.000000,2025-08-21 16:43:45,16949.0,925.0,827.0,112.0,8626.0,1366.0,15230.0,841.0,2025-02-28 19:19:04,7.1.0,100.0,,,725.0,,,14893.0,2.0,17900.0,1.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1976836.0,,,,,,,,,,, 35,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,31,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13414.0,1564.0,241.0,775.0,595.0,55307.0,2018-04-02 17:18:43,1.2.2,2.0,5534.0,5534.0,54.0,,,110.0,2.0,1427.0,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9706.0,face_recognition,,https://pypi.org/project/face_recognition,,,,,,,, 36,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-08-21 18:04:59.000000,2025-08-21 16:03:51,18512.0,1126.0,1264.0,72.0,12498.0,690.0,2603.0,17825.0,2025-08-20 18:09:17,ersion/2025.8.0,100.0,,,414.0,,,235.0,2.0,6837.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 37,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-08-21 13:04:16.000000,2025-08-21 02:53:48,7707.0,248.0,583.0,50.0,6898.0,152.0,532.0,10622.0,2025-07-31 17:12:43,1.30.1,73.0,28.0,28.0,77.0,,,5837.0,2.0,6050.0,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-08-21 02:58:46.614526,5.0,284328.0,,,,,,,,,,, 38,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-08-21 04:27:19.000000,2025-08-19 15:53:12,3430.0,111.0,1714.0,176.0,2822.0,324.0,851.0,10084.0,2025-05-22 09:03:17,2.43.1,91.0,173.0,173.0,278.0,,,3.0,2.0,357.0,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-08-21 18:24:52.000000,2025-08-21 16:41:26,4739.0,90.0,287.0,196.0,5602.0,104.0,279.0,3962.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,186.0,,,303128.0,3.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,20309591.0,,,,,,,,,,, 40,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-08-21 12:22:03.000000,2025-08-21 12:22:01,1482.0,51.0,363.0,49.0,761.0,60.0,299.0,3456.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,116.0,,,950525.0,3.0,59876.0,1.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90238797.0,,,,,,,,,,, 41,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,30,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-08-09 01:08:12.000000,2025-08-09 01:08:07,1567.0,26.0,486.0,60.0,262.0,111.0,394.0,4958.0,2025-07-20 07:41:19,1.6.1,42.0,45493.0,45493.0,129.0,,,,2.0,,,,,,,,authlib,,https://pypi.org/project/authlib,,,,authlib/authlib,,,, 42,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,29,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-08-14 07:10:59.000000,2025-08-14 07:10:58,4888.0,5.0,1919.0,188.0,1900.0,252.0,1744.0,12178.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,159.0,,,,2.0,,,,,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-08-21 18:11:32.000000,2025-08-21 15:47:58,3882.0,172.0,787.0,57.0,6585.0,758.0,2293.0,11536.0,2025-08-15 14:18:31,3.3.6,100.0,1.0,1.0,210.0,,,1672.0,3.0,10036.0,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,,, 44,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-08-20 21:48:40.000000,2025-08-20 19:41:50,7102.0,102.0,604.0,138.0,5125.0,176.0,3034.0,5545.0,2025-08-19 17:09:02,0.20250819.0,100.0,,,139.0,,,17488.0,2.0,38022.0,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-15 20:40:31.917769,13.0,2017374.0,,,,,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-19 12:08:58.000000,2025-08-19 12:08:58,2512.0,8.0,1035.0,105.0,878.0,44.0,849.0,5421.0,2025-04-04 08:29:47,5.8.2,70.0,10551.0,10551.0,333.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,, 46,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-08-21 17:00:35.000000,2025-08-21 17:00:35,2092.0,80.0,164.0,34.0,2226.0,44.0,354.0,4017.0,2025-08-01 06:13:35,0.46.0,70.0,32.0,32.0,33.0,,,2362.0,3.0,125234.0,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 47,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-08-21 09:11:47.000000,2025-08-21 09:11:47,2470.0,96.0,253.0,25.0,2577.0,212.0,851.0,3839.0,2025-08-15 04:44:26,1.7.2,43.0,42.0,42.0,128.0,,,8049.0,3.0,420.0,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-08-15 04:58:13.748559,4.0,627356.0,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-08-18 19:49:06.000000,2025-08-18 19:43:51,7562.0,311.0,382.0,40.0,1335.0,7.0,318.0,1560.0,2025-08-15 22:16:48,is-7.3.1,90.0,2948.0,2948.0,338.0,,,,2.0,,,,,,,,,,,,,,DuendeSoftware/products,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-08-18 17:59:34.000000,2025-08-18 01:30:08,658.0,8.0,71.0,38.0,229.0,6.0,86.0,359.0,2025-06-06 23:28:08,8.0.17,100.0,6005.0,6005.0,42.0,https://www.npmjs.com/package/did-jwt,312321.0,312321.0,1.0,,,,,,,,,,,,,,,,,, 50,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,749.0,77.0,5.0,382.0,15404.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1370.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163098.0,,,,,,,,,,, 51,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-08-03 11:01:48.939084,2025-08-03 10:52:29,2053.0,18.0,225.0,32.0,570.0,49.0,112.0,5344.0,2025-08-03 10:53:17,0.8.3,55.0,47.0,47.0,70.0,,,6581.0,3.0,1678.0,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,353690.0,,,,,,,,,,, 52,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,28,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-08-12 15:02:19.000000,2025-08-05 00:54:19,2940.0,53.0,128.0,63.0,322.0,35.0,314.0,979.0,2025-06-09 16:31:27,5.7.2,44.0,191.0,191.0,48.0,,,231.0,2.0,25257.0,,,,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,,,,,,,, 53,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-08-21 16:41:52.000000,2025-08-21 11:28:05,35209.0,225.0,89.0,31.0,6889.0,361.0,4581.0,562.0,2025-07-25 13:50:30,1.9.0,100.0,8.0,8.0,129.0,,,506.0,3.0,11151.0,,,,,,,,,,,,,,,,, 54,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,2.0,13285.0,1538.0,526.0,34.0,847.0,54427.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7642.0,3.0,596122.0,-1.0,,,,,,,,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3785.0,348.0,112.0,452.0,393.0,17450.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,186945.0,186945.0,3.0,,,,,,,,,,,,,,,,,, 56,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-08-21 15:19:40.000000,2025-08-21 11:01:36,4935.0,296.0,260.0,26.0,2060.0,53.0,271.0,5548.0,2025-08-21 11:34:26,1.4.3,100.0,4.0,4.0,68.0,,,418.0,3.0,11305.0,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,, 57,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-08-20 23:08:52.000000,2025-08-20 23:08:52,3487.0,73.0,284.0,52.0,2744.0,30.0,255.0,954.0,2025-08-15 22:14:03,1.12.23,100.0,362.0,362.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-08-19 17:33:00.000000,2025-08-18 00:58:03,531.0,9.0,75.0,27.0,157.0,5.0,48.0,223.0,2025-08-10 14:02:43,11.0.5,71.0,1825.0,1825.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,20821.0,20821.0,1.0,,,,,,,,,,,,,,,,,, 59,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-08-19 14:30:15.000000,2025-08-11 14:57:06,399.0,6.0,45.0,21.0,103.0,5.0,48.0,198.0,2025-06-07 04:34:15,4.0.15,69.0,1303.0,1303.0,22.0,https://www.npmjs.com/package/did-jwt-vc,29190.0,29190.0,1.0,,,,,,,,,,,,,,,,,, 60,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,26,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,418.0,29.0,552.0,94.0,358.0,588.0,2025-02-10 21:52:03,7.5.2,53.0,2092.0,2092.0,175.0,,,,2.0,,,,,,,,pysaml2,,https://pypi.org/project/pysaml2,,,,,,,, 61,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,25,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-08-18 15:03:07.000000,2025-06-26 01:05:47,166.0,8.0,10558.0,669.0,317.0,,,87016.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,,3.0,,-1.0,,,,,,openai-whisper,,https://pypi.org/project/openai-whisper,,,,,,,, 62,hanko,https://github.com/teamhanko/hanko,idp,"Modern AuthenticationOn Your Terms. Open source alternative to Auth0, Cognito, Clerk, Descope, Stytch.",,,25,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-08-21 15:41:21.000000,2025-08-01 11:21:33,2280.0,9.0,965.0,41.0,1777.0,41.0,355.0,8314.0,2025-05-21 10:05:04,backend/v2.1.0,34.0,326.0,326.0,50.0,,,21.0,3.0,813.0,-1.0,,,,,,,,,,,,,,,, 63,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,297.0,76.0,876.0,289.0,641.0,1784.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,821.0,8492.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005017.0,,,,,,,,,,, 64,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-23 19:37:12.000000,2025-06-30 20:27:08,3875.0,25.0,129.0,46.0,1907.0,137.0,972.0,882.0,2025-07-23 18:34:26,1.22.2,80.0,,,105.0,,,67358.0,3.0,1289.0,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-07-23 18:32:01.272135,30.0,7407857.0,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-08-12 20:51:26.000000,2025-08-12 20:51:01,10138.0,86.0,499.0,27.0,2457.0,135.0,1265.0,459.0,2025-07-18 20:09:38,0.12-lts,100.0,,,160.0,,,,1.0,,,,,,,,,,,,,,openwallet-foundation/acapy,,,, 66,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,650.0,48.0,130.0,531.0,786.0,18447.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3276.0,3.0,212954.0,,,,,,,,,,,,,,,,, 67,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,24,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3492.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,,,66.0,3.0,3583.0,,,,,,,oso,,https://pypi.org/project/oso,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-08-06 07:22:02.000000,2025-08-06 07:21:58,2610.0,35.0,370.0,30.0,117.0,2.0,126.0,1765.0,2025-08-01 01:01:24,4.1.8,69.0,,,54.0,,,315.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,33091.0,,,,,,,,,,, 69,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-08-19 16:03:04.000000,2025-08-19 16:02:55,6977.0,123.0,316.0,423.0,4651.0,126.0,420.0,1751.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,, 70,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,188.0,42.0,307.0,49.0,221.0,1326.0,2022-09-28 20:32:17,3.0.1,20.0,347.0,347.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,, 71,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-08-21 12:48:55.000000,2025-08-12 18:01:37,1992.0,101.0,253.0,57.0,378.0,33.0,89.0,606.0,2022-01-07 16:42:38,0.5.0,6.0,,,125.0,,,1475.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-08-12 18:04:38.694592,,141681.0,,,,,,,,,,, 72,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-08-20 21:47:04.000000,2025-02-27 17:32:56,1900.0,,132.0,24.0,840.0,65.0,392.0,486.0,2024-04-02 18:54:31,6.0.0,44.0,882.0,882.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,, 73,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-08-21 14:19:58.000000,2025-08-15 12:40:04,1690.0,22.0,93.0,26.0,1266.0,96.0,318.0,329.0,2025-08-15 12:42:20,1.6.0-beta.5,43.0,149.0,149.0,44.0,,,,1.0,,,,,,,,,,,,,,iotaledger/identity,,,, 74,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-08-19 14:02:06.000000,2025-07-29 12:49:03,1333.0,26.0,600.0,65.0,630.0,127.0,398.0,14428.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-08-20 05:51:21.374983,2025-08-14 20:31:22,16222.0,42.0,342.0,50.0,7910.0,,,1285.0,,,,,,241.0,,,38275.0,3.0,,-1.0,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-08-20 05:51:21.374983,175.0,6085769.0,,,,,,,,,,, 76,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-07-18 17:03:42.000000,2025-07-18 16:57:55,15226.0,45.0,674.0,109.0,19.0,,,708.0,,,,178.0,178.0,753.0,,,,3.0,,,,,,,,,,,,,,,,,, 77,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,11.0,57.0,7.0,35.0,1.0,59.0,541.0,2025-06-29 14:25:26,2.3.1,38.0,5358.0,5358.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,, 78,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-08-21 17:16:57.000000,2025-08-20 13:46:31,10695.0,816.0,76.0,8.0,936.0,5.0,254.0,204.0,2025-07-22 15:14:36,0.15.1,100.0,,,34.0,,,,2.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,, 79,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-08-19 15:47:02.000000,2025-08-19 15:45:26,2048.0,59.0,161.0,25.0,1318.0,29.0,260.0,174.0,2025-08-18 20:20:29,2.4.5,23.0,,,61.0,,,,1.0,,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,, 80,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-08-18 06:33:20.000000,2025-08-18 00:46:31,335.0,16.0,19.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,41.0,1372.0,1372.0,12.0,https://www.npmjs.com/package/web-did-resolver,35779.0,35779.0,2.0,,,,,,,,,,,,,,,,,, 81,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,4.0,333.0,64.0,161.0,265.0,607.0,6619.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,280.0,3.0,25274.0,,,,,,,,,,,,,,,howdy,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-08-19 20:43:48.000000,2025-07-31 17:42:07,4075.0,8.0,780.0,245.0,362.0,64.0,210.0,2884.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,858.0,3.0,121100.0,,,,,,,,,,,,,,,,, 83,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-08-18 14:28:11.000000,2025-08-13 18:09:46,2741.0,22.0,212.0,181.0,974.0,66.0,1214.0,1274.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-08-20 21:15:38.000000,2025-08-19 02:39:23,14584.0,70.0,143.0,15.0,2162.0,97.0,2901.0,434.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,9812.0,,,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-08-21 11:14:54.000000,2025-08-21 11:10:33,1194.0,36.0,217.0,28.0,1494.0,215.0,621.0,311.0,2025-08-02 10:12:18,0.5.16,100.0,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-08-19 16:37:52.000000,2025-08-18 01:07:56,410.0,7.0,43.0,22.0,132.0,3.0,18.0,223.0,2023-03-08 14:05:37,4.1.0,24.0,7535.0,7535.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-08-20 12:21:32.000000,2025-08-20 10:58:36,3022.0,55.0,39.0,13.0,3884.0,54.0,103.0,77.0,2025-07-07 22:33:55,3.1.0,37.0,981.0,981.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,730.0,422.0,24.0,1.0,143.0,29142.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29001.0,3.0,1450091.0,,,,,,,,,,,,,,,,, 89,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-03-21 12:07:15.000000,2025-03-21 12:07:15,805.0,,53.0,14.0,240.0,32.0,87.0,79.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9099.0,2.0,282073.0,,,,,,,,,,,,,,,,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,557.0,123.0,510.0,622.0,14177.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,310.0,61.0,236.0,5.0,131.0,4153.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,, 92,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,17.0,299.0,88.0,539.0,31.0,175.0,3175.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,776.0,95.0,356.0,182.0,362.0,1906.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,, 94,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,20,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,17.0,176.0,34.0,143.0,2.0,105.0,970.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,,,,3.0,,,,,,,,webauthn,,https://pypi.org/project/webauthn,,,,,,,, 95,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-11 13:26:59.000000,2025-08-11 13:26:58,295.0,11.0,59.0,304.0,36.0,10.0,43.0,786.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,1.0,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-08-12 06:58:13.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1824.0,39.0,60.0,693.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,23.0,2.0,1734.0,1.0,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,485.0,485.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-08-21 10:16:14.000000,2025-08-21 10:15:43,552.0,21.0,39.0,4.0,287.0,6.0,39.0,67.0,2025-08-21 10:16:15,1.33.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-08-18 16:53:17.000000,2025-08-18 16:53:17,3155.0,221.0,60.0,10.0,738.0,185.0,130.0,66.0,,,1.0,58.0,58.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,52.0,76.0,240.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,4.0,68.0,35.0,455.0,93.0,121.0,217.0,,,,191.0,191.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,907.0,250.0,253.0,211.0,549.0,3090.0,,,,,,49.0,,,,3.0,,,,,,,,,net.openid:appauth,,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2434.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-08-04 14:16:42.000000,2025-08-04 14:16:41,1252.0,10.0,48.0,48.0,312.0,188.0,152.0,526.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,, 107,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-08-21 14:39:25.000000,2025-08-13 02:24:53,2649.0,24.0,82.0,19.0,949.0,5.0,135.0,519.0,2025-08-01 06:53:23,0.29.5.RELEASE,80.0,,,33.0,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,13.0,399.0,49.0,107.0,213.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,, 110,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,False,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-08-19 10:49:35.000000,2025-08-18 11:19:26,2307.0,15.0,89.0,8.0,794.0,3.0,132.0,99.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,555.0,56.0,124.0,90.0,8141.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-08-07 13:29:21.000000,2025-06-30 00:13:45,595.0,7.0,171.0,80.0,258.0,30.0,57.0,1613.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1298.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,110.0,3.0,3084.0,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,, 114,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-08-07 13:56:03.000000,2025-07-31 14:51:59,1406.0,11.0,98.0,74.0,515.0,9.0,370.0,435.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,,,w3c/did,,,, 115,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,53.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,, 116,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-08-21 15:53:44.000000,2025-07-25 14:29:26,1444.0,62.0,24.0,14.0,1303.0,6.0,8.0,125.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,, 117,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,110.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,496.0,3.0,131.0,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23742.0,,,,,,,,,,, 118,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,16,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,93.0,43.0,28.0,24.0,2980.0,,,,1.0,1.0,27.0,,,,3.0,,,,,,,,pyja3,,https://pypi.org/project/pyja3,,,,,,,, 119,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,6.0,158.0,63.0,540.0,7.0,239.0,660.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,, 120,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,82.0,38.0,258.0,46.0,77.0,313.0,,,,14.0,14.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,, 121,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,20.0,51.0,18.0,69.0,27.0,17.0,278.0,,,,,,13.0,https://www.npmjs.com/package/did-resolver,333969.0,333969.0,3.0,,,,,,,,,,,,,,,,,, 122,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,16,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,4.0,26.0,7.0,24.0,14.0,21.0,227.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,,3.0,,,,,,,,django-passkeys,,https://pypi.org/project/django-passkeys,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,203.0,,,,576.0,576.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,, 124,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,,decentralized-identity/web5-js,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-08-18 10:21:37.000000,2025-08-18 10:21:30,1206.0,76.0,11.0,5.0,,,,139.0,2025-08-18 13:07:28,1.59.1-prociis,6.0,,,,,,5.0,3.0,33.0,,,,,,,,,,,,,,,,, 126,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-08-08 22:07:22.000000,2025-08-08 22:07:14,541.0,14.0,29.0,27.0,70.0,5.0,22.0,82.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 127,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-07-29 07:54:59.000000,2025-07-29 07:39:23,5138.0,61.0,17.0,6.0,539.0,42.0,2771.0,56.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,, 128,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-08-13 15:12:05.000000,2025-08-13 15:10:53,754.0,19.0,88.0,71.0,343.0,126.0,250.0,432.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,,w3c-fedid/FedCM,,,, 129,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,367.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 130,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,,107.0,82.0,850.0,9.0,718.0,333.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,, 131,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-06-27 17:56:32.000000,2025-06-12 17:16:46,3731.0,2.0,75.0,25.0,8.0,,,242.0,,,,,,303.0,,,,3.0,,,,,,,,,,,,,,,,,, 132,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-08-21 16:38:11.000000,2025-07-18 15:09:12,3330.0,28.0,20.0,11.0,300.0,14.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,105.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4941.0,,,,,,,,,,, 134,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-08-13 17:20:38.000000,2025-08-12 13:14:41,978.0,9.0,61.0,14.0,339.0,5.0,115.0,708.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,, 135,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-07-01 14:46:29.000000,2025-07-01 14:46:28,140.0,7.0,26.0,7.0,5.0,4.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,184.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17731.0,,,,,,,presbrey/beyond,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, 137,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,,214.0,50.0,418.0,46.0,177.0,129.0,,,,,,218.0,,,,3.0,,,,,,,,,,,,,,w3c/did-extensions,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,22.0,15.0,9.0,13.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,7.0,,,8.0,,,,3.0,,,,,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,34.0,96.0,34.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-08-21 11:20:42.000000,2025-08-20 00:32:28,206.0,53.0,21.0,50.0,151.0,95.0,107.0,131.0,,,,,,18.0,,,,3.0,,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-08-10 20:19:23.000000,2025-08-10 20:17:29,294.0,3.0,39.0,9.0,13.0,6.0,12.0,114.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-08-17 22:34:25.000000,2025-08-17 22:34:20,2093.0,29.0,25.0,8.0,337.0,19.0,17.0,84.0,,,,,,14.0,,,,3.0,,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,, 145,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,13,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-08-21 15:38:36.000000,2025-07-09 20:22:46,1430.0,1.0,20.0,8.0,151.0,17.0,17.0,83.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,6.0,32.0,19.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,988.0,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,23.0,26.0,44.0,26.0,47.0,124.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,89.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,87.0,87.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,79.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-08-12 19:39:34.000000,2025-08-12 19:39:34,265.0,3.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-06-02 20:52:36.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,41.0,21.0,28.0,33.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-08-21 16:35:11.000000,2025-08-21 16:35:09,114.0,3.0,14.0,10.0,124.0,5.0,1.0,29.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-08-20 00:21:38.000000,2025-08-18 22:32:33,104.0,7.0,9.0,10.0,128.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,, 161,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-08-20 14:01:19.000000,2025-08-20 14:01:18,496.0,26.0,3.0,4.0,368.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,45.0,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,9.0,,,,3.0,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,41.0,21.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,8.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,2.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,131.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3294.0,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,508535.0,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4470745.0,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-08-28_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇43 · ⭐ 2.9K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - deepface (🥇40 · ⭐ 20K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - speechbrain (🥇39 · ⭐ 10K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - authlib (🥇39 · ⭐ 5K · 📈) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 - paddlespeech (🥈35 · ⭐ 12K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - spicedb (🥈32 · ⭐ 6K · 📉) - Open Source, Google Zanzibar-inspired database for scalably.. Apache-2 - node-oidc-provider (🥈32 · ⭐ 3.5K · 📉) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - keystone (🥉22 · ⭐ 710 · 📉) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - passwordlessid-webauthn (🥉22 · ⭐ 540 · 📉) - Webauthn / passkeys helper library to make your life.. MIT ================================================ FILE: history/2025-08-28_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,pypi_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,projectrank_placing,trending,npm_id,npm_url,npm_monthly_downloads,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,43,True,oauthlib/oauthlib,oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,64.0,484.0,64.0,513.0,83.0,303.0,2924.0,2025-06-20 05:53:03,3.3.1,50.0,637987.0,637987.0,200.0,https://pypi.org/project/oauthlib,194556980.0,194556980.0,1.0,9.0,,,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,18.0,3882.0,107.0,3272.0,370.0,4624.0,27373.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,473216.0,473216.0,889.0,,,7200594.0,1.0,,next-auth,https://www.npmjs.com/package/next-auth,7200594.0,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-08-28 18:15:05.000000,2025-08-28 18:15:05,9814.0,251.0,2179.0,150.0,4120.0,156.0,3439.0,13097.0,2025-07-02 14:34:58,1.18.2,100.0,2069.0,2069.0,513.0,,,2971151.0,1.0,,,,,112903770.0,,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-08-26 16:41:57.000000,2025-08-26 16:41:55,4299.0,117.0,2216.0,231.0,4854.0,228.0,2202.0,13455.0,2025-08-05 17:24:51,1.12.3,73.0,13916.0,13916.0,444.0,,,2923355.0,1.0,,,,,9133204.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-08-05 17:27:03.138309,161.0,320693858.0,,,,,,,,, 15,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-08-28 17:07:04.302399,2025-08-28 14:49:47,5850.0,171.0,1438.0,133.0,5030.0,379.0,2423.0,10649.0,2025-08-28 15:13:34,1.8.0,100.0,5837.0,5837.0,532.0,,,5493244.0,1.0,,,,,17197531.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-08-28 17:07:04.302399,44.0,604512941.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,40,True,serengil/deepface,deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-08-17 16:11:07.000000,2025-08-17 16:11:06,2061.0,63.0,2713.0,174.0,298.0,10.0,1194.0,20302.0,2025-08-05 20:40:18,0.0.95,15.0,8345.0,8345.0,95.0,https://pypi.org/project/deepface,525795.0,525795.0,1.0,6.0,,,,,,,,,,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-08-13 08:47:20.000000,2025-08-13 08:47:19,10549.0,14.0,1512.0,134.0,1396.0,121.0,1043.0,10349.0,2025-04-07 17:05:07,1.0.3,14.0,3861.0,3861.0,263.0,https://pypi.org/project/speechbrain,1442756.0,1442756.0,1.0,6.0,,,,,,,,,,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-08-28 14:43:52.000000,2025-08-28 14:43:51,1592.0,47.0,490.0,60.0,271.0,111.0,399.0,4968.0,2025-08-26 12:13:32,1.6.3,44.0,45581.0,45581.0,129.0,https://pypi.org/project/authlib,32335889.0,32335889.0,1.0,9.0,,,,,,,,,,authlib/authlib,,,,,,,, 19,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-08-27 15:41:56.000000,2025-08-27 15:38:36,1127.0,16.0,1681.0,240.0,548.0,23.0,833.0,19067.0,2025-08-27 15:40:03,2.121.0,100.0,3492.0,3492.0,157.0,https://pypi.org/project/casbin,732335.0,1198406.0,1.0,,casbin,https://www.npmjs.com/package/casbin,466071.0,,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-08-28 18:21:23.000000,2025-08-26 22:33:19,21670.0,366.0,4311.0,788.0,24950.0,1142.0,5245.0,33015.0,2025-08-28 18:21:23,1.20.3,100.0,14882.0,14882.0,1611.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,True,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1229.0,298.0,162.0,352.0,430.0,23400.0,,,,1312813.0,1312813.0,38.0,,,15917935.0,2.0,,passport,https://www.npmjs.com/package/passport,15917935.0,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13422.0,1564.0,241.0,775.0,595.0,55353.0,2018-04-02 17:18:43,1.2.2,2.0,5535.0,5535.0,54.0,https://pypi.org/project/face_recognition,164064.0,164174.0,2.0,,,,,1429.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9752.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-08-27 14:11:23.000000,2025-08-27 10:55:12,4166.0,125.0,1467.0,240.0,1919.0,80.0,1483.0,16550.0,2025-01-17 08:51:44,2.3.0,100.0,,,313.0,,,3488921.0,2.0,,,,,991754.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427751291.0,,,,https://k8s.ory.sh/helm/charts,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,35,True,PaddlePaddle/PaddleSpeech,paddlepaddle,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-08-14 07:10:59.000000,2025-08-14 07:10:58,4888.0,4.0,1921.0,188.0,1900.0,252.0,1745.0,12199.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,159.0,https://pypi.org/project/paddlepaddle,583444.0,583444.0,2.0,6.0,,,,,,,,,,,,,,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-08-27 15:08:28.000000,2025-08-12 14:47:33,1669.0,8.0,281.0,40.0,475.0,18.0,478.0,6506.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101244.0,101244.0,73.0,,,2925664.0,2.0,,@casl/ability,https://www.npmjs.com/package/@casl/ability,2925664.0,,,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-08-27 14:49:08.486681,2025-08-27 14:33:14,2897.0,121.0,1397.0,80.0,2004.0,105.0,1714.0,12156.0,2025-08-27 14:42:22,2.41.0,100.0,12.0,12.0,244.0,,,12361.0,1.0,,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-08-27 14:49:08.486681,20.0,716979.0,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-08-28 12:39:10.000000,2025-08-28 12:17:09,29347.0,1210.0,3918.0,594.0,6159.0,,,11313.0,2025-07-25 06:05:47,7.2.5,100.0,21.0,21.0,365.0,,,7631.0,1.0,,,,,448.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-08-28 00:40:22.696932,131.0,1272864.0,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,34,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-08-27 23:00:16.000000,2025-07-11 05:28:20,9717.0,230.0,558.0,56.0,7261.0,,1780.0,4560.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10402.0,2.0,,,,,405692.0,,,,,,,,,,build-trust/ockam/ockam,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-08-28 17:42:14.000000,2025-08-27 18:29:03,3879.0,114.0,309.0,43.0,4678.0,104.0,959.0,4435.0,2025-08-20 12:35:28,0.30.5,100.0,22.0,22.0,96.0,,,20417051.0,2.0,,,,,67963.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-08-27 19:48:37.162488,13.0,1612860510.0,,,,,,,,, 30,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-08-28 17:41:59.000000,2025-08-28 17:40:10,7333.0,127.0,511.0,76.0,4655.0,143.0,1476.0,2033.0,2025-08-18 18:03:15,1.12.5,100.0,171.0,171.0,220.0,,,11663.0,2.0,,,,,746492.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,, 31,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-08-18 12:46:19.000000,2025-08-18 12:46:19,2371.0,9.0,5664.0,511.0,198.0,1195.0,1392.0,26331.0,2023-04-02 07:43:27,0.7,1.0,4724.0,4724.0,66.0,,,341508.0,2.0,,,,,9562171.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,205.0,,,,,,,,, 32,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-08-28 11:43:16.000000,2025-08-28 09:19:12,7976.0,465.0,1259.0,160.0,7976.0,55.0,1309.0,25093.0,2025-08-09 08:11:44,4.39.6,100.0,,,250.0,,,979.0,2.0,,,,,61685.0,,,,,,,,,,,,,, 33,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-08-27 09:55:25.000000,2025-08-27 09:55:23,4774.0,104.0,1006.0,115.0,2216.0,162.0,1247.0,12281.0,2024-10-28 10:21:42,1.3.1,47.0,,,239.0,,,1318035.0,2.0,,,,,53946.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114599015.0,,,,https://k8s.ory.sh/helm/charts,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-08-27 23:52:16.000000,2025-08-27 16:45:59,5028.0,184.0,333.0,51.0,1940.0,90.0,435.0,5987.0,2025-08-25 09:22:24,1.45.3,100.0,126.0,126.0,64.0,,,115192.0,2.0,-1.0,,,,193434.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-08-25 09:29:43.601749,7.0,5318215.0,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-08-27 10:01:07.000000,2025-08-27 10:01:05,1695.0,86.0,363.0,56.0,1351.0,35.0,291.0,5110.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,78.0,,,576641.0,2.0,,,,,31137.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51286960.0,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-08-28 16:38:00.000000,2025-08-23 08:05:31,2703.0,42.0,763.0,68.0,261.0,,,3518.0,2025-08-23 08:06:11,9.4.2,100.0,1857.0,1857.0,74.0,,,560411.0,2.0,-1.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,560411.0,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-08-28 17:39:03.000000,2025-08-28 06:34:03,17013.0,937.0,836.0,112.0,8681.0,1348.0,15316.0,841.0,2025-02-28 19:19:04,7.1.0,100.0,,,725.0,,,14902.0,2.0,,,,,18011.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1977825.0,,,,,,,,, 38,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,pysaml2,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,418.0,29.0,552.0,94.0,358.0,587.0,2025-02-10 21:52:03,7.5.2,53.0,2094.0,2094.0,175.0,https://pypi.org/project/pysaml2,1632030.0,1632030.0,2.0,,,,,,,,,,,,,,,,,,, 39,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,openai-whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-08-18 15:03:07.000000,2025-06-26 01:05:47,166.0,8.0,10639.0,673.0,318.0,,,87359.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,https://pypi.org/project/openai-whisper,1059969.0,1059969.0,3.0,,,,,,,,,,,,,,,,,,, 40,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-08-28 18:30:58.000000,2025-08-28 17:31:29,18596.0,1113.0,1271.0,71.0,12610.0,698.0,2622.0,17904.0,2025-08-22 14:55:30,ersion/2025.8.1,100.0,,,415.0,,,243.0,2.0,,,,,6814.0,,,,,,,,,https://charts.goauthentik.io,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-08-28 15:51:01.000000,2025-08-28 02:40:35,7730.0,265.0,588.0,50.0,6918.0,150.0,537.0,10657.0,2025-07-31 17:12:43,1.30.1,73.0,29.0,29.0,78.0,,,5889.0,2.0,,,,,6072.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-08-28 02:45:35.633028,5.0,286907.0,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-08-28 06:56:52.000000,2025-08-27 23:15:41,3450.0,131.0,1714.0,176.0,2829.0,325.0,851.0,10094.0,2025-05-22 09:03:17,2.43.1,91.0,173.0,173.0,278.0,,,3.0,2.0,,,,,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-08-28 18:24:17.000000,2025-08-28 17:30:41,4744.0,86.0,287.0,195.0,5610.0,105.0,279.0,3964.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,187.0,,,304278.0,3.0,,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,20386656.0,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-08-27 10:03:49.000000,2025-08-27 09:59:40,1490.0,59.0,366.0,49.0,761.0,60.0,299.0,3461.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,116.0,,,950660.0,3.0,,,,,60014.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90251432.0,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,31,True,Yubico/yubikey-manager,yubikey-manager,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-08-27 10:16:45.000000,2025-08-27 10:16:38,2941.0,50.0,128.0,63.0,322.0,35.0,315.0,980.0,2025-06-09 16:31:27,5.7.2,44.0,191.0,191.0,48.0,https://pypi.org/project/yubikey-manager,134826.0,135059.0,2.0,,,,,25409.0,,,,,,,,,,,,,, 46,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-08-27 04:06:40.000000,2025-08-27 04:06:40,2475.0,97.0,254.0,24.0,2585.0,217.0,854.0,3856.0,2025-08-22 03:43:02,1.7.3,44.0,42.0,42.0,128.0,,,8106.0,3.0,,,,,420.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-08-22 03:55:51.966950,4.0,631809.0,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-08-28 18:03:34.000000,2025-08-28 14:56:26,3907.0,188.0,796.0,57.0,6613.0,755.0,2311.0,11596.0,2025-08-28 11:59:38,2.71.16,100.0,1.0,1.0,214.0,,,1948.0,3.0,,,,,9742.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-08-27 23:13:02.000000,2025-08-27 14:52:08,7106.0,98.0,603.0,138.0,5127.0,177.0,3035.0,5549.0,2025-08-25 19:58:23,0.20250825.0,100.0,,,140.0,,,17581.0,2.0,,,,,38122.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-15 20:40:31.917769,13.0,2018127.0,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-19 12:08:58.000000,2025-08-19 12:08:58,2512.0,7.0,1035.0,105.0,878.0,45.0,849.0,5423.0,2025-04-04 08:29:47,5.8.2,70.0,10568.0,10568.0,333.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-08-28 16:53:24.000000,2025-08-25 14:44:38,2094.0,78.0,164.0,34.0,2229.0,44.0,354.0,4028.0,2025-08-01 06:13:35,0.46.0,70.0,32.0,32.0,33.0,,,2379.0,3.0,,,,,126109.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-08-27 15:01:38.000000,2025-08-22 19:14:09,7585.0,322.0,382.0,39.0,1342.0,7.0,318.0,1561.0,2025-08-15 22:16:48,is-7.3.1,90.0,2953.0,2953.0,338.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-08-27 20:38:27.000000,2025-08-25 22:29:17,661.0,9.0,71.0,38.0,232.0,6.0,86.0,360.0,2025-08-25 22:29:37,8.0.18,100.0,6014.0,6014.0,42.0,,,292443.0,1.0,,did-jwt,https://www.npmjs.com/package/did-jwt,292443.0,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3499.0,749.0,77.0,5.0,382.0,15403.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1370.0,3.0,,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163103.0,,,,,,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-08-22 22:58:37.000000,2025-08-03 10:52:29,2053.0,18.0,229.0,32.0,572.0,49.0,112.0,5348.0,2025-08-03 10:53:17,0.8.3,55.0,47.0,47.0,70.0,,,6634.0,3.0,,,,,1678.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,356561.0,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-08-28 16:13:25.000000,2025-08-28 13:56:33,35227.0,215.0,90.0,30.0,6909.0,368.0,4594.0,561.0,2025-07-25 13:50:30,1.9.0,100.0,8.0,8.0,129.0,,,513.0,3.0,,,,,11305.0,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-08-27 17:55:04.000000,2025-08-25 00:28:57,532.0,10.0,75.0,27.0,157.0,5.0,48.0,223.0,2025-08-10 14:02:43,11.0.5,71.0,1825.0,1825.0,28.0,,,20724.0,1.0,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,20724.0,,,,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,2.0,13280.0,1537.0,526.0,35.0,848.0,54442.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7683.0,3.0,,,,,599296.0,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3787.0,347.0,112.0,452.0,393.0,17469.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,,,183072.0,3.0,,face-api.js,https://www.npmjs.com/package/face-api.js,183072.0,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-08-28 15:47:02.000000,2025-08-28 15:46:59,4949.0,296.0,259.0,26.0,2066.0,51.0,274.0,5554.0,2025-08-21 11:34:26,1.4.3,100.0,4.0,4.0,68.0,,,423.0,3.0,,,,,11422.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3492.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,https://pypi.org/project/oso,19246.0,19312.0,3.0,,,,,3583.0,,,,,,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-08-27 20:17:54.000000,2025-08-27 20:17:52,3489.0,65.0,284.0,52.0,2748.0,31.0,255.0,953.0,2025-08-15 22:14:03,1.12.23,100.0,363.0,363.0,96.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-08-27 17:47:08.000000,2025-08-26 05:56:56,401.0,6.0,45.0,21.0,103.0,5.0,48.0,198.0,2025-08-26 05:57:14,4.0.16,70.0,1307.0,1307.0,22.0,,,29492.0,1.0,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,29492.0,,,,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"Modern AuthenticationOn Your Terms. Open source alternative to Auth0, Cognito, Clerk, Descope, Stytch.",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-08-28 07:42:21.000000,2025-08-28 07:31:07,2288.0,17.0,964.0,41.0,1780.0,40.0,356.0,8322.0,2025-08-28 07:35:18,backend/v2.1.1,35.0,326.0,326.0,50.0,,,22.0,3.0,,,,,816.0,,,,,,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,webauthn,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,16.0,177.0,34.0,143.0,2.0,105.0,974.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,https://pypi.org/project/webauthn,1025678.0,1025678.0,2.0,,,,,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-08-27 19:54:12.000000,2025-08-27 19:53:42,10148.0,85.0,499.0,27.0,2463.0,136.0,1265.0,460.0,2025-08-26 19:35:08,1.3.2,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,298.0,76.0,876.0,288.0,642.0,1786.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,,,8612.0,1.0,,solid-server,https://www.npmjs.com/package/solid-server,940.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005052.0,,,,,,,,, 67,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-23 19:37:12.000000,2025-06-30 20:27:08,3875.0,21.0,129.0,46.0,1907.0,137.0,972.0,883.0,2025-07-23 18:34:26,1.22.2,80.0,,,105.0,,,67535.0,3.0,,,,,1289.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-07-23 18:32:01.272135,30.0,7427314.0,,,,,,,,, 68,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,653.0,49.0,130.0,531.0,786.0,18475.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3284.0,3.0,,,,,213494.0,,,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-08-28 07:47:45.000000,2025-08-28 06:43:04,2615.0,38.0,371.0,30.0,117.0,2.0,126.0,1767.0,2025-08-01 01:01:24,4.1.8,69.0,,,55.0,,,320.0,3.0,,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,33684.0,,,,,,,,, 70,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,24,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-08-27 13:47:18.000000,2025-08-27 13:12:13,7001.0,133.0,316.0,422.0,4666.0,102.0,444.0,1753.0,2024-06-11 16:44:34,1.8.2,31.0,,,154.0,,,0.0,3.0,,,,,64.0,,,,,,,,,,,,,, 71,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET.,,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-07-03 10:32:46.000000,2025-06-18 12:04:10,655.0,4.0,190.0,42.0,307.0,49.0,221.0,1333.0,2022-09-28 20:32:17,3.0.1,20.0,347.0,347.0,51.0,,,,3.0,,,,,,,,,,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-08-28 12:47:20.000000,2025-08-12 18:01:37,1992.0,99.0,255.0,57.0,379.0,33.0,89.0,608.0,2022-01-07 16:42:38,0.5.0,6.0,,,125.0,,,1476.0,2.0,,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-08-12 18:04:38.694592,,141783.0,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-08-27 18:03:56.000000,2025-02-27 17:32:56,1900.0,,132.0,24.0,841.0,65.0,392.0,489.0,2024-04-02 18:54:31,6.0.0,44.0,882.0,882.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-08-28 13:40:09.000000,2025-08-15 12:40:04,1690.0,22.0,93.0,26.0,1270.0,96.0,318.0,330.0,2025-08-15 12:42:20,1.6.0-beta.5,43.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 75,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-08-28 12:18:07.000000,2025-07-29 12:49:03,1333.0,26.0,601.0,65.0,632.0,127.0,398.0,14447.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-08-28 15:46:27.277798,2025-08-26 14:51:01,16223.0,35.0,342.0,50.0,7915.0,,,1289.0,,,,,,241.0,,,38319.0,3.0,,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-08-28 15:46:27.277798,175.0,6092731.0,,,,,,,,, 77,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-08-28 16:49:55.000000,2025-08-28 13:27:20,10741.0,786.0,78.0,8.0,940.0,7.0,254.0,207.0,2025-07-22 15:14:36,0.15.1,100.0,,,34.0,,,,2.0,,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,, 78,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-08-25 05:41:04.000000,2025-08-21 22:51:35,2049.0,54.0,161.0,25.0,1322.0,30.0,260.0,176.0,2025-08-21 22:53:41,2.4.6,24.0,,,61.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 79,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-08-25 05:44:06.000000,2025-08-25 02:37:41,336.0,16.0,19.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,41.0,1372.0,1372.0,12.0,,,35609.0,2.0,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,35609.0,,,,,,,,,,,,,,, 80,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,4.0,334.0,65.0,161.0,266.0,607.0,6636.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,282.0,3.0,,,,,25425.0,,,,,,,,,,,,howdy,, 81,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-08-19 20:43:48.000000,2025-07-31 17:42:07,4075.0,8.0,781.0,245.0,362.0,64.0,210.0,2884.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,860.0,3.0,,,,,121350.0,,,,,,,,,,,,,, 82,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-08-27 22:20:17.000000,2025-08-13 18:09:46,2741.0,21.0,214.0,181.0,974.0,66.0,1214.0,1276.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 83,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-08-27 19:15:26.000000,2025-08-27 19:14:12,15228.0,32.0,674.0,109.0,19.0,,,707.0,,,,178.0,178.0,754.0,,,,3.0,-1.0,,,,,,,,,,,,,,,,,, 84,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,9.0,57.0,7.0,35.0,1.0,59.0,544.0,2025-06-29 14:25:26,2.3.1,38.0,5362.0,5362.0,20.0,,,,3.0,-1.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,,,, 85,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-08-28 14:32:58.000000,2025-08-28 14:32:58,14597.0,68.0,143.0,15.0,2167.0,97.0,2902.0,435.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,105.0,3.0,,,,,9812.0,,,,,,,,,,,,,, 86,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-08-27 11:53:58.000000,2025-08-26 16:30:34,1196.0,36.0,217.0,28.0,1503.0,217.0,621.0,311.0,2025-08-02 10:12:18,0.5.16,100.0,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-08-27 16:49:33.000000,2025-08-18 01:07:56,410.0,7.0,43.0,22.0,132.0,3.0,18.0,223.0,2023-03-08 14:05:37,4.1.0,24.0,7547.0,7547.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-08-26 20:00:03.000000,2025-08-26 09:54:05,3025.0,56.0,39.0,13.0,3893.0,54.0,103.0,77.0,2025-07-07 22:33:55,3.1.0,37.0,982.0,982.0,26.0,,,,3.0,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,845.0,425.0,24.0,1.0,130.0,29650.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29137.0,3.0,,,,,1456893.0,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-08-25 15:03:03.000000,2025-08-25 15:03:02,806.0,1.0,54.0,14.0,241.0,32.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,9162.0,2.0,,,,,284032.0,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,557.0,123.0,510.0,622.0,14181.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,311.0,61.0,236.0,5.0,131.0,4155.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,17.0,300.0,88.0,539.0,31.0,175.0,3181.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,776.0,94.0,357.0,183.0,362.0,1906.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,59.0,303.0,36.0,,53.0,786.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,,,,3.0,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-08-12 06:58:13.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1824.0,39.0,60.0,693.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,24.0,2.0,,,,,1824.0,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,486.0,486.0,48.0,,,,2.0,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-08-27 22:44:47.000000,2025-08-21 10:15:43,552.0,18.0,39.0,4.0,289.0,6.0,39.0,67.0,2025-08-21 10:16:15,1.33.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-08-26 14:06:14.000000,2025-08-26 14:06:13,3156.0,217.0,60.0,10.0,738.0,185.0,130.0,67.0,,,1.0,58.0,58.0,30.0,,,,2.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,pyja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,93.0,43.0,28.0,24.0,2982.0,,,,1.0,1.0,27.0,https://pypi.org/project/pyja3,2179.0,2179.0,3.0,,,,,,,,,,,,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,52.0,76.0,241.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,django-passkeys,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,4.0,26.0,7.0,24.0,14.0,21.0,229.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,https://pypi.org/project/django-passkeys,2034.0,2034.0,3.0,,,,,,,,,,,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,3.0,68.0,35.0,455.0,93.0,121.0,216.0,,,,191.0,191.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,911.0,249.0,255.0,211.0,549.0,3092.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,218.0,63.0,107.0,2.0,59.0,2436.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1231.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-08-04 14:16:42.000000,2025-08-04 14:16:41,1252.0,10.0,48.0,48.0,312.0,188.0,152.0,527.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-08-28 05:53:16.000000,2025-08-28 05:51:04,2655.0,30.0,82.0,19.0,952.0,5.0,135.0,519.0,2025-08-01 06:53:23,0.29.5.RELEASE,80.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,39.0,684.0,37.0,441.0,439.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,107.0,212.0,2024-10-03 18:13:37,0.0.1-beta,5.0,62.0,62.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-08-19 10:49:35.000000,2025-08-18 11:19:26,2307.0,15.0,89.0,8.0,794.0,3.0,132.0,100.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,555.0,56.0,124.0,90.0,8141.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-08-22 15:52:37.000000,2025-08-22 15:52:37,596.0,4.0,172.0,79.0,259.0,31.0,58.0,1617.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,50.0,6.0,309.0,16.0,22.0,1299.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,110.0,3.0,,,,,3084.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,, 116,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-08-07 13:56:03.000000,2025-07-31 14:51:59,1406.0,11.0,98.0,74.0,515.0,9.0,370.0,437.0,,,,,,70.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 117,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,53.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 118,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,17,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,18.0,26.0,7.0,6.0,2.0,3.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,184.0,3.0,,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17734.0,presbrey/beyond,,,,,,,, 119,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-08-28 10:22:37.000000,2025-07-25 14:29:26,1444.0,43.0,24.0,14.0,1306.0,6.0,8.0,127.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,110.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,496.0,3.0,,,,,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23744.0,,,,,,,,, 121,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-07-07 06:54:16.000000,2025-07-07 06:54:16,1966.0,5.0,158.0,63.0,541.0,7.0,239.0,662.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,82.0,38.0,258.0,46.0,77.0,312.0,,,,14.0,14.0,23.0,,,,3.0,,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,, 123,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,20.0,50.0,18.0,69.0,27.0,17.0,281.0,,,,,,13.0,,,313506.0,3.0,,did-resolver,https://www.npmjs.com/package/did-resolver,313506.0,,,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-08-25 14:44:35.000000,2025-08-18 11:40:38,3732.0,3.0,75.0,25.0,8.0,,,242.0,,,,,,303.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,204.0,,,,578.0,578.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,53.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,,,,3.0,,web5/api,https://www.npmjs.com/package/web5/api,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-08-18 10:21:37.000000,2025-08-18 10:21:30,1206.0,75.0,11.0,5.0,,,,139.0,2025-08-18 13:07:28,1.59.1-prociis,6.0,,,,,,5.0,3.0,,,,,33.0,,,,,,,,,,,,,, 128,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-08-25 16:34:02.000000,2025-08-08 22:07:14,541.0,14.0,29.0,27.0,71.0,5.0,22.0,82.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-08-26 17:58:03.000000,2025-08-26 10:30:29,5142.0,60.0,17.0,6.0,539.0,43.0,2774.0,56.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-08-13 15:12:05.000000,2025-08-13 15:10:53,754.0,19.0,88.0,71.0,344.0,126.0,250.0,431.0,,,,,,42.0,,,,2.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 131,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,368.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,,108.0,82.0,850.0,10.0,718.0,333.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 133,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-08-28 13:22:44.000000,2025-07-18 15:09:12,3330.0,28.0,20.0,11.0,303.0,14.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,13.0,,,106.0,3.0,,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4986.0,,,,,,,,, 135,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-08-28 18:21:11.000000,2025-08-12 13:14:41,978.0,9.0,61.0,14.0,340.0,5.0,115.0,709.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,154.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-04-29 13:01:14.000000,2025-04-29 13:00:47,891.0,,215.0,50.0,419.0,46.0,177.0,129.0,,,,,,218.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,29.0,238.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,pymdoccobr,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,22.0,15.0,9.0,14.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,7.0,,,8.0,https://pypi.org/project/pymdoccobr,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,33.0,96.0,34.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-08-28 18:29:11.000000,2025-08-27 04:38:32,213.0,58.0,23.0,50.0,155.0,101.0,109.0,132.0,,,,,,19.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-08-10 20:19:23.000000,2025-08-10 20:17:29,294.0,3.0,39.0,9.0,13.0,6.0,12.0,115.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-08-28 08:21:47.000000,2025-08-17 22:34:20,2093.0,29.0,25.0,8.0,339.0,19.0,17.0,84.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,13,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-08-28 09:59:09.000000,2025-07-09 20:22:46,1430.0,1.0,20.0,8.0,152.0,17.0,17.0,81.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,19.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,25.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,24.0,3.0,,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,23.0,26.0,44.0,26.0,47.0,124.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,89.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,,,,114.0,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-08-12 19:39:34.000000,2025-08-12 19:39:34,265.0,3.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-08-28 02:29:50.000000,2025-06-02 20:52:35,103.0,3.0,12.0,8.0,43.0,21.0,28.0,34.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-08-21 16:35:11.000000,2025-08-21 16:35:09,114.0,3.0,14.0,10.0,124.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-08-28 02:31:38.000000,2025-08-27 15:46:01,106.0,8.0,9.0,10.0,129.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-08-20 14:01:19.000000,2025-08-20 14:01:18,496.0,26.0,3.0,4.0,368.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,15.0,24.0,20.0,14.0,145.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,,,,45.0,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,41.0,21.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,8.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,1.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,131.0,3.0,,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3294.0,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,,3.0,,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,513606.0,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4474483.0,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-09-04_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - node-oidc-provider (🥈33 · ⭐ 3.5K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - doorkeeper (🥈30 · ⭐ 5.4K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - lemur (🥈27 · ⭐ 1.8K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - fido2-net-lib (🥈26 · ⭐ 1.3K · 📈) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇39 · ⭐ 20K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - paddlespeech (🥈34 · ⭐ 12K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - ockam (🥈33 · ⭐ 4.6K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - keto (🥈31 · ⭐ 5.1K · 📉) - The most scalable and customizable permission server on the.. Apache-2 ory - did-method-plc (🥉14 · ⭐ 280 · 📉) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed ================================================ FILE: history/2025-09-04_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,pypi_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,monthly_downloads,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,43,True,oauthlib/oauthlib,oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,63.0,484.0,64.0,513.0,83.0,303.0,2927.0,2025-06-20 05:53:03,3.3.1,50.0,638154.0,638154.0,200.0,https://pypi.org/project/oauthlib,194031562.0,194031562.0,1.0,,,,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,15.0,3887.0,107.0,3276.0,372.0,4627.0,27417.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,100.0,473423.0,473423.0,890.0,,,7597554.0,1.0,next-auth,https://www.npmjs.com/package/next-auth,7597554.0,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-09-04 18:24:36.000000,2025-09-04 11:07:13,9856.0,238.0,2179.0,150.0,4137.0,154.0,3442.0,13106.0,2025-07-02 14:34:58,1.18.2,100.0,2083.0,2083.0,513.0,,,2926193.0,1.0,,,,114121554.0,,,,,,,,,,,,,,, 14,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-09-03 23:24:44.000000,2025-09-03 23:24:44,4319.0,120.0,2222.0,231.0,4879.0,230.0,2202.0,13482.0,2025-08-05 17:24:51,1.12.3,73.0,13950.0,13950.0,445.0,,,2900359.0,1.0,,,,9168212.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-08-05 17:27:03.138309,161.0,320963522.0,,,,,,,,,, 15,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-09-04 16:02:45.655823,2025-09-04 12:44:57,5859.0,163.0,1440.0,133.0,5042.0,377.0,2428.0,10675.0,2025-08-28 15:13:34,1.8.0,100.0,5877.0,5877.0,533.0,,,5450008.0,1.0,,,,17422322.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-09-04 16:02:45.655823,44.0,604773377.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-08-17 16:11:07.000000,2025-08-17 16:11:06,2061.0,63.0,2719.0,173.0,301.0,11.0,1194.0,20369.0,2025-08-05 20:40:18,0.0.95,15.0,8351.0,8351.0,95.0,https://pypi.org/project/deepface,381014.0,381014.0,1.0,,,,,,,,,,-1.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-08-13 08:47:20.000000,2025-08-13 08:47:19,10549.0,12.0,1518.0,134.0,1396.0,122.0,1043.0,10372.0,2025-04-07 17:05:07,1.0.3,14.0,3866.0,3866.0,263.0,https://pypi.org/project/speechbrain,1495583.0,1495583.0,1.0,,,,,,,,,,,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-08-29 04:11:04.000000,2025-08-29 04:11:04,1594.0,49.0,490.0,60.0,274.0,112.0,400.0,4982.0,2025-08-26 12:13:32,1.6.3,44.0,45653.0,45653.0,129.0,https://pypi.org/project/authlib,33064382.0,33064382.0,1.0,,,,,,,,,,,authlib/authlib,,,,,,,, 19,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-09-04 11:44:20.000000,2025-09-04 11:40:58,1128.0,16.0,1684.0,240.0,549.0,23.0,835.0,19092.0,2025-09-04 11:42:24,2.122.0,100.0,3510.0,3510.0,158.0,https://pypi.org/project/casbin,763973.0,1206061.0,1.0,casbin,https://www.npmjs.com/package/casbin,442088.0,,,,,,,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-09-04 18:26:32.000000,2025-09-04 17:02:59,21726.0,369.0,4312.0,787.0,24970.0,1143.0,5245.0,33055.0,2025-08-28 18:21:23,1.20.3,100.0,14915.0,14915.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1227.0,298.0,162.0,352.0,430.0,23400.0,,,,1313108.0,1313108.0,38.0,,,16580301.0,2.0,passport,https://www.npmjs.com/package/passport,16580301.0,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13428.0,1564.0,242.0,774.0,596.0,55386.0,2018-04-02 17:18:43,1.2.2,2.0,5536.0,5536.0,54.0,https://pypi.org/project/face_recognition,162230.0,162339.0,2.0,,,,1429.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9764.0,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-08-29 16:54:00.000000,2025-08-29 16:53:58,4168.0,116.0,1468.0,240.0,1919.0,81.0,1483.0,16568.0,2025-01-17 08:51:44,2.3.0,100.0,,,314.0,,,3461058.0,2.0,,,,995252.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427784739.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-08-31 10:41:10.000000,2025-08-12 14:47:33,1669.0,8.0,283.0,40.0,476.0,18.0,478.0,6511.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101273.0,101273.0,73.0,,,3032529.0,2.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,3032529.0,,,,,,,,,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,paddlepaddle,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-09-03 11:36:41.000000,2025-09-03 11:36:40,4892.0,8.0,1926.0,188.0,1903.0,252.0,1747.0,12213.0,2025-03-05 07:11:35,r1.5.0,17.0,160.0,160.0,159.0,https://pypi.org/project/paddlepaddle,536461.0,536461.0,2.0,,,,,,,,,,-1.0,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-09-04 00:27:01.682362,2025-09-04 00:10:42,2906.0,124.0,1408.0,80.0,2014.0,108.0,1723.0,12202.0,2025-09-04 00:20:04,2.50.0,100.0,12.0,12.0,249.0,,,12340.0,1.0,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-09-04 00:27:01.682362,21.0,728093.0,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-09-04 04:46:00.000000,2025-09-04 04:11:27,29362.0,1132.0,3917.0,594.0,6188.0,,,11319.0,2025-07-25 06:05:47,7.2.5,100.0,21.0,21.0,365.0,,,7620.0,1.0,,,,525.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-09-04 00:33:29.644063,131.0,1278361.0,,,,,,,,,, 28,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,33,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-09-04 18:03:14.000000,2025-07-11 05:28:20,9717.0,121.0,556.0,56.0,7268.0,,1780.0,4562.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,10150.0,2.0,,,,406004.0,,,,,,-1.0,,,,,build-trust/ockam/ockam,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-09-04 17:53:56.000000,2025-09-04 02:04:31,3886.0,112.0,309.0,43.0,4694.0,104.0,959.0,4443.0,2025-08-20 12:35:28,0.30.5,100.0,22.0,22.0,96.0,,,20162015.0,2.0,,,,68006.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-09-04 03:21:46.073424,13.0,1612874911.0,,,,,,,,,, 30,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-08-29 19:50:31.000000,2025-08-29 19:49:56,2710.0,47.0,764.0,68.0,261.0,,,3524.0,2025-08-29 19:50:36,9.5.1,100.0,1861.0,1861.0,75.0,,,618289.0,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,618289.0,,,,,,,1.0,,,,,,,,, 31,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-09-04 17:54:42.000000,2025-09-04 17:51:36,7345.0,124.0,513.0,76.0,4670.0,145.0,1477.0,2037.0,2025-08-18 18:03:15,1.12.5,100.0,172.0,172.0,222.0,,,11657.0,2.0,,,,757745.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,, 32,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-08-18 12:46:19.000000,2025-08-18 12:46:19,2371.0,9.0,5668.0,511.0,198.0,1198.0,1392.0,26392.0,2023-04-02 07:43:27,0.7,1.0,4729.0,4729.0,66.0,,,333233.0,2.0,,,,9663725.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,205.0,,,,,,,,,, 33,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,32,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-09-04 17:38:10.000000,2025-09-04 13:36:35,8015.0,479.0,1261.0,160.0,8019.0,54.0,1313.0,25146.0,2025-09-02 00:44:45,4.39.8,100.0,,,252.0,,,987.0,2.0,,,,62233.0,,,,,,,,,,,,,,, 34,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-08-29 16:37:59.000000,2025-08-29 16:37:57,4776.0,90.0,1011.0,115.0,2217.0,161.0,1248.0,12299.0,2024-10-28 10:21:42,1.3.1,47.0,,,239.0,,,1303340.0,2.0,,,,54081.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114623992.0,,,,,https://k8s.ory.sh/helm/charts,,,,, 35,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-09-04 17:14:00.000000,2025-09-04 17:03:13,5068.0,186.0,334.0,51.0,1946.0,90.0,435.0,6011.0,2025-08-25 09:22:24,1.45.3,100.0,126.0,126.0,64.0,,,113795.0,2.0,,,,195222.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-08-25 09:29:43.601749,7.0,5363431.0,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-09-03 11:28:25.000000,2025-09-02 17:59:40,17023.0,890.0,870.0,112.0,8700.0,1348.0,15348.0,843.0,2025-02-28 19:19:04,7.1.0,100.0,,,725.0,,,14800.0,2.0,,,,18157.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1978845.0,,,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,openai-whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-08-18 15:03:07.000000,2025-06-26 01:05:47,166.0,8.0,10694.0,672.0,319.0,,,87706.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,https://pypi.org/project/openai-whisper,1122611.0,1122611.0,3.0,,,,,,,,,,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-09-04 15:04:03.000000,2025-09-04 14:01:53,18693.0,1118.0,1283.0,71.0,12752.0,697.0,2643.0,17977.0,2025-08-22 14:55:30,ersion/2025.8.1,100.0,,,421.0,,,236.0,2.0,,,,6862.0,,,,,,,,,,https://charts.goauthentik.io,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-09-04 13:20:43.000000,2025-09-04 02:46:16,7756.0,282.0,594.0,50.0,6943.0,158.0,538.0,10697.0,2025-08-29 08:55:14,1.31.0,74.0,29.0,29.0,79.0,,,5858.0,2.0,,,,6100.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-09-04 02:51:14.615028,5.0,291225.0,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-09-02 22:18:32.000000,2025-08-29 16:44:56,1697.0,83.0,366.0,56.0,1352.0,35.0,291.0,5116.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,79.0,,,570278.0,2.0,,,,31184.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51290890.0,-1.0,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-09-04 14:54:38.000000,2025-09-03 23:43:07,4787.0,124.0,287.0,195.0,5632.0,105.0,279.0,3964.0,2025-07-10 13:03:54,0.19.3,70.0,11.0,11.0,192.0,,,300962.0,3.0,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-07-10 13:10:28.292982,18.0,20465463.0,,,,,,,,,, 42,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-08-29 16:41:42.000000,2025-08-29 16:41:04,1492.0,55.0,367.0,49.0,761.0,60.0,300.0,3467.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,117.0,,,940885.0,3.0,,,,60195.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90263578.0,,,,,,,,,, 43,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,31,True,Yubico/yubikey-manager,yubikey-manager,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-09-03 10:37:07.000000,2025-09-03 10:37:01,2951.0,53.0,128.0,63.0,323.0,34.0,317.0,983.0,2025-09-03 07:38:43,5.8.0,45.0,191.0,191.0,48.0,https://pypi.org/project/yubikey-manager,137111.0,137347.0,2.0,,,,26046.0,,,,,,,,,,,,,,, 44,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,pysaml2,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,417.0,29.0,552.0,94.0,358.0,588.0,2025-02-10 21:52:03,7.5.2,53.0,2096.0,2096.0,175.0,https://pypi.org/project/pysaml2,1690356.0,1690356.0,2.0,,,,,,,,,,,,,,,,,,, 45,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-09-04 10:50:26.000000,2025-08-29 10:06:37,3458.0,139.0,1713.0,176.0,2837.0,324.0,852.0,10110.0,2025-09-01 13:23:20,2.44.0,92.0,173.0,173.0,278.0,,,2.0,2.0,,,,357.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,11.0,1035.0,106.0,878.0,45.0,849.0,5428.0,2025-04-04 08:29:47,5.8.2,70.0,10588.0,10588.0,333.0,,,,2.0,,,,,,,,,,1.0,,,,,,doorkeeper,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-09-04 16:00:12.000000,2025-09-04 08:47:21,3927.0,188.0,799.0,58.0,6651.0,758.0,2324.0,11638.0,2025-09-03 15:12:56,4.1.1,100.0,1.0,1.0,215.0,,,1736.0,3.0,,,,10419.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-09-04 15:42:18.000000,2025-09-04 15:42:16,7110.0,97.0,606.0,138.0,5132.0,177.0,3037.0,5552.0,2025-09-02 15:08:21,0.20250902.0,100.0,,,140.0,,,17375.0,2.0,,,,38057.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-15 20:40:31.917769,13.0,2018460.0,,,,,,,,,, 49,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-09-03 13:39:49.000000,2025-09-03 13:39:49,2104.0,79.0,163.0,34.0,2238.0,44.0,354.0,4032.0,2025-08-01 06:13:35,0.46.0,70.0,33.0,33.0,33.0,,,2351.0,3.0,,,,126995.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-09-01 01:02:18.000000,2025-09-01 01:02:15,2477.0,98.0,258.0,24.0,2589.0,222.0,854.0,4001.0,2025-08-22 03:43:02,1.7.3,44.0,42.0,42.0,128.0,,,8041.0,3.0,,,,420.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-08-31 13:31:49.732684,4.0,634820.0,,,,,,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-09-04 15:14:33.000000,2025-09-04 15:14:31,7627.0,342.0,383.0,39.0,1353.0,7.0,318.0,1563.0,2025-08-15 22:16:48,is-7.3.1,90.0,2954.0,2954.0,338.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-09-04 13:04:21.000000,2025-09-04 04:28:53,662.0,8.0,71.0,38.0,232.0,6.0,86.0,361.0,2025-08-25 22:29:37,8.0.18,100.0,6015.0,6015.0,42.0,,,301013.0,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,301013.0,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,749.0,77.0,5.0,382.0,15406.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1359.0,3.0,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163110.0,,,,,,,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-08-22 22:58:37.000000,2025-08-03 10:52:29,2053.0,18.0,228.0,32.0,572.0,49.0,112.0,5354.0,2025-08-03 10:53:17,0.8.3,55.0,47.0,47.0,70.0,,,6584.0,3.0,,,,1679.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,360419.0,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-09-04 16:13:26.000000,2025-09-04 15:34:19,35240.0,211.0,90.0,30.0,6932.0,377.0,4607.0,564.0,2025-07-25 13:50:30,1.9.0,100.0,8.0,8.0,129.0,,,500.0,3.0,,,,11505.0,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-08-31 13:44:08.000000,2025-08-25 00:28:57,532.0,10.0,75.0,27.0,157.0,5.0,48.0,223.0,2025-08-10 14:02:43,11.0.5,71.0,1826.0,1826.0,28.0,,,21476.0,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,21476.0,,,,,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-07-11 17:20:12.000000,2025-07-11 17:20:07,1837.0,2.0,13278.0,1538.0,527.0,35.0,848.0,54464.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,7629.0,3.0,,,,602711.0,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3790.0,347.0,112.0,452.0,393.0,17489.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,,,189890.0,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,189890.0,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-09-04 17:07:54.000000,2025-09-04 17:07:51,5014.0,331.0,259.0,26.0,2098.0,51.0,274.0,5562.0,2025-08-21 11:34:26,1.4.3,100.0,4.0,4.0,69.0,,,412.0,3.0,,,,11552.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3491.0,2024-01-13 04:08:30,0.27.3,100.0,212.0,212.0,68.0,https://pypi.org/project/oso,16154.0,16219.0,3.0,,,,3583.0,,,,,,,,,,,,,,, 61,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-09-04 00:11:20.000000,2025-08-29 17:22:37,7016.0,134.0,316.0,422.0,4672.0,101.0,445.0,1754.0,2024-06-11 16:44:34,1.8.2,31.0,43.0,43.0,154.0,,,0.0,2.0,,,,64.0,,,,,,3.0,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-09-04 17:33:10.000000,2025-09-04 17:33:08,3503.0,76.0,286.0,52.0,2755.0,31.0,255.0,954.0,2025-08-30 03:03:41,1.12.24,100.0,365.0,365.0,97.0,,,,2.0,,,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-08-31 13:25:22.000000,2025-08-26 05:56:56,401.0,5.0,45.0,21.0,103.0,5.0,48.0,199.0,2025-08-26 05:57:14,4.0.16,70.0,1308.0,1308.0,22.0,,,38737.0,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,38737.0,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-09-03 14:36:34.000000,2025-09-02 14:18:13,2289.0,18.0,962.0,41.0,1784.0,39.0,357.0,8337.0,2025-08-28 07:35:18,backend/v2.1.1,35.0,326.0,326.0,51.0,,,21.0,3.0,,,,818.0,,,,,,,,,,,,,,, 65,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-04 07:51:04.000000,2025-09-04 07:51:02,678.0,27.0,190.0,40.0,332.0,28.0,243.0,1336.0,2025-08-29 13:12:19,4.0.0,21.0,348.0,348.0,51.0,,,,2.0,,,,,,,,,,2.0,,,,,,,,, 66,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,webauthn,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-07-04 17:01:39.000000,2025-06-16 22:26:37,543.0,16.0,177.0,34.0,143.0,2.0,105.0,975.0,2025-06-16 22:24:58,2.6.0,34.0,,,31.0,https://pypi.org/project/webauthn,949285.0,949285.0,2.0,,,,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-09-03 16:47:59.000000,2025-09-03 16:47:58,10152.0,78.0,500.0,27.0,2466.0,138.0,1266.0,461.0,2025-08-26 19:35:08,1.3.2,100.0,,,160.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 68,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,298.0,76.0,876.0,288.0,642.0,1787.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,,,8464.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,850.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005052.0,,,,,,,,,, 69,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-07-23 19:37:12.000000,2025-06-30 20:27:08,3875.0,17.0,129.0,46.0,1907.0,137.0,972.0,883.0,2025-07-23 18:34:26,1.22.2,80.0,,,105.0,,,67124.0,3.0,,,,1300.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-07-23 18:32:01.272135,30.0,7449400.0,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,666.0,51.0,131.0,531.0,786.0,18554.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3243.0,3.0,,,,214095.0,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-08-28 07:47:45.000000,2025-08-28 06:43:04,2615.0,38.0,371.0,30.0,117.0,2.0,126.0,1768.0,2025-08-01 01:01:24,4.1.8,69.0,,,55.0,,,321.0,3.0,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,34053.0,,,,,,,,,, 72,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-09-04 12:48:02.000000,2025-08-12 18:01:37,1992.0,99.0,255.0,57.0,380.0,33.0,89.0,608.0,2022-01-07 16:42:38,0.5.0,6.0,,,126.0,,,1463.0,2.0,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-09-01 11:56:08.510487,,141928.0,,,,,,,,,, 73,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,24,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-08-31 12:51:41.000000,2025-02-27 17:32:56,1900.0,,132.0,24.0,842.0,65.0,392.0,490.0,2024-04-02 18:54:31,6.0.0,44.0,883.0,883.0,58.0,,,,1.0,,,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-09-04 12:08:05.000000,2025-09-01 14:29:30,1695.0,26.0,93.0,26.0,1273.0,97.0,318.0,330.0,2025-09-01 14:58:59,1.6.0-beta.6,44.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 75,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-09-03 15:51:43.000000,2025-09-01 07:11:10,1338.0,28.0,605.0,65.0,636.0,127.0,398.0,14470.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-09-03 06:41:38.000000,2025-09-03 06:41:00,16226.0,33.0,342.0,49.0,7923.0,,,1291.0,,,,,,241.0,,,38140.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-09-03 05:10:47.186429,175.0,6102555.0,,,,,,,,,, 77,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-09-04 13:05:04.000000,2025-09-02 06:40:11,10768.0,785.0,79.0,8.0,949.0,8.0,255.0,208.0,2025-07-22 15:14:36,0.15.1,100.0,,,34.0,,,,2.0,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,, 78,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-09-04 11:13:08.000000,2025-09-03 23:56:51,2055.0,55.0,162.0,26.0,1328.0,32.0,260.0,176.0,2025-09-03 23:59:19,2.6.0,26.0,,,61.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 79,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,4.0,335.0,65.0,161.0,266.0,607.0,6653.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,281.0,3.0,,,,25574.0,,,,,,,,,,,,,howdy,, 80,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-08-19 20:43:48.000000,2025-07-31 17:42:07,4075.0,8.0,781.0,245.0,362.0,64.0,210.0,2886.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,856.0,3.0,,,,121598.0,,,,,,,,,,,,,,, 81,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-09-03 19:05:34.000000,2025-08-13 18:09:46,2741.0,21.0,215.0,181.0,974.0,66.0,1214.0,1281.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-08-29 16:00:28.000000,2025-08-27 19:14:12,15228.0,29.0,674.0,109.0,19.0,,,706.0,,,,178.0,178.0,754.0,,,,3.0,,,,,,,,,,,,,,,,,,, 83,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,9.0,57.0,7.0,35.0,1.0,59.0,547.0,2025-06-29 14:25:26,2.3.1,38.0,5365.0,5365.0,20.0,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-09-03 16:18:18.000000,2025-09-01 15:27:01,14601.0,58.0,143.0,15.0,2169.0,98.0,2902.0,436.0,2023-06-16 12:51:58,11.4.3,55.0,,,92.0,,,104.0,3.0,,,,9812.0,,,,,,,,,,,,,,, 85,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],22,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-09-03 14:53:28.000000,2025-09-02 10:48:48,1198.0,33.0,218.0,28.0,1513.0,217.0,622.0,311.0,2025-09-02 11:27:35,0.5.17,100.0,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-08-31 11:20:28.000000,2025-08-18 01:07:56,410.0,6.0,43.0,22.0,132.0,3.0,18.0,223.0,2023-03-08 14:05:37,4.1.0,24.0,7550.0,7550.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-08-25 05:44:06.000000,2025-08-25 02:37:41,336.0,16.0,19.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,41.0,1373.0,1373.0,12.0,,,35911.0,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,35911.0,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-09-02 13:59:28.000000,2025-09-02 00:11:07,3039.0,62.0,39.0,13.0,3901.0,54.0,103.0,78.0,2025-07-07 22:33:55,3.1.0,37.0,982.0,982.0,26.0,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,860.0,428.0,25.0,1.0,130.0,29706.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28681.0,3.0,,,,1462732.0,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-08-25 15:03:03.000000,2025-08-25 15:03:02,806.0,1.0,56.0,14.0,241.0,32.0,87.0,80.0,2024-02-13 10:21:42,0.2.0,30.0,74.0,74.0,27.0,,,8941.0,2.0,,,,286123.0,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,557.0,123.0,510.0,622.0,14184.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,310.0,61.0,237.0,4.0,132.0,4161.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,16.0,299.0,88.0,539.0,31.0,175.0,3185.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,777.0,94.0,357.0,182.0,363.0,1908.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,59.0,302.0,36.0,,53.0,787.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-09-02 13:26:23.000000,2025-02-24 16:33:21,4946.0,,658.0,63.0,1825.0,39.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,24.0,2.0,,,,1832.0,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,324.0,2024-10-23 19:02:40,0.5.2,62.0,486.0,486.0,48.0,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,19.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-09-04 12:36:50.000000,2025-08-21 10:15:43,552.0,17.0,39.0,4.0,290.0,6.0,39.0,67.0,2025-08-21 10:16:15,1.33.3,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-09-04 15:11:53.000000,2025-09-02 13:35:21,3160.0,203.0,60.0,10.0,742.0,184.0,131.0,67.0,,,1.0,58.0,58.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,pyja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,93.0,43.0,28.0,24.0,2989.0,,,,1.0,1.0,27.0,https://pypi.org/project/pyja3,2205.0,2205.0,3.0,,,,,,,,,,,,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,124.0,26.0,362.0,52.0,76.0,241.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,django-passkeys,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,4.0,26.0,7.0,24.0,14.0,22.0,230.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,https://pypi.org/project/django-passkeys,2199.0,2199.0,3.0,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,914.0,249.0,255.0,208.0,554.0,3099.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2438.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,161.0,85.0,184.0,73.0,69.0,1230.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-09-03 13:25:19.000000,2025-09-03 13:22:52,2665.0,30.0,82.0,19.0,955.0,5.0,135.0,520.0,2025-09-01 14:23:17,0.29.6.RELEASE,81.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,103.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-06-03 11:50:06.000000,2025-06-03 11:50:04,636.0,,68.0,35.0,456.0,93.0,121.0,216.0,,,,191.0,191.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,63.0,63.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-09-04 12:37:39.000000,2025-08-18 11:19:26,2307.0,15.0,89.0,8.0,796.0,3.0,132.0,100.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,554.0,56.0,124.0,90.0,8141.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-09-03 16:23:05.000000,2025-09-03 16:23:05,599.0,6.0,172.0,79.0,260.0,31.0,58.0,1618.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,51.0,6.0,309.0,16.0,22.0,1299.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,106.0,3.0,,,,3084.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,, 115,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-08-04 14:16:42.000000,2025-08-04 14:16:41,1252.0,9.0,49.0,48.0,313.0,188.0,152.0,528.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,53.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 117,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,17,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,18.0,26.0,7.0,6.0,2.0,3.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,182.0,3.0,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17742.0,,presbrey/beyond,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,110.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,486.0,3.0,,,,131.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23748.0,,,,,,,,,, 119,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-09-01 08:42:47.000000,2025-09-01 08:42:47,1967.0,6.0,158.0,63.0,541.0,6.0,240.0,659.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-08-28 22:33:35.000000,2025-08-28 22:05:58,1407.0,8.0,98.0,73.0,517.0,8.0,371.0,438.0,,,,,,70.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 121,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,82.0,38.0,258.0,46.0,77.0,312.0,,,,14.0,14.0,23.0,,,,3.0,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,, 122,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-08-25 14:44:35.000000,2025-08-18 11:40:38,3732.0,3.0,76.0,25.0,8.0,,,242.0,,,,,,303.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,204.0,,,,578.0,578.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-03 11:05:47.000000,2025-09-03 11:05:40,1220.0,84.0,11.0,5.0,,,,139.0,2025-09-03 14:30:37,1.60.0,7.0,,,,,,5.0,2.0,,,,39.0,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-09-04 17:32:36.000000,2025-07-25 14:29:26,1444.0,37.0,24.0,14.0,1311.0,6.0,8.0,128.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 127,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-08-25 16:34:02.000000,2025-08-08 22:07:14,541.0,14.0,29.0,27.0,71.0,5.0,22.0,82.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-09-02 15:14:45.000000,2025-09-01 16:02:40,5144.0,45.0,17.0,6.0,539.0,48.0,2775.0,57.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],15,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-08-13 15:12:05.000000,2025-08-13 15:10:53,754.0,17.0,88.0,70.0,344.0,132.0,252.0,431.0,,,,,,42.0,,,,2.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 130,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,369.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,,108.0,82.0,850.0,10.0,718.0,333.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 132,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-09-04 15:53:28.000000,2025-07-18 15:09:12,3330.0,28.0,20.0,11.0,305.0,14.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,13.0,,,103.0,3.0,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4987.0,,,,,,,,,, 134,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-08-29 21:05:58.000000,2025-08-28 19:03:49,980.0,9.0,61.0,15.0,340.0,5.0,115.0,710.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,2.0,51.0,18.0,69.0,27.0,17.0,278.0,,,,1.0,1.0,13.0,,,311491.0,3.0,did-resolver,https://www.npmjs.com/package/did-resolver,311491.0,,,,,,,-2.0,,,,,,,,, 136,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-09-02 14:45:14.000000,2025-09-02 14:45:02,892.0,1.0,215.0,50.0,419.0,46.0,177.0,128.0,,,,,,219.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,29.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,pymdoccobr,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,22.0,15.0,9.0,14.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,7.0,,,8.0,https://pypi.org/project/pymdoccobr,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,33.0,96.0,34.0,102.0,1007.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-09-04 09:30:04.000000,2025-09-04 00:20:58,217.0,55.0,23.0,51.0,160.0,99.0,113.0,132.0,,,,,,19.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-08-10 20:19:23.000000,2025-08-10 20:17:29,294.0,3.0,39.0,9.0,13.0,6.0,12.0,115.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-09-01 18:49:15.000000,2025-08-17 22:34:20,2093.0,28.0,25.0,8.0,339.0,19.0,17.0,84.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 145,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,13,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-09-04 09:46:54.000000,2025-07-09 20:22:46,1430.0,1.0,20.0,8.0,154.0,17.0,17.0,81.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,19.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,23.0,26.0,44.0,26.0,47.0,124.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,9.0,26.0,15.0,187.0,20.0,130.0,89.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,,,114.0,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-08-12 19:39:34.000000,2025-08-12 19:39:34,265.0,3.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-09-04 16:39:21.000000,2025-08-21 16:35:09,114.0,3.0,15.0,10.0,125.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-08-28 02:31:38.000000,2025-08-27 15:46:01,106.0,8.0,9.0,10.0,129.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-08-20 14:01:19.000000,2025-08-20 14:01:18,496.0,26.0,3.0,4.0,368.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,15.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,,,45.0,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-09-03 17:09:18.000000,2025-09-03 17:09:18,105.0,2.0,12.0,8.0,43.0,21.0,28.0,34.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,41.0,21.0,22.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,8.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,6,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,1.0,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,126.0,3.0,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3295.0,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,,3.0,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,518537.0,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4478267.0,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-09-25_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - authelia (🥇33 · ⭐ 25K · 📈) - The Single Sign-On Multi-Factor portal for web apps, now OpenID.. Apache-2 - zitadel (🥉30 · ⭐ 12K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. ❗️AGPL-3.0 - kanidm (🥉30 · ⭐ 4.1K · 📈) - Kanidm: A simple, secure, and fast identity management platform. MPL-2.0 - did-jwt (🥇30 · ⭐ 360 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - hyperledger-anoncreds-rs (🥇23 · ⭐ 80 · 📈) - anoncreds-rs. Apache-2 hyperledger ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇41 · ⭐ 28K · 📉) - Authentication for the Web. ISC - oauthlib (🥇41 · ⭐ 2.9K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - cas (🥇33 · ⭐ 11K · 📉) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - node-oidc-provider (🥈32 · ⭐ 3.5K · 📉) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - ockam (🥈31 · ⭐ 4.6K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 ================================================ FILE: history/2025-09-25_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-09-24 02:45:46.000000,2025-09-23 09:45:23,9943.0,288.0,2195.0,150.0,4190.0,152.0,3462.0,13167.0,2025-07-02 14:34:58,1.18.2,117407340.0,3010444.0,100.0,2142.0,2142.0,520.0,1.0,,,,,,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-07-03 02:41:54.000000,2025-07-03 02:41:52,3914.0,5.0,3901.0,110.0,3282.0,378.0,4640.0,27541.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,,8185486.0,100.0,474071.0,474071.0,890.0,1.0,next-auth,https://www.npmjs.com/package/next-auth,8185486.0,-1.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-09-22 14:33:25.000000,2025-09-22 14:33:23,4366.0,151.0,2237.0,230.0,4930.0,235.0,2205.0,13543.0,2025-09-09 00:12:27,1.12.4,9282503.0,2908856.0,74.0,14066.0,14066.0,446.0,1.0,,,,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-09-09 00:14:02.875895,162.0,321811473.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-09-25 12:04:36.752600,2025-09-25 11:20:33,5902.0,149.0,1445.0,132.0,5090.0,377.0,2437.0,10729.0,2025-08-28 15:13:34,1.8.0,18172866.0,5468067.0,100.0,5943.0,5943.0,538.0,1.0,,,,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-09-25 12:04:36.752600,44.0,605469992.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,9.0,483.0,64.0,513.0,83.0,304.0,2925.0,2025-06-20 05:53:03,3.3.1,,197792995.0,50.0,638645.0,638645.0,200.0,1.0,,,,-2.0,,,,,,oauthlib,https://pypi.org/project/oauthlib,197792995.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-09-07 11:51:12.000000,2025-09-07 11:51:12,2063.0,63.0,2745.0,173.0,302.0,9.0,1196.0,20606.0,2025-08-05 20:40:18,0.0.95,,264699.0,15.0,8365.0,8365.0,96.0,1.0,,,,,,,,,,deepface,https://pypi.org/project/deepface,264699.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-09-25 16:02:19.000000,2025-08-13 08:47:19,10549.0,11.0,1528.0,134.0,1398.0,125.0,1043.0,10489.0,2025-04-07 17:05:07,1.0.3,,1609437.0,14.0,3882.0,3882.0,263.0,1.0,,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1609437.0,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-09-24 12:40:47.000000,2025-09-21 15:19:47,1615.0,68.0,495.0,60.0,278.0,117.0,401.0,5013.0,2025-09-20 08:11:36,1.6.4,,38446746.0,45.0,45902.0,45902.0,131.0,1.0,,,,,,,,,,authlib,https://pypi.org/project/authlib,38446746.0,authlib/authlib,,,,,,,, 19,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-09-21 12:59:27.000000,2025-09-21 12:55:57,1133.0,19.0,1683.0,240.0,559.0,18.0,845.0,19184.0,2025-09-21 12:57:33,2.127.0,,1243633.0,100.0,3517.0,3517.0,158.0,1.0,casbin,https://www.npmjs.com/package/casbin,412899.0,,,,,,,casbin,https://pypi.org/project/casbin,830734.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-09-25 18:04:02.000000,2025-09-25 18:02:49,21892.0,434.0,4326.0,788.0,24987.0,1147.0,5251.0,33187.0,2025-09-24 20:43:32,1.20.4,,,100.0,15024.0,15024.0,1613.0,1.0,,,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1228.0,297.0,162.0,354.0,430.0,23422.0,,,,17439784.0,,1313885.0,1313885.0,38.0,2.0,passport,https://www.npmjs.com/package/passport,17439784.0,,,,,,,,,,,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13436.0,1564.0,243.0,774.0,598.0,55509.0,2018-04-02 17:18:43,1.2.2,1433.0,188467.0,2.0,5545.0,5545.0,54.0,2.0,,,,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9871.0,face_recognition,https://pypi.org/project/face_recognition,188357.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-09-25 12:32:49.000000,2025-09-25 12:32:42,4210.0,143.0,1476.0,238.0,1920.0,81.0,1484.0,16621.0,2025-01-17 08:51:44,2.3.0,697409.0,3458789.0,100.0,,,314.0,2.0,,,,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,78.0,427918267.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-09-16 05:07:37.000000,2025-08-12 14:47:33,1669.0,8.0,284.0,40.0,476.0,19.0,478.0,6539.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,,3200379.0,100.0,101342.0,101342.0,73.0,2.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,3200379.0,,,,,,,,,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-09-25 14:28:13.583068,2025-09-25 14:04:43,2925.0,124.0,1423.0,79.0,2036.0,106.0,1754.0,12302.0,2025-09-25 14:21:39,2.68.0,,12868.0,100.0,12.0,12.0,252.0,1.0,,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-09-25 14:28:13.583068,21.0,759258.0,,,,,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-09-13 11:36:18.000000,2025-09-11 11:32:04,4894.0,8.0,1925.0,188.0,1905.0,252.0,1754.0,12253.0,2025-03-05 07:11:35,r1.5.0,,616345.0,17.0,160.0,160.0,158.0,2.0,,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,616345.0,,,,,,,,, 27,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-09-25 16:27:34.000000,2025-09-25 16:27:33,8131.0,555.0,1270.0,159.0,8140.0,57.0,1321.0,25344.0,2025-09-15 09:11:13,4.39.10,54360.0,906.0,100.0,,,254.0,1.0,,,,1.0,,,,,,,,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-09-25 08:32:28.000000,2025-09-25 08:14:37,29783.0,1223.0,3920.0,595.0,6349.0,,,11335.0,2025-09-06 14:22:30,7.1.6.1,819.0,7725.0,100.0,21.0,21.0,365.0,1.0,,,,-1.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-09-25 00:57:23.671999,131.0,1294863.0,,,,,,,,,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-09-25 17:58:42.000000,2025-09-25 15:58:54,3918.0,123.0,311.0,43.0,4723.0,104.0,962.0,4469.0,2025-09-08 20:57:56,0.30.6,66623.0,20162592.0,100.0,22.0,22.0,97.0,2.0,,,,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-09-25 17:24:58.155108,13.0,1612921454.0,,,,,,,,,,,, 30,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-09-25 18:05:54.000000,2025-09-25 18:03:27,7367.0,122.0,518.0,77.0,4699.0,141.0,1489.0,2072.0,2025-09-18 18:36:52,1.13.1,790086.0,12541.0,100.0,185.0,185.0,227.0,2.0,,,,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 31,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-08-18 12:46:19.000000,2025-08-18 12:46:19,2371.0,4.0,5698.0,509.0,198.0,1199.0,1393.0,26601.0,2023-04-02 07:43:27,0.7,9986521.0,344364.0,1.0,4752.0,4752.0,66.0,2.0,,,,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,205.0,,,,,,,,,,,, 32,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-09-25 12:33:24.000000,2025-09-25 12:33:15,4826.0,124.0,1014.0,112.0,2219.0,160.0,1250.0,12357.0,2024-10-28 10:21:42,1.3.1,54774.0,1304323.0,47.0,,,239.0,2.0,,,,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114709584.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-09-25 16:46:59.000000,2025-09-23 21:55:17,5119.0,181.0,333.0,51.0,1971.0,90.0,437.0,6067.0,2025-09-16 18:18:46,1.45.4,201095.0,117276.0,100.0,128.0,128.0,66.0,2.0,,,,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-09-16 18:27:17.667580,7.0,5527617.0,,,,,,,,,,,, 34,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-09-25 08:44:54.000000,2025-09-25 08:44:50,2711.0,40.0,765.0,68.0,263.0,,,3539.0,2025-08-29 19:50:36,9.5.1,,730489.0,100.0,1873.0,1873.0,75.0,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,730489.0,-1.0,,,,,,,,,,,,,,,,, 35,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,10859.0,678.0,325.0,,,88660.0,2025-06-26 01:06:09,20250625,,1136087.0,13.0,21.0,21.0,79.0,3.0,,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1136087.0,,,,,,,,, 36,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-09-25 17:50:31.000000,2025-09-25 17:12:28,18952.0,1124.0,1303.0,71.0,13086.0,705.0,2708.0,18217.0,2025-09-16 15:19:06,ersion/2025.8.3,6826.0,243.0,100.0,,,433.0,2.0,,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 37,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-09-25 16:53:25.000000,2025-09-25 02:33:11,7796.0,282.0,605.0,51.0,6983.0,161.0,550.0,10821.0,2025-08-29 08:55:14,1.31.0,6282.0,5993.0,74.0,29.0,29.0,79.0,2.0,,,,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-09-25 02:38:31.791465,5.0,297848.0,,,,,,,,,,,, 38,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-09-25 12:55:51.000000,2025-09-25 12:32:09,1727.0,106.0,366.0,56.0,1356.0,36.0,291.0,5129.0,2025-03-06 12:24:46,0.14.0,32581.0,570413.0,53.0,39.0,39.0,80.0,2.0,,,,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51301494.0,,,,,,,,,,,, 39,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,31,True,build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-09-25 18:03:34.000000,2025-09-17 15:11:56,9719.0,40.0,557.0,56.0,7276.0,,1780.0,4565.0,2025-06-30 22:09:21,ockam_v0.157.0,201277.0,5031.0,100.0,188.0,188.0,318.0,2.0,,,,-2.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-09-25 18:09:00.000000,2025-09-25 18:08:57,4824.0,139.0,288.0,195.0,5696.0,105.0,280.0,3969.0,2025-09-25 15:26:25,0.20.0,,304360.0,71.0,11.0,11.0,194.0,2.0,,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-09-25 15:33:47.556037,18.0,20696519.0,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-09-25 12:38:02.000000,2025-09-25 12:37:20,1522.0,80.0,369.0,49.0,761.0,61.0,300.0,3480.0,2025-01-30 10:40:58,0.40.9,55008.0,941247.0,100.0,15.0,15.0,118.0,2.0,,,,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90303635.0,,,,,,,,,,,, 42,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-09-25 16:50:00.000000,2025-09-25 16:50:00,17142.0,817.0,879.0,112.0,8781.0,1362.0,15518.0,845.0,2025-02-28 19:19:04,7.1.0,18574.0,14828.0,100.0,,,725.0,2.0,,,,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1981581.0,,,,,,,,,,,, 43,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,418.0,29.0,553.0,94.0,358.0,594.0,2025-02-10 21:52:03,7.5.2,,1935175.0,53.0,2102.0,2102.0,175.0,2.0,,,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1935175.0,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-09-25 17:37:43.000000,2025-09-25 12:30:10,3977.0,223.0,814.0,58.0,6737.0,766.0,2363.0,11776.0,2025-09-18 10:45:22,4.2.2,10697.0,1782.0,100.0,1.0,1.0,216.0,3.0,,,,1.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 45,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-09-25 04:01:47.000000,2025-09-22 15:12:10,3487.0,141.0,1730.0,175.0,2866.0,327.0,853.0,10232.0,2025-09-01 13:23:20,2.44.0,358.0,2.0,92.0,176.0,176.0,279.0,2.0,,,,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1036.0,106.0,878.0,45.0,849.0,5431.0,2025-04-04 08:29:47,5.8.2,,,70.0,10657.0,10657.0,333.0,2.0,,,,,,,,,,,,,,,,,,doorkeeper,,, 47,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-09-25 12:43:27.000000,2025-09-25 12:43:26,2498.0,101.0,261.0,21.0,2607.0,221.0,861.0,4061.0,2025-08-22 03:43:02,1.7.3,420.0,8185.0,44.0,42.0,42.0,129.0,3.0,,,,1.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-08-31 13:31:49.732684,4.0,646192.0,,,,,,,,,,,, 48,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-09-23 14:27:42.000000,2025-09-10 11:33:16,2953.0,31.0,129.0,62.0,323.0,34.0,319.0,992.0,2025-09-03 07:38:43,5.8.0,28983.0,174728.0,45.0,195.0,195.0,48.0,2.0,,,,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,174465.0,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-09-25 13:55:23.000000,2025-09-22 02:12:29,665.0,11.0,71.0,38.0,232.0,6.0,86.0,362.0,2025-08-25 22:29:37,8.0.18,,335612.0,100.0,6020.0,6020.0,42.0,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,335612.0,1.0,,,,,,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-09-25 18:00:08.000000,2025-09-25 18:00:07,7127.0,82.0,610.0,138.0,5151.0,178.0,3047.0,5567.0,2025-09-22 21:16:42,0.20250922.0,38835.0,17434.0,100.0,,,142.0,2.0,,,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-15 20:40:31.917769,13.0,2021392.0,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-09-22 10:46:00.000000,2025-09-22 10:45:59,2130.0,87.0,166.0,34.0,2265.0,44.0,354.0,4067.0,2025-08-01 06:13:35,0.46.0,130095.0,2409.0,70.0,33.0,33.0,33.0,3.0,,,,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-09-24 14:15:35.000000,2025-09-22 11:30:06,7693.0,326.0,384.0,39.0,1382.0,4.0,320.0,1565.0,2025-09-17 16:58:52,is-7.3.2,,,91.0,2962.0,2962.0,338.0,2.0,,,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3498.0,748.0,77.0,5.0,382.0,15413.0,2024-10-04 12:56:15,0.2.2,,1359.0,5.0,96.0,96.0,31.0,3.0,,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163132.0,,,,,,,,,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-09-13 07:48:44.000000,2025-09-09 21:45:13,2055.0,20.0,232.0,32.0,574.0,52.0,113.0,5361.0,2025-08-03 10:53:17,0.8.3,1687.0,6738.0,55.0,47.0,47.0,71.0,3.0,,,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,368899.0,,,,,,,,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-09-25 17:18:32.000000,2025-09-25 07:21:43,35274.0,205.0,92.0,30.0,7007.0,382.0,4650.0,574.0,2025-09-25 07:24:14,1.12.0,11875.0,516.0,100.0,8.0,8.0,129.0,3.0,,,,,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-09-25 13:56:38.000000,2025-09-22 02:01:06,536.0,11.0,75.0,27.0,157.0,5.0,48.0,225.0,2025-08-10 14:02:43,11.0.5,,21580.0,71.0,1831.0,1831.0,28.0,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,21580.0,,,,,,,,,,,,,,,,,, 57,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-09-22 21:29:32.000000,2025-09-07 23:27:13,402.0,5.0,45.0,21.0,103.0,5.0,48.0,202.0,2025-08-26 05:57:14,4.0.16,,68694.0,70.0,1310.0,1310.0,22.0,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,68694.0,,,,,,,,,,,,,,,,,, 58,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-09-18 13:22:25.000000,2025-09-18 13:22:18,1840.0,5.0,13277.0,1539.0,527.0,35.0,849.0,54515.0,2023-06-18 18:08:19,2.2.0,43443.0,549.0,4.0,,,98.0,3.0,,,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3801.0,347.0,113.0,452.0,393.0,17547.0,2020-03-22 14:01:55,0.22.2,,198188.0,38.0,,,25.0,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,198188.0,,,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-09-25 08:54:32.000000,2025-09-25 08:54:28,5118.0,391.0,259.0,27.0,2143.0,50.0,276.0,5586.0,2025-09-09 11:40:04,1.4.4,11884.0,424.0,100.0,4.0,4.0,69.0,3.0,,,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3489.0,2024-01-13 04:08:30,0.27.3,3586.0,17673.0,100.0,212.0,212.0,68.0,3.0,,,,,,,,,,oso,https://pypi.org/project/oso,17608.0,,,,,,,,, 62,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-09-23 23:32:59.000000,2025-09-23 23:32:58,7082.0,168.0,316.0,421.0,4696.0,102.0,448.0,1758.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,43.0,43.0,156.0,2.0,,,,,,,,,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-09-25 17:37:56.000000,2025-09-25 17:37:54,3528.0,91.0,287.0,52.0,2769.0,31.0,256.0,960.0,2025-09-16 16:40:32,1.12.25,,,100.0,367.0,367.0,97.0,2.0,,,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-09-25 17:15:26.000000,2025-09-02 14:18:13,2289.0,18.0,963.0,41.0,1796.0,30.0,369.0,8415.0,2025-08-28 07:35:18,backend/v2.1.1,833.0,21.0,35.0,326.0,326.0,51.0,3.0,,,,,,,,,,,,,,,,,,,,, 65,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,190.0,40.0,333.0,29.0,243.0,1342.0,2025-08-29 13:12:19,4.0.0,,,21.0,349.0,349.0,51.0,2.0,,,,,,,,,,,,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-09-22 21:19:04.000000,2025-09-18 19:08:27,10163.0,68.0,499.0,27.0,2479.0,139.0,1267.0,463.0,2025-08-26 19:35:08,1.3.2,,,100.0,,,161.0,1.0,,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 67,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,297.0,75.0,876.0,288.0,642.0,1788.0,2025-02-21 20:25:35,5.8.5,,8585.0,59.0,3.0,3.0,89.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,971.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005084.0,,,,,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-09-12 06:48:17.000000,2025-09-12 06:31:55,2625.0,47.0,372.0,30.0,117.0,2.0,129.0,1778.0,2025-08-01 01:01:24,4.1.8,,332.0,69.0,,,56.0,3.0,,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,35293.0,,,,,,,,,,,, 69,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-04 23:18:43.000000,2025-09-04 23:17:58,548.0,5.0,178.0,34.0,143.0,1.0,106.0,981.0,2025-09-04 23:18:52,2.7.0,,913778.0,35.0,,,31.0,3.0,,,,,,,,,,webauthn,https://pypi.org/project/webauthn,913778.0,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-09-24 21:12:41.000000,2025-08-20 20:52:34,3891.0,20.0,130.0,46.0,1907.0,137.0,972.0,890.0,2025-09-24 21:09:35,1.22.3,1357.0,67717.0,82.0,,,104.0,3.0,,,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-09-24 20:20:38.813778,30.0,7515138.0,,,,,,,,,,,, 71,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-09-25 14:09:00.000000,2025-09-23 18:52:35,1912.0,12.0,131.0,24.0,851.0,65.0,392.0,494.0,2024-04-02 18:54:31,6.0.0,,,44.0,885.0,885.0,59.0,1.0,,,,,,,,,,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,698.0,55.0,131.0,531.0,786.0,18619.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,215754.0,3269.0,2.0,21.0,21.0,22.0,3.0,,,,,,,,,,,,,,,,,,,,, 73,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-09-25 12:49:41.000000,2025-09-18 14:01:34,2006.0,90.0,258.0,57.0,385.0,34.0,89.0,611.0,2022-01-07 16:42:38,0.5.0,,1471.0,6.0,,,127.0,2.0,,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-09-18 14:17:54.437087,,142738.0,,,,,,,,,,,, 74,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-09-24 19:43:11.000000,2025-09-24 19:41:15,2075.0,62.0,162.0,27.0,1361.0,32.0,260.0,178.0,2025-09-17 17:58:27,2.7.4,,,31.0,5.0,5.0,62.0,1.0,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 75,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-09-23 11:57:30.000000,2025-09-01 07:11:10,1338.0,22.0,616.0,66.0,637.0,128.0,398.0,14555.0,2025-07-30 09:21:09,11.0.5,,,91.0,,,32.0,3.0,,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 76,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-09-25 15:08:12.000000,2025-09-25 15:07:35,16246.0,39.0,342.0,49.0,7961.0,,,1303.0,,,,38289.0,,,,241.0,3.0,,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-09-24 05:09:48.890505,177.0,6126253.0,,,,,,,,,,,, 77,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-09-25 12:13:40.000000,2025-09-25 12:12:04,1703.0,22.0,93.0,26.0,1279.0,98.0,318.0,333.0,2025-09-25 12:15:55,wasm-v1.6.0-beta.10,,,47.0,150.0,150.0,44.0,1.0,,,,,,,,,,,,,iotaledger/identity,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-09-25 09:03:59.000000,2025-09-25 08:58:57,1213.0,47.0,218.0,27.0,1528.0,223.0,622.0,313.0,2025-09-02 11:27:35,0.5.17,,,100.0,,,80.0,1.0,,,,,,,,,,,,,,,,,,,,, 79,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-09-25 13:39:08.000000,2025-09-22 08:05:12,10872.0,617.0,84.0,8.0,972.0,9.0,259.0,215.0,2025-07-22 15:14:36,0.15.1,,,100.0,,,35.0,1.0,,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-09-13 08:59:17.000000,2025-09-13 08:59:17,809.0,4.0,56.0,13.0,243.0,31.0,89.0,80.0,2025-09-11 14:31:22,0.2.1,296972.0,9280.0,31.0,74.0,74.0,27.0,1.0,,,,2.0,,,,,,,,,,,,,,,,, 81,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,22,True,boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,335.0,65.0,161.0,272.0,607.0,6715.0,2020-09-02 15:57:23,2.6.1,26164.0,287.0,11.0,,,69.0,3.0,,,,,,,,,,,,,,,,,,,howdy,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-09-09 18:33:30.000000,2025-07-31 17:42:07,4075.0,8.0,780.0,244.0,363.0,64.0,210.0,2889.0,2015-09-29 22:50:55,1.1.0,122265.0,861.0,4.0,,,60.0,3.0,,,,,,,,,,,,,,,,,,,,, 83,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-09-19 16:50:00.000000,2025-09-19 16:33:41,15237.0,23.0,673.0,109.0,19.0,,,706.0,,,,,,181.0,181.0,755.0,3.0,,,,,,,,,,,,,,,,,,,,, 84,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,5.0,58.0,7.0,35.0,1.0,59.0,555.0,2025-06-29 14:25:26,2.3.1,,,38.0,5380.0,5380.0,20.0,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-09-25 13:50:21.000000,2025-09-08 00:39:27,412.0,8.0,43.0,22.0,132.0,3.0,18.0,226.0,2023-03-08 14:05:37,4.1.0,,,24.0,7563.0,7563.0,25.0,2.0,,,,,,,,,,,,,,,,,,,,, 86,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-09-22 06:04:22.000000,2025-09-22 01:10:16,340.0,15.0,19.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,,34719.0,41.0,1377.0,1377.0,12.0,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,34719.0,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-09-22 13:53:53.000000,2025-09-22 13:53:50,3050.0,59.0,39.0,12.0,3920.0,54.0,103.0,78.0,2025-07-07 22:33:55,3.1.0,,,37.0,983.0,983.0,26.0,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,896.0,431.0,25.0,1.0,130.0,29806.0,2023-01-21 09:26:53,TINA_SHIFT,1481182.0,29042.0,35.0,,,11.0,3.0,,,,,,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-09-03 19:05:34.000000,2025-08-13 18:09:46,2741.0,8.0,221.0,182.0,974.0,67.0,1214.0,1290.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,1.0,,,,,,,,,,,,,,,,,,,,, 90,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,21,True,dogtagpki/pki,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-09-25 07:17:55.000000,2025-09-25 07:17:55,14604.0,40.0,144.0,15.0,2173.0,99.0,2904.0,438.0,2023-06-16 12:51:58,11.4.3,9941.0,105.0,55.0,,,92.0,3.0,,,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,557.0,123.0,510.0,622.0,14194.0,,,,,,,,36.0,3.0,,,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,311.0,61.0,237.0,4.0,132.0,4185.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,41.0,3.0,,,,,,,,,,,,,,,,,,,,, 93,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,16.0,302.0,88.0,539.0,31.0,175.0,3197.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,3.0,,,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-04-23 13:34:24.000000,2025-04-22 20:11:48,414.0,,778.0,95.0,357.0,182.0,364.0,1917.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,3.0,,,,,,,,,,,,,,,,,,,,, 95,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,60.0,300.0,36.0,,53.0,788.0,2023-01-31 02:32:05,2.1.1,,,52.0,29.0,29.0,15.0,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-09-08 21:21:31.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1826.0,39.0,60.0,694.0,2024-02-09 14:17:29,1.13.2,1955.0,26.0,37.0,,,110.0,2.0,,,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,486.0,486.0,48.0,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,18.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,2.0,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-09-24 15:28:13.000000,2025-09-24 15:27:47,557.0,16.0,40.0,4.0,294.0,6.0,39.0,68.0,2025-09-24 15:28:13,1.35.2,,,100.0,261.0,261.0,19.0,2.0,,,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,93.0,43.0,28.0,24.0,3001.0,,,,2355.0,,1.0,1.0,27.0,3.0,,,,,,,,,,pyja3,https://pypi.org/project/pyja3,2355.0,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,126.0,26.0,363.0,53.0,76.0,244.0,2025-02-10 16:01:17,8.5.1,,,51.0,38.0,38.0,57.0,3.0,,,,,,,,,,,,,,,,,,,,, 102,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,7.0,24.0,15.0,22.0,231.0,2025-06-17 17:32:08,1.3.0.1,,3825.0,3.0,19.0,19.0,4.0,3.0,,,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3825.0,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-09-23 15:38:47.000000,2025-09-23 15:37:56,3161.0,132.0,60.0,10.0,745.0,185.0,131.0,67.0,,,,,1.0,58.0,58.0,31.0,2.0,,,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,921.0,249.0,255.0,210.0,555.0,3114.0,,,,,,,,49.0,3.0,,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2441.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,3.0,,,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,85.0,184.0,73.0,69.0,1233.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,2.0,,,,,,,,,,,,,,,,,,,,, 107,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-09-17 14:01:32.000000,2025-09-03 13:22:52,2665.0,28.0,82.0,19.0,956.0,5.0,136.0,526.0,2025-09-01 14:23:17,0.29.6.RELEASE,,,81.0,,,33.0,3.0,,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,103.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,1.0,,,,,,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-24 09:56:19.000000,2025-09-24 09:52:57,637.0,1.0,71.0,35.0,460.0,93.0,122.0,217.0,,,,,,192.0,192.0,31.0,2.0,,,,,,,,,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,66.0,66.0,23.0,2.0,,,,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,553.0,56.0,124.0,90.0,8140.0,,,,,,,,22.0,2.0,,,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-09-09 23:48:42.000000,2025-09-09 23:48:42,600.0,6.0,172.0,78.0,261.0,32.0,58.0,1630.0,,,,,,,,71.0,3.0,,,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,5.0,309.0,16.0,22.0,1304.0,2024-06-10 20:02:54,1.15.1,3102.0,106.0,100.0,4.0,4.0,5.0,3.0,,,,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-09-24 15:02:47.000000,2025-09-23 21:24:58,1255.0,9.0,49.0,48.0,318.0,188.0,152.0,531.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,28.0,2.0,,,,,,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-09-18 17:32:07.000000,2025-09-18 17:31:55,1417.0,18.0,98.0,73.0,517.0,6.0,374.0,440.0,,,,,,,,70.0,2.0,,,,,,,,,,,,,w3c/did,,,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,647.0,57.0,175.0,336.0,,,,,,,,94.0,2.0,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 117,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,17,True,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,17.0,26.0,7.0,6.0,2.0,3.0,254.0,2022-05-26 15:15:14,1.8.10,,183.0,4.0,,,6.0,3.0,,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17751.0,,,,presbrey/beyond,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-09-19 15:56:01.000000,2025-09-19 15:45:14,3751.0,14.0,76.0,25.0,8.0,,,242.0,,,,,,,,305.0,3.0,,,,,,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,110.0,2023-12-13 10:55:46,1.2312131048.0,148.0,487.0,98.0,,,17.0,3.0,,,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23757.0,,,,,,,,,,,, 120,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-09-05 14:32:51.000000,2025-08-18 11:19:26,2307.0,5.0,90.0,8.0,797.0,3.0,132.0,100.0,2025-06-23 16:20:29,3.0.3,,,22.0,,,28.0,2.0,,,,,,,,,,,,,,,,,,,,, 121,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-09-01 08:42:47.000000,2025-09-01 08:42:47,1967.0,3.0,159.0,62.0,541.0,6.0,240.0,662.0,,,,,,,,68.0,3.0,,,,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,83.0,38.0,258.0,46.0,77.0,312.0,,,,,,14.0,14.0,23.0,3.0,,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,206.0,,,,,,578.0,578.0,15.0,3.0,,,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-18 07:15:21.000000,2025-09-18 07:15:13,1239.0,79.0,11.0,6.0,,,,140.0,2025-09-18 09:19:56,1.61.1,45.0,6.0,8.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-09-25 14:21:39.000000,2025-09-19 08:17:47,1450.0,16.0,25.0,14.0,1343.0,7.0,9.0,130.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,2.0,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 127,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,28.0,29.0,27.0,72.0,4.0,23.0,82.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,3.0,,,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-09-25 10:02:10.000000,2025-09-16 11:03:30,5168.0,61.0,17.0,6.0,542.0,54.0,2778.0,58.0,,,,,,2.0,2.0,5.0,2.0,,,,,,,,,,,,,,,,,,,,, 129,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-09-23 15:13:46.000000,2025-09-23 15:09:57,998.0,27.0,61.0,15.0,344.0,3.0,117.0,722.0,,,,,,,,37.0,3.0,,,,,,,,,,,,,,,,,,,,, 130,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,371.0,2025-05-09 23:26:19,4.0.1,,,23.0,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 131,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,,109.0,84.0,850.0,10.0,718.0,337.0,,,,,,,,80.0,2.0,,,,,,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-09-25 15:21:16.000000,2025-09-25 15:20:54,894.0,3.0,216.0,51.0,419.0,45.0,178.0,130.0,,,,,,,,220.0,3.0,,,,,,,,,,,,,w3c/did-extensions,,,,,,,, 133,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-09-25 14:37:18.000000,2025-09-08 08:01:41,3341.0,39.0,20.0,11.0,331.0,14.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,,,50.0,2.0,2.0,20.0,3.0,,,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,103.0,48.0,,,13.0,3.0,,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4991.0,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-09-22 16:10:23.000000,2025-09-22 16:09:08,755.0,7.0,89.0,70.0,346.0,130.0,254.0,432.0,,,,,,,,42.0,3.0,,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 136,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-07-12 18:35:06.000000,2025-07-12 18:35:06,176.0,2.0,56.0,20.0,71.0,29.0,17.0,282.0,,,,324669.0,,1.0,1.0,13.0,3.0,did-resolver,https://www.npmjs.com/package/did-resolver,324669.0,,,,,,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,,,3.0,,,23.0,3.0,,,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,29.0,240.0,53.0,181.0,87.0,,,,,,,,40.0,3.0,,,,,,,,,,,,,,,,,,,,, 139,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,38.0,3.0,,,,,,,,,,,,,,,,,,,,, 140,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,12.0,15.0,9.0,14.0,1.0,10.0,21.0,2025-07-25 12:59:42,1.0.1,,,7.0,,,9.0,3.0,,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,163.0,33.0,96.0,34.0,102.0,1010.0,,,,,,,,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-09-24 23:25:29.000000,2025-09-23 13:00:22,222.0,47.0,27.0,52.0,165.0,99.0,115.0,137.0,,,,,,,,20.0,3.0,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 143,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-09-23 09:28:35.000000,2025-08-17 22:34:20,2093.0,26.0,25.0,8.0,341.0,20.0,17.0,85.0,,,,,,,,14.0,3.0,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 144,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,13,False,sphereon-opensource/openid4vci,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-09-25 13:19:55.000000,2025-07-09 20:22:46,1430.0,1.0,20.0,8.0,168.0,17.0,17.0,81.0,2025-05-22 00:44:52,0.19.0,,,27.0,,,20.0,3.0,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 145,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,19.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,26.0,3.0,,,,,,,,,,,,,,,,,,,,, 146,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,23.0,28.0,,,9.0,3.0,,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,24.0,26.0,44.0,26.0,47.0,125.0,,,,,,,,19.0,3.0,,,,,,,,,,,,,,,,,,,,, 148,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-08-10 20:19:23.000000,2025-08-10 20:17:29,294.0,2.0,38.0,9.0,13.0,6.0,9.0,115.0,,,,,,18.0,18.0,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,7.0,26.0,15.0,187.0,20.0,130.0,90.0,,,,,,,,19.0,3.0,,,,,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,3.0,,,,,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,,,88.0,88.0,11.0,3.0,,,,,,,,,,,,,,,,,,,,, 152,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,,,28.0,3.0,,,,,,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,3.0,,,,,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,,,3.0,3.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,80.0,,,,,,,,8.0,3.0,,,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-09-11 12:57:17.000000,2025-09-11 12:57:16,266.0,4.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,,,13.0,3.0,,,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-09-05 14:14:35.000000,2025-09-05 14:14:22,106.0,3.0,12.0,8.0,43.0,21.0,28.0,36.0,,,,,,,,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-09-23 18:40:01.000000,2025-09-23 18:39:58,116.0,5.0,15.0,10.0,126.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,3.0,,,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-09-23 21:28:00.000000,2025-09-23 21:27:58,108.0,7.0,9.0,10.0,131.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,3.0,,,,,,,,,,,,,,,,,,,,, 161,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-09-10 17:32:10.000000,2025-09-10 17:32:08,509.0,39.0,3.0,4.0,374.0,,2.0,6.0,,,,,,3.0,3.0,9.0,3.0,,,,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,15.0,24.0,20.0,14.0,144.0,,,,,,,,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,3.0,,,,,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,3.0,,,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,41.0,14.0,29.0,13.0,,,,,1.0,,,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,9.0,45.0,16.0,,,,,,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,,,3.0,3.0,,,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,126.0,48.0,,,8.0,3.0,,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3296.0,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,3.0,,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,532092.0,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,3.0,,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4490179.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,W3C,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-10-02_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇37 · ⭐ 30K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - casl (🥈36 · ⭐ 6.5K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - py_webauthn (🥈26 · ⭐ 980 · 📈) - Pythonic WebAuthn. BSD-3 - did-spec-registries (🥉16 · ⭐ 130 · 📈) - Decentralized Identifier Ecosystem Extensions. ❗Unlicensed - did-method-plc (🥉15 · ⭐ 290 · 📈) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇38 · ⭐ 11K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - ockam (🥉30 · ⭐ 4.6K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - doorkeeper (🥈29 · ⭐ 5.4K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - passwordlessid-webauthn (🥉20 · ⭐ 560 · 📉) - Webauthn / passkeys helper library to make your life.. MIT - pyMDOC-CBOR (🥉12 · ⭐ 22 · 📉) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ================================================ FILE: history/2025-10-02_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,trending,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-10-02 14:22:08.000000,2025-10-02 14:22:07,9990.0,323.0,2189.0,150.0,4208.0,151.0,3465.0,13187.0,2025-07-02 14:34:58,1.18.2,118584649.0,2964616.0,100.0,2157.0,2157.0,521.0,1.0,,,,,,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-09-28 05:38:40.000000,2025-09-28 05:38:40,3923.0,9.0,3915.0,112.0,3289.0,385.0,4643.0,27613.0,2025-06-22 12:08:31,@auth/azure-tables-adapter@1.10.0,,8379740.0,100.0,474296.0,474296.0,893.0,1.0,next-auth,https://www.npmjs.com/package/next-auth,8379740.0,,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-09-30 19:46:15.000000,2025-09-30 19:46:15,4381.0,154.0,2241.0,230.0,4944.0,235.0,2207.0,13571.0,2025-09-09 00:12:27,1.12.4,9320157.0,2886279.0,74.0,14086.0,14086.0,446.0,1.0,,,,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-09-09 00:14:02.875895,162.0,322088987.0,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-10-02 13:40:18.907777,2025-10-02 12:54:14,5917.0,153.0,1446.0,133.0,5105.0,376.0,2442.0,10743.0,2025-09-26 09:19:45,1.9.0,18391158.0,5424909.0,100.0,5962.0,5962.0,539.0,1.0,,,,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-10-02 13:40:18.907777,44.0,605692426.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,9.0,483.0,64.0,513.0,83.0,304.0,2926.0,2025-06-20 05:53:03,3.3.1,,201050729.0,50.0,638852.0,638852.0,200.0,1.0,,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,201050729.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-09-26 12:24:25.000000,2025-09-26 12:24:21,2069.0,61.0,2757.0,174.0,303.0,9.0,1196.0,20661.0,2025-08-05 20:40:18,0.0.95,,274885.0,15.0,8372.0,8372.0,96.0,1.0,,,,,,,,,deepface,https://pypi.org/project/deepface,274885.0,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",,,39,True,lepture/authlib,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-10-02 13:35:27.000000,2025-10-02 13:31:28,1624.0,77.0,497.0,60.0,281.0,117.0,401.0,5030.0,2025-09-20 08:11:36,1.6.4,,40268108.0,45.0,46053.0,46053.0,133.0,1.0,,,,,,,,,authlib,https://pypi.org/project/authlib,40268108.0,authlib/authlib,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-09-21 12:59:27.000000,2025-09-21 12:55:57,1133.0,19.0,1686.0,240.0,563.0,20.0,845.0,19223.0,2025-09-21 12:57:33,2.127.0,,1282049.0,100.0,3519.0,3519.0,158.0,1.0,casbin,https://www.npmjs.com/package/casbin,417302.0,,,,,,casbin,https://pypi.org/project/casbin,864747.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-09-25 18:44:06.000000,2025-08-13 08:47:19,10549.0,10.0,1529.0,134.0,1398.0,125.0,1043.0,10515.0,2025-04-07 17:05:07,1.0.3,,1601177.0,14.0,3888.0,3888.0,263.0,1.0,,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1601177.0,,,,-1.0,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-10-02 18:02:21.000000,2025-10-02 18:02:20,21941.0,450.0,4331.0,788.0,24991.0,1150.0,5253.0,33238.0,2025-09-24 20:43:32,1.20.4,,,100.0,15046.0,15046.0,1612.0,1.0,,,,,,,,,,,,,,,,,,,,, 21,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-10-02 17:47:26.000000,2025-10-02 17:46:34,29300.0,719.0,7507.0,393.0,21391.0,1987.0,13763.0,29919.0,2025-09-30 11:49:13,26.4.0,1576843.0,27186.0,90.0,,,1669.0,1.0,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,37.0,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1229.0,297.0,162.0,354.0,430.0,23428.0,,,,17462565.0,,1314122.0,1314122.0,38.0,2.0,passport,https://www.npmjs.com/package/passport,17462565.0,,,,,,,,,,,,,,,,,, 23,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-10-01 21:49:59.000000,2025-08-12 14:47:33,1669.0,8.0,284.0,39.0,476.0,20.0,479.0,6547.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,,3271244.0,100.0,101363.0,101363.0,73.0,2.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,3271244.0,,,,,,,,,,,,1.0,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13434.0,1564.0,243.0,774.0,598.0,55537.0,2018-04-02 17:18:43,1.2.2,1433.0,193375.0,2.0,5548.0,5548.0,54.0,2.0,,,,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9919.0,face_recognition,https://pypi.org/project/face_recognition,193265.0,,,,,,,,,, 25,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-10-02 12:19:19.000000,2025-10-02 12:19:17,4243.0,166.0,1478.0,237.0,1920.0,82.0,1484.0,16637.0,2025-01-17 08:51:44,2.3.0,702881.0,3431552.0,100.0,,,314.0,2.0,,,,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,427967961.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-10-02 04:14:27.493043,2025-10-02 03:58:34,2932.0,124.0,1429.0,79.0,2043.0,107.0,1760.0,12336.0,2025-10-02 04:07:58,2.74.0,,12794.0,100.0,12.0,12.0,254.0,1.0,,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-10-02 04:14:27.493043,21.0,767664.0,,,,,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-09-28 02:58:15.000000,2025-09-28 02:58:15,4895.0,9.0,1926.0,188.0,1905.0,252.0,1755.0,12272.0,2025-03-05 07:11:35,r1.5.0,,899825.0,17.0,161.0,161.0,159.0,2.0,,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,899825.0,,,,,,,,,, 28,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-10-02 13:26:26.000000,2025-10-02 13:26:25,8191.0,523.0,1276.0,159.0,8207.0,60.0,1324.0,25409.0,2025-10-01 11:42:23,4.39.11,55679.0,943.0,100.0,,,255.0,2.0,,,,,,,,,,,,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,33,True,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-10-02 16:24:28.000000,2025-10-02 16:24:18,29862.0,1220.0,3920.0,595.0,6393.0,,,11343.0,2025-09-06 14:22:30,7.1.6.1,848.0,7714.0,100.0,21.0,21.0,365.0,2.0,,,,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-10-02 15:41:15.603132,130.0,1300627.0,,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-10-02 18:04:40.224618,2025-10-02 16:39:10,3932.0,121.0,312.0,43.0,4739.0,101.0,965.0,4477.0,2025-09-08 20:57:56,0.30.6,66683.0,19913825.0,100.0,22.0,22.0,97.0,2.0,,,,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-10-02 18:04:40.224618,13.0,1612934155.0,,,,,,,,,,,,, 31,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-10-02 18:28:59.000000,2025-10-02 18:28:59,7383.0,128.0,519.0,77.0,4713.0,132.0,1499.0,2075.0,2025-09-18 18:36:52,1.13.1,801373.0,12521.0,100.0,186.0,186.0,228.0,2.0,,,,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 32,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-09-27 16:27:11.000000,2025-09-27 16:27:10,2372.0,5.0,5702.0,509.0,198.0,1199.0,1393.0,26652.0,2023-04-02 07:43:27,0.7,10090954.0,336367.0,1.0,4757.0,4757.0,66.0,2.0,,,,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,205.0,,,,,,,,,,,,, 33,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-10-02 12:06:03.000000,2025-10-02 12:06:01,4846.0,140.0,1016.0,112.0,2219.0,161.0,1250.0,12380.0,2024-10-28 10:21:42,1.3.1,55755.0,1289885.0,47.0,,,239.0,2.0,,,,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,20.0,114727894.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-10-01 18:42:42.000000,2025-10-01 18:31:30,5133.0,188.0,335.0,51.0,1975.0,92.0,437.0,6089.0,2025-09-16 18:18:46,1.45.4,202358.0,116026.0,100.0,129.0,129.0,66.0,2.0,,,,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-09-16 18:27:17.667580,7.0,5581390.0,,,,,,,,,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-09-30 08:34:08.000000,2025-09-30 08:34:04,2712.0,41.0,766.0,68.0,263.0,,,3546.0,2025-08-29 19:50:36,9.5.1,,747626.0,100.0,1879.0,1879.0,75.0,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,747626.0,,,,,,,,,,,,,,,,,, 36,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,10898.0,681.0,325.0,,,88929.0,2025-06-26 01:06:09,20250625,,1204093.0,13.0,21.0,21.0,79.0,3.0,,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1204093.0,,,,,,,,,, 37,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-10-02 17:06:17.000000,2025-10-02 14:32:18,19093.0,1178.0,1304.0,71.0,13254.0,711.0,2725.0,18294.0,2025-09-30 00:03:11,ersion/2025.8.4,6773.0,233.0,100.0,,,435.0,2.0,,,,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 38,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-10-02 04:52:58.000000,2025-10-02 04:46:23,7808.0,275.0,609.0,51.0,6996.0,162.0,553.0,10864.0,2025-09-30 06:37:14,1.32.0,6354.0,5924.0,75.0,30.0,30.0,79.0,2.0,,,,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-10-02 04:51:37.569767,5.0,300203.0,,,,,,,,,,,,, 39,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-10-02 12:07:35.000000,2025-10-02 12:07:31,1747.0,118.0,367.0,56.0,1358.0,35.0,292.0,5135.0,2025-03-06 12:24:46,0.14.0,32986.0,564188.0,53.0,39.0,39.0,80.0,2.0,,,,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51305048.0,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-10-02 17:01:32.000000,2025-10-02 15:16:53,4834.0,144.0,290.0,195.0,5715.0,106.0,280.0,3969.0,2025-09-25 15:26:25,0.20.0,,301083.0,71.0,11.0,11.0,195.0,2.0,,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-09-25 15:33:47.556037,18.0,20774762.0,,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-10-02 12:14:17.000000,2025-10-02 12:13:40,1542.0,94.0,372.0,49.0,761.0,61.0,300.0,3483.0,2025-01-30 10:40:58,0.40.9,55739.0,931690.0,100.0,15.0,15.0,118.0,2.0,,,,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90317119.0,,,,,,,,,,,,, 42,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-10-02 16:59:46.000000,2025-10-02 16:59:46,17191.0,801.0,886.0,112.0,8808.0,1358.0,15599.0,851.0,2025-02-28 19:19:04,7.1.0,18680.0,14731.0,100.0,,,727.0,2.0,,,,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,37.0,1982416.0,,,,,,,,,,,,, 43,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,31,True,IdentityPython/pysaml2,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-06-19 04:53:23.000000,2025-02-10 21:50:06,3612.0,,418.0,29.0,553.0,95.0,358.0,594.0,2025-02-10 21:52:03,7.5.2,,1940723.0,53.0,2104.0,2104.0,175.0,2.0,,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1940723.0,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-10-02 18:19:58.000000,2025-10-02 08:14:43,3986.0,215.0,824.0,58.0,6752.0,780.0,2374.0,11894.0,2025-09-30 06:54:15,4.3.0,10946.0,1563.0,100.0,1.0,1.0,217.0,3.0,,,,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-10-01 04:02:01.000000,2025-09-26 17:16:26,3495.0,147.0,1730.0,175.0,2875.0,328.0,853.0,10251.0,2025-09-01 13:23:20,2.44.0,358.0,2.0,92.0,176.0,176.0,279.0,2.0,,,,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 46,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,30,True,build-trust/ockam,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-10-02 18:03:18.000000,2025-09-17 15:11:56,9719.0,9.0,557.0,55.0,7282.0,,1780.0,4568.0,2025-06-30 22:09:21,ockam_v0.157.0,201277.0,4909.0,100.0,188.0,188.0,318.0,3.0,,,,,,,,,,,,,,,-1.0,,build-trust/ockam/ockam,,,, 47,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-10-02 02:05:00.000000,2025-10-02 02:05:00,2505.0,96.0,264.0,21.0,2613.0,218.0,865.0,4073.0,2025-08-22 03:43:02,1.7.3,420.0,8139.0,44.0,42.0,42.0,129.0,3.0,,,,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-08-31 13:31:49.732684,4.0,650734.0,,,,,,,,,,,,, 48,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-10-02 07:53:04.000000,2025-10-02 07:52:09,2959.0,37.0,131.0,62.0,325.0,35.0,319.0,995.0,2025-09-03 07:38:43,5.8.0,29604.0,193616.0,45.0,195.0,195.0,48.0,2.0,,,,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,193350.0,,,,,,,,,, 49,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-10-01 02:12:37.000000,2025-09-22 02:12:29,665.0,11.0,71.0,38.0,232.0,6.0,86.0,362.0,2025-08-25 22:29:37,8.0.18,,348505.0,100.0,6022.0,6022.0,42.0,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,348505.0,,,,,,,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-10-02 17:30:34.000000,2025-10-02 17:30:32,7133.0,81.0,610.0,137.0,5162.0,179.0,3052.0,5566.0,2025-09-29 20:28:12,0.20250929.0,39141.0,17282.0,100.0,,,142.0,2.0,,,,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-08-15 20:40:31.917769,13.0,2025550.0,,,,,,,,,,,,, 51,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1035.0,105.0,878.0,45.0,849.0,5432.0,2025-04-04 08:29:47,5.8.2,,,70.0,10673.0,10673.0,333.0,2.0,,,,,,,,,,,,,,,-1.0,,,doorkeeper,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-10-02 16:43:43.000000,2025-10-02 16:43:43,2138.0,86.0,166.0,34.0,2276.0,44.0,354.0,4073.0,2025-08-01 06:13:35,0.46.0,131190.0,2385.0,70.0,33.0,33.0,33.0,3.0,,,,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 53,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-10-02 15:09:45.000000,2025-10-01 14:35:46,7706.0,307.0,384.0,39.0,1385.0,4.0,320.0,1565.0,2025-09-17 16:58:52,is-7.3.2,,,92.0,2965.0,2965.0,338.0,2.0,,,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3497.0,747.0,77.0,5.0,382.0,15418.0,2024-10-04 12:56:15,0.2.2,,1348.0,5.0,96.0,96.0,31.0,3.0,,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163153.0,,,,,,,,,,,,, 55,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-09-29 23:45:17.000000,2025-09-09 21:45:13,2055.0,15.0,233.0,32.0,575.0,52.0,113.0,5365.0,2025-08-03 10:53:17,0.8.3,1687.0,6676.0,55.0,47.0,47.0,71.0,3.0,,,,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-08-03 11:01:48.939084,1.0,372172.0,,,,,,,,,,,,, 56,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-10-02 14:02:02.000000,2025-10-02 12:07:33,35286.0,205.0,94.0,30.0,7056.0,405.0,4660.0,577.0,2025-09-30 09:38:57,1.12.0,11915.0,496.0,100.0,8.0,8.0,129.0,3.0,,,,,,,,,,,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-09-29 05:41:22.000000,2025-09-29 00:23:30,537.0,12.0,75.0,27.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,,20729.0,71.0,1832.0,1832.0,28.0,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,20729.0,,,,,,,,,,,,,,,,,, 58,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],28,True,decentralized-identity/did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-10-01 02:53:02.000000,2025-09-07 23:27:13,402.0,5.0,45.0,21.0,103.0,4.0,49.0,202.0,2025-08-26 05:57:14,4.0.16,,74550.0,70.0,1310.0,1310.0,22.0,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,74550.0,,,,,,,,,,,,,,,,,, 59,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-09-18 13:22:25.000000,2025-09-18 13:22:18,1840.0,5.0,13272.0,1539.0,527.0,35.0,849.0,54548.0,2023-06-18 18:08:19,2.2.0,47204.0,590.0,4.0,,,98.0,3.0,,,,,,,,,,,,,,,,,,,,, 60,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3804.0,347.0,113.0,452.0,393.0,17558.0,2020-03-22 14:01:55,0.22.2,,200335.0,38.0,,,25.0,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,200335.0,,,,,,,,,,,,,,,,,, 61,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-10-02 08:54:10.000000,2025-10-02 08:54:08,5148.0,401.0,261.0,27.0,2162.0,50.0,276.0,5593.0,2025-09-09 11:40:04,1.4.4,12019.0,414.0,100.0,4.0,4.0,69.0,3.0,,,,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,27.0,1529.0,110.0,104.0,3490.0,2024-01-13 04:08:30,0.27.3,3586.0,22215.0,100.0,213.0,213.0,68.0,3.0,,,,,,,,,oso,https://pypi.org/project/oso,22151.0,,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-09-23 23:32:59.000000,2025-09-23 23:32:58,7082.0,167.0,316.0,421.0,4697.0,102.0,448.0,1758.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,43.0,43.0,156.0,2.0,,,,,,,,,,,,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-10-01 20:46:29.000000,2025-10-01 20:46:29,3538.0,94.0,287.0,52.0,2772.0,31.0,256.0,961.0,2025-09-27 16:13:26,1.12.26,,,100.0,367.0,367.0,97.0,2.0,,,,,,,,,,,,,,,,,,,,, 65,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-10-01 10:28:42.000000,2025-09-02 14:18:13,2289.0,17.0,966.0,41.0,1797.0,32.0,370.0,8430.0,2025-08-28 07:35:18,backend/v2.1.1,837.0,21.0,35.0,326.0,326.0,51.0,3.0,,,,,,,,,,,,,,,,,,,,, 66,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,191.0,40.0,334.0,30.0,243.0,1346.0,2025-08-29 13:12:19,4.0.0,,,21.0,349.0,349.0,51.0,2.0,,,,,,,,,,,,,,,,,,,,, 67,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,178.0,34.0,144.0,,107.0,985.0,2025-09-04 23:18:52,2.7.0,,973298.0,36.0,,,31.0,2.0,,,,,,,,,webauthn,https://pypi.org/project/webauthn,973298.0,,,,1.0,,,,,, 68,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-09-29 22:50:47.000000,2025-09-18 19:08:27,10163.0,64.0,499.0,27.0,2482.0,140.0,1267.0,462.0,2025-08-26 19:35:08,1.3.2,,,100.0,,,161.0,1.0,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,,, 69,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,297.0,75.0,876.0,288.0,642.0,1789.0,2025-02-21 20:25:35,5.8.5,,8824.0,59.0,3.0,3.0,89.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1267.0,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005104.0,,,,,,,,,,,,, 70,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-09-27 15:26:42.000000,2025-09-27 15:21:40,2634.0,55.0,373.0,30.0,117.0,2.0,130.0,1780.0,2025-08-01 01:01:24,4.1.8,,334.0,69.0,,,57.0,3.0,,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,35839.0,,,,,,,,,,,,, 71,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-09-24 21:12:41.000000,2025-08-20 20:52:34,3891.0,16.0,130.0,46.0,1907.0,137.0,972.0,890.0,2025-09-24 21:09:35,1.22.3,1363.0,67268.0,82.0,,,104.0,3.0,,,,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-09-24 20:20:38.813778,29.0,7532554.0,,,,,,,,,,,,, 72,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-10-02 00:29:28.000000,2025-09-23 18:52:35,1912.0,12.0,131.0,24.0,851.0,65.0,392.0,496.0,2024-04-02 18:54:31,6.0.0,,,44.0,885.0,885.0,59.0,1.0,,,,,,,,,,,,,,,,,,,,, 73,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,706.0,56.0,131.0,531.0,786.0,18642.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,216249.0,3227.0,2.0,21.0,21.0,22.0,3.0,,,,,,,,,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-10-02 12:49:11.000000,2025-09-29 17:53:33,2009.0,91.0,259.0,57.0,387.0,34.0,89.0,612.0,2022-01-07 16:42:38,0.5.0,,1459.0,6.0,,,127.0,2.0,,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-09-29 18:09:25.794237,,143060.0,,,,,,,,,,,,, 75,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-09-29 03:24:55.000000,2025-09-24 19:41:15,2075.0,61.0,162.0,27.0,1365.0,34.0,260.0,178.0,2025-09-17 17:58:27,2.7.4,,,31.0,5.0,5.0,62.0,1.0,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-09-30 12:53:30.000000,2025-09-01 07:11:10,1338.0,22.0,617.0,66.0,638.0,128.0,398.0,14574.0,2025-07-30 09:21:09,11.0.5,,,91.0,,,32.0,3.0,,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 77,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,23,True,freeipa/freeipa,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-10-01 06:42:07.674623,2025-09-30 15:02:13,16250.0,42.0,342.0,49.0,7971.0,,,1306.0,,,,38082.0,,,,241.0,3.0,,,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-10-01 06:42:07.674623,177.0,6131304.0,,,,,,,,,,,,, 78,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-10-02 13:45:20.000000,2025-10-01 15:18:07,1704.0,21.0,93.0,26.0,1281.0,98.0,318.0,334.0,2025-09-25 12:15:55,wasm-v1.6.0-beta.10,,,47.0,150.0,150.0,44.0,1.0,,,,,,,,,,,,iotaledger/identity,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-10-02 01:17:16.000000,2025-10-01 13:13:57,1217.0,50.0,218.0,27.0,1536.0,225.0,622.0,314.0,2025-09-02 11:27:35,0.5.17,,,100.0,,,80.0,1.0,,,,,,,,,,,,,,,,,,,,, 80,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-10-02 16:52:57.000000,2025-10-02 16:52:54,10962.0,605.0,85.0,8.0,982.0,8.0,262.0,216.0,2025-07-22 15:14:36,0.15.1,,,100.0,,,35.0,1.0,,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 81,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-10-01 19:00:05.000000,2025-10-01 18:47:30,810.0,5.0,56.0,13.0,245.0,31.0,89.0,81.0,2025-10-01 19:00:05,0.2.2,300195.0,9096.0,32.0,74.0,74.0,27.0,1.0,,,,,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-09-26 21:43:41.000000,2025-09-26 21:43:41,4076.0,8.0,781.0,242.0,363.0,64.0,210.0,2890.0,2015-09-29 22:50:55,1.1.0,122481.0,856.0,4.0,,,60.0,3.0,,,,,,,,,,,,,,,,,,,,, 83,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-10-01 10:39:39.000000,2025-09-19 16:33:41,15237.0,18.0,673.0,109.0,19.0,,,706.0,,,,,,181.0,181.0,755.0,3.0,,,,,,,,,,,,,,,,,,,,, 84,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-10-01 02:38:25.000000,2025-09-08 00:39:27,412.0,7.0,43.0,22.0,132.0,3.0,18.0,226.0,2023-03-08 14:05:37,4.1.0,,,24.0,7566.0,7566.0,25.0,2.0,,,,,,,,,,,,,,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-10-02 01:00:37.000000,2025-10-01 22:01:39,342.0,16.0,19.0,14.0,125.0,1.0,11.0,93.0,2025-03-29 02:34:05,2.0.30,,36110.0,41.0,1377.0,1377.0,12.0,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,36110.0,,,,,,,,,,,,,,,,,, 86,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-09-30 14:51:21.000000,2025-09-30 14:49:37,3061.0,63.0,39.0,12.0,3927.0,54.0,103.0,78.0,2025-07-07 22:33:55,3.1.0,,,37.0,983.0,983.0,26.0,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,907.0,431.0,25.0,1.0,130.0,29835.0,2023-01-21 09:26:53,TINA_SHIFT,1489050.0,28635.0,35.0,,,11.0,3.0,,,,,,,,,,,,,,,,,,,,, 88,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,337.0,65.0,162.0,272.0,607.0,6738.0,2020-09-02 15:57:23,2.6.1,26328.0,286.0,11.0,,,69.0,3.0,,,,,,,,,,,,,,,,,,,howdy,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-09-03 19:05:34.000000,2025-08-13 18:09:46,2741.0,8.0,221.0,182.0,974.0,68.0,1217.0,1293.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,1.0,,,,,,,,,,,,,,,,,,,,, 90,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,21,True,dogtagpki/pki,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-10-01 23:33:09.000000,2025-10-01 21:20:10,14609.0,37.0,143.0,15.0,2173.0,99.0,2904.0,440.0,2023-06-16 12:51:58,11.4.3,9941.0,104.0,55.0,,,92.0,3.0,,,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4693.0,557.0,123.0,510.0,622.0,14197.0,,,,,,,,36.0,3.0,,,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,312.0,61.0,237.0,4.0,132.0,4199.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,41.0,3.0,,,,,,,,,,,,,,,,,,,,, 93,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,15.0,306.0,88.0,540.0,31.0,175.0,3197.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,3.0,,,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,780.0,95.0,358.0,182.0,364.0,1923.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,3.0,,,,,,,,,,,,,,,,,,,,, 95,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,60.0,300.0,36.0,,53.0,790.0,2023-01-31 02:32:05,2.1.1,,,52.0,29.0,29.0,15.0,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-09-08 21:21:31.000000,2025-02-24 16:33:21,4946.0,,656.0,63.0,1826.0,39.0,60.0,695.0,2024-02-09 14:17:29,1.13.2,1955.0,25.0,37.0,,,110.0,2.0,,,,,,,,,,,,,,,,,,,,, 97,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,2.0,58.0,7.0,35.0,1.0,59.0,557.0,2025-06-29 14:25:26,2.3.1,,,38.0,5388.0,5388.0,20.0,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,-2.0,,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,486.0,486.0,48.0,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,18.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,2.0,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 100,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-10-02 18:10:26.000000,2025-10-02 12:51:43,559.0,16.0,40.0,4.0,299.0,6.0,39.0,68.0,2025-10-02 12:52:03,1.35.4,,,100.0,261.0,261.0,19.0,2.0,,,,,,,,,,,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,93.0,43.0,28.0,24.0,3003.0,,,,2595.0,,1.0,1.0,27.0,3.0,,,,,,,,,pyja3,https://pypi.org/project/pyja3,2595.0,,,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,126.0,26.0,363.0,53.0,77.0,244.0,2025-02-10 16:01:17,8.5.1,,,51.0,38.0,38.0,57.0,3.0,,,,,,,,,,,,,,,,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,7.0,24.0,15.0,22.0,233.0,2025-06-17 17:32:08,1.3.0.1,,4187.0,3.0,19.0,19.0,4.0,3.0,,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,4187.0,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-01 16:33:15.000000,2025-09-23 15:37:56,3161.0,110.0,61.0,10.0,746.0,185.0,131.0,68.0,,,,,1.0,58.0,58.0,31.0,2.0,,,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,922.0,249.0,255.0,210.0,555.0,3119.0,,,,,,,,49.0,3.0,,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,219.0,63.0,107.0,2.0,59.0,2443.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,3.0,,,,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,85.0,184.0,73.0,69.0,1235.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,2.0,,,,,,,,,,,,,,,,,,,,, 108,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-10-01 06:11:27.000000,2025-10-01 06:10:18,2669.0,28.0,82.0,19.0,956.0,8.0,136.0,528.0,2025-10-01 05:23:14,0.29.7.RELEASE,,,82.0,,,33.0,3.0,,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,39.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,1.0,,,,,,,,,,,,,,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,35.0,460.0,93.0,122.0,221.0,,,,,,192.0,192.0,31.0,2.0,,,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,68.0,68.0,23.0,2.0,,,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,553.0,56.0,124.0,90.0,8139.0,,,,,,,,22.0,2.0,,,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-09-09 23:48:42.000000,2025-09-09 23:48:42,600.0,5.0,172.0,78.0,261.0,32.0,58.0,1635.0,,,,,,,,71.0,3.0,,,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,5.0,309.0,16.0,22.0,1305.0,2024-06-10 20:02:54,1.15.1,3102.0,103.0,100.0,4.0,4.0,5.0,3.0,,,,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 115,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-09-30 20:42:40.000000,2025-09-30 20:42:40,1257.0,8.0,50.0,48.0,318.0,189.0,152.0,538.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,28.0,2.0,,,,,,,,,,,,,,,,,,,,, 116,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-09-18 17:32:07.000000,2025-09-18 17:31:55,1417.0,18.0,98.0,73.0,517.0,6.0,374.0,440.0,,,,,,,,70.0,2.0,,,,,,,,,,,,w3c/did,,,,,,,,, 117,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,647.0,57.0,175.0,337.0,,,,,,,,94.0,2.0,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-10-01 10:37:41.000000,2025-09-19 15:45:14,3751.0,14.0,75.0,25.0,8.0,,,242.0,,,,,,,,305.0,3.0,,,,,,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,7.0,197.0,,166.0,110.0,2023-12-13 10:55:46,1.2312131048.0,148.0,478.0,98.0,,,17.0,3.0,,,,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23757.0,,,,,,,,,,,,, 120,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-09-05 14:32:51.000000,2025-08-18 11:19:26,2307.0,5.0,90.0,8.0,797.0,3.0,132.0,100.0,2025-06-23 16:20:29,3.0.3,,,22.0,,,28.0,2.0,,,,,,,,,,,,,,,,,,,,, 121,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-09-01 08:42:47.000000,2025-09-01 08:42:47,1967.0,3.0,158.0,62.0,541.0,6.0,240.0,663.0,,,,,,,,68.0,3.0,,,,,,,,,,,,,,,,,,,,, 122,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,16,True,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,11.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,,181.0,4.0,,,6.0,3.0,,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17758.0,,,,presbrey/beyond,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,15.0,105.0,25.0,69.0,207.0,,,,,,578.0,578.0,15.0,3.0,,,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-18 07:15:21.000000,2025-09-18 07:15:13,1239.0,74.0,11.0,6.0,,,,141.0,2025-09-18 09:19:56,1.61.1,45.0,5.0,8.0,,,,2.0,,,,,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-10-02 16:29:46.000000,2025-10-02 14:26:54,1454.0,20.0,25.0,14.0,1355.0,7.0,9.0,130.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,2.0,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-09-30 14:06:17.000000,2025-09-30 14:06:16,904.0,13.0,217.0,51.0,420.0,45.0,178.0,130.0,,,,,,,,229.0,3.0,,,,,,,,,,,,w3c/did-extensions,,,1.0,,,,,, 128,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,28.0,29.0,27.0,72.0,4.0,23.0,82.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,3.0,,,,,,,,,,,,,,,,,,,,, 129,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-10-01 09:37:49.000000,2025-09-16 11:03:30,5168.0,57.0,18.0,6.0,542.0,68.0,2783.0,58.0,,,,,,2.0,2.0,5.0,2.0,,,,,,,,,,,,,,,,,,,,, 130,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-09-23 15:13:46.000000,2025-09-23 15:09:57,998.0,27.0,62.0,15.0,344.0,3.0,117.0,723.0,,,,,,,,37.0,3.0,,,,,,,,,,,,,,,,,,,,, 131,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-05-15 21:05:49.000000,2025-05-15 21:05:38,2239.0,,109.0,84.0,850.0,11.0,718.0,338.0,,,,,,,,80.0,2.0,,,,,,,,,,,,,,,,,,,,, 132,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,1.0,83.0,38.0,258.0,46.0,77.0,313.0,,,,,,14.0,14.0,23.0,3.0,,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 133,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-10-01 18:59:18.000000,2025-10-01 18:59:17,177.0,3.0,56.0,20.0,72.0,29.0,17.0,286.0,,,,335736.0,,1.0,1.0,13.0,3.0,did-resolver,https://www.npmjs.com/package/did-resolver,335736.0,,,,,,,,,,,,1.0,,,,,, 134,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-10-02 11:30:44.000000,2025-09-08 08:01:41,3341.0,39.0,20.0,11.0,335.0,14.0,10.0,70.0,2025-05-22 01:05:15,0.34.0,,,50.0,2.0,2.0,20.0,3.0,,,,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,4.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,101.0,48.0,,,12.0,3.0,,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4992.0,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-09-26 20:27:13.000000,2025-09-26 20:25:53,756.0,6.0,87.0,70.0,347.0,130.0,254.0,432.0,,,,,,,,42.0,3.0,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,373.0,2025-05-09 23:26:19,4.0.1,,,23.0,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,,,3.0,,,23.0,3.0,,,,,,,,,,,,,,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,29.0,240.0,53.0,181.0,87.0,,,,,,,,40.0,3.0,,,,,,,,,,,,,,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,38.0,3.0,,,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,163.0,33.0,96.0,34.0,102.0,1009.0,,,,,,,,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-10-02 07:58:20.000000,2025-10-01 22:30:36,224.0,40.0,28.0,52.0,166.0,97.0,118.0,137.0,,,,,,,,21.0,3.0,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,3.0,38.0,9.0,13.0,6.0,9.0,116.0,,,,,,18.0,18.0,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 144,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,False,sphereon-opensource/ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-10-01 09:29:12.000000,2025-08-17 22:34:20,2093.0,26.0,25.0,8.0,342.0,20.0,17.0,85.0,,,,,,,,14.0,3.0,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 145,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,13,False,sphereon-opensource/openid4vci,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-09-30 12:04:32.000000,2025-07-09 20:22:46,1430.0,1.0,20.0,8.0,171.0,17.0,17.0,83.0,2025-05-22 00:44:52,0.19.0,,,27.0,,,20.0,3.0,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 146,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,19.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,26.0,3.0,,,,,,,,,,,,,,,,,,,,, 147,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,13,False,walt-id/waltid-idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,3.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,23.0,28.0,,,9.0,3.0,,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,24.0,26.0,44.0,26.0,47.0,125.0,,,,,,,,19.0,3.0,,,,,,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,8.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,3.0,,,,,,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,13.0,28.0,7.0,9.0,48.0,,,,,,88.0,88.0,11.0,3.0,,,,,,,,,,,,,,,,,,,,, 151,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,11.0,145.0,13.0,43.0,48.0,,,,,,,,28.0,3.0,,,,,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,5.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,3.0,,,,,,,,,,,,,,,,,,,,, 153,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,6.0,15.0,9.0,14.0,1.0,10.0,22.0,2025-07-25 12:59:42,1.0.1,,,7.0,,,9.0,3.0,,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,-2.0,,,,,, 154,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,3.0,26.0,15.0,187.0,20.0,130.0,90.0,,,,,,,,19.0,3.0,,,,,,,,,,,,,,,,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,43.0,47.0,42.0,24.0,56.0,,,,,,3.0,3.0,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,,,8.0,3.0,,,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-09-11 12:57:17.000000,2025-09-11 12:57:16,266.0,4.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,,,13.0,3.0,,,,,,,,,,,,,,,,,,,,, 158,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,1.0,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-09-05 14:14:35.000000,2025-09-05 14:14:22,106.0,3.0,12.0,8.0,43.0,21.0,28.0,36.0,,,,,,,,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-09-23 18:40:01.000000,2025-09-23 18:39:58,116.0,5.0,15.0,10.0,126.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,3.0,,,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-09-23 21:28:00.000000,2025-09-23 21:27:58,108.0,6.0,9.0,10.0,131.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,3.0,,,,,,,,,,,,,,,,,,,,, 162,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-09-10 17:32:10.000000,2025-09-10 17:32:08,509.0,39.0,3.0,4.0,374.0,,2.0,6.0,,,,,,3.0,3.0,9.0,3.0,,,,,,,,,,,,,,,,,,,,, 163,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,15.0,24.0,20.0,14.0,144.0,,,,,,,,10.0,3.0,,,,,,,,,,,,,,,,,,,,, 164,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,7.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,3.0,,,,,,,,,,,,,,,,,,,,, 165,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,8.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,3.0,,,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,8,False,hyperledger-labs/did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,3.0,41.0,14.0,29.0,13.0,,,,,1.0,,,7.0,3.0,,,,,,,,,,,,,,,,,,,,, 167,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,9.0,95.0,9.0,45.0,16.0,,,,,,,,12.0,3.0,,,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,,,3.0,3.0,,,,,,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,2.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,122.0,48.0,,,8.0,3.0,,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3297.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,3.0,,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,536612.0,,,,,,,,,,,,, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,3.0,,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4494797.0,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,W3C,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-10-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 28K · 📈) - Authentication for the Web. ISC - cas (🥇34 · ⭐ 11K · 📈) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - pysaml2 (🥈34 · ⭐ 590 · 📈) - Python implementation of SAML2. Apache-2 - freeipa (🥉24 · ⭐ 1.3K · 📈) - Mirror of FreeIPA, an integrated security information.. ❗️GPL-3.0 - vc-data-model (🥈16 · ⭐ 340 · 📈) - W3C Verifiable Credentials v2.0 Specification. ❗️W3C w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - authentik (🥈30 · ⭐ 18K · 📉) - The authentication glue you need. ❗️Custom - kanidm (🥉29 · ⭐ 4.1K · 📉) - Kanidm: A simple, secure, and fast identity management platform. MPL-2.0 - ockam (🥉28 · ⭐ 4.6K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - did-jwt-vc (🥇27 · ⭐ 200 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - keycloak (📉) - ❗Unlicensed cncf ================================================ FILE: history/2025-10-09_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-08 17:01:55.000000,2025-10-08 17:01:15,3929.0,15.0,3931.0,111.0,3295.0,383.0,4651.0,27624.0,2025-10-08 17:01:54,@auth/azure-tables-adapter@1.11.0,100.0,474493.0,474493.0,895.0,https://www.npmjs.com/package/next-auth,8447300.0,8447300.0,1.0,1.0,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],42,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-10-09 11:24:15.000000,2025-10-09 11:24:15,10054.0,356.0,2188.0,149.0,4233.0,151.0,3468.0,13200.0,2025-10-07 16:22:07,1.19.0,100.0,2163.0,2163.0,522.0,,,2233261.0,1.0,,87097184.0,,,,,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-10-08 20:48:53.393158,2025-10-08 15:26:37,4392.0,162.0,2242.0,228.0,4954.0,236.0,2208.0,13590.0,2025-10-08 20:47:23,1.13.1,76.0,14103.0,14103.0,446.0,,,2849038.0,1.0,,4996768.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,162.0,322367698.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-10-08 17:27:05.043191,2025-10-08 16:37:28,5925.0,150.0,1451.0,132.0,5116.0,371.0,2447.0,10765.0,2025-09-26 09:19:45,1.9.0,100.0,5976.0,5976.0,544.0,,,5408393.0,1.0,,17239954.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2025-10-08 17:27:05.043191,45.0,605899720.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-08-17 20:01:11.000000,2025-08-17 20:01:11,1779.0,7.0,483.0,64.0,513.0,83.0,304.0,2927.0,2025-06-20 05:53:03,3.3.1,50.0,638986.0,638986.0,200.0,,,201032470.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,201032470.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-09-26 12:24:25.000000,2025-09-26 12:24:21,2069.0,54.0,2772.0,173.0,304.0,9.0,1197.0,20712.0,2025-08-05 20:40:18,0.0.95,15.0,8383.0,8383.0,96.0,,,273747.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,273747.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-10-03 13:27:22.000000,2025-10-03 13:24:41,1625.0,77.0,497.0,59.0,281.0,118.0,401.0,5042.0,2025-09-20 08:11:36,1.6.4,45.0,46140.0,46140.0,133.0,,,42119760.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,42119760.0,authlib/authlib,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-10-09 16:50:30.000000,2025-10-09 15:03:02,1134.0,19.0,1687.0,239.0,563.0,18.0,846.0,19242.0,2025-10-09 16:48:35,2.128.0,100.0,3521.0,3521.0,158.0,https://www.npmjs.com/package/casbin,413386.0,1346416.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,933030.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-10-09 16:40:06.000000,2025-10-09 16:40:06,10553.0,11.0,1531.0,133.0,1400.0,126.0,1044.0,10538.0,2025-04-07 17:05:07,1.0.3,14.0,3899.0,3899.0,263.0,,,1400093.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1400093.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-10-09 18:04:48.000000,2025-10-09 03:14:31,22007.0,494.0,4334.0,788.0,24998.0,1153.0,5254.0,33261.0,2025-09-24 20:43:32,1.20.4,100.0,15063.0,15063.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1229.0,296.0,162.0,354.0,430.0,23431.0,,,,1314314.0,1314314.0,38.0,https://www.npmjs.com/package/passport,17485342.0,17485342.0,2.0,,,,,,,,,,,,,,,,,,, 22,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-10-01 21:49:59.000000,2025-08-12 14:47:33,1669.0,8.0,284.0,38.0,476.0,18.0,481.0,6560.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101383.0,101383.0,73.0,https://www.npmjs.com/package/@casl/ability,3313784.0,3313784.0,2.0,,,,,,,,,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13441.0,1561.0,243.0,774.0,598.0,55563.0,2018-04-02 17:18:43,1.2.2,2.0,5552.0,5552.0,54.0,,,190793.0,2.0,,1433.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,9931.0,face_recognition,https://pypi.org/project/face_recognition,190683.0,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-10-09 13:05:34.000000,2025-10-09 13:05:32,4255.0,163.0,1480.0,237.0,1920.0,82.0,1484.0,16645.0,2025-01-17 08:51:44,2.3.0,100.0,,,314.0,,,3428972.0,2.0,,438006.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-01-17 08:51:35.201104,77.0,428013266.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-10-09 14:31:11.719707,2025-10-09 14:15:08,2937.0,117.0,1432.0,78.0,2048.0,110.0,1764.0,12367.0,2025-10-09 14:24:27,2.78.0,100.0,12.0,12.0,254.0,,,12938.0,1.0,,,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2025-10-09 14:31:11.719707,21.0,776332.0,,,,,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-09-28 02:58:15.000000,2025-09-28 02:58:15,4895.0,9.0,1924.0,187.0,1905.0,252.0,1755.0,12270.0,2025-03-05 07:11:35,r1.5.0,17.0,161.0,161.0,159.0,,,1579764.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1579764.0,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-10-09 16:07:05.000000,2025-10-09 15:26:43,29900.0,1200.0,3920.0,593.0,6438.0,,,11348.0,2025-10-03 16:24:31,7.3.0,100.0,21.0,21.0,365.0,,,7745.0,1.0,1.0,857.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2025-10-09 00:55:42.583343,130.0,1305983.0,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,417.0,28.0,555.0,91.0,362.0,594.0,2025-10-07 20:02:21,7.5.4,55.0,2107.0,2107.0,181.0,,,1887481.0,2.0,3.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1887481.0,,,,,,,,, 29,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-10-09 13:13:09.000000,2025-10-09 13:12:00,8241.0,529.0,1276.0,158.0,8262.0,58.0,1326.0,25458.0,2025-10-08 08:03:01,4.39.12,100.0,,,255.0,,,801.0,2.0,,47275.0,,,,,,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-10-09 14:22:54.000000,2025-10-09 12:57:32,3940.0,107.0,313.0,42.0,4748.0,100.0,966.0,4480.0,2025-09-08 20:57:56,0.30.6,100.0,22.0,22.0,97.0,,,19913811.0,2.0,,55749.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2025-10-09 14:19:07.932450,13.0,1612947128.0,,,,,,,,,,,, 31,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-10-09 17:36:56.000000,2025-10-09 17:34:46,7398.0,138.0,522.0,76.0,4732.0,132.0,1502.0,2081.0,2025-10-08 13:06:40,1.12.6,100.0,186.0,186.0,229.0,,,13059.0,2.0,,796610.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 32,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-09-27 16:27:11.000000,2025-09-27 16:27:10,2372.0,5.0,5712.0,507.0,198.0,1199.0,1393.0,26698.0,2023-04-02 07:43:27,0.7,1.0,4766.0,4766.0,67.0,,,339827.0,2.0,,10194777.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,205.0,,,,,,,,,,,, 33,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-10-09 10:57:55.000000,2025-10-09 10:57:53,4849.0,126.0,1020.0,111.0,2221.0,158.0,1253.0,12398.0,2024-10-28 10:21:42,1.3.1,47.0,,,239.0,,,1290011.0,2.0,,50538.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2024-10-28 10:21:35.092736,21.0,114745851.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-10-09 18:21:43.000000,2025-10-09 15:54:47,5146.0,176.0,338.0,50.0,1990.0,93.0,438.0,6104.0,2025-10-06 23:53:10,1.46.0,100.0,129.0,129.0,68.0,,,116199.0,2.0,,171720.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-10-06 23:59:43.616194,7.0,5619173.0,,,,,,,,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-09-30 08:34:08.000000,2025-09-30 08:34:04,2712.0,39.0,765.0,67.0,263.0,,,3559.0,2025-08-29 19:50:36,9.5.1,100.0,1884.0,1884.0,75.0,https://www.npmjs.com/package/oidc-provider,751686.0,751686.0,2.0,,,,,,,,,,,,,,,,,,, 36,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,10955.0,680.0,327.0,,,89158.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1312621.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1312621.0,,,,,,,,, 37,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-10-09 09:32:55.000000,2025-10-09 06:20:26,7816.0,270.0,609.0,49.0,7003.0,162.0,554.0,10891.0,2025-09-30 06:37:14,1.32.0,75.0,30.0,30.0,79.0,,,5980.0,2.0,,6411.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2025-10-09 06:25:22.932292,5.0,303098.0,,,,,,,,,,,, 38,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-10-09 10:57:47.000000,2025-10-09 10:57:46,1750.0,106.0,369.0,54.0,1360.0,35.0,293.0,5140.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,80.0,,,564226.0,2.0,,33275.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-03-06 12:24:38.310177,9.0,51308199.0,,,,,,,,,,,, 39,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-10-09 18:29:38.000000,2025-10-09 17:44:18,4842.0,140.0,292.0,194.0,5739.0,106.0,280.0,3966.0,2025-09-25 15:26:25,0.20.0,71.0,11.0,11.0,195.0,,,302236.0,2.0,,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-09-25 15:33:47.556037,18.0,20854289.0,,,,,,,,,,,, 40,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-10-09 10:58:21.000000,2025-10-09 10:58:20,1545.0,86.0,374.0,48.0,762.0,61.0,300.0,3483.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,118.0,,,931615.0,2.0,,35765.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-01-30 10:40:50.482881,43.0,90330216.0,,,,,,,,,,,, 41,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-10-09 17:33:20.000000,2025-10-09 17:33:20,17246.0,778.0,896.0,111.0,8838.0,1346.0,15670.0,855.0,2025-02-28 19:19:04,7.1.0,100.0,,,727.0,,,14741.0,2.0,,18826.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,38.0,1983420.0,,,,,,,,,,,, 42,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,30,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-10-09 17:59:41.000000,2025-10-09 17:47:29,19203.0,1218.0,1313.0,71.0,13373.0,701.0,2749.0,18347.0,2025-09-30 00:03:11,ersion/2025.8.4,100.0,,,438.0,,,147.0,2.0,-1.0,4282.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-10-09 17:26:30.000000,2025-10-09 11:46:29,4009.0,226.0,828.0,57.0,6779.0,782.0,2385.0,11943.0,2025-10-07 12:55:04,4.3.1,100.0,1.0,1.0,221.0,,,1601.0,2.0,,11207.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-10-09 04:04:14.000000,2025-09-26 17:16:26,3495.0,147.0,1730.0,174.0,2888.0,328.0,853.0,10273.0,2025-09-01 13:23:20,2.44.0,92.0,176.0,176.0,279.0,,,2.0,2.0,,358.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-10-07 09:08:55.000000,2025-10-02 07:52:09,2959.0,32.0,131.0,60.0,325.0,35.0,319.0,995.0,2025-09-03 07:38:43,5.8.0,45.0,196.0,196.0,48.0,,,210096.0,2.0,,30087.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,209825.0,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-10-06 22:28:50.000000,2025-10-06 00:50:17,666.0,12.0,70.0,37.0,232.0,6.0,86.0,363.0,2025-08-25 22:29:37,8.0.18,100.0,6026.0,6026.0,42.0,https://www.npmjs.com/package/did-jwt,347906.0,347906.0,1.0,,,,,,,,,,,,,,,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-10-09 16:40:01.000000,2025-10-09 16:39:58,7144.0,77.0,611.0,136.0,5173.0,179.0,3054.0,5570.0,2025-10-07 21:18:35,0.20251007.0,100.0,,,142.0,,,17397.0,2.0,,39301.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2029544.0,,,,,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1034.0,104.0,878.0,45.0,849.0,5432.0,2025-04-04 08:29:47,5.8.2,70.0,10700.0,10700.0,333.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-10-06 02:43:22.000000,2025-10-06 02:43:15,2507.0,85.0,264.0,20.0,2618.0,219.0,865.0,4102.0,2025-08-22 03:43:02,1.7.3,44.0,42.0,42.0,129.0,,,8179.0,3.0,-1.0,420.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-10-03 06:44:24.601723,4.0,653991.0,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-10-09 09:05:38.000000,2025-10-07 20:53:24,2142.0,84.0,165.0,33.0,2280.0,45.0,354.0,4084.0,2025-08-01 06:13:35,0.46.0,70.0,33.0,33.0,33.0,,,1275.0,3.0,,70175.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-10-09 00:19:27.000000,2025-10-09 00:19:24,7726.0,315.0,383.0,38.0,1392.0,4.0,320.0,1566.0,2025-09-17 16:58:52,is-7.3.2,92.0,2967.0,2967.0,338.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3496.0,746.0,77.0,5.0,382.0,15418.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1348.0,3.0,,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163157.0,,,,,,,,,,,, 53,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-10-07 22:35:00.739883,2025-09-09 21:45:13,2055.0,15.0,236.0,31.0,576.0,52.0,113.0,5373.0,2025-08-03 10:53:17,0.8.3,56.0,47.0,47.0,71.0,,,6769.0,3.0,,1688.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2025-10-07 22:35:00.739883,1.0,377365.0,,,,,,,,,,,, 54,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,28,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-10-09 18:19:36.000000,2025-09-17 15:11:56,9719.0,2.0,557.0,54.0,7287.0,,1780.0,4570.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,358.0,3.0,-2.0,14709.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-10-09 15:52:52.000000,2025-10-09 09:22:11,35301.0,195.0,96.0,30.0,7073.0,403.0,4677.0,582.0,2025-09-30 09:38:57,1.12.0,100.0,8.0,8.0,129.0,,,502.0,3.0,,12063.0,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-10-06 04:50:10.000000,2025-10-06 00:40:41,538.0,13.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1832.0,1832.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,21516.0,21516.0,1.0,,,,,,,,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-09-18 13:22:25.000000,2025-09-18 13:22:18,1840.0,3.0,13273.0,1534.0,527.0,34.0,850.0,54558.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,634.0,3.0,,50785.0,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3806.0,346.0,113.0,452.0,393.0,17567.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,207277.0,207277.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-10-09 13:12:12.000000,2025-10-09 13:12:09,5202.0,443.0,261.0,26.0,2189.0,50.0,276.0,5597.0,2025-09-09 11:40:04,1.4.4,100.0,4.0,4.0,67.0,,,329.0,3.0,,9557.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3490.0,2024-01-13 04:08:30,0.27.3,100.0,213.0,213.0,68.0,,,28085.0,3.0,,3593.0,,,,,,oso,https://pypi.org/project/oso,28021.0,,,,,,,,, 61,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-10-08 20:46:05.000000,2025-10-08 20:46:05,7090.0,168.0,316.0,420.0,4700.0,102.0,448.0,1759.0,2024-06-11 16:44:34,1.8.2,31.0,43.0,43.0,156.0,,,0.0,2.0,,64.0,,,,,,,,,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-10-09 16:46:20.000000,2025-10-08 21:50:37,3556.0,108.0,289.0,51.0,2784.0,29.0,260.0,965.0,2025-10-08 21:46:22,1.12.27,100.0,367.0,367.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 63,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-10-06 19:03:54.000000,2025-09-07 23:27:13,402.0,5.0,46.0,20.0,103.0,4.0,49.0,204.0,2025-08-26 05:57:14,4.0.16,70.0,1313.0,1313.0,22.0,https://www.npmjs.com/package/did-jwt-vc,71052.0,71052.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-10-09 12:23:29.000000,2025-09-02 14:18:13,2289.0,14.0,967.0,40.0,1801.0,34.0,370.0,8442.0,2025-08-28 07:35:18,backend/v2.1.1,35.0,329.0,329.0,51.0,,,21.0,3.0,,842.0,,,,,,,,,,,,,,,,, 65,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,192.0,41.0,334.0,30.0,243.0,1347.0,2025-08-29 13:12:19,4.0.0,21.0,349.0,349.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 66,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,178.0,33.0,144.0,,107.0,989.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,931216.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,931216.0,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-10-09 16:06:03.000000,2025-10-09 15:31:11,10182.0,78.0,497.0,25.0,2490.0,143.0,1267.0,463.0,2025-08-26 19:35:08,1.3.2,100.0,,,162.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 68,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,298.0,75.0,876.0,288.0,642.0,1790.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1307.0,8864.0,1.0,,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005104.0,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-10-08 05:12:42.000000,2025-10-08 05:12:34,2648.0,58.0,373.0,29.0,117.0,2.0,130.0,1782.0,2025-08-01 01:01:24,4.1.8,69.0,,,57.0,,,338.0,3.0,,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-08-05 02:02:03.620145,5.0,36190.0,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-09-24 21:12:41.000000,2025-08-20 20:52:34,3891.0,16.0,130.0,45.0,1907.0,137.0,972.0,890.0,2025-09-24 21:09:35,1.22.3,82.0,,,104.0,,,67338.0,3.0,,1366.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-09-24 20:20:38.813778,29.0,7540320.0,,,,,,,,,,,, 71,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-10-08 01:03:13.000000,2025-09-23 18:52:35,1912.0,12.0,131.0,23.0,851.0,65.0,392.0,501.0,2024-04-02 18:54:31,6.0.0,44.0,885.0,885.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,708.0,56.0,131.0,531.0,786.0,18651.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3234.0,3.0,,216690.0,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-10-08 07:30:04.000000,2025-10-08 07:29:28,16254.0,45.0,343.0,48.0,7981.0,,,1311.0,,,,,,241.0,,,38132.0,3.0,1.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2025-10-08 05:41:42.240890,177.0,6139300.0,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-10-09 14:40:49.000000,2025-10-06 10:20:59,2011.0,92.0,260.0,56.0,388.0,34.0,89.0,612.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1463.0,2.0,,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-10-06 10:37:18.299917,,143421.0,,,,,,,,,,,, 75,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-10-09 16:29:25.000000,2025-10-09 16:26:32,2080.0,63.0,162.0,26.0,1369.0,32.0,262.0,179.0,2025-10-09 16:28:48,2.8.0,33.0,5.0,5.0,62.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-10-09 11:24:34.000000,2025-09-01 07:11:10,1338.0,22.0,620.0,66.0,638.0,128.0,398.0,14605.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 77,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-10-09 12:49:15.000000,2025-10-01 15:18:07,1704.0,21.0,94.0,25.0,1284.0,97.0,319.0,335.0,2025-09-25 12:15:55,wasm-v1.6.0-beta.10,47.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-10-09 18:03:28.000000,2025-10-09 16:35:30,1222.0,55.0,217.0,26.0,1546.0,226.0,622.0,317.0,2025-09-02 11:27:35,0.5.17,100.0,,,81.0,,,,1.0,,,,,,,,,,,,,,,,,,, 79,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-10-09 18:29:52.000000,2025-10-09 14:22:18,10993.0,591.0,87.0,7.0,988.0,4.0,268.0,219.0,2025-07-22 15:14:36,0.15.1,100.0,,,36.0,,,,1.0,,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 80,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-10-01 19:00:05.000000,2025-10-01 18:47:30,810.0,5.0,56.0,12.0,245.0,31.0,89.0,81.0,2025-10-01 19:00:05,0.2.2,32.0,74.0,74.0,27.0,,,9200.0,1.0,,303623.0,,,,,,,,,,,,,,,,, 81,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-10-09 16:13:51.000000,2025-10-08 23:14:33,4077.0,9.0,781.0,241.0,364.0,64.0,210.0,2889.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,857.0,3.0,,122677.0,,,,,,,,,,,,,,,,, 82,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-10-03 16:22:35.000000,2025-10-03 16:05:13,15240.0,20.0,672.0,108.0,19.0,,,706.0,,,,181.0,181.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 83,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-10-06 18:34:19.000000,2025-09-08 00:39:27,412.0,6.0,43.0,21.0,132.0,3.0,18.0,226.0,2023-03-08 14:05:37,4.1.0,24.0,7571.0,7571.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],22,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-10-06 05:40:16.000000,2025-10-06 02:03:26,343.0,16.0,20.0,13.0,125.0,1.0,11.0,95.0,2025-03-29 02:34:05,2.0.30,41.0,1377.0,1377.0,12.0,https://www.npmjs.com/package/web-did-resolver,36914.0,36914.0,2.0,,,,,,,,,,,,,,,,,,, 85,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-10-06 23:02:16.000000,2025-10-06 22:53:15,3065.0,58.0,39.0,11.0,3931.0,54.0,103.0,76.0,2025-07-07 22:33:55,3.1.0,37.0,983.0,983.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,918.0,431.0,25.0,1.0,130.0,29851.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28753.0,3.0,,1495204.0,,,,,,,,,,,,,,,,, 87,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,338.0,64.0,162.0,272.0,607.0,6758.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,288.0,3.0,,26508.0,,,,,,,,,,,,,,,howdy,, 88,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],21,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-09-03 19:05:34.000000,2025-08-13 18:09:46,2741.0,5.0,222.0,180.0,974.0,69.0,1218.0,1303.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 89,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,21,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-10-09 14:48:21.000000,2025-10-09 14:48:21,14617.0,42.0,143.0,15.0,2179.0,97.0,2906.0,443.0,2023-06-16 12:51:58,11.4.3,55.0,,,93.0,,,104.0,3.0,,9941.0,,,,,,,,,,,,,,,,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4694.0,557.0,123.0,510.0,622.0,14201.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,311.0,60.0,237.0,4.0,132.0,4200.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-08-07 12:16:06.000000,2025-08-07 12:16:06,1323.0,15.0,306.0,87.0,540.0,31.0,175.0,3202.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,781.0,94.0,358.0,182.0,364.0,1926.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,60.0,299.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-10-06 21:10:17.000000,2025-02-24 16:33:21,4946.0,,657.0,62.0,1828.0,39.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,25.0,2.0,,1959.0,,,,,,,,,,,,,,,,, 96,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,2.0,58.0,7.0,35.0,1.0,59.0,558.0,2025-06-29 14:25:26,2.3.1,38.0,5392.0,5392.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,487.0,487.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,161.0,17.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-10-08 10:35:49.000000,2025-10-07 17:41:38,564.0,21.0,40.0,4.0,304.0,6.0,39.0,68.0,2025-10-07 17:41:57,1.35.9,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,304.0,92.0,43.0,28.0,24.0,3007.0,,,,1.0,1.0,27.0,,,3222.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,3222.0,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,25.0,363.0,54.0,77.0,245.0,2025-02-10 16:01:17,8.5.1,51.0,38.0,38.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,233.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,4485.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,4485.0,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-07 00:04:57.000000,2025-10-07 00:04:57,3170.0,93.0,61.0,10.0,747.0,185.0,131.0,68.0,,,1.0,58.0,58.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,924.0,247.0,255.0,211.0,555.0,3124.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-03-12 16:19:08.000000,2025-03-12 16:19:03,164.0,,220.0,62.0,107.0,2.0,59.0,2443.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,84.0,184.0,73.0,69.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 107,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,18,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-10-09 07:15:31.000000,2025-10-09 07:14:07,2675.0,34.0,82.0,19.0,959.0,7.0,138.0,529.0,2025-10-01 05:23:14,0.29.7.RELEASE,82.0,,,33.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,35.0,460.0,94.0,122.0,227.0,,,,193.0,193.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,55.0,13.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,69.0,69.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,552.0,56.0,124.0,90.0,8137.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-09-09 23:48:42.000000,2025-09-09 23:48:42,600.0,5.0,172.0,77.0,261.0,32.0,58.0,1639.0,,,,,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,4.0,309.0,16.0,22.0,1307.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,103.0,3.0,,3102.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 114,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],17,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-10-08 23:25:45.000000,2025-10-08 23:25:44,1258.0,9.0,50.0,47.0,320.0,189.0,152.0,537.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-09-18 17:32:07.000000,2025-09-18 17:31:55,1417.0,12.0,98.0,73.0,517.0,6.0,374.0,439.0,,,,,,70.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,51.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 117,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-10-01 10:37:41.000000,2025-09-19 15:45:14,3751.0,14.0,75.0,24.0,8.0,,,242.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,478.0,3.0,,148.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23757.0,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-09-05 14:32:51.000000,2025-08-18 11:19:26,2307.0,4.0,90.0,8.0,797.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-10-07 07:24:22.000000,2025-10-07 07:24:22,1971.0,5.0,158.0,61.0,544.0,6.0,240.0,663.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,110.0,83.0,850.0,8.0,721.0,337.0,,,,,,80.0,,,,2.0,1.0,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,38.0,258.0,46.0,77.0,313.0,,,,14.0,14.0,23.0,,,,3.0,,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 123,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,16,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,11.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,181.0,3.0,,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17758.0,,,,presbrey/beyond,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,578.0,578.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-18 07:15:21.000000,2025-09-18 07:15:13,1239.0,70.0,11.0,6.0,,,,142.0,2025-09-18 09:19:56,1.61.1,8.0,,,,,,5.0,2.0,,45.0,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-10-09 16:14:02.000000,2025-10-02 14:26:54,1454.0,20.0,25.0,13.0,1367.0,7.0,9.0,131.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-09-30 14:06:17.000000,2025-09-30 14:06:16,904.0,13.0,217.0,50.0,420.0,45.0,178.0,130.0,,,,,,229.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 129,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,28.0,30.0,26.0,72.0,4.0,23.0,83.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-10-09 17:59:07.000000,2025-09-16 11:03:30,5168.0,53.0,18.0,6.0,542.0,68.0,2798.0,58.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-10-09 16:59:55.000000,2025-09-23 15:09:57,998.0,25.0,64.0,15.0,346.0,4.0,117.0,724.0,,,,,,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,15,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-10-01 18:59:18.000000,2025-10-01 18:59:17,177.0,3.0,56.0,19.0,72.0,29.0,17.0,289.0,,,,1.0,1.0,13.0,https://www.npmjs.com/package/did-resolver,343145.0,343145.0,3.0,,,,,,,,,,,,,,,,,,, 133,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-10-07 13:03:16.000000,2025-09-08 08:01:41,3341.0,27.0,20.0,10.0,335.0,14.0,10.0,71.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,101.0,3.0,,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,4992.0,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-10-08 14:25:50.000000,2025-10-08 14:24:06,757.0,6.0,88.0,70.0,348.0,130.0,256.0,431.0,,,,,,42.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 136,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,1.0,45.0,3.0,63.0,,44.0,373.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-10-07 15:14:43.000000,2025-07-09 20:22:46,1430.0,,20.0,7.0,171.0,17.0,17.0,85.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 140,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,163.0,32.0,96.0,34.0,102.0,1008.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-10-09 16:48:45.000000,2025-10-06 14:54:32,225.0,38.0,28.0,51.0,168.0,97.0,119.0,138.0,,,,,,21.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,3.0,38.0,9.0,13.0,6.0,9.0,116.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,18.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,24.0,25.0,44.0,26.0,47.0,125.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,12,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-10-01 09:29:12.000000,2025-08-17 22:34:20,2093.0,6.0,25.0,7.0,342.0,20.0,17.0,85.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,48.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,40.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 151,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,,,, 152,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,6.0,15.0,8.0,14.0,1.0,10.0,22.0,2025-07-25 12:59:42,1.0.1,7.0,,,9.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 153,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,91.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-10-03 19:53:41.000000,2025-10-03 19:53:39,563.0,92.0,3.0,4.0,379.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-09-11 12:57:17.000000,2025-09-11 12:57:16,266.0,4.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-09-05 14:14:35.000000,2025-09-05 14:14:22,106.0,3.0,12.0,8.0,43.0,21.0,28.0,36.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-09-23 18:40:01.000000,2025-09-23 18:39:58,116.0,5.0,15.0,9.0,126.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-09-23 21:28:00.000000,2025-09-23 21:27:58,108.0,5.0,9.0,9.0,131.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,13.0,8.0,95.0,9.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,14.0,29.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,6.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,122.0,3.0,,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3297.0,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,49.0,,,,,,,,,,3.0,,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,49.0,541421.0,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4498029.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,-37.0,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-10-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - spicedb (🥈33 · ⭐ 6.1K · 📈) - Open Source, Google Zanzibar-inspired database for scalably.. Apache-2 - authentik (🥈31 · ⭐ 19K · 📈) - The authentication glue you need. ❗️Custom - iota-identity (🥇24 · ⭐ 340 · 📈) - Implementation of the Decentralized Identity standards.. Apache-2 - openbr (🥉23 · ⭐ 2.9K · 📈) - Open Source Biometrics, Face Recognition. ❗Unlicensed - web-did-resolver (🥈23 · ⭐ 96 · 📈) - DID resolver for HTTPS domains. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cert-manager (🥇41 · ⭐ 13K · 📉) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - speechbrain (🥇37 · ⭐ 11K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - opal (🥉27 · ⭐ 5.4K · 📉) - Policy and data administration, distribution, and real-time updates.. Apache-2 - jansen (🥉27 · ⭐ 590 · 📉) - The Janssen Project is a home for open source IAM components,.. Apache-2 linux-foundation - did-jwt-vc (🥇26 · ⭐ 200 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif ================================================ FILE: history/2025-10-23_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-22 18:55:50.000000,2025-10-22 18:27:50,3935.0,21.0,3940.0,111.0,3302.0,386.0,4654.0,27686.0,2025-10-08 17:01:54,@auth/azure-tables-adapter@1.11.0,100.0,474837.0,474837.0,897.0,https://www.npmjs.com/package/next-auth,8645724.0,8645724.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-10-23 17:01:57.000000,2025-10-23 17:01:57,4413.0,167.0,2257.0,226.0,4978.0,238.0,2212.0,13620.0,2025-10-08 20:47:23,1.13.1,76.0,14144.0,14144.0,448.0,,,2892802.0,1.0,coredns/coredns,9225196.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,162.0,322939372.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-10-23 13:36:04.000000,2025-10-23 13:36:04,10081.0,361.0,2198.0,147.0,4262.0,149.0,3483.0,13244.0,2025-10-15 15:33:31,1.19.1,100.0,2181.0,2181.0,525.0,,,2294968.0,1.0,,89503787.0,,,,,-1.0,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-10-20 19:11:03.920521,2025-10-20 18:29:55,5943.0,133.0,1454.0,130.0,5131.0,371.0,2451.0,10802.0,2025-09-26 09:19:45,1.9.0,100.0,6012.0,6012.0,544.0,,,5419871.0,1.0,openpolicyagent/opa,17753884.0,https://hub.docker.com/r/openpolicyagent/opa,2025-10-20 19:11:03.920521,45.0,606291669.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-10-13 07:41:32.000000,2025-10-13 07:41:32,1780.0,4.0,484.0,62.0,515.0,83.0,304.0,2929.0,2025-06-20 05:53:03,3.3.1,50.0,639592.0,639592.0,201.0,,,201687455.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,201687455.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-10-21 18:01:33.000000,2025-10-21 18:01:32,2071.0,47.0,2796.0,174.0,305.0,10.0,1197.0,20836.0,2025-08-05 20:40:18,0.0.95,15.0,8395.0,8395.0,96.0,,,261507.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,261507.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-10-14 07:04:26.000000,2025-10-03 13:24:41,1625.0,70.0,499.0,57.0,281.0,119.0,402.0,5066.0,2025-10-14 06:27:46,1.6.5,46.0,46387.0,46387.0,133.0,,,44513826.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,44513826.0,authlib/authlib,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-10-16 18:07:21.000000,2025-10-09 15:03:02,1134.0,18.0,1689.0,234.0,566.0,19.0,847.0,19303.0,2025-10-09 16:48:35,2.128.0,100.0,3527.0,3527.0,158.0,https://www.npmjs.com/package/casbin,375196.0,1382091.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,1006895.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-10-23 17:02:05.000000,2025-10-23 17:02:04,22088.0,515.0,4339.0,780.0,25010.0,1157.0,5257.0,33331.0,2025-10-22 20:29:23,1.21.0,100.0,15103.0,15103.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-10-21 13:12:27.000000,2025-10-09 16:40:06,10553.0,9.0,1538.0,131.0,1403.0,128.0,1044.0,10601.0,2025-04-07 17:05:07,1.0.3,14.0,3910.0,3910.0,263.0,,,1164996.0,1.0,,,,,,,-1.0,speechbrain,https://pypi.org/project/speechbrain,1164996.0,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,293.0,162.0,354.0,430.0,23447.0,,,,1314726.0,1314726.0,38.0,https://www.npmjs.com/package/passport,16851833.0,16851833.0,2.0,,,,,,,,,,,,,,,,,,, 22,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-10-21 17:05:28.000000,2025-08-12 14:47:33,1669.0,8.0,286.0,38.0,477.0,18.0,482.0,6578.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101434.0,101434.0,73.0,https://www.npmjs.com/package/@casl/ability,3370055.0,3370055.0,2.0,,,,,,,,,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13447.0,1556.0,243.0,774.0,598.0,55637.0,2018-04-02 17:18:43,1.2.2,2.0,5556.0,5556.0,54.0,,,181570.0,2.0,animcogn/face_recognition,1433.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10044.0,,face_recognition,https://pypi.org/project/face_recognition,181459.0,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-10-23 14:20:48.000000,2025-10-23 14:20:47,4271.0,160.0,1484.0,233.0,1923.0,84.0,1484.0,16689.0,2025-01-17 08:51:44,2.3.0,100.0,,,314.0,,,3429754.0,2.0,oryd/hydra,445932.0,https://hub.docker.com/r/oryd/hydra,2025-10-15 14:44:34.818688,78.0,428100045.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-10-23 17:31:15.000000,2025-10-23 14:00:09,2957.0,114.0,1439.0,76.0,2091.0,98.0,1794.0,12454.0,2025-10-23 14:09:50,2.96.0,100.0,12.0,12.0,255.0,,,13241.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-10-23 14:16:36.373453,22.0,794465.0,,,,,,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,9.0,1926.0,185.0,1906.0,253.0,1756.0,12295.0,2025-03-05 07:11:35,r1.5.0,17.0,162.0,162.0,159.0,,,1567992.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1567992.0,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-10-23 15:38:47.000000,2025-10-23 15:32:36,30158.0,1227.0,3923.0,590.0,6507.0,,,11351.0,2025-10-20 03:46:58,7.2.7,100.0,21.0,21.0,367.0,,,7847.0,1.0,apereo/cas,911.0,https://hub.docker.com/r/apereo/cas,2025-10-18 02:07:25.466533,131.0,1322844.0,,,,,,,,,,,,, 28,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,555.0,91.0,362.0,595.0,2025-10-07 20:02:21,7.5.4,55.0,2115.0,2115.0,181.0,,,1759726.0,2.0,,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1759726.0,,,,,,,,, 29,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-10-23 17:53:21.000000,2025-10-23 06:55:35,8315.0,527.0,1280.0,157.0,8344.0,63.0,1326.0,25575.0,2025-10-12 05:45:48,4.39.13,100.0,,,255.0,,,815.0,2.0,,48111.0,,,,,,,,,,,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-10-23 18:24:54.000000,2025-10-23 18:10:47,5223.0,242.0,339.0,48.0,2029.0,94.0,443.0,6141.0,2025-10-06 23:53:10,1.46.0,100.0,129.0,129.0,70.0,,,117886.0,2.0,authzed/spicedb,174048.0,https://hub.docker.com/r/authzed/spicedb,2025-10-06 23:59:43.616194,7.0,5700971.0,1.0,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-10-23 17:12:42.847258,2025-10-22 16:56:09,3978.0,117.0,314.0,41.0,4770.0,98.0,968.0,4502.0,2025-10-23 17:01:46,0.31.1,100.0,22.0,22.0,98.0,,,19914119.0,2.0,pomerium/pomerium,55659.0,https://hub.docker.com/r/pomerium/pomerium,2025-10-23 17:12:42.847258,13.0,1612972125.0,,,,,,,,,,,,, 32,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",33,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-10-23 16:06:47.000000,2025-10-22 05:57:38,7411.0,129.0,526.0,74.0,4751.0,127.0,1508.0,2093.0,2025-10-23 13:05:05,1.13.3,100.0,186.0,186.0,232.0,,,13606.0,2.0,ghcr.io/spiffe/spire-server,816389.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-09-27 16:27:11.000000,2025-09-27 16:27:10,2372.0,4.0,5725.0,506.0,198.0,1199.0,1394.0,26824.0,2023-04-02 07:43:27,0.7,1.0,4793.0,4793.0,67.0,,,346902.0,2.0,animcogn/insightface,10407001.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 34,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-10-22 08:41:06.000000,2025-10-22 08:41:05,4865.0,128.0,1025.0,110.0,2230.0,158.0,1255.0,12453.0,2024-10-28 10:21:42,1.3.1,47.0,,,239.0,,,1290488.0,2.0,oryd/kratos,51278.0,https://hub.docker.com/r/oryd/kratos,2025-10-16 12:40:06.120895,21.0,114787370.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-10-21 15:12:23.000000,2025-10-21 15:12:16,2714.0,20.0,766.0,67.0,265.0,,,3576.0,2025-08-29 19:50:36,9.5.1,100.0,1893.0,1893.0,76.0,https://www.npmjs.com/package/oidc-provider,757616.0,757616.0,2.0,,,,,,,,,,,,,,,,,,, 36,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11057.0,677.0,332.0,,,89852.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1360481.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1360481.0,,,,,,,,, 37,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-10-23 18:09:38.000000,2025-10-23 14:56:53,19430.0,1249.0,1327.0,69.0,13638.0,711.0,2781.0,18532.0,2025-09-30 00:03:11,ersion/2025.8.4,100.0,,,440.0,,,156.0,2.0,,4540.0,,,,,1.0,,,,,,,https://charts.goauthentik.io,,,,, 38,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-10-23 16:45:32.000000,2025-10-21 03:59:49,7852.0,258.0,613.0,48.0,7042.0,164.0,556.0,10947.0,2025-09-30 06:37:14,1.32.0,75.0,30.0,30.0,79.0,,,6082.0,2.0,svhd/logto,6505.0,https://hub.docker.com/r/svhd/logto,2025-10-21 04:04:52.597902,5.0,308298.0,,,,,,,,,,,,, 39,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-10-20 12:37:51.000000,2025-10-20 12:37:50,1760.0,101.0,370.0,53.0,1363.0,35.0,293.0,5158.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,80.0,,,564314.0,2.0,oryd/keto,34105.0,https://hub.docker.com/r/oryd/keto,2025-10-15 12:37:47.231311,9.0,51315332.0,,,,,,,,,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-10-23 18:03:04.000000,2025-10-23 18:03:01,4862.0,147.0,292.0,194.0,5790.0,106.0,281.0,3971.0,2025-09-25 15:26:25,0.20.0,71.0,11.0,11.0,196.0,,,305128.0,2.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-09-25 15:33:47.556037,18.0,21053874.0,,,,,,,,,,,,, 41,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-10-17 09:37:35.000000,2025-10-17 09:37:34,1555.0,88.0,373.0,47.0,764.0,61.0,300.0,3494.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,118.0,,,931884.0,2.0,oryd/oathkeeper,36384.0,https://hub.docker.com/r/oryd/oathkeeper,2025-10-15 10:27:43.779599,43.0,90355764.0,,,,,,,,,,,,, 42,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-10-23 17:19:02.000000,2025-10-23 17:19:02,17349.0,739.0,917.0,108.0,8896.0,1371.0,15758.0,860.0,2025-02-28 19:19:04,7.1.0,100.0,,,728.0,,,14761.0,2.0,wso2/wso2is,19198.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,40.0,1985237.0,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-10-23 18:11:52.000000,2025-10-23 18:08:24,4046.0,235.0,834.0,54.0,6825.0,787.0,2403.0,12023.0,2025-10-16 07:20:34,4.4.0,100.0,1.0,1.0,224.0,,,1631.0,3.0,ghcr.io/zitadel/zitadel,11421.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-10-23 09:29:25.000000,2025-10-23 09:29:25,3522.0,152.0,1741.0,169.0,2909.0,334.0,853.0,10310.0,2025-09-01 13:23:20,2.44.0,92.0,176.0,176.0,279.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-10-07 09:08:55.000000,2025-10-02 07:52:09,2959.0,25.0,132.0,58.0,325.0,36.0,319.0,1002.0,2025-09-03 07:38:43,5.8.0,45.0,196.0,196.0,48.0,,,223799.0,2.0,,30854.0,,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,223522.0,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-10-21 15:02:54.000000,2025-10-20 01:03:16,669.0,15.0,70.0,37.0,232.0,6.0,86.0,363.0,2025-08-25 22:29:37,8.0.18,100.0,6029.0,6029.0,42.0,https://www.npmjs.com/package/did-jwt,333275.0,333275.0,1.0,,,,,,,,,,,,,,,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-10-23 16:15:54.000000,2025-10-22 21:44:52,7156.0,80.0,612.0,132.0,5186.0,176.0,3059.0,5580.0,2025-10-21 16:41:04,0.20251021.0,100.0,,,142.0,,,17383.0,2.0,letsencrypt/boulder-tools,36803.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2032048.0,,,,,,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1034.0,102.0,878.0,45.0,849.0,5437.0,2025-04-04 08:29:47,5.8.2,70.0,10740.0,10740.0,333.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-10-23 00:53:41.000000,2025-10-23 00:53:34,2519.0,86.0,267.0,18.0,2630.0,219.0,874.0,4147.0,2025-10-13 01:43:03,1.7.4,45.0,42.0,42.0,130.0,,,8268.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-10-15 09:29:50.089361,4.0,661087.0,,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-10-23 08:50:11.000000,2025-10-23 08:50:11,2155.0,86.0,165.0,31.0,2293.0,45.0,354.0,4102.0,2025-08-01 06:13:35,0.46.0,70.0,33.0,33.0,33.0,,,1318.0,3.0,ghcr.io/cerbos/cerbos,72521.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-10-23 00:57:11.000000,2025-10-17 06:50:14,7766.0,276.0,383.0,37.0,1403.0,4.0,320.0,1568.0,2025-09-17 16:58:52,is-7.3.2,98.0,2979.0,2979.0,338.0,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3494.0,742.0,77.0,5.0,382.0,15430.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1349.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163307.0,,,,,,,,,,,,, 53,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,28,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-10-17 18:03:11.000000,2025-09-17 15:11:56,9719.0,2.0,562.0,52.0,7290.0,,1780.0,4571.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,360.0,3.0,,14786.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-10-21 21:15:18.000000,2025-10-20 01:04:30,541.0,16.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1833.0,1833.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,24082.0,24082.0,1.0,,,,,,,,,,,,,,,,,,, 55,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-10-23 17:19:08.000000,2025-10-23 17:18:56,1842.0,5.0,13276.0,1531.0,527.0,35.0,850.0,54621.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,722.0,3.0,,57771.0,,,,,,,,,,,,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3813.0,346.0,113.0,452.0,393.0,17597.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,202696.0,202696.0,3.0,,,,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-10-23 07:22:49.000000,2025-10-23 07:22:46,5287.0,459.0,262.0,24.0,2225.0,50.0,278.0,5612.0,2025-10-22 08:51:49,1.4.6,100.0,4.0,4.0,67.0,,,345.0,3.0,ghcr.io/permify/permify,9678.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-10-22 14:17:55.433919,2025-10-22 12:38:53,2059.0,9.0,238.0,30.0,578.0,48.0,118.0,5379.0,2025-10-22 13:40:35,0.9.0,58.0,47.0,47.0,71.0,,,6868.0,3.0,permitio/opal-server,1728.0,https://hub.docker.com/r/permitio/opal-server,2025-10-22 14:17:55.433919,1.0,382818.0,-1.0,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3493.0,2024-01-13 04:08:30,0.27.3,100.0,213.0,213.0,68.0,,,36572.0,3.0,,3593.0,,,,,,oso,https://pypi.org/project/oso,36508.0,,,,,,,,, 60,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-10-20 15:31:59.000000,2025-10-19 14:21:06,7092.0,160.0,318.0,418.0,4702.0,102.0,448.0,1759.0,2024-06-11 16:44:34,1.8.2,31.0,43.0,43.0,156.0,,,0.0,2.0,,64.0,,,,,,,,,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-10-21 15:05:26.000000,2025-10-21 15:05:23,3569.0,111.0,292.0,50.0,2791.0,30.0,260.0,965.0,2025-10-08 21:46:22,1.12.27,100.0,367.0,367.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 62,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],27,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-10-23 13:58:54.000000,2025-10-21 14:11:33,35320.0,174.0,118.0,29.0,7130.0,411.0,4706.0,589.0,2025-10-14 13:41:20,1.13.0,100.0,8.0,8.0,129.0,,,486.0,3.0,,11682.0,,,,,-1.0,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-10-23 12:53:00.000000,2025-10-20 07:52:34,2302.0,24.0,970.0,38.0,1816.0,35.0,370.0,8484.0,2025-08-28 07:35:18,backend/v2.1.1,35.0,330.0,330.0,51.0,,,22.0,3.0,,883.0,,,,,,,,,,,,,,,,, 64,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,193.0,41.0,334.0,33.0,243.0,1354.0,2025-08-29 13:12:19,4.0.0,21.0,349.0,349.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,179.0,33.0,145.0,,107.0,991.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,680858.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,680858.0,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-10-21 15:49:34.000000,2025-10-21 15:48:52,10199.0,91.0,497.0,23.0,2509.0,144.0,1268.0,469.0,2025-08-26 19:35:08,1.3.2,100.0,,,162.0,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,,,,, 67,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-10-23 18:15:18.000000,2025-10-14 04:44:27,403.0,6.0,46.0,20.0,103.0,4.0,49.0,205.0,2025-08-26 05:57:14,4.0.16,70.0,1315.0,1315.0,22.0,https://www.npmjs.com/package/did-jwt-vc,58423.0,58423.0,1.0,,,,,,,-1.0,,,,,,,,,,,, 68,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-04-17 17:54:55.000000,2025-04-17 17:54:55,3211.0,,298.0,74.0,876.0,288.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1858.0,9415.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005105.0,,,,,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-10-23 02:10:19.000000,2025-10-23 02:09:10,2654.0,63.0,374.0,29.0,118.0,3.0,130.0,1787.0,2025-10-10 01:21:58,4.1.9,70.0,,,57.0,,,346.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,37062.0,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-09-24 21:12:41.000000,2025-08-20 20:52:34,3891.0,16.0,130.0,45.0,1907.0,137.0,972.0,893.0,2025-09-24 21:09:35,1.22.3,82.0,,,104.0,,,67394.0,3.0,cyberark/conjur,1432.0,https://hub.docker.com/r/cyberark/conjur,2025-09-24 20:20:38.813778,29.0,7546498.0,,,,,,,,,,,,, 71,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-10-23 16:43:44.000000,2025-10-15 06:03:01,1913.0,13.0,131.0,23.0,853.0,65.0,392.0,504.0,2024-04-02 18:54:31,6.0.0,44.0,887.0,887.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,729.0,58.0,131.0,531.0,786.0,18693.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3247.0,3.0,,217591.0,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-10-22 05:11:12.390834,2025-10-17 15:22:08,16263.0,50.0,344.0,47.0,7990.0,,,1319.0,,,,,,241.0,,,38201.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-10-22 05:11:12.390834,179.0,6150471.0,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-10-23 12:50:54.000000,2025-10-16 16:39:55,2018.0,90.0,261.0,55.0,393.0,34.0,89.0,616.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1472.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-10-16 16:56:52.562964,,144304.0,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-10-21 12:06:49.000000,2025-10-14 10:42:17,1707.0,21.0,94.0,24.0,1287.0,98.0,319.0,338.0,2025-10-14 10:57:27,1.7.0-beta.1,47.0,150.0,150.0,44.0,,,,1.0,,,,,,,1.0,,,,iotaledger/identity,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-10-22 16:57:57.000000,2025-10-22 16:55:38,2088.0,58.0,164.0,25.0,1378.0,32.0,263.0,183.0,2025-10-22 16:57:57,2.10.0,35.0,5.0,5.0,62.0,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 77,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-10-22 10:48:42.000000,2025-09-01 07:11:10,1338.0,15.0,625.0,65.0,640.0,130.0,399.0,14651.0,2025-07-30 09:21:09,11.0.5,91.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 78,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,23,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-10-10 04:39:03.000000,2025-10-10 04:39:03,4081.0,10.0,782.0,238.0,365.0,64.0,210.0,2892.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,860.0,3.0,,123102.0,,,,,1.0,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-10-23 12:47:59.000000,2025-10-23 12:44:31,1246.0,78.0,219.0,26.0,1568.0,226.0,627.0,320.0,2025-09-02 11:27:35,0.5.17,100.0,,,81.0,,,,2.0,,,,,,,,,,,,,,,,,,, 80,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-10-23 16:06:29.000000,2025-10-23 11:00:09,11155.0,635.0,88.0,6.0,1006.0,8.0,272.0,226.0,2025-07-22 15:14:36,0.15.1,100.0,,,37.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-10-20 08:49:02.000000,2025-10-20 08:49:00,347.0,18.0,20.0,12.0,125.0,1.0,11.0,96.0,2025-10-20 08:49:10,2.0.31,42.0,1380.0,1380.0,12.0,https://www.npmjs.com/package/web-did-resolver,41382.0,41382.0,2.0,,,,,,,1.0,,,,,,,,,,,, 82,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-10-01 19:00:05.000000,2025-10-01 18:47:30,810.0,5.0,56.0,12.0,245.0,31.0,89.0,82.0,2025-10-01 19:00:05,0.2.2,32.0,74.0,74.0,27.0,,,9383.0,2.0,,309667.0,,,,,,,,,,,,,,,,, 83,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-10-17 21:42:55.000000,2025-10-17 21:42:30,15242.0,15.0,672.0,106.0,19.0,,,707.0,,,,181.0,181.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 84,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-10-22 15:40:57.000000,2025-10-22 15:40:57,14641.0,62.0,144.0,14.0,2183.0,95.0,2909.0,445.0,2023-06-16 12:51:58,11.4.3,55.0,,,93.0,,,104.0,3.0,,9943.0,,,,,,,,,,,,,,,,, 85,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-10-21 11:11:33.000000,2025-10-14 04:43:38,413.0,6.0,43.0,21.0,132.0,3.0,18.0,227.0,2023-03-08 14:05:37,4.1.0,24.0,7576.0,7576.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 86,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-10-20 18:45:23.000000,2025-10-20 18:39:00,3076.0,62.0,39.0,11.0,3945.0,54.0,103.0,76.0,2025-07-07 22:33:55,3.1.0,37.0,984.0,984.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,935.0,432.0,25.0,1.0,143.0,29925.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28984.0,3.0,,1507168.0,,,,,,,,,,,,,,,,, 88,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,339.0,64.0,164.0,276.0,607.0,6805.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,292.0,3.0,,26916.0,,,,,,,,,,,,,,,howdy,, 89,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4692.0,555.0,123.0,510.0,622.0,14211.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 90,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,314.0,58.0,237.0,4.0,132.0,4216.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],20,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-10-20 09:33:35.000000,2025-10-20 09:33:34,1324.0,11.0,307.0,86.0,541.0,31.0,175.0,3211.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,783.0,92.0,358.0,182.0,368.0,1927.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],20,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-10-23 18:20:37.000000,2025-08-13 18:09:46,2741.0,2.0,226.0,180.0,977.0,74.0,1220.0,1312.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 94,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,20,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,11.0,60.0,298.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-10-14 12:58:31.000000,2025-02-24 16:33:21,4946.0,,656.0,61.0,1830.0,39.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,1978.0,,,,,,,,,,,,,,,,, 96,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,1.0,57.0,7.0,35.0,1.0,59.0,559.0,2025-06-29 14:25:26,2.3.1,38.0,5401.0,5401.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,487.0,487.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,17.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-10-22 14:30:05.000000,2025-10-22 12:52:37,569.0,23.0,39.0,4.0,310.0,6.0,39.0,69.0,2025-10-22 13:49:26,1.37.0,100.0,261.0,261.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,304.0,92.0,43.0,28.0,24.0,3018.0,,,,1.0,1.0,27.0,,,3068.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,3068.0,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-10-21 02:02:42.000000,2025-10-21 02:01:16,2688.0,46.0,84.0,19.0,966.0,9.0,141.0,532.0,2025-10-01 05:23:14,0.29.7.RELEASE,82.0,,,35.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,25.0,363.0,54.0,77.0,246.0,2025-02-10 16:01:17,8.5.1,51.0,39.0,39.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,233.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,3599.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3599.0,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-11 22:27:13.000000,2025-10-07 00:04:57,3170.0,59.0,61.0,10.0,748.0,185.0,132.0,69.0,,,1.0,58.0,58.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,923.0,245.0,255.0,212.0,555.0,3134.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2442.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,84.0,184.0,73.0,69.0,1236.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-10-22 15:36:37.000000,2025-10-17 16:31:58,1261.0,10.0,50.0,47.0,322.0,189.0,152.0,540.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,34.0,460.0,94.0,122.0,231.0,,,,196.0,196.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,69.0,69.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,552.0,56.0,124.0,90.0,8138.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-10-21 17:57:18.000000,2025-10-21 17:57:18,601.0,6.0,172.0,77.0,262.0,32.0,58.0,1646.0,,,,,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,4.0,309.0,16.0,22.0,1308.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,103.0,3.0,warrantdev/warrant,3112.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,13.0,100.0,73.0,517.0,10.0,374.0,440.0,,,,,,70.0,,,,2.0,,,,,,,,,,,w3c/did,,,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 117,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-10-01 10:37:41.000000,2025-09-19 15:45:14,3751.0,14.0,75.0,24.0,8.0,,,241.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,478.0,3.0,waltid/ssikit,148.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23766.0,,,,,,,,,,,,, 119,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-10-20 12:24:12.000000,2025-08-18 11:19:26,2307.0,3.0,90.0,8.0,803.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,16,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-10-23 09:37:02.000000,2025-10-21 12:01:30,1973.0,7.0,159.0,61.0,546.0,8.0,240.0,663.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,110.0,82.0,850.0,8.0,721.0,337.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,314.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 123,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,16,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,11.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,181.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17764.0,,,,,presbrey/beyond,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,578.0,578.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-18 07:15:21.000000,2025-09-18 07:15:13,1239.0,49.0,11.0,6.0,,,,141.0,2025-09-18 09:19:56,1.61.1,8.0,,,,,,5.0,2.0,,45.0,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,decentralized-identity/web5-js,,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-10-23 16:01:25.000000,2025-10-02 14:26:54,1454.0,10.0,25.0,13.0,1389.0,7.0,9.0,133.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 128,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-09-30 14:06:17.000000,2025-09-30 14:06:16,904.0,13.0,217.0,50.0,420.0,45.0,178.0,130.0,,,,,,229.0,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,,,,, 129,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,28.0,30.0,26.0,72.0,4.0,23.0,83.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-10-23 17:41:03.000000,2025-10-21 15:42:16,1005.0,29.0,64.0,16.0,350.0,3.0,118.0,725.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 131,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,,44.0,373.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,15,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-10-23 16:34:38.000000,2025-09-08 08:01:41,3341.0,11.0,20.0,10.0,340.0,14.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-10-23 11:31:34.000000,2025-09-16 11:03:30,5168.0,42.0,18.0,6.0,542.0,50.0,2827.0,59.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,102.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5010.0,,,,,,,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-10-08 14:25:50.000000,2025-10-08 14:24:06,757.0,5.0,90.0,70.0,348.0,129.0,256.0,433.0,,,,,,42.0,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,,,,, 136,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,14,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-10-01 18:59:18.000000,2025-10-01 18:59:17,177.0,1.0,57.0,20.0,72.0,29.0,17.0,292.0,,,,1.0,1.0,13.0,https://www.npmjs.com/package/did-resolver,349630.0,349630.0,3.0,,,,,,,,,,,,,,,,,,, 137,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],14,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-10-22 03:15:46.000000,2025-10-11 07:33:12,230.0,43.0,28.0,50.0,173.0,97.0,121.0,139.0,,,,,,21.0,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 139,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-10-22 08:43:31.000000,2025-07-09 20:22:46,1430.0,,20.0,7.0,175.0,17.0,17.0,85.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,163.0,30.0,96.0,34.0,102.0,1009.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,3.0,38.0,9.0,13.0,6.0,9.0,116.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,18.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,24.0,25.0,44.0,26.0,47.0,125.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,49.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 150,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,,,,, 151,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,22.0,2025-07-25 12:59:42,1.0.1,7.0,1.0,1.0,9.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 152,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,91.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-10-01 09:29:12.000000,2025-08-17 22:34:20,2093.0,2.0,25.0,7.0,342.0,20.0,17.0,90.0,,,,,,14.0,,,,3.0,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-10-13 19:51:33.000000,2025-10-13 19:51:30,564.0,91.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-09-11 12:57:17.000000,2025-09-11 12:57:16,266.0,4.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,5.0,12.0,8.0,44.0,21.0,28.0,36.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-10-14 23:50:03.000000,2025-09-23 18:39:58,116.0,5.0,15.0,9.0,126.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-09-23 21:28:00.000000,2025-09-23 21:27:58,108.0,5.0,9.0,9.0,131.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,14.0,8.0,95.0,9.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,14.0,29.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,122.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3297.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,550860.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4506118.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-10-30_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - speechbrain (🥇38 · ⭐ 11K · 📈) - A PyTorch-based Speech Toolkit. Apache-2 - webauthn (🥇22 · ⭐ 1.3K · 📈) - Web Authentication: An API for accessing Public Key.. ❗️W3C w3c - sphereon-openid4vci (🥉17 · ⭐ 84 · 📈) - OpenID for Verifiable Credentials - modules for.. Apache-2 - sphereon-ssi (🥉17 · ⭐ 72 · 📈) - Self Sovereign Identity SDK. Apache-2 - did-method-plc (🥉16 · ⭐ 290 · 📈) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇38 · ⭐ 21K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - openbr (🥉22 · ⭐ 2.9K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed - opensk (🥉19 · ⭐ 3.2K · 📉) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf - webauthn-json (🥉19 · ⭐ 790 · 📉) - A small WebAuthn API wrapper that translates to/from pure JSON.. MIT - keri (🥉9 · ⭐ 63 · 📉) - KERI Community Development Efforts Meetings Discussion. Apache-2 weboftrust ================================================ FILE: history/2025-10-30_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,trending,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-29 20:49:43.000000,2025-10-27 23:10:20,3938.0,24.0,3948.0,111.0,3307.0,386.0,4658.0,27714.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,475003.0,475003.0,897.0,https://www.npmjs.com/package/next-auth,8854755.0,8854755.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-10-30 12:07:16.000000,2025-10-30 12:07:16,4422.0,174.0,2261.0,226.0,4990.0,239.0,2213.0,13637.0,2025-10-08 20:47:23,1.13.1,76.0,14169.0,14169.0,449.0,,,2857486.0,1.0,coredns/coredns,5113152.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,162.0,323216431.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-10-30 13:42:12.000000,2025-10-30 13:42:12,10096.0,367.0,2204.0,147.0,4272.0,151.0,3484.0,13270.0,2025-10-15 15:33:31,1.19.1,100.0,2195.0,2195.0,525.0,,,2326553.0,1.0,,90735580.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-10-30 10:51:59.034219,2025-10-30 10:11:20,5955.0,136.0,1455.0,130.0,5141.0,370.0,2455.0,10836.0,2025-09-26 09:19:45,1.9.0,100.0,6042.0,6042.0,545.0,,,5425546.0,1.0,openpolicyagent/opa,18000905.0,https://hub.docker.com/r/openpolicyagent/opa,2025-10-30 10:51:59.034219,45.0,606498563.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-10-13 07:41:32.000000,2025-10-13 07:41:32,1780.0,4.0,486.0,62.0,515.0,83.0,304.0,2932.0,2025-06-20 05:53:03,3.3.1,50.0,639746.0,639746.0,201.0,,,203062008.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,203062008.0,,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-10-28 08:08:14.000000,2025-10-28 08:08:05,1626.0,69.0,500.0,57.0,281.0,121.0,402.0,5081.0,2025-10-14 06:27:46,1.6.5,46.0,46482.0,46482.0,133.0,,,44680443.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,44680443.0,authlib/authlib,,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-10-21 18:01:33.000000,2025-10-21 18:01:32,2071.0,42.0,2808.0,173.0,305.0,9.0,1199.0,20915.0,2025-08-05 20:40:18,0.0.95,15.0,8401.0,8401.0,96.0,,,282563.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,282563.0,,-1.0,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-10-28 13:24:10.000000,2025-10-09 15:03:02,1134.0,16.0,1689.0,234.0,567.0,19.0,848.0,19340.0,2025-10-09 16:48:35,2.128.0,100.0,3528.0,3528.0,158.0,https://www.npmjs.com/package/casbin,360092.0,1369772.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,1009680.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-10-30 10:20:20.000000,2025-10-30 10:20:19,10555.0,10.0,1547.0,131.0,1404.0,127.0,1046.0,10635.0,2025-04-07 17:05:07,1.0.3,14.0,3916.0,3916.0,264.0,,,1096373.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1096373.0,,1.0,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-10-30 17:02:48.000000,2025-10-29 23:02:07,22125.0,538.0,4349.0,779.0,25012.0,1163.0,5260.0,33385.0,2025-10-22 20:29:23,1.21.0,100.0,15127.0,15127.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1231.0,293.0,162.0,354.0,430.0,23453.0,,,,1314950.0,1314950.0,38.0,https://www.npmjs.com/package/passport,17321520.0,17321520.0,2.0,,,,,,,,,,,,,,,,,,, 22,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-10-28 01:41:23.000000,2025-08-12 14:47:33,1669.0,8.0,287.0,38.0,478.0,18.0,482.0,6585.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101460.0,101460.0,73.0,https://www.npmjs.com/package/@casl/ability,3435973.0,3435973.0,2.0,,,,,,,,,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13455.0,1557.0,243.0,774.0,598.0,55677.0,2018-04-02 17:18:43,1.2.2,2.0,5562.0,5562.0,54.0,,,183223.0,2.0,animcogn/face_recognition,1434.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10054.0,face_recognition,https://pypi.org/project/face_recognition,183112.0,,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-10-30 16:13:46.000000,2025-10-30 16:13:44,4279.0,167.0,1482.0,233.0,1923.0,84.0,1484.0,16707.0,2025-01-17 08:51:44,2.3.0,100.0,,,314.0,,,3430178.0,2.0,oryd/hydra,452082.0,https://hub.docker.com/r/oryd/hydra,2025-10-15 14:44:34.818688,78.0,428144432.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-10-30 15:39:53.000000,2025-10-30 15:13:59,2976.0,122.0,1444.0,77.0,2131.0,87.0,1822.0,12514.0,2025-10-30 15:24:30,2.112.0,100.0,12.0,12.0,255.0,,,13430.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-10-30 15:31:35.433263,22.0,805849.0,,,,,,,,,,,,, 26,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,9.0,1929.0,185.0,1906.0,255.0,1756.0,12315.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,1553924.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1553924.0,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-10-30 12:42:25.000000,2025-10-30 12:11:00,30266.0,1248.0,3925.0,590.0,6540.0,,,11356.0,2025-10-20 03:46:58,7.2.7,100.0,21.0,21.0,368.0,,,7898.0,1.0,apereo/cas,1109.0,https://hub.docker.com/r/apereo/cas,2025-10-30 04:00:13.842003,131.0,1330839.0,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-10-30 16:03:02.000000,2025-10-29 13:15:46,7417.0,114.0,527.0,74.0,4761.0,123.0,1513.0,2101.0,2025-10-23 13:05:05,1.13.3,100.0,192.0,192.0,232.0,,,13658.0,2.0,ghcr.io/spiffe/spire-server,819528.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,555.0,91.0,362.0,595.0,2025-10-07 20:02:21,7.5.4,55.0,2120.0,2120.0,181.0,,,1779981.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1779981.0,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-10-30 13:33:19.000000,2025-10-30 12:12:47,8362.0,538.0,1286.0,157.0,8383.0,61.0,1329.0,25651.0,2025-10-12 05:45:48,4.39.13,100.0,,,258.0,,,829.0,2.0,,48945.0,,,,,,,,,,,,,,,,, 31,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-10-30 16:25:06.000000,2025-10-29 18:56:43,5241.0,247.0,340.0,48.0,2052.0,95.0,443.0,6159.0,2025-10-24 16:23:54,1.46.2,100.0,131.0,131.0,70.0,,,118987.0,2.0,authzed/spicedb,175081.0,https://hub.docker.com/r/authzed/spicedb,2025-10-27 19:47:57.620439,7.0,5745835.0,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-10-30 16:27:37.000000,2025-10-29 21:54:03,3984.0,111.0,314.0,40.0,4776.0,98.0,968.0,4512.0,2025-10-24 16:32:30,0.30.7,100.0,22.0,22.0,98.0,,,19914282.0,2.0,pomerium/pomerium,55530.0,https://hub.docker.com/r/pomerium/pomerium,2025-10-29 23:22:30.896384,13.0,1612985537.0,,,,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-09-27 16:27:11.000000,2025-09-27 16:27:10,2372.0,4.0,5732.0,506.0,198.0,1199.0,1394.0,26900.0,2023-04-02 07:43:27,0.7,1.0,4799.0,4799.0,67.0,,,350315.0,2.0,animcogn/insightface,10509412.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 34,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],32,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-10-30 09:33:13.000000,2025-10-30 09:33:11,4871.0,130.0,1026.0,110.0,2231.0,157.0,1256.0,12479.0,2024-10-28 10:21:42,1.3.1,47.0,,,239.0,,,1290873.0,2.0,oryd/kratos,51540.0,https://hub.docker.com/r/oryd/kratos,2025-10-16 12:40:06.120895,21.0,114821326.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-10-29 13:08:26.000000,2025-10-29 10:56:43,2721.0,23.0,766.0,66.0,266.0,,,3585.0,2025-10-24 08:28:38,9.5.2,100.0,1899.0,1899.0,76.0,https://www.npmjs.com/package/oidc-provider,778514.0,778514.0,2.0,,,,,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-10-30 05:41:03.000000,2025-10-30 05:40:59,17363.0,688.0,921.0,108.0,8905.0,1373.0,15774.0,865.0,2025-10-24 04:51:27,7.2.0,100.0,,,728.0,,,14773.0,2.0,wso2/wso2is,19413.0,https://hub.docker.com/r/wso2/wso2is,2025-03-31 19:25:21.460298,40.0,1986313.0,,,,,,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11111.0,676.0,333.0,,,90140.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1291680.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1291680.0,,,,,,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-10-30 18:03:15.000000,2025-10-30 17:43:53,19489.0,1237.0,1333.0,69.0,13754.0,724.0,2809.0,18618.0,2025-10-27 19:58:39,ersion/2025.10.0,100.0,,,447.0,,,164.0,2.0,,4597.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-10-30 16:01:19.000000,2025-10-30 06:55:00,7864.0,217.0,617.0,48.0,7056.0,159.0,563.0,10968.0,2025-09-30 06:37:14,1.32.0,75.0,30.0,30.0,79.0,,,6131.0,2.0,svhd/logto,6536.0,https://hub.docker.com/r/svhd/logto,2025-10-30 07:00:23.566948,5.0,310777.0,,,,,,,,,,,,, 40,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-10-30 09:33:07.000000,2025-10-30 09:33:06,1767.0,106.0,369.0,53.0,1363.0,35.0,293.0,5166.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,80.0,,,564353.0,2.0,oryd/keto,34270.0,https://hub.docker.com/r/oryd/keto,2025-10-15 12:37:47.231311,9.0,51318709.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-10-30 03:39:13.000000,2025-10-29 22:21:32,4874.0,155.0,293.0,194.0,5818.0,106.0,281.0,3972.0,2025-09-25 15:26:25,0.20.0,71.0,11.0,11.0,196.0,,,306334.0,2.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-09-25 15:33:47.556037,18.0,21137105.0,,,,,,,,,,,,, 42,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-10-30 09:33:41.000000,2025-10-30 09:33:40,1560.0,92.0,374.0,47.0,764.0,62.0,300.0,3500.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,118.0,,,932036.0,2.0,oryd/oathkeeper,36567.0,https://hub.docker.com/r/oryd/oathkeeper,2025-10-15 10:27:43.779599,43.0,90370258.0,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-10-30 16:12:34.000000,2025-10-29 09:54:28,4070.0,238.0,842.0,54.0,6847.0,804.0,2411.0,12065.0,2025-10-29 12:57:53,2.71.18,100.0,1.0,1.0,227.0,,,1640.0,3.0,ghcr.io/zitadel/zitadel,11485.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-10-27 04:09:56.000000,2025-10-23 09:29:25,3522.0,140.0,1745.0,170.0,2913.0,336.0,853.0,10331.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,279.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-10-24 13:00:55.000000,2025-10-02 07:52:09,2959.0,25.0,131.0,58.0,326.0,36.0,319.0,1007.0,2025-09-03 07:38:43,5.8.0,45.0,196.0,196.0,48.0,,,218213.0,2.0,,31253.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,217932.0,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-10-28 18:50:29.000000,2025-10-28 03:00:26,671.0,17.0,70.0,37.0,232.0,6.0,86.0,363.0,2025-08-25 22:29:37,8.0.18,100.0,6036.0,6036.0,42.0,https://www.npmjs.com/package/did-jwt,314921.0,314921.0,1.0,,,,,,,,,,,,,,,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-10-30 16:58:54.000000,2025-10-29 22:13:04,7166.0,85.0,613.0,132.0,5200.0,172.0,3065.0,5579.0,2025-10-27 22:22:41,0.20251027.0,100.0,,,142.0,,,17396.0,2.0,letsencrypt/boulder-tools,36940.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2032879.0,,,,,,,,,,,,, 48,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1034.0,102.0,878.0,45.0,849.0,5437.0,2025-04-04 08:29:47,5.8.2,70.0,10757.0,10757.0,333.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 49,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-10-29 23:39:41.000000,2025-10-29 23:39:41,2525.0,81.0,269.0,19.0,2635.0,219.0,877.0,4171.0,2025-10-13 01:43:03,1.7.4,45.0,42.0,42.0,132.0,,,8310.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-10-28 03:44:43.994552,4.0,664447.0,,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-10-29 10:28:21.000000,2025-10-29 10:28:21,2162.0,85.0,165.0,31.0,2299.0,45.0,354.0,4112.0,2025-10-28 08:42:42,0.47.0,71.0,33.0,33.0,33.0,,,1108.0,3.0,ghcr.io/cerbos/cerbos,60989.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 51,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-10-28 21:37:40.000000,2025-10-28 16:30:29,7783.0,280.0,386.0,36.0,1405.0,4.0,320.0,1573.0,2025-09-17 16:58:52,is-7.3.2,98.0,2980.0,2980.0,338.0,,,,2.0,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,True,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3494.0,742.0,77.0,5.0,382.0,15435.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1349.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163310.0,,,,,,,,,,,,, 53,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-10-29 14:38:49.000000,2025-10-29 14:38:46,2061.0,10.0,239.0,30.0,580.0,49.0,118.0,5384.0,2025-10-28 09:59:58,0.9.1,60.0,47.0,47.0,71.0,,,6923.0,3.0,permitio/opal-server,1767.0,https://hub.docker.com/r/permitio/opal-server,2025-10-28 10:01:42.305682,1.0,385939.0,,,,,,,,,,,,, 54,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,28,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-10-29 18:03:44.000000,2025-09-17 15:11:56,9719.0,2.0,562.0,52.0,7292.0,,1780.0,4573.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,359.0,3.0,,14753.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-10-30 15:27:47.000000,2025-10-30 15:21:02,35349.0,191.0,137.0,29.0,7200.0,416.0,4730.0,590.0,2025-10-14 13:41:20,1.13.0,100.0,8.0,8.0,132.0,,,489.0,3.0,,11738.0,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-10-28 06:11:44.000000,2025-10-28 03:05:24,543.0,18.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1835.0,1835.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,26747.0,26747.0,1.0,,,,,,,,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-10-23 17:19:08.000000,2025-10-23 17:18:56,1842.0,5.0,13280.0,1531.0,527.0,35.0,850.0,54637.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,766.0,3.0,,61293.0,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3816.0,345.0,113.0,452.0,393.0,17608.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,199093.0,199093.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-10-29 06:52:06.000000,2025-10-29 06:52:03,5310.0,454.0,264.0,24.0,2235.0,49.0,280.0,5623.0,2025-10-27 17:57:35,1.4.9,100.0,4.0,4.0,68.0,,,353.0,3.0,ghcr.io/permify/permify,9549.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3492.0,2024-01-13 04:08:30,0.27.3,100.0,213.0,213.0,68.0,,,34984.0,3.0,,3593.0,,,,,oso,https://pypi.org/project/oso,34920.0,,,,,,,,,, 61,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-10-27 16:47:31.000000,2025-10-27 16:46:38,7099.0,166.0,318.0,418.0,4705.0,102.0,448.0,1759.0,2024-06-11 16:44:34,1.8.2,31.0,43.0,43.0,156.0,,,0.0,2.0,,64.0,,,,,,,,,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-10-30 18:27:37.000000,2025-10-30 18:27:36,3584.0,123.0,291.0,50.0,2798.0,31.0,261.0,965.0,2025-10-25 01:48:27,1.12.28,100.0,367.0,367.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 63,hanko,https://github.com/teamhanko/hanko,idp,"Privacy-first authentication and user management for B2C and B2B. Open source alternative to Auth0, Cognito, Clerk,..",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-10-30 10:56:22.000000,2025-10-30 10:56:22,2306.0,26.0,969.0,37.0,1820.0,36.0,372.0,8498.0,2025-10-28 15:18:50,backend/v2.2.0,36.0,330.0,330.0,51.0,,,23.0,3.0,,919.0,,,,,,,,,,,,,,,,, 64,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,193.0,41.0,334.0,33.0,243.0,1357.0,2025-08-29 13:12:19,4.0.0,21.0,350.0,350.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,179.0,33.0,145.0,,107.0,996.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,596396.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,596396.0,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-10-29 22:26:39.000000,2025-10-29 22:26:06,10217.0,103.0,497.0,23.0,2517.0,144.0,1269.0,472.0,2025-08-26 19:35:08,1.3.2,100.0,,,163.0,,,,1.0,,,,,,,,,,openwallet-foundation/acapy,,,,,,,,, 67,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-10-28 18:44:10.000000,2025-10-28 01:31:35,404.0,7.0,46.0,20.0,103.0,4.0,49.0,205.0,2025-08-26 05:57:14,4.0.16,70.0,1317.0,1317.0,22.0,https://www.npmjs.com/package/did-jwt-vc,45836.0,45836.0,1.0,,,,,,,,,,,,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-10-29 01:35:53.000000,2025-10-29 01:33:14,2659.0,54.0,375.0,29.0,119.0,2.0,131.0,1793.0,2025-10-10 01:21:58,4.1.9,70.0,,,58.0,,,349.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,37420.0,,,,,,,,,,,,, 69,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],25,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-10-29 18:58:47.000000,2025-10-29 18:58:18,3212.0,1.0,299.0,74.0,876.0,288.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1605.0,9162.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005105.0,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-09-24 21:12:41.000000,2025-08-20 20:52:34,3891.0,16.0,130.0,45.0,1907.0,137.0,972.0,895.0,2025-09-24 21:09:35,1.22.3,82.0,,,104.0,,,67415.0,3.0,cyberark/conjur,1462.0,https://hub.docker.com/r/cyberark/conjur,2025-09-24 20:20:38.813778,29.0,7548823.0,,,,,,,,,,,,, 71,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-10-29 12:01:10.000000,2025-10-15 06:03:01,1913.0,13.0,131.0,23.0,853.0,65.0,392.0,504.0,2024-04-02 18:54:31,6.0.0,44.0,887.0,887.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,731.0,58.0,131.0,531.0,786.0,18716.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3254.0,3.0,,218035.0,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-10-29 13:53:47.000000,2025-10-28 15:54:44,16269.0,49.0,346.0,47.0,7996.0,,,1326.0,,,,,,241.0,,,38240.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-10-29 05:23:39.881000,179.0,6156746.0,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-10-30 12:51:48.000000,2025-10-26 15:31:45,2020.0,90.0,261.0,55.0,395.0,34.0,89.0,616.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1475.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-10-26 15:50:05.271715,,144578.0,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-10-30 18:15:22.000000,2025-10-24 13:36:40,1709.0,23.0,94.0,24.0,1289.0,98.0,319.0,339.0,2025-10-24 13:37:52,1.7.0-beta.2,48.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,iotaledger/identity,,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-10-29 17:39:32.000000,2025-10-29 17:39:30,2095.0,59.0,165.0,25.0,1387.0,31.0,264.0,183.0,2025-10-24 17:42:38,2.10.1,36.0,5.0,5.0,62.0,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 77,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-10-30 07:00:13.000000,2025-10-28 07:42:28,1346.0,13.0,624.0,65.0,640.0,130.0,399.0,14657.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 78,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-10-30 14:31:26.000000,2025-10-24 01:31:16,1247.0,78.0,219.0,26.0,1572.0,226.0,627.0,320.0,2025-09-02 11:27:35,0.5.17,100.0,,,82.0,,,,2.0,,,,,,,,,,,,,,,,,,, 79,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-10-30 16:44:02.000000,2025-10-30 14:49:20,11204.0,666.0,88.0,6.0,1020.0,8.0,272.0,226.0,2025-07-22 15:14:36,0.15.1,100.0,,,37.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 80,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-10-28 07:53:20.000000,2025-10-28 03:39:17,349.0,18.0,20.0,12.0,125.0,1.0,11.0,96.0,2025-10-20 08:49:10,2.0.31,42.0,1382.0,1382.0,12.0,https://www.npmjs.com/package/web-did-resolver,44511.0,44511.0,2.0,,,,,,,,,,,,,,,,,,, 81,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-10-25 20:06:56.000000,2025-10-01 18:47:30,810.0,5.0,56.0,12.0,245.0,31.0,89.0,82.0,2025-10-01 19:00:05,0.2.2,32.0,74.0,74.0,27.0,,,9547.0,2.0,,315069.0,,,,,,,,,,,,,,,,, 82,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-10-10 04:39:03.000000,2025-10-10 04:39:03,4081.0,6.0,783.0,238.0,365.0,64.0,210.0,2894.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,862.0,3.0,,123324.0,,,,,,,,,-1.0,,,,,,,, 83,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-10-29 19:29:26.000000,2025-10-29 19:27:52,2753.0,14.0,226.0,181.0,982.0,74.0,1225.0,1317.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,2.0,,,,,,,, 84,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-10-24 16:15:24.000000,2025-10-17 21:42:30,15242.0,15.0,673.0,106.0,19.0,,,706.0,,,,182.0,182.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 85,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-10-30 11:30:37.000000,2025-10-30 11:30:06,14648.0,69.0,146.0,14.0,2188.0,95.0,2909.0,448.0,2023-06-16 12:51:58,11.4.3,55.0,,,93.0,,,104.0,3.0,,9946.0,,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-10-28 06:49:48.000000,2025-10-28 01:42:40,415.0,8.0,43.0,21.0,132.0,3.0,18.0,227.0,2023-03-08 14:05:37,4.1.0,24.0,7582.0,7582.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-10-30 14:51:08.000000,2025-10-30 14:48:59,3085.0,71.0,39.0,11.0,3956.0,54.0,103.0,76.0,2025-10-30 14:51:08,3.1.1,38.0,984.0,984.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,True,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,944.0,432.0,25.0,1.0,143.0,29974.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,29126.0,3.0,,1514602.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,343.0,65.0,164.0,278.0,607.0,6833.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,294.0,3.0,,27119.0,,,,,,,,,,,,,,,howdy,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,,57.0,7.0,35.0,1.0,59.0,558.0,2025-06-29 14:25:26,2.3.1,38.0,5407.0,5407.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4692.0,555.0,123.0,510.0,622.0,14221.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,314.0,58.0,237.0,4.0,132.0,4230.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,92.0,359.0,182.0,368.0,1931.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-10-27 21:26:05.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1831.0,39.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,27.0,2.0,,2058.0,,,,,,,,,,,,,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,True,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,98.0,18.0,545.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,487.0,487.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,17.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-10-27 12:17:36.000000,2025-10-27 12:17:35,570.0,22.0,39.0,4.0,310.0,6.0,39.0,69.0,2025-10-22 13:49:26,1.37.0,100.0,262.0,262.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-10-20 09:33:35.000000,2025-10-20 09:33:34,1324.0,9.0,307.0,85.0,541.0,31.0,177.0,3211.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,-1.0,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,304.0,92.0,43.0,28.0,24.0,3018.0,,,,1.0,1.0,27.0,,,2846.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2846.0,,,,,,,,,, 100,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,19,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,6.0,61.0,298.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,-1.0,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-10-26 22:39:24.000000,2025-10-26 22:36:44,2690.0,43.0,84.0,19.0,967.0,8.0,143.0,533.0,2025-10-01 05:23:14,0.29.7.RELEASE,82.0,,,35.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,25.0,363.0,54.0,77.0,247.0,2025-02-10 16:01:17,8.5.1,51.0,39.0,39.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,19,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,233.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,4123.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,4123.0,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,43.0,62.0,10.0,750.0,185.0,132.0,69.0,,,1.0,59.0,59.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,923.0,245.0,255.0,212.0,555.0,3136.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2448.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,84.0,184.0,73.0,69.0,1236.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 108,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-10-22 15:36:37.000000,2025-10-17 16:31:58,1261.0,10.0,50.0,47.0,322.0,189.0,152.0,542.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,34.0,460.0,94.0,122.0,232.0,,,,196.0,196.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,True,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,70.0,70.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,552.0,56.0,124.0,90.0,8138.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-10-21 17:57:18.000000,2025-10-21 17:57:18,601.0,6.0,172.0,77.0,263.0,32.0,58.0,1647.0,,,,,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,4.0,309.0,16.0,22.0,1313.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,103.0,3.0,warrantdev/warrant,3114.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 115,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-10-30 12:52:18.000000,2025-10-29 11:30:43,1984.0,18.0,159.0,61.0,556.0,8.0,240.0,664.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,12.0,100.0,74.0,517.0,10.0,374.0,441.0,,,,,,70.0,,,,2.0,,,,,,,,,,w3c/did,,,,,,,,, 117,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-10-01 10:37:41.000000,2025-09-19 15:45:14,3751.0,14.0,75.0,24.0,8.0,,,241.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,36.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,478.0,3.0,waltid/ssikit,148.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23773.0,,,,,,,,,,,,, 120,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-10-20 12:24:12.000000,2025-08-18 11:19:26,2307.0,3.0,92.0,8.0,803.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 121,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-10-29 15:06:35.000000,2025-10-29 15:06:29,1648.0,212.0,20.0,7.0,176.0,17.0,17.0,84.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/OID4VC,3.0,,,,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-10-30 14:52:27.000000,2025-10-29 15:14:45,3579.0,249.0,20.0,10.0,341.0,14.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,2.0,,,,,,,, 123,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,16,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-10-30 18:16:55.000000,2025-10-30 18:16:55,1029.0,53.0,64.0,16.0,355.0,3.0,118.0,727.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,111.0,82.0,850.0,10.0,721.0,339.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 125,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,315.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 126,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-10-30 12:02:12.000000,2025-10-30 12:02:12,191.0,14.0,57.0,20.0,72.0,30.0,17.0,292.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,344141.0,344141.0,3.0,,,,,,,,,,,2.0,,,,,,,, 127,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,16,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,11.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,181.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17764.0,,,,presbrey/beyond,,,,,,,,, 128,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,580.0,580.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-09-18 07:15:21.000000,2025-09-18 07:15:13,1239.0,43.0,11.0,6.0,,,,141.0,2025-09-18 09:19:56,1.61.1,8.0,,,,,,5.0,2.0,,45.0,,,,,,,,,,,,,,,,, 130,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,True,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 131,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-10-30 15:14:54.000000,2025-10-02 14:26:54,1454.0,10.0,25.0,13.0,1394.0,7.0,9.0,133.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-10-28 12:36:55.000000,2025-10-28 12:36:16,907.0,16.0,218.0,51.0,421.0,45.0,178.0,130.0,,,,,,230.0,,,,3.0,,,,,,,,,,w3c/did-extensions,,,,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,28.0,30.0,26.0,72.0,4.0,23.0,83.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,,44.0,372.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-10-24 08:33:18.000000,2025-09-16 11:03:30,5168.0,30.0,18.0,6.0,542.0,52.0,2827.0,59.0,,,,2.0,2.0,5.0,,,,3.0,,,,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,24.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,102.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5011.0,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-10-28 14:24:19.000000,2025-10-08 14:24:06,757.0,4.0,90.0,70.0,349.0,130.0,257.0,433.0,,,,,,42.0,,,,3.0,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],14,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-10-30 06:39:25.000000,2025-10-27 15:16:15,231.0,43.0,28.0,51.0,174.0,97.0,121.0,139.0,,,,,,21.0,,,,3.0,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,163.0,30.0,96.0,34.0,102.0,1009.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,13,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,3.0,39.0,9.0,13.0,6.0,9.0,116.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,13,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,32.0,18.0,283.0,,297.0,61.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-08-05 19:50:00.000000,2025-08-05 19:49:52,512.0,1.0,25.0,25.0,44.0,26.0,47.0,126.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,49.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 150,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,5.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,23.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,989.0,,,,,,,,,,,,, 151,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,22.0,2025-07-25 12:59:42,1.0.1,7.0,1.0,1.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 152,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,91.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-10-01 09:29:12.000000,2025-08-17 22:34:20,2093.0,1.0,25.0,7.0,342.0,20.0,17.0,90.0,,,,,,14.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,18.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-10-27 21:09:06.000000,2025-10-27 21:09:06,568.0,83.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,5.0,12.0,9.0,44.0,21.0,28.0,36.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-10-27 16:57:31.000000,2025-10-27 16:57:29,117.0,6.0,15.0,9.0,127.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-09-23 21:28:00.000000,2025-09-23 21:27:58,108.0,5.0,9.0,9.0,131.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 163,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-09-11 12:57:17.000000,2025-09-11 12:57:16,266.0,2.0,15.0,13.0,31.0,1.0,4.0,63.0,,,,,,13.0,,,,3.0,,,,,,,,,,,-1.0,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,14.0,8.0,96.0,9.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,14.0,29.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,122.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3297.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,555335.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4511011.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-11-06_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇37 · ⭐ 31K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - ory-kratos (🥇35 · ⭐ 12K · 📈) - Headless cloud-native authentication and identity.. Apache-2 ory - ockam (🥉29 · ⭐ 4.6K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - jansen (🥉29 · ⭐ 590 · 📈) - The Janssen Project is a home for open source IAM components,.. Apache-2 linux-foundation - node-solid-server (🥇26 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casl (🥈35 · ⭐ 6.6K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - insightface (🥈31 · ⭐ 27K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - doorkeeper (🥈28 · ⭐ 5.4K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - webauthn-json (🥉17 · ⭐ 790 · 📉) - A small WebAuthn API wrapper that translates to/from pure JSON.. MIT - selective-disclosure-jwt (🥉11 · ⭐ 63 · 📉) - ❗Unlicensed ================================================ FILE: history/2025-11-06_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,trending,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-29 20:49:43.000000,2025-10-27 23:10:20,3938.0,24.0,3952.0,110.0,3307.0,386.0,4658.0,27740.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,475188.0,475188.0,897.0,https://www.npmjs.com/package/next-auth,9186794.0,9186794.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-11-04 05:31:16.000000,2025-11-04 05:31:14,4431.0,176.0,2264.0,226.0,5004.0,240.0,2213.0,13652.0,2025-10-08 20:47:23,1.13.1,76.0,14194.0,14194.0,449.0,,,2873326.0,1.0,coredns/coredns,9302762.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,162.0,323495742.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-11-06 12:32:38.000000,2025-11-06 12:32:37,10150.0,403.0,2206.0,145.0,4286.0,149.0,3489.0,13292.0,2025-10-15 15:33:31,1.19.1,100.0,2206.0,2206.0,526.0,,,2298836.0,1.0,,91953476.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-11-06 15:24:28.276147,2025-11-06 14:42:37,5971.0,144.0,1453.0,130.0,5157.0,376.0,2456.0,10865.0,2025-11-05 09:23:17,1.10.1,100.0,6055.0,6055.0,547.0,,,5382086.0,1.0,openpolicyagent/opa,17865718.0,https://hub.docker.com/r/openpolicyagent/opa,2025-11-06 15:24:28.276147,45.0,606722001.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,5.0,487.0,62.0,516.0,83.0,304.0,2932.0,2025-06-20 05:53:03,3.3.1,50.0,639913.0,639913.0,201.0,,,204652527.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,204652527.0,,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-11-04 06:58:02.000000,2025-11-04 06:55:34,1627.0,60.0,500.0,57.0,281.0,121.0,404.0,5088.0,2025-10-14 06:27:46,1.6.5,46.0,46582.0,46582.0,133.0,,,45376414.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,45376414.0,authlib/authlib,,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-10-21 18:01:33.000000,2025-10-21 18:01:32,2071.0,15.0,2818.0,173.0,305.0,9.0,1200.0,20973.0,2025-08-05 20:40:18,0.0.95,15.0,8407.0,8407.0,96.0,,,320180.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,320180.0,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-11-04 14:19:12.000000,2025-11-04 12:29:19,1138.0,16.0,1689.0,234.0,573.0,16.0,854.0,19374.0,2025-11-04 12:30:59,2.132.0,100.0,3531.0,3531.0,159.0,https://www.npmjs.com/package/casbin,347329.0,1336699.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,989370.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-11-06 16:26:42.000000,2025-11-02 20:44:23,10557.0,10.0,1564.0,132.0,1408.0,129.0,1046.0,10736.0,2025-04-07 17:05:07,1.0.3,14.0,3923.0,3923.0,266.0,,,1077199.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1077199.0,,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-11-06 02:31:19.000000,2025-11-05 23:02:21,22148.0,533.0,4359.0,779.0,25019.0,1165.0,5264.0,33424.0,2025-10-22 20:29:23,1.21.0,100.0,15150.0,15150.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-11-06 17:01:19.000000,2025-11-06 17:01:18,29525.0,711.0,7611.0,390.0,21759.0,2089.0,14077.0,30802.0,2025-10-23 06:59:32,26.4.2,92.0,,,1682.0,,,18841.0,1.0,quay.io/keycloak/keycloak,1111626.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,37.0,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1231.0,293.0,162.0,354.0,430.0,23456.0,,,,1315190.0,1315190.0,38.0,https://www.npmjs.com/package/passport,17564021.0,17564021.0,2.0,,,,,,,,,,,,,,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13455.0,1558.0,243.0,774.0,598.0,55718.0,2018-04-02 17:18:43,1.2.2,2.0,5563.0,5563.0,54.0,,,194051.0,2.0,animcogn/face_recognition,1436.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10072.0,face_recognition,https://pypi.org/project/face_recognition,193942.0,,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,"The only web-scale, fully customizable OpenID Certified OpenID Connect and OAuth2 Provider in the world. Become an..",,['ory'],35,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-11-06 12:52:34.000000,2025-11-06 12:52:33,4291.0,173.0,1484.0,233.0,1923.0,84.0,1484.0,16723.0,2025-01-17 08:51:44,2.3.0,100.0,,,315.0,,,3403328.0,2.0,oryd/hydra,456929.0,https://hub.docker.com/r/oryd/hydra,2025-10-15 14:44:34.818688,78.0,428186733.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],35,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-11-06 12:52:20.000000,2025-11-06 12:52:19,4881.0,133.0,1026.0,110.0,2235.0,156.0,1258.0,12500.0,2024-10-28 10:21:42,1.3.1,47.0,52.0,52.0,239.0,,,1276824.0,1.0,oryd/kratos,51931.0,https://hub.docker.com/r/oryd/kratos,2025-10-16 12:40:06.120895,21.0,114847540.0,,,,,,,3.0,https://k8s.ory.sh/helm/charts,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-11-03 02:49:26.000000,2025-08-12 14:47:33,1669.0,1.0,287.0,38.0,478.0,19.0,482.0,6620.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101489.0,101489.0,73.0,https://www.npmjs.com/package/@casl/ability,3464193.0,3464193.0,2.0,,,,,,,,,,,,,-1.0,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-11-06 13:54:57.327269,2025-11-06 13:28:51,2995.0,131.0,1444.0,78.0,2156.0,82.0,1850.0,12554.0,2025-11-06 13:47:11,2.126.0,100.0,12.0,12.0,256.0,,,13363.0,2.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-11-06 13:54:57.327269,22.0,815177.0,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,9.0,1934.0,185.0,1907.0,255.0,1756.0,12332.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,670451.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,670451.0,,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-11-06 16:30:59.000000,2025-11-05 12:35:18,30289.0,1152.0,3925.0,590.0,6583.0,,,11360.0,2025-10-20 03:46:58,7.2.7,100.0,21.0,21.0,368.0,,,7902.0,2.0,apereo/cas,1246.0,https://hub.docker.com/r/apereo/cas,2025-11-06 01:12:19.104984,131.0,1338874.0,,,,,,,,,,,,, 30,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-11-05 17:04:01.000000,2025-11-05 14:31:37,7426.0,114.0,531.0,74.0,4774.0,119.0,1521.0,2106.0,2025-10-23 13:05:05,1.13.3,100.0,193.0,193.0,233.0,,,13481.0,2.0,ghcr.io/spiffe/spire-server,822371.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,417.0,27.0,555.0,91.0,362.0,595.0,2025-10-07 20:02:21,7.5.4,55.0,2123.0,2123.0,181.0,,,1811718.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1811718.0,,,,,,,,,, 32,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-11-06 15:04:48.000000,2025-11-06 15:02:17,8401.0,552.0,1294.0,157.0,8424.0,62.0,1330.0,25740.0,2025-10-12 05:45:48,4.39.13,100.0,,,258.0,,,830.0,2.0,,49800.0,,,,,,,,,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-11-05 17:07:54.000000,2025-11-02 22:32:07,5254.0,240.0,342.0,48.0,2067.0,96.0,443.0,6177.0,2025-10-24 16:23:54,1.46.2,100.0,131.0,131.0,70.0,,,117544.0,2.0,authzed/spicedb,176338.0,https://hub.docker.com/r/authzed/spicedb,2025-10-27 19:47:57.620439,7.0,5790401.0,,,,,,,,,,,,, 34,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-11-06 15:40:34.000000,2025-11-05 22:47:46,3995.0,115.0,314.0,41.0,4787.0,98.0,968.0,4525.0,2025-10-24 16:32:30,0.30.7,100.0,22.0,22.0,99.0,,,19671581.0,2.0,pomerium/pomerium,55612.0,https://hub.docker.com/r/pomerium/pomerium,2025-11-06 00:12:19.637943,13.0,1612998493.0,,,,,,,,,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-11-04 16:28:50.000000,2025-11-04 11:27:32,2724.0,25.0,766.0,66.0,266.0,,,3590.0,2025-10-24 08:28:38,9.5.2,100.0,1904.0,1904.0,76.0,https://www.npmjs.com/package/oidc-provider,769427.0,769427.0,2.0,,,,,,,,,,,,,,,,,,, 36,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-11-05 02:27:44.000000,2025-11-05 02:27:44,17376.0,614.0,925.0,108.0,8913.0,1372.0,15791.0,865.0,2025-10-24 04:51:27,7.2.0,100.0,,,729.0,,,14676.0,2.0,wso2/wso2is,19688.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1987454.0,,,,,,,,,,,,, 37,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11151.0,676.0,334.0,,,90445.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1168256.0,2.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1168256.0,,,,,,,,,, 38,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,31,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-09-27 16:27:11.000000,2025-09-27 16:27:10,2372.0,2.0,5744.0,507.0,199.0,1199.0,1394.0,26956.0,2023-04-02 07:43:27,0.7,1.0,4806.0,4806.0,67.0,,,342215.0,2.0,animcogn/insightface,10608609.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,-1.0,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-11-06 18:14:36.000000,2025-11-06 16:47:21,19544.0,1206.0,1349.0,69.0,13879.0,745.0,2828.0,18703.0,2025-11-03 16:49:16,ersion/2025.10.1,100.0,,,448.0,,,160.0,2.0,,4661.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-11-06 16:05:07.000000,2025-11-06 03:01:51,7882.0,221.0,622.0,48.0,7074.0,160.0,565.0,10995.0,2025-10-31 06:54:33,1.33.0,76.0,30.0,30.0,79.0,,,6065.0,2.0,svhd/logto,6598.0,https://hub.docker.com/r/svhd/logto,2025-11-06 03:12:13.606717,5.0,313341.0,,,,,,,,,,,,, 41,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],31,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-11-06 12:54:51.000000,2025-11-06 12:52:12,1772.0,104.0,369.0,53.0,1365.0,35.0,293.0,5172.0,2025-03-06 12:24:46,0.14.0,53.0,39.0,39.0,81.0,,,558291.0,2.0,oryd/keto,37249.0,https://hub.docker.com/r/oryd/keto,2025-10-15 12:37:47.231311,9.0,51322064.0,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-11-06 18:02:12.000000,2025-11-06 16:28:44,4892.0,169.0,292.0,194.0,5828.0,107.0,281.0,3975.0,2025-11-03 18:46:15,0.20.1,72.0,11.0,11.0,197.0,,,303046.0,2.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-11-03 18:53:47.754438,18.0,21213259.0,,,,,,,,,,,,, 43,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-11-06 12:52:54.000000,2025-11-06 12:52:53,1564.0,92.0,374.0,47.0,764.0,62.0,300.0,3507.0,2025-01-30 10:40:58,0.40.9,100.0,15.0,15.0,119.0,,,922674.0,2.0,oryd/oathkeeper,36748.0,https://hub.docker.com/r/oryd/oathkeeper,2025-10-15 10:27:43.779599,43.0,90384642.0,,,,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-11-06 17:36:54.000000,2025-11-06 09:57:42,4077.0,229.0,846.0,55.0,6862.0,815.0,2417.0,12127.0,2025-11-05 15:57:00,4.6.4,100.0,1.0,1.0,228.0,,,1436.0,3.0,ghcr.io/zitadel/zitadel,11495.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 45,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-11-06 04:01:43.000000,2025-11-03 12:52:37,3550.0,155.0,1747.0,170.0,2921.0,333.0,857.0,10345.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-11-01 20:03:28.000000,2025-10-02 07:52:09,2959.0,19.0,130.0,58.0,327.0,36.0,319.0,1014.0,2025-09-03 07:38:43,5.8.0,45.0,196.0,196.0,48.0,,,182854.0,2.0,,31689.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,182572.0,,,,,,,,,, 47,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-11-04 01:36:36.000000,2025-11-03 02:52:53,672.0,18.0,70.0,37.0,232.0,6.0,86.0,364.0,2025-08-25 22:29:37,8.0.18,100.0,6039.0,6039.0,42.0,https://www.npmjs.com/package/did-jwt,318448.0,318448.0,1.0,,,,,,,,,,,,,,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-11-06 18:26:00.000000,2025-11-06 18:25:58,7175.0,91.0,612.0,132.0,5209.0,171.0,3070.0,5582.0,2025-11-04 01:22:55,0.20251103.0,100.0,,,143.0,,,17209.0,2.0,letsencrypt/boulder-tools,37124.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2033494.0,,,,,,,,,,,,, 49,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,3.0,562.0,52.0,7293.0,,1780.0,4572.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,188.0,188.0,318.0,,,352.0,3.0,,14817.0,,,,,,,,,,,1.0,,build-trust/ockam/ockam,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-11-05 21:37:46.000000,2025-11-05 21:37:45,2531.0,77.0,270.0,19.0,2644.0,219.0,885.0,4189.0,2025-10-13 01:43:03,1.7.4,45.0,42.0,42.0,134.0,,,8249.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-10-31 05:30:25.959939,4.0,667834.0,,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-11-06 11:02:53.000000,2025-11-06 11:02:53,2178.0,97.0,165.0,31.0,2317.0,47.0,354.0,4119.0,2025-10-28 08:42:42,0.47.0,71.0,33.0,33.0,33.0,,,1114.0,3.0,ghcr.io/cerbos/cerbos,62433.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-11-06 16:34:24.000000,2025-11-06 16:34:24,7788.0,256.0,386.0,36.0,1409.0,4.0,320.0,1574.0,2025-09-17 16:58:52,is-7.3.2,98.0,2982.0,2982.0,338.0,,,,2.0,,,,,,,,,,DuendeSoftware/products,,,,,,,,, 53,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],29,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-11-06 18:02:23.000000,2025-11-06 11:39:59,35378.0,202.0,151.0,29.0,7282.0,406.0,4760.0,592.0,2025-10-14 13:41:20,1.13.0,100.0,8.0,8.0,138.0,,,472.0,3.0,,11801.0,,,,,,,,,,,1.0,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3491.0,742.0,77.0,5.0,382.0,15434.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1338.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163323.0,,,,,,,,,,,,, 55,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,10.0,1034.0,102.0,878.0,46.0,849.0,5438.0,2025-04-04 08:29:47,5.8.2,70.0,10770.0,10770.0,333.0,,,,2.0,,,,,,,,,,,,,-1.0,,,doorkeeper,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-11-03 21:36:37.000000,2025-11-03 01:11:22,544.0,19.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1837.0,1837.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,26549.0,26549.0,1.0,,,,,,,,,,,,,,,,,,, 57,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,27,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-11-06 17:52:15.000000,2025-11-06 17:51:56,1845.0,8.0,13282.0,1531.0,532.0,36.0,850.0,54667.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,799.0,3.0,,64789.0,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3813.0,345.0,113.0,452.0,393.0,17613.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,196651.0,196651.0,3.0,,,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-11-06 08:56:51.000000,2025-11-06 08:56:48,5330.0,466.0,264.0,25.0,2246.0,49.0,280.0,5650.0,2025-11-03 10:45:54,1.5.0,100.0,4.0,4.0,68.0,,,358.0,3.0,ghcr.io/permify/permify,9677.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-11-05 11:14:35.000000,2025-11-05 11:14:35,2062.0,9.0,239.0,30.0,581.0,48.0,119.0,5387.0,2025-10-28 09:59:58,0.9.1,60.0,47.0,47.0,72.0,,,6861.0,3.0,permitio/opal-server,1781.0,https://hub.docker.com/r/permitio/opal-server,2025-10-28 10:01:42.305682,1.0,389299.0,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3493.0,2024-01-13 04:08:30,0.27.3,100.0,213.0,213.0,68.0,,,30530.0,3.0,,3593.0,,,,,oso,https://pypi.org/project/oso,30467.0,,,,,,,,,, 62,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-10-27 16:47:31.000000,2025-10-27 16:46:38,7099.0,157.0,318.0,418.0,4705.0,102.0,448.0,1758.0,2024-06-11 16:44:34,1.8.2,31.0,43.0,43.0,156.0,,,0.0,2.0,,64.0,,,,,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-11-05 03:01:30.000000,2025-11-05 03:01:28,3588.0,117.0,290.0,50.0,2801.0,32.0,261.0,967.0,2025-10-25 01:48:27,1.12.28,100.0,367.0,367.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-11-05 20:59:05.000000,2025-11-05 18:44:37,2308.0,28.0,970.0,38.0,1824.0,35.0,373.0,8520.0,2025-10-28 15:18:50,backend/v2.2.0,36.0,330.0,330.0,51.0,,,23.0,3.0,,928.0,,,,,,,,,,,,,,,,, 65,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],26,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-11-06 18:03:11.000000,2025-11-04 15:28:38,3219.0,8.0,298.0,74.0,883.0,290.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1951.0,9451.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005105.0,,,,,,,1.0,,,,,, 66,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-09-05 08:25:29.000000,2025-09-04 07:51:02,678.0,23.0,192.0,41.0,334.0,33.0,243.0,1360.0,2025-08-29 13:12:19,4.0.0,21.0,350.0,350.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 67,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,179.0,33.0,145.0,,107.0,998.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,517938.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,517938.0,,,,,,,,,, 68,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-11-05 16:43:47.000000,2025-11-05 15:59:23,10234.0,109.0,496.0,23.0,2522.0,145.0,1269.0,472.0,2025-08-26 19:35:08,1.3.2,100.0,,,163.0,,,,1.0,,,,,,,,,,openwallet-foundation/acapy,,,,,,,,, 69,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-11-03 22:45:40.000000,2025-10-28 01:31:35,404.0,7.0,46.0,20.0,103.0,4.0,49.0,205.0,2025-08-26 05:57:14,4.0.16,70.0,1319.0,1319.0,22.0,https://www.npmjs.com/package/did-jwt-vc,49881.0,49881.0,1.0,,,,,,,,,,,,,,,,,,, 70,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-11-06 01:14:13.000000,2025-11-06 01:13:49,2671.0,61.0,376.0,30.0,123.0,2.0,131.0,1800.0,2025-10-10 01:21:58,4.1.9,70.0,,,59.0,,,349.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,37714.0,,,,,,,,,,,,, 71,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-06 15:45:15.951236,2025-08-20 20:52:34,3891.0,16.0,131.0,45.0,1907.0,137.0,972.0,900.0,2025-09-24 21:09:35,1.22.3,82.0,,,104.0,,,66841.0,3.0,cyberark/conjur,1487.0,https://hub.docker.com/r/cyberark/conjur,2025-11-06 15:45:15.951236,29.0,7551397.0,,,,,,,,,,,,, 72,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-11-05 11:04:26.000000,2025-10-15 06:03:01,1913.0,13.0,131.0,23.0,854.0,65.0,392.0,505.0,2024-04-02 18:54:31,6.0.0,44.0,888.0,888.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 73,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,740.0,59.0,131.0,531.0,786.0,18745.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3213.0,3.0,,218537.0,,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-11-06 14:21:25.912579,2025-11-05 22:45:04,16297.0,76.0,348.0,47.0,8010.0,,,1327.0,,,,,,247.0,,,38055.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-11-06 14:21:25.912579,179.0,6164967.0,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-11-06 14:42:56.000000,2025-10-24 13:36:40,1709.0,21.0,95.0,24.0,1290.0,98.0,319.0,339.0,2025-10-24 13:37:52,1.7.0-beta.2,48.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,iotaledger/identity,,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-11-05 19:37:19.000000,2025-11-05 19:35:27,2104.0,62.0,166.0,25.0,1397.0,31.0,265.0,184.0,2025-10-24 17:42:38,2.10.1,36.0,5.0,5.0,62.0,,,,1.0,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 77,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-11-04 12:30:45.000000,2025-10-28 07:42:28,1346.0,13.0,628.0,65.0,642.0,130.0,399.0,14675.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-11-06 12:47:49.000000,2025-11-03 09:38:47,2021.0,34.0,260.0,55.0,395.0,34.0,89.0,616.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1462.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-11-03 12:02:02.178814,,144805.0,,,,,,,,,,,,, 79,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-11-06 14:31:34.000000,2025-11-06 14:28:19,1252.0,75.0,218.0,26.0,1578.0,227.0,629.0,320.0,2025-10-31 19:50:59,0.5.18,100.0,,,82.0,,,,2.0,,,,,,,,,,,,,,,,,,, 80,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-11-06 18:12:50.000000,2025-11-06 18:12:47,11306.0,669.0,87.0,6.0,1037.0,7.0,274.0,229.0,2025-07-22 15:14:36,0.15.1,100.0,,,37.0,,,,2.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 81,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-11-03 04:27:30.000000,2025-11-03 03:06:46,350.0,19.0,20.0,12.0,125.0,1.0,11.0,96.0,2025-10-20 08:49:10,2.0.31,42.0,1384.0,1384.0,12.0,https://www.npmjs.com/package/web-did-resolver,46806.0,46806.0,2.0,,,,,,,,,,,,,,,,,,, 82,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-10-25 20:06:56.000000,2025-10-01 18:47:30,810.0,5.0,56.0,12.0,245.0,31.0,89.0,82.0,2025-10-01 19:00:05,0.2.2,32.0,74.0,74.0,27.0,,,9396.0,2.0,,319466.0,,,,,,,,,,,,,,,,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-10-10 04:39:03.000000,2025-10-10 04:39:03,4081.0,6.0,783.0,238.0,365.0,64.0,210.0,2895.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,858.0,3.0,,123631.0,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-11-03 11:43:10.000000,2025-10-29 19:27:52,2753.0,13.0,227.0,181.0,982.0,75.0,1225.0,1319.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-11-04 22:13:39.000000,2025-11-04 14:04:25,15244.0,17.0,678.0,106.0,19.0,,,706.0,,,,182.0,182.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-11-06 16:31:49.000000,2025-11-06 16:31:49,14657.0,75.0,146.0,14.0,2192.0,94.0,2912.0,449.0,2023-06-16 12:51:58,11.4.3,55.0,,,93.0,,,103.0,3.0,,9951.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-11-03 21:52:15.000000,2025-10-28 01:42:40,415.0,8.0,43.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,24.0,7587.0,7587.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],22,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,,2019-11-21 00:49:46,2025-11-03 15:41:56.000000,2025-11-03 15:36:09,3092.0,78.0,39.0,11.0,3964.0,54.0,103.0,76.0,2025-10-30 14:51:08,3.1.1,38.0,984.0,984.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,958.0,433.0,25.0,1.0,143.0,29999.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28699.0,3.0,,1521061.0,,,,,,,,,,,,,,,,, 90,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,343.0,66.0,165.0,280.0,607.0,6845.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,293.0,3.0,,27325.0,,,,,,,,,,,,,,,howdy,, 91,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-07-28 19:27:56.000000,2025-07-28 19:27:49,287.0,,57.0,7.0,35.0,1.0,59.0,558.0,2025-06-29 14:25:26,2.3.1,38.0,5411.0,5411.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,555.0,123.0,510.0,622.0,14231.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,314.0,58.0,237.0,4.0,132.0,4233.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,783.0,92.0,360.0,182.0,368.0,1931.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-10-27 21:26:05.000000,2025-02-24 16:33:21,4946.0,,654.0,61.0,1831.0,39.0,60.0,696.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2069.0,,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,487.0,487.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,17.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-11-06 13:47:56.000000,2025-10-27 12:17:35,570.0,21.0,38.0,4.0,311.0,6.0,39.0,69.0,2025-10-22 13:49:26,1.37.0,100.0,262.0,262.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3019.0,,,,1.0,1.0,27.0,,,2215.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,2215.0,,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-11-03 14:01:04.000000,2025-11-01 13:54:30,2701.0,54.0,82.0,19.0,972.0,9.0,143.0,534.0,2025-11-01 15:18:55,0.30.0.RELEASE,83.0,,,35.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,25.0,363.0,54.0,77.0,249.0,2025-02-10 16:01:17,8.5.1,51.0,39.0,39.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-10-20 09:33:35.000000,2025-10-20 09:33:34,1324.0,1.0,307.0,85.0,541.0,32.0,177.0,3220.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,923.0,245.0,255.0,212.0,555.0,3141.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2448.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,84.0,184.0,73.0,69.0,1236.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-11-05 15:01:23.000000,2025-11-04 13:06:40,1264.0,12.0,50.0,47.0,323.0,189.0,152.0,542.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,34.0,460.0,94.0,122.0,234.0,,,,197.0,197.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,18,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,233.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,3762.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3762.0,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,70.0,70.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,33.0,64.0,10.0,750.0,185.0,132.0,70.0,,,1.0,59.0,59.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,552.0,56.0,124.0,90.0,8137.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-11-03 14:41:02.000000,2025-11-03 14:40:54,603.0,8.0,174.0,78.0,264.0,33.0,58.0,1651.0,,,,,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,52.0,4.0,309.0,16.0,22.0,1313.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,100.0,3.0,warrantdev/warrant,3116.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 115,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,17,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,1.0,61.0,297.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,-2.0,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-11-06 14:37:26.000000,2025-11-06 08:44:23,1998.0,32.0,157.0,61.0,560.0,8.0,240.0,667.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,12.0,100.0,74.0,517.0,10.0,374.0,442.0,,,,,,70.0,,,,2.0,,,,,,,,,,w3c/did,,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,647.0,57.0,175.0,337.0,,,,,,94.0,,,,2.0,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 119,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-10-31 11:52:37.000000,2025-09-19 15:45:14,3751.0,13.0,75.0,24.0,8.0,,,242.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 120,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,469.0,3.0,waltid/ssikit,148.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23785.0,,,,,,,,,,,,, 121,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-10-20 12:24:12.000000,2025-08-18 11:19:26,2307.0,3.0,93.0,8.0,803.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-11-03 17:03:44.000000,2025-10-29 15:06:29,1648.0,212.0,21.0,7.0,176.0,17.0,17.0,84.0,2025-05-22 00:44:52,0.19.0,27.0,,,20.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 123,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,16,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-10-31 16:07:02.000000,2025-10-30 18:16:55,1029.0,53.0,64.0,16.0,356.0,3.0,118.0,732.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,111.0,82.0,850.0,10.0,721.0,340.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 125,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,315.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 126,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-10-30 12:02:12.000000,2025-10-30 12:02:12,191.0,14.0,58.0,20.0,73.0,30.0,17.0,292.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,345091.0,345091.0,3.0,,,,,,,,,,,,,,,,,,, 127,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,580.0,580.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-11-03 14:33:13.000000,2025-11-03 14:33:05,1279.0,78.0,11.0,6.0,,,,140.0,2025-11-04 09:51:10,1.64.2,9.0,,,,,,5.0,2.0,,51.0,,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,decentralized-identity/web5-js,,,,,,,,, 130,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-11-06 17:44:04.000000,2025-10-02 14:26:54,1454.0,10.0,25.0,13.0,1398.0,7.0,9.0,134.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 131,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-10-28 12:36:55.000000,2025-10-28 12:36:16,907.0,16.0,219.0,51.0,422.0,45.0,178.0,130.0,,,,,,230.0,,,,3.0,,,,,,,,,,w3c/did-extensions,,,,,,,,, 132,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-09-18 14:03:23.000000,2025-09-18 14:01:29,555.0,14.0,30.0,26.0,72.0,4.0,23.0,83.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,16,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-11-05 08:52:56.000000,2025-11-05 08:52:53,3600.0,270.0,20.0,10.0,341.0,14.0,10.0,72.0,2025-05-22 01:05:15,0.34.0,50.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-11-06 10:13:54.000000,2025-11-05 17:25:22,5254.0,116.0,18.0,6.0,542.0,50.0,2835.0,59.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 135,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,15,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-08-25 02:36:59.000000,2025-08-25 02:36:56,151.0,11.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,179.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17764.0,,,,presbrey/beyond,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,100.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5027.0,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-04 18:48:37.000000,2025-10-08 14:24:06,757.0,4.0,90.0,70.0,349.0,130.0,257.0,433.0,,,,,,42.0,,,,3.0,,,,,,,,,,w3c-fedid/FedCM,,,,,,,,, 138,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,,44.0,372.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1008.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-11-03 19:44:53.000000,2025-10-27 15:16:15,231.0,36.0,28.0,51.0,174.0,97.0,122.0,139.0,,,,,,21.0,,,,3.0,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,126.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,2.0,39.0,9.0,13.0,6.0,9.0,117.0,,,,18.0,18.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,49.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,48.0,,,,88.0,88.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 150,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,990.0,,,,,,,,,,,,, 151,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,22.0,2025-07-25 12:59:42,1.0.1,7.0,1.0,1.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 152,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,11,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-11-04 16:03:13.000000,2025-08-17 22:34:20,2093.0,1.0,26.0,8.0,342.0,20.0,17.0,91.0,,,,,,14.0,,,,3.0,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 153,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,91.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,-2.0,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-11-05 16:42:28.000000,2025-11-05 16:42:25,569.0,77.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-11-04 15:05:18.000000,2025-11-04 15:05:13,267.0,3.0,15.0,13.0,32.0,1.0,4.0,65.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,5.0,12.0,9.0,44.0,21.0,28.0,36.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-10-27 16:57:31.000000,2025-10-27 16:57:29,117.0,6.0,15.0,9.0,127.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-11-06 01:26:08.000000,2025-09-23 21:27:58,108.0,5.0,9.0,9.0,132.0,3.0,1.0,23.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 165,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,7,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-03-28 19:37:24.000000,2025-03-28 19:37:09,253.0,,14.0,8.0,96.0,9.0,45.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,14.0,29.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,7.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,118.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3309.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,560003.0,,,,,,,,,,,,, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4515096.0,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-11-20_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ory-hydra (🥇36 · ⭐ 17K · 📈) - Internet-scale OpenID Certified OpenID Connect and.. Apache-2 ory - casl (🥈36 · ⭐ 6.7K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - solid-client-authn-js (🥉24 · ⭐ 76 · 📈) - A client library for authenticating with Solid. MIT solid - sphereon-ssi-mobile-wallet (🥉15 · ⭐ 93 · 📈) - Open-Source Mobile SSI Wallet. Apache-2 - did-webs (🥉9 · ⭐ 16 · 📈) - a DID method spec for did:webs. ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cert-manager (🥇36 · ⭐ 13K · 📉) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - nextauthjs (🥈33 · ⭐ 28K · 📉) - Authentication for the Web. ISC - authlib (🥈32 · ⭐ 5.1K · 📉) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - pysaml2 (🥈29 · ⭐ 600 · 📉) - Python implementation of SAML2. Apache-2 - node-oidc-provider (🥈27 · ⭐ 3.6K · 📉) - OpenID Certified OAuth 2.0 Authorization Server.. MIT ================================================ FILE: history/2025-11-20_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,pypi_id,pypi_url,pypi_monthly_downloads,npm_id,maven_id,npm_url,npm_monthly_downloads,maven_url,helm_id,trending,updated_github_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-11-20 10:11:00.000000,2025-11-20 10:10:57,4463.0,178.0,2278.0,226.0,5038.0,240.0,2216.0,13719.0,2025-10-08 20:47:23,1.13.1,9376783.0,2878598.0,76.0,14236.0,14236.0,454.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,163.0,324029248.0,1.0,,,,,,,,,,,,,,,, 12,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-11-20 18:14:13.000000,2025-11-20 18:13:06,6007.0,169.0,1456.0,130.0,5192.0,371.0,2467.0,10910.0,2025-11-05 09:23:17,1.10.1,18359084.0,5394704.0,100.0,6117.0,6117.0,548.0,https://hub.docker.com/r/openpolicyagent/opa,2025-11-20 15:00:39.320772,46.0,607291616.0,1.0,,,,,,,,,,,,,,,, 13,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,2.0,487.0,62.0,517.0,83.0,305.0,2939.0,2025-06-20 05:53:03,3.3.1,,207831328.0,50.0,640209.0,640209.0,201.0,,,,,1.0,oauthlib,https://pypi.org/project/oauthlib,207831328.0,,,,,,,,,,,,, 14,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-10-21 18:01:33.000000,2025-10-21 18:01:32,2071.0,10.0,2833.0,174.0,305.0,9.0,1201.0,21090.0,2025-08-05 20:40:18,0.0.95,,356888.0,15.0,8422.0,8422.0,96.0,,,,,1.0,deepface,https://pypi.org/project/deepface,356888.0,,,,,,,,,,,,, 15,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-11-20 15:11:41.000000,2025-11-14 17:33:10,1140.0,14.0,1690.0,234.0,581.0,19.0,858.0,19428.0,2025-11-14 17:34:46,2.134.0,,1234845.0,100.0,3540.0,3540.0,159.0,,,,,1.0,casbin,https://pypi.org/project/casbin,886996.0,casbin,org.casbin:casbin-spring-boot-starter,https://www.npmjs.com/package/casbin,347849.0,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 16,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-11-20 17:04:20.000000,2025-11-20 17:03:41,22239.0,578.0,4368.0,780.0,25030.0,1172.0,5270.0,33489.0,2025-11-19 17:36:49,1.21.1,,,100.0,15183.0,15183.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 17,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-11-20 17:35:38.000000,2025-11-20 17:35:38,29626.0,704.0,7661.0,391.0,21911.0,2118.0,14209.0,31141.0,2025-11-12 15:24:23,26.4.5,1094158.0,18545.0,94.0,,,1694.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,,,,,,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,37,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-11-20 16:26:20.000000,2025-11-07 23:46:16,10558.0,9.0,1573.0,132.0,1412.0,129.0,1047.0,10809.0,2025-04-07 17:05:07,1.0.3,,1087925.0,14.0,3934.0,3934.0,266.0,,,,,1.0,speechbrain,https://pypi.org/project/speechbrain,1087925.0,,,,,,,,,,,,, 19,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1231.0,293.0,162.0,354.0,430.0,23457.0,,,,18335299.0,,1315631.0,1315631.0,38.0,,,,,1.0,,,,passport,,https://www.npmjs.com/package/passport,18335299.0,,,,,,,,, 20,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-11-20 17:38:21.000000,2025-11-20 17:38:20,4311.0,163.0,1486.0,234.0,1923.0,87.0,1485.0,16771.0,2025-11-07 14:57:03,25.4.0,466229.0,3404168.0,100.0,,,316.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428272533.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,1.0,,,,,, 21,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],36,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-11-20 16:38:33.000000,2025-11-20 16:38:33,10181.0,381.0,2211.0,145.0,4311.0,151.0,3496.0,13331.0,2025-10-15 15:33:31,1.19.1,94398662.0,2359966.0,100.0,,,527.0,,,,,1.0,,,,,,,,,,-5.0,,,,,, 22,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-11-19 21:31:12.000000,2025-08-12 14:47:33,1669.0,,289.0,38.0,479.0,21.0,482.0,6658.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,,3513389.0,100.0,101534.0,101534.0,73.0,,,,,2.0,,,,@casl/ability,,https://www.npmjs.com/package/@casl/ability,3513389.0,,,1.0,,,,,, 23,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13464.0,1555.0,249.0,776.0,598.0,55802.0,2018-04-02 17:18:43,1.2.2,1436.0,205181.0,2.0,5564.0,5564.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10093.0,2.0,face_recognition,https://pypi.org/project/face_recognition,205071.0,,,,,,,,,,,,, 24,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,7.0,1935.0,185.0,1907.0,258.0,1756.0,12378.0,2025-03-05 07:11:35,r1.5.0,,875720.0,17.0,165.0,165.0,159.0,,,,,2.0,paddlepaddle,https://pypi.org/project/paddlepaddle,875720.0,,,,,,,,,,,,, 25,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-11-20 17:38:10.719875,2025-11-20 16:12:56,30544.0,1153.0,3926.0,587.0,6679.0,,,11365.0,2025-11-09 16:48:27,7.3.1,1545.0,7999.0,100.0,21.0,21.0,369.0,https://hub.docker.com/r/apereo/cas,2025-11-20 17:38:10.719875,131.0,1354365.0,1.0,,,,,,,,,,,,,,,, 26,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-11-20 17:04:09.000000,2025-11-20 11:39:50,7456.0,137.0,535.0,74.0,4802.0,112.0,1530.0,2120.0,2025-10-23 13:05:05,1.13.3,826496.0,13549.0,100.0,201.0,201.0,237.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 27,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,33,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-29 20:49:43.000000,2025-10-27 23:10:20,3938.0,24.0,3958.0,110.0,3310.0,387.0,4661.0,27796.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,9687019.0,100.0,,,897.0,,,,,2.0,,,,next-auth,,https://www.npmjs.com/package/next-auth,9687019.0,,,-9.0,,,,,, 28,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-11-20 17:40:34.000000,2025-11-20 00:21:31,8486.0,546.0,1291.0,158.0,8517.0,59.0,1336.0,25857.0,2025-11-09 07:18:40,4.39.14,51525.0,858.0,100.0,,,261.0,,,,,2.0,,,,,,,,,,,,,,,, 29,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],33,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-11-20 13:15:10.000000,2025-11-20 13:15:09,4909.0,140.0,1040.0,111.0,2237.0,151.0,1264.0,12879.0,2025-11-07 15:48:50,25.4.0,51456.0,1277451.0,48.0,,,240.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,114904515.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 30,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-11-20 10:21:53.000000,2025-11-19 14:56:54,5278.0,256.0,347.0,48.0,2095.0,98.0,445.0,6216.0,2025-10-24 16:23:54,1.46.2,178239.0,119313.0,100.0,134.0,134.0,72.0,https://hub.docker.com/r/authzed/spicedb,2025-10-27 19:47:57.620439,7.0,5878451.0,2.0,,,,,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-11-20 17:54:26.000000,2025-11-19 18:09:07,4011.0,110.0,315.0,41.0,4810.0,99.0,969.0,4544.0,2025-10-24 16:32:30,0.30.7,68727.0,19672088.0,100.0,22.0,22.0,100.0,https://hub.docker.com/r/pomerium/pomerium,2025-11-19 19:34:13.261069,13.0,1613023305.0,2.0,,,,,,,,,,,,,,,, 32,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-19 11:23:01.000000,2025-11-19 11:23:01,2376.0,5.0,5752.0,507.0,199.0,1202.0,1394.0,27081.0,2023-04-02 07:43:27,0.7,10819857.0,349029.0,1.0,4820.0,4820.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,2.0,,,,,,,,,,,,,,,, 33,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,32,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-11-20 18:00:07.000000,2025-11-20 14:33:00,3047.0,154.0,1460.0,78.0,2215.0,87.0,1886.0,12634.0,2025-11-20 14:42:16,2.153.0,,13695.0,100.0,,,259.0,https://hub.docker.com/r/casbin/casdoor,2025-11-20 14:48:40.667070,22.0,835418.0,2.0,,,,,,,,,,,,,,,, 34,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-11-20 13:15:07.000000,2025-11-20 13:15:06,1785.0,97.0,371.0,53.0,1371.0,34.0,294.0,5197.0,2025-11-07 14:48:11,25.4.0,37670.0,558393.0,54.0,39.0,39.0,82.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51331014.0,2.0,,,,,,,,,,,,,,,, 35,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,32,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-11-11 18:14:51.000000,2025-11-11 18:14:51,1630.0,58.0,503.0,57.0,281.0,119.0,406.0,5111.0,2025-10-14 06:27:46,1.6.5,,46989075.0,46.0,,,134.0,,,,,2.0,authlib,https://pypi.org/project/authlib,46989075.0,,,,,,,-7.0,authlib/authlib,,,,, 36,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-11-20 13:15:44.000000,2025-11-20 13:15:43,1577.0,93.0,375.0,47.0,764.0,62.0,301.0,3518.0,2025-11-07 14:57:21,25.4.0,23275.0,922874.0,100.0,15.0,15.0,120.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,43.0,90417976.0,2.0,,,,,,,,,,,,,,,, 37,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-11-20 16:39:53.000000,2025-11-20 16:39:53,17428.0,465.0,923.0,108.0,8944.0,1400.0,15816.0,865.0,2025-10-24 04:51:27,7.2.0,19977.0,14698.0,100.0,,,729.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1989660.0,2.0,,,,,,,,,,,,,,,, 38,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11251.0,683.0,338.0,,,91060.0,2025-06-26 01:06:09,20250625,,1026065.0,13.0,21.0,21.0,79.0,,,,,3.0,openai-whisper,https://pypi.org/project/openai-whisper,1026065.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-11-20 18:06:11.000000,2025-11-19 17:52:26,19695.0,1169.0,1360.0,68.0,14093.0,782.0,2860.0,18890.0,2025-11-19 15:08:41,ersion/2025.10.2,4732.0,169.0,100.0,,,453.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-11-20 08:55:40.000000,2025-11-20 08:49:28,7919.0,203.0,628.0,48.0,7111.0,174.0,556.0,11063.0,2025-10-31 06:54:33,1.33.0,6682.0,6192.0,76.0,30.0,30.0,79.0,https://hub.docker.com/r/svhd/logto,2025-11-20 08:54:31.031758,5.0,319990.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-11-20 18:19:30.000000,2025-11-20 16:26:30,4929.0,187.0,297.0,194.0,5873.0,107.0,281.0,3984.0,2025-11-03 18:46:15,0.20.1,,305017.0,72.0,11.0,11.0,197.0,https://hub.docker.com/r/hashicorp/boundary,2025-11-03 18:53:47.754438,18.0,21351238.0,3.0,,,,,,,,,,,,,,,, 42,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-11-20 18:13:24.000000,2025-11-17 20:22:51,4090.0,199.0,856.0,55.0,6884.0,820.0,2425.0,12205.0,2025-11-14 09:45:13,4.7.0,12229.0,1528.0,100.0,,,228.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 43,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-11-19 16:33:23.000000,2025-11-19 16:32:56,2968.0,25.0,132.0,58.0,330.0,36.0,319.0,1019.0,2025-09-03 07:38:43,5.8.0,32784.0,101194.0,45.0,198.0,198.0,48.0,,,,,2.0,yubikey-manager,https://pypi.org/project/yubikey-manager,100902.0,,,,,,,,,,,,, 44,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-11-20 17:06:13.000000,2025-11-17 01:03:54,673.0,15.0,70.0,36.0,232.0,6.0,86.0,365.0,2025-08-25 22:29:37,8.0.18,,340834.0,100.0,6045.0,6045.0,42.0,,,,,1.0,,,,did-jwt,,https://www.npmjs.com/package/did-jwt,340834.0,,,,,,,,, 45,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-11-20 02:35:15.000000,2025-11-19 14:59:27,7183.0,80.0,614.0,132.0,5223.0,170.0,3074.0,5595.0,2025-11-18 17:41:33,0.20251118.0,37358.0,17306.0,100.0,,,143.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2034284.0,2.0,,,,,,,,,,,,,,,, 46,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,3.0,562.0,52.0,7293.0,,1780.0,4576.0,2025-06-30 22:09:21,ockam_v0.157.0,14872.0,354.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 47,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-11-20 14:34:26.000000,2025-11-20 14:34:25,2198.0,106.0,168.0,31.0,2345.0,47.0,354.0,4138.0,2025-10-28 08:42:42,0.47.0,65283.0,1165.0,71.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-11-20 14:57:41.000000,2025-11-20 14:57:39,7874.0,288.0,387.0,36.0,1430.0,4.0,320.0,1580.0,2025-09-17 16:58:52,is-7.3.2,,,100.0,2988.0,2988.0,338.0,,,,,2.0,,,,,,,,,,,DuendeSoftware/products,,,,, 49,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,29,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,417.0,27.0,555.0,92.0,362.0,597.0,2025-10-07 20:02:21,7.5.4,,1920918.0,55.0,,,181.0,,,,,2.0,pysaml2,https://pypi.org/project/pysaml2,1920918.0,,,,,,,-5.0,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-11-11 15:35:34.000000,2025-11-11 15:35:21,1847.0,10.0,13283.0,1531.0,528.0,38.0,850.0,54729.0,2023-06-18 18:08:19,2.2.0,43633.0,538.0,4.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3490.0,742.0,77.0,5.0,382.0,15439.0,2024-10-04 12:56:15,0.2.2,,1338.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163355.0,3.0,,,,,,,,,,,,,,,, 52,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-11-13 13:57:34.166625,2025-11-13 13:48:04,2064.0,11.0,247.0,29.0,585.0,48.0,121.0,5395.0,2025-10-28 09:59:58,0.9.1,1813.0,6996.0,61.0,47.0,47.0,73.0,https://hub.docker.com/r/permitio/opal-server,2025-11-13 13:57:34.166625,1.0,396981.0,3.0,,,,,,,,,,,,,,,, 53,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-11-20 18:08:11.000000,2025-11-20 14:25:12,35411.0,199.0,156.0,29.0,7331.0,416.0,4783.0,593.0,2025-11-18 09:25:03,1.14.0,10291.0,411.0,100.0,,,138.0,,,,,3.0,,,,,,,,,,,,,,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-11-20 17:07:38.000000,2025-11-17 00:50:05,546.0,15.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,,24696.0,71.0,1837.0,1837.0,28.0,,,,,1.0,,,,ethr-did-resolver,,https://www.npmjs.com/package/ethr-did-resolver,24696.0,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3819.0,346.0,113.0,452.0,393.0,17643.0,2020-03-22 14:01:55,0.22.2,,201072.0,38.0,,,25.0,,,,,3.0,,,,face-api.js,,https://www.npmjs.com/package/face-api.js,201072.0,,,,,,,,, 56,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],27,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-11-20 03:00:42.000000,2025-11-03 12:52:37,3550.0,117.0,1749.0,170.0,2932.0,332.0,858.0,10381.0,2025-09-01 13:23:20,2.44.0,358.0,2.0,92.0,,,280.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-11-20 16:13:57.000000,2025-11-20 16:13:53,5410.0,468.0,268.0,24.0,2284.0,49.0,283.0,5664.0,2025-11-16 09:32:37,1.5.2,9845.0,378.0,100.0,4.0,4.0,68.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 58,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,27,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-08-29 11:36:50.000000,2025-08-29 11:36:50,2517.0,3.0,1035.0,103.0,878.0,48.0,849.0,5444.0,2025-04-04 08:29:47,5.8.2,,,70.0,10816.0,10816.0,333.0,,,,,2.0,,,,,,,,,,,,,doorkeeper,,, 59,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,27,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-11-20 06:01:32.000000,2025-11-20 06:01:32,2550.0,79.0,273.0,20.0,2661.0,228.0,897.0,4252.0,2025-11-19 04:13:45,1.8.1,420.0,8339.0,47.0,,,136.0,https://hub.docker.com/r/kanidm/server,2025-11-20 01:39:52.794294,4.0,675074.0,3.0,,,,,,,,,,,,,,,, 60,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,27,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-11-19 07:33:00.000000,2025-11-19 07:32:56,2727.0,26.0,766.0,66.0,268.0,,,3601.0,2025-10-24 08:28:38,9.5.2,,724354.0,100.0,,,76.0,,,,,2.0,,,,oidc-provider,,https://www.npmjs.com/package/oidc-provider,724354.0,,,-5.0,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3493.0,2024-01-13 04:08:30,0.27.3,3851.0,23606.0,100.0,215.0,215.0,68.0,,,,,3.0,oso,https://pypi.org/project/oso,23539.0,,,,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-11-20 17:38:45.000000,2025-11-07 15:29:48,3226.0,15.0,298.0,74.0,885.0,290.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,,9277.0,59.0,3.0,3.0,89.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005114.0,1.0,,,,solid-server,,https://www.npmjs.com/package/solid-server,1777.0,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-10-27 16:47:31.000000,2025-10-27 16:46:38,7099.0,122.0,318.0,418.0,4705.0,102.0,448.0,1759.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,44.0,44.0,157.0,,,,,2.0,,,,,,,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-11-20 04:37:01.000000,2025-11-20 04:36:59,3598.0,110.0,290.0,49.0,2812.0,32.0,261.0,968.0,2025-11-09 17:57:21,1.12.29,,,100.0,367.0,367.0,100.0,,,,,2.0,,,,,,,,,,,,,,,, 65,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-11-17 10:07:45.000000,2025-11-17 10:07:44,679.0,24.0,192.0,41.0,335.0,33.0,244.0,1370.0,2025-08-29 13:12:19,4.0.0,,,21.0,352.0,352.0,51.0,,,,,2.0,,,,,,,,,,,,,,,, 66,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,178.0,33.0,145.0,,107.0,1004.0,2025-09-04 23:18:52,2.7.0,,531799.0,36.0,,,31.0,,,,,2.0,webauthn,https://pypi.org/project/webauthn,531799.0,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-11-18 19:52:36.000000,2025-11-18 19:52:35,10269.0,126.0,497.0,23.0,2540.0,146.0,1270.0,474.0,2025-11-15 18:44:32,1.4.0,,,100.0,,,163.0,,,,,1.0,,,,,,,,,,,openwallet-foundation/acapy,,,,, 68,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-11-20 16:45:57.000000,2025-10-28 01:31:35,404.0,5.0,46.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,57589.0,70.0,1320.0,1320.0,22.0,,,,,1.0,,,,did-jwt-vc,,https://www.npmjs.com/package/did-jwt-vc,57589.0,,,,,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-11-18 01:45:39.000000,2025-11-18 01:45:21,2681.0,70.0,377.0,30.0,124.0,2.0,131.0,1806.0,2025-10-10 01:21:58,4.1.9,,352.0,70.0,,,59.0,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,38094.0,3.0,,,,,,,,,,,,,,,, 70,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-11-20 17:01:24.000000,2025-10-15 06:03:01,1913.0,13.0,131.0,23.0,855.0,65.0,392.0,508.0,2024-04-02 18:54:31,6.0.0,,,44.0,889.0,889.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,752.0,60.0,131.0,531.0,786.0,18805.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,219460.0,3227.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-11-19 21:51:38.000000,2025-11-19 21:50:37,16324.0,102.0,353.0,47.0,8029.0,,,1338.0,,,,38171.0,,,,247.0,https://hub.docker.com/r/freeipa/freeipa-server,2025-11-19 05:18:24.760991,180.0,6183813.0,3.0,,,,,,,,,,,,,,,, 73,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,24,False,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-10 17:04:43.000000,2024-09-25 08:07:10,4404.0,,131.0,45.0,1907.0,137.0,972.0,902.0,2025-11-10 17:02:21,1.24.0,1554.0,66887.0,83.0,,,107.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7556471.0,3.0,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-11-19 12:22:47.000000,2025-11-07 14:04:44,1711.0,21.0,96.0,24.0,1293.0,98.0,319.0,339.0,2025-11-07 14:09:45,1.7.0-beta.3,,,49.0,150.0,150.0,44.0,,,,,1.0,,,,,,,,,,,iotaledger/identity,,,,, 75,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-11-19 22:14:56.000000,2025-11-19 22:14:56,2114.0,65.0,166.0,25.0,1407.0,13.0,283.0,184.0,2025-11-19 02:53:15,2.11.4,,,40.0,5.0,5.0,62.0,,,,,1.0,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,, 76,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-11-20 18:08:46.000000,2025-11-17 02:42:47,352.0,17.0,21.0,12.0,125.0,1.0,11.0,97.0,2025-10-20 08:49:10,2.0.31,,53089.0,42.0,1384.0,1384.0,12.0,,,,,2.0,,,,web-did-resolver,,https://www.npmjs.com/package/web-did-resolver,53089.0,,,,,,,,, 77,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-11-13 16:53:54.000000,2025-11-13 16:49:42,832.0,24.0,56.0,12.0,247.0,29.0,91.0,83.0,2025-11-13 16:53:54,0.2.3,327141.0,9621.0,33.0,74.0,74.0,28.0,,,,,1.0,,,,,,,,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-11-20 13:58:05.000000,2025-11-19 23:33:06,3098.0,76.0,39.0,11.0,3979.0,54.0,103.0,76.0,2025-10-30 14:51:08,3.1.1,,,38.0,984.0,984.0,26.0,,,,,3.0,,,,inrupt/solid-client-authn-node,,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,2.0,,,,,, 79,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-11-19 18:15:03.000000,2025-11-19 14:05:30,1351.0,18.0,628.0,65.0,644.0,130.0,400.0,14699.0,2025-10-28 12:13:58,11.2.0,,,93.0,,,32.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-11-20 12:46:34.000000,2025-11-03 09:38:47,2021.0,29.0,261.0,55.0,395.0,34.0,89.0,618.0,2022-01-07 16:42:38,0.5.0,,1466.0,6.0,,,127.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-11-17 20:22:00.027714,,145188.0,2.0,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-11-20 15:15:11.000000,2025-11-18 08:55:21,1279.0,84.0,219.0,26.0,1620.0,220.0,641.0,321.0,2025-10-31 19:50:59,0.5.18,,,100.0,,,83.0,,,,,2.0,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-11-20 14:50:07.000000,2025-11-20 06:40:14,11439.0,709.0,89.0,5.0,1056.0,5.0,276.0,233.0,2025-07-22 15:14:36,0.15.1,,,100.0,,,38.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 83,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,22,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-11-20 02:36:20.000000,2025-11-13 14:17:21,2317.0,37.0,1001.0,38.0,1831.0,33.0,375.0,8548.0,2025-11-13 14:28:47,backend/v2.2.1,996.0,24.0,37.0,,,51.0,,,,,3.0,,,,,,,,,,,,,,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-11-14 16:30:54.000000,2025-11-14 16:30:51,4083.0,8.0,783.0,238.0,366.0,64.0,210.0,2897.0,2015-09-29 22:50:55,1.1.0,124146.0,862.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 85,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-11-13 07:50:28.000000,2025-11-13 07:48:43,2755.0,14.0,229.0,183.0,983.0,78.0,1225.0,1328.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 86,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-11-14 23:50:12.000000,2025-11-14 23:49:44,15250.0,21.0,678.0,106.0,19.0,,,706.0,,,,,,182.0,182.0,755.0,,,,,3.0,,,,,,,,,,,,,,,, 87,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-11-17 22:55:56.000000,2025-07-28 19:27:49,287.0,,57.0,7.0,36.0,1.0,59.0,559.0,2025-06-29 14:25:26,2.3.1,,,38.0,5421.0,5421.0,20.0,,,,,3.0,,,,passwordless-id/webauthn,,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,, 88,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-11-19 20:59:01.000000,2025-11-19 19:28:34,14703.0,114.0,146.0,15.0,2205.0,100.0,2914.0,453.0,2023-06-16 12:51:58,11.4.3,9953.0,103.0,55.0,,,95.0,,,,,3.0,,,,,,,,,,,,,,,, 89,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-11-20 17:05:22.000000,2025-10-28 01:42:40,415.0,5.0,43.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,,,24.0,7593.0,7593.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 90,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,984.0,436.0,25.0,1.0,143.0,30127.0,2023-01-21 09:26:53,TINA_SHIFT,1531795.0,28901.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,347.0,67.0,168.0,284.0,607.0,6895.0,2020-09-02 15:57:23,2.6.1,27694.0,297.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4691.0,554.0,123.0,510.0,622.0,14242.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,313.0,58.0,237.0,4.0,133.0,4245.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,42.0,,,,,3.0,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,92.0,360.0,182.0,368.0,1937.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-11-10 21:34:38.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1832.0,39.0,60.0,699.0,2024-02-09 14:17:29,1.13.2,2069.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,487.0,487.0,48.0,,,,,2.0,,,,tbd54566975/dwn-sdk-js,,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-11-14 18:20:21.000000,2025-11-14 18:18:48,574.0,22.0,38.0,4.0,315.0,6.0,39.0,69.0,2025-11-14 18:20:21,1.37.4,,,100.0,264.0,264.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3024.0,,,,2016.0,,1.0,1.0,27.0,,,,,3.0,pyja3,https://pypi.org/project/pyja3,2016.0,,,,,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-11-20 14:01:04.000000,2025-11-01 13:54:30,2701.0,51.0,83.0,19.0,973.0,11.0,143.0,541.0,2025-11-01 15:18:55,0.30.0.RELEASE,,,83.0,,,35.0,,,,,3.0,,,,,com.webauthn4j:webauthn4j-core,,,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 101,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-10-20 09:33:35.000000,2025-10-20 09:33:34,1324.0,1.0,308.0,85.0,542.0,32.0,178.0,3229.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,925.0,244.0,255.0,213.0,555.0,3150.0,,,,,,,,49.0,,,,,3.0,,,,,net.openid:appauth,,,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 103,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2449.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 104,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 105,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,297.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,,,52.0,29.0,29.0,15.0,,,,,3.0,,,,github/webauthn-json,,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-11-20 00:19:21.000000,2025-11-20 00:12:32,1267.0,15.0,51.0,47.0,325.0,189.0,152.0,543.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,29.0,,,,,1.0,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,72.0,34.0,462.0,96.0,122.0,235.0,,,,,,197.0,197.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 109,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,18,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,235.0,2025-06-17 17:32:08,1.3.0.1,,3916.0,3.0,19.0,19.0,4.0,,,,,3.0,django-passkeys,https://pypi.org/project/django-passkeys,3916.0,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,70.0,70.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 111,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,15.0,64.0,10.0,750.0,185.0,132.0,71.0,,,,,1.0,59.0,59.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,366.0,552.0,56.0,124.0,90.0,8134.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-11-20 15:55:29.000000,2025-11-11 16:24:49,604.0,8.0,176.0,78.0,268.0,33.0,58.0,1660.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 114,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-11-12 09:12:05.000000,2025-11-11 17:18:07,2000.0,34.0,157.0,61.0,562.0,8.0,240.0,670.0,,,,,,,,68.0,,,,,3.0,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,12.0,100.0,74.0,517.0,11.0,374.0,444.0,,,,,,,,70.0,,,,,2.0,,,,,,,,,,,w3c/did,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,209.0,51.0,647.0,57.0,175.0,338.0,,,,,,,,94.0,,,,,2.0,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,, 117,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,17,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,25.0,363.0,54.0,77.0,250.0,2025-02-10 16:01:17,8.5.1,,,51.0,,,57.0,,,,,3.0,,,,,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-11-19 12:11:07.000000,2025-09-19 15:45:14,3751.0,11.0,76.0,24.0,8.0,,,242.0,,,,,,,,305.0,,,,,3.0,,,,,,,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,149.0,472.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23939.0,3.0,,,,,,,,,,,,,,,, 120,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-11-20 08:06:56.000000,2025-08-18 11:19:26,2307.0,,93.0,8.0,803.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,,,22.0,,,28.0,,,,,2.0,,,,,,,,,,,,,,,, 121,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-11-19 18:26:08.000000,2025-11-19 18:26:08,1665.0,173.0,21.0,7.0,177.0,17.0,17.0,85.0,2025-11-19 18:15:43,0.20.0,,,28.0,,,20.0,,,,,3.0,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-11-20 17:34:56.000000,2025-11-19 19:14:12,3629.0,272.0,20.0,10.0,345.0,14.0,10.0,72.0,2025-11-19 18:51:47,0.36.0,,,51.0,,,20.0,,,,,3.0,,,,,,,,,,,,,,,, 123,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,16,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,53.0,4.0,309.0,16.0,22.0,1316.0,2024-06-10 20:02:54,1.15.1,3117.0,100.0,100.0,,,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 124,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,16,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-10-31 16:07:02.000000,2025-10-30 18:16:55,1029.0,51.0,63.0,16.0,356.0,3.0,118.0,735.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 125,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,112.0,82.0,850.0,10.0,721.0,342.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 127,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-11-18 21:29:14.000000,2025-11-18 21:29:14,197.0,20.0,58.0,20.0,78.0,29.0,19.0,293.0,,,,359094.0,,1.0,1.0,14.0,,,,,3.0,,,,did-resolver,,https://www.npmjs.com/package/did-resolver,359094.0,,,,,,,,, 128,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,16,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,13.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,,179.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17764.0,3.0,,,,,,,,,,,presbrey/beyond,,,,, 129,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,,,581.0,581.0,15.0,,,,,3.0,,,,,,,,,,,,,,,, 130,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-11-03 14:33:13.000000,2025-11-03 14:33:05,1279.0,67.0,13.0,6.0,,,,140.0,2025-11-04 09:51:10,1.64.2,51.0,5.0,9.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 131,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,,,web5/api,,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,, 132,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-11-20 17:31:39.000000,2025-11-15 21:16:30,1462.0,18.0,25.0,13.0,1425.0,7.0,9.0,134.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,2.0,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,, 133,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-11-14 06:12:18.000000,2025-11-14 06:12:00,908.0,17.0,221.0,51.0,424.0,45.0,178.0,130.0,,,,,,,,231.0,,,,,3.0,,,,,,,,,,,w3c/did-extensions,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-11-11 07:45:30.000000,2025-11-11 07:45:30,559.0,18.0,30.0,26.0,72.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 135,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-11-10 13:19:52.000000,2025-11-10 13:19:47,5267.0,129.0,18.0,6.0,542.0,51.0,2837.0,59.0,,,,,,2.0,2.0,5.0,,,,,2.0,,,,,,,,,,,,,,,, 136,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-11-19 22:16:45.000000,2025-11-19 21:34:39,2132.0,38.0,26.0,8.0,342.0,20.0,17.0,93.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,,,,4.0,Sphereon-Opensource/mobile-wallet,,,,, 137,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,102.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5118.0,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,6.0,91.0,70.0,349.0,131.0,257.0,437.0,,,,,,,,42.0,,,,,3.0,,,,,,,,,,,w3c-fedid/FedCM,,,,, 139,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,1.0,44.0,377.0,2025-05-09 23:26:19,4.0.1,,,23.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,38.0,,,,,3.0,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1008.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 144,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-11-08 22:51:21.000000,2025-11-08 22:50:33,233.0,24.0,28.0,51.0,175.0,97.0,123.0,141.0,,,,,,,,21.0,,,,,3.0,,,,,,,,,,,w3c-fedid/digital-credentials,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,126.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 146,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,1.0,39.0,9.0,13.0,7.0,9.0,118.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,49.0,,,,,,,,28.0,,,,,3.0,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,48.0,,,,,,88.0,88.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 150,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 151,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,993.0,3.0,,,,,,,,,,,,,,,, 152,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,,,7.0,1.0,1.0,9.0,,,,,3.0,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,, 153,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,92.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,26.0,,,,,3.0,,,,,,,,,,,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-11-19 23:45:42.000000,2025-11-19 23:45:41,573.0,77.0,3.0,4.0,380.0,,2.0,6.0,,,,,,3.0,3.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 158,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,5.0,12.0,9.0,44.0,21.0,28.0,38.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,4.0,15.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-11-07 18:56:21.000000,2025-11-07 18:56:18,109.0,5.0,9.0,9.0,132.0,3.0,1.0,24.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 164,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-11-04 15:05:18.000000,2025-11-04 15:05:13,267.0,2.0,15.0,13.0,33.0,1.0,4.0,65.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 165,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,25.0,14.0,8.0,104.0,13.0,46.0,16.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,2.0,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,15.0,30.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,8.0,18.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,123.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3449.0,3.0,,,,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,569766.0,3.0,,,,,,,,,,,,,,,, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4523817.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-11-27_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇42 · ⭐ 28K · 📈) - Authentication for the Web. ISC - cert-manager (🥇41 · ⭐ 13K · 📈) - Automatically provision and manage TLS certificates.. Apache-2 linux-foundation - authlib (🥇38 · ⭐ 5.1K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - pysaml2 (🥈34 · ⭐ 600 · 📈) - Python implementation of SAML2. Apache-2 - node-oidc-provider (🥈32 · ⭐ 3.6K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - zitadel (🥉29 · ⭐ 12K · 📉) - ZITADEL - Identity infrastructure, simplified foryou. ❗️AGPL-3.0 - beyond (🥉14 · ⭐ 250 · 📉) - BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal.. Apache-2 ================================================ FILE: history/2025-11-27_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,updated_github_id,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-10-29 20:49:43.000000,2025-10-27 23:10:20,3938.0,24.0,3958.0,110.0,3311.0,386.0,4663.0,27823.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,475714.0,475714.0,897.0,https://www.npmjs.com/package/next-auth,9737876.0,9737876.0,1.0,9.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-11-27 17:46:04.000000,2025-11-27 17:46:04,4483.0,182.0,2285.0,226.0,5063.0,238.0,2221.0,13751.0,2025-10-08 20:47:23,1.13.1,76.0,14254.0,14254.0,457.0,,,2881400.0,1.0,,coredns/coredns,9414002.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,164.0,324315087.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-11-26 02:49:31.000000,2025-11-25 12:25:38,10208.0,369.0,2211.0,145.0,4322.0,154.0,3497.0,13348.0,2025-10-15 15:33:31,1.19.1,100.0,2244.0,2244.0,528.0,,,2390141.0,1.0,5.0,,95605674.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-11-27 12:20:14.925206,2025-11-27 09:41:37,6018.0,166.0,1461.0,131.0,5208.0,372.0,2469.0,10944.0,2025-11-26 13:24:07,1.11.0,100.0,6131.0,6131.0,548.0,,,5400754.0,1.0,,openpolicyagent/opa,18585028.0,https://hub.docker.com/r/openpolicyagent/opa,2025-11-27 12:20:14.925206,46.0,607584799.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,2.0,488.0,62.0,518.0,84.0,305.0,2949.0,2025-06-20 05:53:03,3.3.1,50.0,640341.0,640341.0,201.0,,,208213321.0,1.0,,,,,,,,oauthlib,https://pypi.org/project/oauthlib,208213321.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-11-23 14:17:49.000000,2025-11-23 14:15:18,2076.0,15.0,2846.0,174.0,308.0,9.0,1202.0,21160.0,2025-11-23 14:17:49,0.0.96,16.0,8432.0,8432.0,96.0,,,366773.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,366773.0,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-11-21 07:09:42.000000,2025-11-14 17:33:10,1140.0,13.0,1693.0,234.0,582.0,17.0,859.0,19454.0,2025-11-14 17:34:46,2.134.0,100.0,3542.0,3542.0,159.0,https://www.npmjs.com/package/casbin,348252.0,1230725.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,882473.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-11-26 16:13:11.000000,2025-11-24 19:15:15,10565.0,16.0,1579.0,132.0,1418.0,128.0,1048.0,10848.0,2025-04-07 17:05:07,1.0.3,14.0,3939.0,3939.0,269.0,,,1075967.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1075967.0,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-11-27 11:50:06.000000,2025-11-27 11:50:06,1631.0,33.0,505.0,57.0,283.0,117.0,409.0,5116.0,2025-10-14 06:27:46,1.6.5,46.0,46841.0,46841.0,136.0,,,48979126.0,1.0,6.0,,,,,,,authlib,https://pypi.org/project/authlib,48979126.0,,,authlib/authlib,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-11-26 23:07:02.000000,2025-11-26 21:02:58,22258.0,572.0,4367.0,780.0,25031.0,1175.0,5273.0,33526.0,2025-11-19 17:36:49,1.21.1,100.0,15201.0,15201.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2025-11-27 15:07:10.000000,2025-11-27 15:07:10,29670.0,705.0,7687.0,391.0,21982.0,2139.0,14270.0,31284.0,2025-11-25 17:32:43,26.4.6,95.0,,,1699.0,,,18426.0,1.0,,quay.io/keycloak/keycloak,1087168.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,293.0,162.0,354.0,430.0,23462.0,,,,1315841.0,1315841.0,38.0,https://www.npmjs.com/package/passport,19301204.0,19301204.0,2.0,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-11-27 18:03:54.000000,2025-11-27 18:03:53,4323.0,155.0,1488.0,234.0,1924.0,88.0,1485.0,16789.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3404597.0,2.0,,oryd/hydra,471913.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428318615.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-11-27 18:03:51.000000,2025-11-27 18:03:49,4927.0,151.0,1048.0,111.0,2238.0,152.0,1265.0,13053.0,2025-11-07 15:48:50,25.4.0,48.0,52.0,52.0,240.0,,,1277844.0,1.0,,oryd/kratos,51754.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,114939466.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,36,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-11-27 02:45:51.000000,2025-08-12 14:47:33,1669.0,,291.0,38.0,482.0,22.0,483.0,6667.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101556.0,101556.0,73.0,https://www.npmjs.com/package/@casl/ability,3482179.0,3482179.0,2.0,,,,,,,,,,,,,,,,,,, 26,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13465.0,1555.0,249.0,778.0,598.0,55839.0,2018-04-02 17:18:43,1.2.2,2.0,5567.0,5567.0,54.0,,,215972.0,2.0,,animcogn/face_recognition,1437.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10119.0,face_recognition,https://pypi.org/project/face_recognition,215862.0,,,,,,,,, 27,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,34,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-11-27 13:05:44.599519,2025-11-27 12:49:49,3084.0,185.0,1465.0,78.0,2256.0,86.0,1913.0,12667.0,2025-11-27 12:58:40,2.168.0,100.0,12.0,12.0,261.0,,,13850.0,2.0,,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-11-27 13:05:44.599519,22.0,844893.0,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,7.0,1935.0,185.0,1908.0,258.0,1756.0,12390.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,969732.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,969732.0,,,,,,,,, 29,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-11-27 16:13:30.000000,2025-11-27 16:10:36,30670.0,1207.0,3926.0,586.0,6709.0,,,11366.0,2025-11-09 16:48:27,7.3.1,100.0,21.0,21.0,370.0,,,8040.0,2.0,,apereo/cas,1589.0,https://hub.docker.com/r/apereo/cas,2025-11-27 06:01:40.156363,131.0,1361180.0,,,,,,,,,,,, 30,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-11-26 20:04:23.000000,2025-11-26 20:02:36,7462.0,124.0,537.0,74.0,4812.0,110.0,1533.0,2134.0,2025-10-23 13:05:05,1.13.3,100.0,201.0,201.0,237.0,,,13596.0,2.0,,ghcr.io/spiffe/spire-server,829392.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 31,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,417.0,27.0,555.0,92.0,362.0,598.0,2025-10-07 20:02:21,7.5.4,55.0,2129.0,2129.0,181.0,,,1944237.0,2.0,5.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1944237.0,,,,,,,,, 32,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,15.0,5762.0,507.0,199.0,1203.0,1394.0,27152.0,2023-04-02 07:43:27,0.7,1.0,4824.0,4824.0,67.0,,,352755.0,2.0,,animcogn/insightface,10935356.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,, 33,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-11-27 14:36:23.000000,2025-11-27 08:56:25,8517.0,530.0,1291.0,158.0,8545.0,58.0,1337.0,25949.0,2025-11-09 07:18:40,4.39.14,100.0,,,261.0,,,870.0,2.0,,,52206.0,,,,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-11-27 14:08:03.000000,2025-11-26 21:26:26,5288.0,242.0,348.0,48.0,2108.0,99.0,446.0,6240.0,2025-11-21 00:35:17,1.47.1,100.0,136.0,136.0,72.0,,,120243.0,2.0,,authzed/spicedb,179279.0,https://hub.docker.com/r/authzed/spicedb,2025-11-21 00:43:55.729586,7.0,5919781.0,,,,,,,,,,,, 35,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-11-27 00:15:02.272307,2025-11-26 22:52:18,4020.0,116.0,315.0,42.0,4815.0,81.0,988.0,4545.0,2025-10-24 16:32:30,0.30.7,100.0,22.0,22.0,100.0,,,19672039.0,2.0,,pomerium/pomerium,56002.0,https://hub.docker.com/r/pomerium/pomerium,2025-11-27 00:15:02.272307,13.0,1613035520.0,,,,,,,,,,,, 36,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-11-27 18:03:54.000000,2025-11-27 18:03:52,1796.0,99.0,371.0,53.0,1372.0,34.0,294.0,5207.0,2025-11-07 14:48:11,25.4.0,54.0,39.0,39.0,82.0,,,558449.0,2.0,,oryd/keto,37860.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51335964.0,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-11-27 06:14:53.000000,2025-11-27 06:14:45,2728.0,18.0,765.0,66.0,269.0,,,3606.0,2025-10-24 08:28:38,9.5.2,100.0,1923.0,1923.0,76.0,https://www.npmjs.com/package/oidc-provider,740021.0,740021.0,2.0,5.0,,,,,,,,,,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-11-27 18:04:27.000000,2025-11-27 18:04:25,1588.0,96.0,375.0,47.0,764.0,62.0,301.0,3525.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,923038.0,2.0,,oryd/oathkeeper,23458.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,43.0,90433840.0,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-11-25 23:45:46.000000,2025-11-25 23:45:46,17454.0,439.0,925.0,108.0,8961.0,1404.0,15834.0,864.0,2025-10-24 04:51:27,7.2.0,100.0,,,729.0,,,14705.0,2.0,,wso2/wso2is,20056.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1990548.0,,,,,,,,,,,, 40,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,31,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11274.0,686.0,338.0,,,91316.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,979833.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,979833.0,,,,,,,,, 41,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-11-27 18:23:58.000000,2025-11-27 18:23:56,19774.0,1164.0,1369.0,68.0,14182.0,778.0,2886.0,18999.0,2025-11-19 15:08:41,ersion/2025.10.2,100.0,,,455.0,,,170.0,2.0,,,4766.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 42,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-11-27 13:44:46.000000,2025-11-27 13:38:14,7937.0,203.0,633.0,49.0,7130.0,176.0,557.0,11100.0,2025-10-31 06:54:33,1.33.0,76.0,30.0,30.0,80.0,,,6271.0,2.0,,svhd/logto,6776.0,https://hub.docker.com/r/svhd/logto,2025-11-27 13:43:31.384761,5.0,324057.0,,,,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-11-26 23:24:21.000000,2025-11-20 20:44:41,4932.0,188.0,297.0,194.0,5882.0,107.0,281.0,3987.0,2025-11-03 18:46:15,0.20.1,72.0,12.0,12.0,197.0,,,306135.0,3.0,,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-11-03 18:53:47.754438,18.0,21429493.0,,,,,,,,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-11-21 04:04:29.000000,2025-11-03 12:52:37,3550.0,92.0,1753.0,170.0,2934.0,332.0,858.0,10400.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-11-27 14:10:09.000000,2025-11-27 14:09:58,2969.0,22.0,132.0,58.0,330.0,36.0,319.0,1022.0,2025-09-03 07:38:43,5.8.0,45.0,200.0,200.0,48.0,,,66393.0,2.0,,,33251.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,66097.0,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-11-24 18:42:26.000000,2025-11-24 00:58:21,675.0,14.0,70.0,36.0,232.0,6.0,86.0,365.0,2025-08-25 22:29:37,8.0.18,100.0,6047.0,6047.0,42.0,https://www.npmjs.com/package/did-jwt,352593.0,352593.0,1.0,,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-11-27 18:17:38.000000,2025-11-27 16:55:40,4094.0,185.0,861.0,54.0,6890.0,827.0,2426.0,12266.0,2025-11-14 09:45:13,4.7.0,100.0,1.0,1.0,229.0,,,1567.0,3.0,-1.0,ghcr.io/zitadel/zitadel,12541.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-11-27 04:37:59.000000,2025-11-22 03:07:07,7188.0,80.0,616.0,132.0,5229.0,170.0,3075.0,5594.0,2025-11-18 17:41:33,0.20251118.0,100.0,,,143.0,,,17326.0,2.0,,letsencrypt/boulder-tools,37664.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-10-07 19:11:39.538310,13.0,2034881.0,,,,,,,,,,,, 49,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,3.0,561.0,52.0,7291.0,,1780.0,4576.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,317.0,,,353.0,3.0,,,14838.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 50,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-11-27 06:11:43.000000,2025-11-27 06:11:43,2557.0,81.0,274.0,20.0,2670.0,230.0,899.0,4277.0,2025-11-19 04:13:45,1.8.1,47.0,42.0,42.0,136.0,,,8381.0,3.0,,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-11-20 01:39:52.794294,4.0,678499.0,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-11-27 16:26:50.000000,2025-11-27 16:26:50,2218.0,124.0,168.0,31.0,2365.0,48.0,355.0,4146.0,2025-10-28 08:42:42,0.47.0,71.0,33.0,33.0,33.0,,,1187.0,3.0,,ghcr.io/cerbos/cerbos,66497.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-11-27 10:20:46.000000,2025-11-26 10:19:46,7886.0,286.0,387.0,37.0,1432.0,4.0,320.0,1580.0,2025-09-17 16:58:52,is-7.3.2,100.0,2991.0,2991.0,338.0,,,,2.0,,,,,,,,,,,,,DuendeSoftware/products,,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-11-24 15:44:49.000000,2025-11-23 15:10:40,1851.0,14.0,13287.0,1531.0,528.0,38.0,850.0,54749.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,568.0,3.0,,,46079.0,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3491.0,742.0,77.0,5.0,382.0,15446.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1339.0,3.0,,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163368.0,,,,,,,,,,,, 55,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-11-21 08:03:44.000000,2025-08-29 11:36:50,2517.0,,1035.0,103.0,879.0,48.0,849.0,5444.0,2025-04-04 08:29:47,5.8.2,70.0,10831.0,10831.0,333.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 56,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-11-26 22:34:04.000000,2025-11-26 13:54:19,2068.0,15.0,247.0,29.0,587.0,49.0,120.0,5396.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7055.0,3.0,,permitio/opal-server,1821.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,400297.0,,,,,,,,,,,, 57,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-11-27 17:48:06.000000,2025-11-27 17:46:44,35422.0,190.0,161.0,29.0,7355.0,417.0,4799.0,594.0,2025-11-18 09:25:03,1.14.0,100.0,9.0,9.0,138.0,,,414.0,3.0,,,10372.0,,,,,,,,,,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-11-24 05:52:14.000000,2025-11-24 00:32:54,548.0,16.0,75.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1837.0,1837.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,25580.0,25580.0,1.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3822.0,347.0,113.0,452.0,393.0,17667.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,206498.0,206498.0,3.0,,,,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-11-27 18:02:44.000000,2025-11-27 18:02:37,5462.0,510.0,275.0,24.0,2306.0,50.0,283.0,5695.0,2025-11-16 09:32:37,1.5.2,100.0,4.0,4.0,70.0,,,383.0,3.0,,ghcr.io/permify/permify,9973.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3493.0,2024-01-13 04:08:30,0.27.3,100.0,215.0,215.0,68.0,,,22006.0,3.0,,,3851.0,,,,,oso,https://pypi.org/project/oso,21939.0,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-11-25 17:28:28.000000,2025-11-07 15:29:48,3226.0,15.0,298.0,73.0,885.0,290.0,642.0,1792.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,89.0,https://www.npmjs.com/package/solid-server,1685.0,9186.0,1.0,,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005142.0,,,,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-11-26 12:14:55.000000,2025-11-26 12:14:47,7103.0,87.0,318.0,418.0,4706.0,102.0,448.0,1759.0,2024-06-11 16:44:34,1.8.2,31.0,44.0,44.0,157.0,,,0.0,2.0,,,64.0,,,,,,,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-11-25 20:28:05.000000,2025-11-25 20:28:03,3607.0,109.0,290.0,49.0,2817.0,32.0,261.0,968.0,2025-11-24 23:19:35,1.12.30,100.0,368.0,368.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 65,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,26,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-11-27 11:13:20.000000,2025-11-27 11:13:17,2319.0,31.0,1005.0,38.0,1835.0,33.0,375.0,8556.0,2025-11-13 14:28:47,backend/v2.2.1,37.0,330.0,330.0,51.0,,,25.0,3.0,,,1000.0,,,,,,,,,,,,,,,, 66,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,26,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-11-17 10:07:45.000000,2025-11-17 10:07:44,679.0,22.0,192.0,41.0,335.0,34.0,244.0,1371.0,2025-08-29 13:12:19,4.0.0,21.0,352.0,352.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 67,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,15.0,178.0,33.0,145.0,,107.0,1005.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,705392.0,2.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,705392.0,,,,,,,,, 68,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,70.0,131.0,45.0,1907.0,137.0,972.0,903.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,66908.0,3.0,,cyberark/conjur,1585.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7558821.0,,,,,,,,,,,, 69,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-11-27 17:31:00.000000,2025-11-27 17:30:29,10277.0,129.0,497.0,23.0,2547.0,145.0,1272.0,474.0,2025-11-15 18:44:32,1.4.0,100.0,,,163.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/acapy,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-11-27 16:59:38.000000,2025-11-20 16:45:53,405.0,4.0,46.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1321.0,1321.0,22.0,https://www.npmjs.com/package/did-jwt-vc,59840.0,59840.0,1.0,,,,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-11-24 09:12:55.000000,2025-11-24 09:12:53,2685.0,70.0,378.0,30.0,124.0,3.0,131.0,1811.0,2025-10-10 01:21:58,4.1.9,70.0,,,59.0,,,353.0,3.0,,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,38220.0,,,,,,,,,,,, 72,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-11-27 15:55:58.000000,2025-10-15 06:03:01,1913.0,13.0,131.0,23.0,856.0,65.0,392.0,509.0,2024-04-02 18:54:31,6.0.0,44.0,889.0,889.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 73,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,True,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,763.0,60.0,131.0,531.0,786.0,18835.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3237.0,3.0,,,220127.0,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-11-27 18:11:06.191935,2025-11-26 19:17:23,16333.0,110.0,357.0,47.0,8037.0,,,1339.0,,,,,,247.0,,,38226.0,3.0,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-11-27 18:11:06.191935,180.0,6192673.0,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-11-26 18:08:51.000000,2025-11-26 18:08:36,1713.0,21.0,96.0,24.0,1294.0,101.0,319.0,341.0,2025-11-26 18:09:44,1.7.0-beta.4,50.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,,iotaledger/identity,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-11-27 00:21:52.000000,2025-11-27 00:19:00,2117.0,67.0,168.0,25.0,1412.0,13.0,284.0,184.0,2025-11-27 00:21:18,2.11.5,41.0,5.0,5.0,63.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,, 77,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],24,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-11-24 05:33:48.000000,2025-11-24 00:38:40,354.0,18.0,21.0,12.0,125.0,1.0,11.0,97.0,2025-10-20 08:49:10,2.0.31,42.0,1384.0,1384.0,12.0,https://www.npmjs.com/package/web-did-resolver,53371.0,53371.0,2.0,,,,,,,,,,,,,,,,,,, 78,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-11-13 16:53:54.000000,2025-11-13 16:49:42,832.0,23.0,56.0,12.0,247.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9723.0,1.0,,,330596.0,,,,,,,,,,,,,,,, 79,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-11-25 12:58:06.000000,2025-11-25 12:58:04,3108.0,73.0,39.0,11.0,3984.0,54.0,103.0,76.0,2025-10-30 14:51:08,3.1.1,38.0,984.0,984.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 80,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-11-27 09:53:48.000000,2025-11-19 14:05:30,1351.0,14.0,630.0,65.0,645.0,130.0,400.0,14719.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 81,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-11-27 12:46:45.000000,2025-11-03 09:38:47,2021.0,29.0,262.0,55.0,397.0,34.0,89.0,619.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1467.0,2.0,,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-11-17 20:22:00.027714,,145320.0,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-11-27 10:46:21.000000,2025-11-27 10:16:18,1285.0,88.0,219.0,26.0,1629.0,219.0,642.0,321.0,2025-10-31 19:50:59,0.5.18,100.0,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-11-27 14:38:03.000000,2025-11-27 14:34:03,11494.0,727.0,92.0,5.0,1070.0,5.0,280.0,235.0,2025-07-22 15:14:36,0.15.1,100.0,,,39.0,,,,2.0,,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-11-14 16:30:54.000000,2025-11-14 16:30:51,4083.0,8.0,783.0,238.0,366.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,863.0,3.0,,,124349.0,,,,,,,,,,,,,,,, 85,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-11-26 21:28:42.000000,2025-11-24 22:08:02,2757.0,16.0,229.0,183.0,983.0,78.0,1228.0,1333.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 86,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-11-26 16:47:19.000000,2025-11-26 11:05:51,15251.0,20.0,678.0,106.0,19.0,,,706.0,,,,182.0,182.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 87,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-11-17 22:55:56.000000,2025-07-28 19:27:49,287.0,,57.0,7.0,36.0,1.0,59.0,561.0,2025-06-29 14:25:26,2.3.1,38.0,5427.0,5427.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 88,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-11-27 09:04:12.000000,2025-11-27 08:18:14,14719.0,119.0,146.0,15.0,2207.0,101.0,2914.0,453.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,103.0,3.0,,,9953.0,,,,,,,,,,,,,,,, 89,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-11-27 15:10:00.000000,2025-11-20 17:05:17,416.0,6.0,43.0,21.0,132.0,3.0,18.0,227.0,2023-03-08 14:05:37,4.1.0,24.0,7596.0,7596.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 90,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,997.0,437.0,25.0,1.0,143.0,30158.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28998.0,3.0,,,1536915.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,352.0,67.0,168.0,286.0,609.0,7019.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,300.0,3.0,,,27964.0,,,,,,,,,,,,,,howdy,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,554.0,123.0,510.0,622.0,14250.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,313.0,58.0,237.0,4.0,133.0,4251.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,92.0,360.0,182.0,368.0,1949.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-11-10 21:34:38.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1832.0,39.0,60.0,700.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,,2071.0,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,100.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,488.0,488.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,, 98,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-11-27 18:20:26.000000,2025-11-26 14:47:23,578.0,26.0,37.0,4.0,320.0,6.0,39.0,69.0,2025-11-26 14:47:57,1.38.1,100.0,264.0,264.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3025.0,,,,1.0,1.0,27.0,,,2985.0,3.0,,,,,,,,pyja3,https://pypi.org/project/pyja3,2985.0,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-11-27 00:01:40.000000,2025-11-26 23:59:22,2712.0,56.0,85.0,18.0,978.0,10.0,144.0,543.0,2025-11-01 15:18:55,0.30.0.RELEASE,83.0,,,36.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,54.0,77.0,250.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,307.0,86.0,543.0,32.0,178.0,3236.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,929.0,244.0,255.0,213.0,555.0,3156.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2450.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,164.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,297.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-11-26 17:47:25.000000,2025-11-23 03:20:50,1268.0,16.0,51.0,47.0,326.0,189.0,152.0,543.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,18,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,237.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,3583.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3583.0,,,,,,,,, 110,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,71.0,34.0,462.0,96.0,122.0,235.0,,,,198.0,198.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,70.0,70.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-11-27 17:22:20.000000,2025-11-19 19:14:12,3629.0,250.0,21.0,10.0,346.0,14.0,10.0,72.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,12.0,64.0,10.0,751.0,184.0,134.0,71.0,,,1.0,61.0,61.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8136.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-11-27 17:24:14.000000,2025-11-27 17:07:52,606.0,9.0,178.0,76.0,269.0,34.0,58.0,1666.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,53.0,4.0,309.0,16.0,22.0,1316.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,100.0,3.0,,warrantdev/warrant,3117.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-11-12 09:12:05.000000,2025-11-11 17:18:07,2000.0,34.0,158.0,61.0,563.0,8.0,240.0,670.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,11.0,100.0,74.0,517.0,11.0,374.0,445.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,,w3c/did,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,209.0,51.0,647.0,57.0,175.0,338.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,, 120,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-11-19 12:11:07.000000,2025-09-19 15:45:14,3751.0,11.0,76.0,24.0,8.0,,,243.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,472.0,3.0,,waltid/ssikit,149.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23946.0,,,,,,,,,,,, 122,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-11-27 17:31:21.000000,2025-08-18 11:19:26,2307.0,,93.0,8.0,810.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,28.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-11-27 15:33:51.000000,2025-11-19 18:26:08,1665.0,151.0,22.0,7.0,178.0,17.0,17.0,85.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,, 124,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,16,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-11-24 21:52:25.000000,2025-11-24 21:52:19,1031.0,51.0,63.0,16.0,357.0,3.0,118.0,736.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,114.0,82.0,850.0,10.0,721.0,343.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,83.0,37.0,258.0,46.0,77.0,318.0,,,,14.0,14.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 127,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-11-18 21:29:14.000000,2025-11-18 21:29:14,197.0,20.0,58.0,20.0,79.0,30.0,19.0,294.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,374507.0,374507.0,3.0,,,,,,,,,,,,,,,,,,, 128,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,581.0,581.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 129,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-11-27 09:37:24.000000,2025-11-27 09:37:16,1302.0,86.0,13.0,6.0,1.0,,,139.0,2025-11-04 09:51:10,1.64.2,9.0,,,,,,5.0,2.0,,,51.0,,,,,,,,,,,,,,,, 130,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,decentralized-identity/web5-js,,,,,, 131,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-11-27 16:50:28.000000,2025-11-15 21:16:30,1462.0,18.0,26.0,12.0,1434.0,7.0,9.0,136.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-11-14 06:12:18.000000,2025-11-14 06:12:00,908.0,17.0,223.0,51.0,426.0,46.0,178.0,130.0,,,,,,231.0,,,,3.0,,,,,,,,,,,,,w3c/did-extensions,,,,,, 133,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-11-24 08:49:18.000000,2025-11-11 07:45:30,559.0,18.0,30.0,26.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-11-27 17:19:38.000000,2025-11-27 17:19:30,5269.0,125.0,18.0,6.0,542.0,56.0,2837.0,59.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-11-19 22:16:45.000000,2025-11-19 21:34:39,2132.0,24.0,26.0,8.0,331.0,20.0,17.0,93.0,2025-11-19 22:38:48,0.7.0,1.0,,,13.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,102.0,3.0,,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5132.0,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,6.0,91.0,70.0,349.0,131.0,258.0,437.0,,,,,,42.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/FedCM,,,,,, 138,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,1.0,44.0,379.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,179.0,3.0,-2.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17766.0,,,,,,presbrey/beyond,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,28.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1009.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-11-27 12:31:03.000000,2025-11-27 12:30:17,234.0,21.0,28.0,50.0,175.0,97.0,125.0,142.0,,,,,,21.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,126.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,1.0,39.0,9.0,13.0,7.0,9.0,118.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],12,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2022-02-19 17:05:57,2025-04-09 08:18:07.000000,2025-04-09 08:17:48,541.0,,25.0,10.0,145.0,13.0,43.0,50.0,,,,,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,24.0,12.0,28.0,7.0,9.0,49.0,,,,89.0,89.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,41.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,,114.0,,,,,,,,,,,,,,,, 151,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1001.0,,,,,,,,,,,, 152,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 153,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,187.0,20.0,130.0,92.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-11-24 16:22:03.000000,2025-11-24 16:22:01,575.0,79.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,4.0,12.0,9.0,44.0,21.0,28.0,38.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,4.0,15.0,9.0,128.0,6.0,1.0,31.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-11-07 18:56:21.000000,2025-11-07 18:56:18,109.0,3.0,9.0,9.0,132.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,35.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,,45.0,,,,,,,,,,,,,,,, 164,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-11-04 15:05:18.000000,2025-11-04 15:05:13,267.0,2.0,15.0,13.0,33.0,1.0,4.0,66.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,25.0,14.0,8.0,104.0,13.0,46.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,15.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,8.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,123.0,3.0,,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3464.0,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,576148.0,,,,,,,,,,,, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4529230.0,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-12-04_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casdoor (🥇35 · ⭐ 13K · 📈) - An open-source UI-first Identity and Access Management (IAM) /.. Apache-2 - hanko (🥉27 · ⭐ 8.6K · 📈) - Modern authentication, on your terms. Open source alternative.. ❗Unlicensed - did-jwt-vc (🥇27 · ⭐ 210 · 📈) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - waltid-identity (🥇24 · ⭐ 240 · 📈) - All-in-one open-source identity and wallet toolkit. Apache-2 - polygon-issuer (🥈18 · ⭐ 100 · 📈) - Privado ID Self-Hosted Issuer Node. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇39 · ⭐ 2.9K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - whisper (🥉29 · ⭐ 92K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - fido2-net-lib (🥉24 · ⭐ 1.4K · 📉) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT - anoncreds (🥉7 · 📉) - The specification for AnonCreds verifiable credential exchange. Apache-2 hyperledger - keycloak (📉) - ❗Unlicensed cncf ================================================ FILE: history/2025-12-04_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,maven_id,maven_url,updated_github_id,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-03 23:35:13.000000,2025-12-03 23:35:13,3939.0,25.0,3962.0,109.0,3314.0,386.0,4665.0,27855.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,475952.0,475952.0,898.0,https://www.npmjs.com/package/next-auth,9482303.0,9482303.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-12-04 01:13:12.000000,2025-12-04 01:13:12,4488.0,165.0,2290.0,227.0,5066.0,241.0,2221.0,13778.0,2025-10-08 20:47:23,1.13.1,76.0,14279.0,14279.0,459.0,,,2859419.0,1.0,coredns/coredns,9450105.0,https://hub.docker.com/r/coredns/coredns,2025-10-08 20:48:53.393158,164.0,324591163.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-12-04 15:58:48.000000,2025-12-04 15:58:48,10240.0,355.0,2215.0,146.0,4336.0,156.0,3500.0,13366.0,2025-10-15 15:33:31,1.19.1,100.0,2260.0,2260.0,528.0,,,2361068.0,1.0,,96803789.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-12-04 13:59:35.602057,2025-12-04 13:17:18,6038.0,179.0,1466.0,131.0,5230.0,372.0,2472.0,10977.0,2025-11-26 13:24:07,1.11.0,100.0,6178.0,6178.0,550.0,,,5360019.0,1.0,openpolicyagent/opa,18812673.0,https://hub.docker.com/r/openpolicyagent/opa,2025-12-04 13:59:35.602057,46.0,607928620.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,2.0,488.0,62.0,518.0,84.0,305.0,2949.0,2025-06-20 05:53:03,3.3.1,50.0,640785.0,640785.0,201.0,,,210271447.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,210271447.0,-1.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-11-23 14:17:49.000000,2025-11-23 14:15:18,2076.0,15.0,2851.0,174.0,309.0,10.0,1202.0,21210.0,2025-11-23 14:17:49,0.0.96,16.0,8440.0,8440.0,96.0,,,359682.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,359682.0,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-11-21 07:09:42.000000,2025-11-14 17:33:10,1140.0,12.0,1693.0,234.0,582.0,17.0,859.0,19477.0,2025-11-14 17:34:46,2.134.0,100.0,3548.0,3548.0,159.0,https://www.npmjs.com/package/casbin,351759.0,1245779.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,894020.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-12-03 11:40:38.000000,2025-12-03 11:40:03,10570.0,21.0,1581.0,131.0,1422.0,128.0,1049.0,10874.0,2025-04-07 17:05:07,1.0.3,14.0,3945.0,3945.0,269.0,,,1105229.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1105229.0,,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-11-27 11:50:06.000000,2025-11-27 11:50:06,1631.0,25.0,507.0,57.0,283.0,117.0,409.0,5120.0,2025-10-14 06:27:46,1.6.5,46.0,46956.0,46956.0,136.0,,,51242450.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,51242450.0,,,,authlib/authlib,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-12-04 18:02:52.000000,2025-12-04 17:05:12,22300.0,557.0,4374.0,780.0,25035.0,1180.0,5273.0,33563.0,2025-11-19 17:36:49,1.21.1,100.0,15237.0,15237.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,293.0,162.0,354.0,430.0,23468.0,,,,1316604.0,1316604.0,38.0,https://www.npmjs.com/package/passport,19691427.0,19691427.0,2.0,,,,,,,,,,,,,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-12-04 17:20:46.000000,2025-12-04 17:20:45,4331.0,161.0,1492.0,234.0,1925.0,88.0,1485.0,16803.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3378160.0,2.0,oryd/hydra,476489.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428361362.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-12-04 16:12:27.000000,2025-12-04 16:12:25,4937.0,158.0,1051.0,112.0,2238.0,151.0,1266.0,13090.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,240.0,,,1264168.0,1.0,oryd/kratos,51968.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,114972789.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13462.0,1553.0,249.0,778.0,598.0,55871.0,2018-04-02 17:18:43,1.2.2,2.0,5571.0,5571.0,54.0,,,216997.0,2.0,animcogn/face_recognition,1437.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10132.0,face_recognition,https://pypi.org/project/face_recognition,216888.0,,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-12-04 15:18:27.000000,2025-12-04 15:08:41,3099.0,192.0,1475.0,78.0,2275.0,86.0,1929.0,12697.0,2025-12-04 15:18:28,2.178.1,100.0,12.0,12.0,261.0,,,13774.0,1.0,casbin/casdoor,,https://hub.docker.com/r/casbin/casdoor,2025-12-04 10:34:04.100467,22.0,854037.0,,,,1.0,,,,,,,,, 26,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,35,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-12-04 18:05:23.000000,2025-12-03 06:52:35,1671.0,2.0,291.0,38.0,485.0,22.0,483.0,6672.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101587.0,101587.0,73.0,https://www.npmjs.com/package/@casl/ability,3474092.0,3474092.0,2.0,,,,,,,,,,,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,3.0,1935.0,185.0,1908.0,258.0,1756.0,12406.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,1007930.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1007930.0,,,,,,,,,, 28,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-12-04 12:16:47.000000,2025-12-04 12:10:52,30692.0,1168.0,3924.0,586.0,6738.0,,,11370.0,2025-11-09 16:48:27,7.3.1,100.0,21.0,21.0,370.0,,,8036.0,2.0,apereo/cas,1698.0,https://hub.docker.com/r/apereo/cas,2025-12-04 01:13:25.437770,131.0,1368154.0,,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-12-04 07:56:06.000000,2025-12-04 07:54:27,7474.0,126.0,539.0,74.0,4822.0,113.0,1533.0,2138.0,2025-10-23 13:05:05,1.13.3,100.0,203.0,203.0,238.0,,,13407.0,2.0,ghcr.io/spiffe/spire-server,831254.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-10-07 20:35:20.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,555.0,92.0,362.0,598.0,2025-10-07 20:02:21,7.5.4,55.0,2144.0,2144.0,181.0,,,1946676.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1946676.0,,,,,,,,,, 31,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,15.0,5773.0,507.0,200.0,1203.0,1394.0,27219.0,2023-04-02 07:43:27,0.7,1.0,4832.0,4832.0,67.0,,,345136.0,2.0,animcogn/insightface,11044289.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 32,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-12-04 18:06:43.000000,2025-12-04 06:10:50,8560.0,539.0,1298.0,158.0,8592.0,60.0,1338.0,26005.0,2025-11-29 12:13:04,4.39.15,100.0,,,263.0,,,578.0,2.0,,34721.0,,,,,,,,,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-12-04 18:17:19.000000,2025-12-04 16:12:29,5294.0,218.0,349.0,49.0,2116.0,98.0,448.0,6254.0,2025-11-21 00:35:17,1.47.1,100.0,136.0,136.0,72.0,,,118681.0,2.0,authzed/spicedb,180038.0,https://hub.docker.com/r/authzed/spicedb,2025-11-21 00:43:55.729586,7.0,5958728.0,,,,,,,,,,,,, 34,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-12-04 17:07:44.000000,2025-12-03 23:42:52,4030.0,114.0,317.0,42.0,4833.0,82.0,988.0,4551.0,2025-12-03 22:10:47,0.31.2,100.0,22.0,22.0,100.0,,,19435179.0,2.0,pomerium/pomerium,55993.0,https://hub.docker.com/r/pomerium/pomerium,2025-12-04 01:07:11.294257,13.0,1613048476.0,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-12-04 12:41:58.000000,2025-12-04 12:41:57,1801.0,102.0,371.0,53.0,1383.0,35.0,293.0,5213.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,552490.0,2.0,oryd/keto,37986.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51340125.0,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-12-04 08:28:27.000000,2025-12-04 08:28:24,2731.0,21.0,766.0,66.0,270.0,,,3614.0,2025-10-24 08:28:38,9.5.2,100.0,1939.0,1939.0,76.0,https://www.npmjs.com/package/oidc-provider,751649.0,751649.0,2.0,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-12-04 12:54:09.000000,2025-12-04 12:54:08,1594.0,100.0,377.0,47.0,765.0,61.0,302.0,3527.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,913879.0,2.0,oryd/oathkeeper,23588.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,43.0,90450018.0,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-12-04 17:14:23.000000,2025-12-04 17:14:23,17460.0,435.0,926.0,109.0,8966.0,1415.0,15842.0,867.0,2025-10-24 04:51:27,7.2.0,100.0,,,729.0,,,14604.0,2.0,wso2/wso2is,20137.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1991607.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-12-04 18:20:24.000000,2025-12-04 18:19:42,19877.0,1173.0,1376.0,67.0,14350.0,780.0,2911.0,19116.0,2025-11-19 15:08:41,ersion/2025.10.2,100.0,,,460.0,,,165.0,2.0,,4789.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-12-04 08:17:07.000000,2025-12-04 06:15:13,7953.0,194.0,639.0,49.0,7150.0,176.0,559.0,11142.0,2025-11-28 05:34:41,1.34.0,77.0,30.0,30.0,80.0,,,6216.0,2.0,svhd/logto,6846.0,https://hub.docker.com/r/svhd/logto,2025-12-04 06:20:33.038659,5.0,327321.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-12-04 18:15:40.000000,2025-12-04 16:07:16,4933.0,140.0,297.0,193.0,5889.0,107.0,281.0,3987.0,2025-11-03 18:46:15,0.20.1,72.0,13.0,13.0,197.0,,,302934.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-11-03 18:53:47.754438,18.0,21508346.0,,,,,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-12-04 04:03:33.000000,2025-11-03 12:52:37,3550.0,88.0,1755.0,170.0,2937.0,332.0,858.0,10414.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 43,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-12-03 18:47:00.000000,2025-12-01 01:00:51,676.0,14.0,69.0,36.0,232.0,6.0,86.0,365.0,2025-08-25 22:29:37,8.0.18,100.0,6118.0,6118.0,42.0,https://www.npmjs.com/package/did-jwt,369935.0,369935.0,1.0,,,,,,,,,,,,,,,,,,, 44,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-09-08 10:58:26.000000,2025-06-26 01:05:47,166.0,,11309.0,685.0,340.0,,,91562.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,972778.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,972778.0,-2.0,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-12-04 14:56:34.000000,2025-12-04 07:07:07,4104.0,175.0,866.0,55.0,6913.0,830.0,2430.0,12311.0,2025-11-14 09:45:13,4.7.0,100.0,1.0,1.0,229.0,,,1414.0,3.0,ghcr.io/zitadel/zitadel,12731.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 46,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-12-04 00:50:43.000000,2025-12-03 21:55:18,7192.0,81.0,614.0,132.0,5233.0,170.0,3077.0,5597.0,2025-12-02 16:31:55,0.20251202.0,100.0,,,143.0,,,17103.0,2.0,letsencrypt/boulder-tools,37072.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2035290.0,,,,,,,,,,,,, 47,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,29,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-12-02 05:52:39.000000,2025-12-02 05:52:38,2565.0,88.0,274.0,20.0,2679.0,230.0,904.0,4297.0,2025-11-28 06:02:02,1.8.3,49.0,42.0,42.0,137.0,,,8343.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-11-28 06:11:45.064769,4.0,683716.0,,,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-12-04 08:10:11.000000,2025-12-04 08:08:38,7898.0,266.0,387.0,37.0,1442.0,4.0,320.0,1582.0,2025-12-04 08:20:29,is-7.4.2,100.0,2996.0,2996.0,338.0,,,,2.0,,,,,,,,,,,,,DuendeSoftware/products,,,,,, 49,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-12-03 08:34:15.000000,2025-12-03 08:22:08,2982.0,31.0,133.0,58.0,330.0,37.0,319.0,1028.0,2025-09-03 07:38:43,5.8.0,45.0,202.0,202.0,50.0,,,48023.0,2.0,,33685.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,47725.0,,,,,,,,,, 50,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-11-24 15:44:49.000000,2025-11-23 15:10:40,1851.0,14.0,13288.0,1531.0,528.0,38.0,850.0,54767.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,600.0,3.0,,49255.0,,,,,,,,,,,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3492.0,742.0,77.0,5.0,382.0,15444.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1328.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163381.0,,,,,,,,,,,,, 52,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-02 03:49:33.000000,2025-11-26 13:54:19,2068.0,15.0,248.0,29.0,589.0,49.0,121.0,5397.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,6982.0,3.0,permitio/opal-server,1821.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,403108.0,,,,,,,,,,,,, 53,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,28,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,3.0,559.0,52.0,7291.0,,1780.0,4579.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,317.0,,,346.0,3.0,,14885.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-12-04 18:26:22.000000,2025-12-04 18:26:22,2229.0,124.0,169.0,32.0,2374.0,48.0,357.0,4153.0,2025-12-03 07:53:04,0.48.0,72.0,33.0,33.0,33.0,,,1045.0,3.0,ghcr.io/cerbos/cerbos,59612.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 55,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],28,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-12-04 17:04:26.000000,2025-12-04 08:22:01,35431.0,189.0,161.0,29.0,7366.0,415.0,4811.0,592.0,2025-11-18 09:25:03,1.14.0,100.0,9.0,9.0,138.0,,,399.0,3.0,,10397.0,,,,,,,,,,,,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-12-03 13:00:48.000000,2025-12-03 08:54:14,550.0,18.0,74.0,26.0,157.0,5.0,48.0,229.0,2025-08-10 14:02:43,11.0.5,71.0,1889.0,1889.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,28562.0,28562.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3820.0,347.0,113.0,452.0,393.0,17673.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,213265.0,213265.0,3.0,,,,,,,,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-12-04 17:26:20.000000,2025-12-04 16:28:28,2343.0,53.0,1003.0,38.0,1841.0,31.0,377.0,8560.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,330.0,330.0,51.0,,,24.0,3.0,,1013.0,,,,,,,,1.0,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-12-03 05:11:39.000000,2025-12-01 08:36:32,5478.0,460.0,275.0,24.0,2320.0,50.0,284.0,5711.0,2025-11-30 11:54:29,1.5.3,100.0,4.0,4.0,70.0,,,369.0,3.0,ghcr.io/permify/permify,9965.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,27,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-04 09:09:05.000000,2025-12-04 09:08:59,2518.0,1.0,1035.0,103.0,879.0,48.0,849.0,5447.0,2025-04-04 08:29:47,5.8.2,70.0,10870.0,10870.0,333.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,26.0,1529.0,110.0,104.0,3494.0,2024-01-13 04:08:30,0.27.3,100.0,217.0,217.0,68.0,,,20147.0,3.0,,3852.0,,,,,oso,https://pypi.org/project/oso,20081.0,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-12-02 15:09:29.000000,2025-11-30 16:49:07,3227.0,16.0,298.0,73.0,885.0,290.0,642.0,1792.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,1352.0,8797.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005162.0,,,,,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-11-26 12:14:55.000000,2025-11-26 12:14:47,7103.0,78.0,318.0,418.0,4706.0,102.0,448.0,1760.0,2024-06-11 16:44:34,1.8.2,31.0,46.0,46.0,157.0,,,0.0,2.0,,64.0,,,,,,,,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-12-02 20:16:56.000000,2025-12-02 20:16:56,3608.0,105.0,291.0,49.0,2818.0,32.0,261.0,969.0,2025-11-24 23:19:35,1.12.30,100.0,370.0,370.0,100.0,,,,2.0,,,,,,,,,,,,,,,,,,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-12-03 17:28:41.000000,2025-11-20 16:45:53,405.0,4.0,45.0,19.0,103.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,70.0,1340.0,1340.0,22.0,https://www.npmjs.com/package/did-jwt-vc,67075.0,67075.0,1.0,,,,,,,,,,1.0,,,,,,,,, 66,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,69.0,132.0,46.0,1907.0,137.0,972.0,903.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,66346.0,3.0,cyberark/conjur,1585.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7561680.0,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-12-03 17:22:34.000000,2025-12-03 17:21:58,10282.0,130.0,498.0,23.0,2555.0,148.0,1272.0,475.0,2025-11-15 18:44:32,1.4.0,100.0,,,163.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/acapy,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-12-04 02:59:55.000000,2025-12-04 02:59:13,2692.0,77.0,379.0,30.0,124.0,3.0,131.0,1812.0,2025-10-10 01:21:58,4.1.9,70.0,,,59.0,,,352.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-10-13 03:39:11.964812,5.0,38373.0,,,,,,,,,,,,, 69,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,12.0,176.0,33.0,145.0,,107.0,1010.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,873153.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,873153.0,,,,,,,,,, 70,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-12-04 06:52:46.000000,2025-10-15 06:03:01,1913.0,13.0,130.0,23.0,856.0,65.0,392.0,510.0,2024-04-02 18:54:31,6.0.0,44.0,893.0,893.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,770.0,60.0,131.0,531.0,786.0,18855.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3196.0,3.0,,220563.0,,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-11-17 10:07:45.000000,2025-11-17 10:07:44,679.0,1.0,193.0,41.0,335.0,34.0,244.0,1375.0,2025-08-29 13:12:19,4.0.0,21.0,353.0,353.0,51.0,,,,3.0,,,,,,,,,,-2.0,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-12-03 16:04:23.000000,2025-12-02 15:38:02,16338.0,110.0,357.0,47.0,8045.0,,,1343.0,,,,,,248.0,,,38053.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-12-03 05:24:32.544201,180.0,6202731.0,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-12-04 15:40:48.000000,2025-11-26 18:08:36,1713.0,18.0,96.0,24.0,1296.0,101.0,319.0,341.0,2025-11-26 18:09:44,1.7.0-beta.4,50.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,,iotaledger/identity,,,,,, 75,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,24,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-12-04 17:52:23.000000,2025-12-04 16:56:14,11685.0,889.0,93.0,5.0,1093.0,3.0,283.0,237.0,2025-12-04 16:30:07,0.16.0,100.0,,,39.0,,,,1.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,1.0,,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-12-03 23:47:57.000000,2025-12-03 23:45:38,2121.0,64.0,169.0,25.0,1417.0,17.0,284.0,186.0,2025-12-03 23:47:57,2.11.6,42.0,5.0,5.0,63.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,, 77,hyperledger-anoncreds-rs,https://github.com/hyperledger/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/hyperledger/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-11-13 16:53:54.000000,2025-11-13 16:49:42,832.0,23.0,57.0,12.0,247.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9508.0,1.0,,332809.0,,,,,,,,,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-12-04 08:59:23.000000,2025-12-04 08:58:00,3109.0,70.0,39.0,11.0,3986.0,54.0,103.0,76.0,2025-10-30 14:51:08,3.1.1,38.0,987.0,987.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 79,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-11-27 09:53:48.000000,2025-11-19 14:05:30,1351.0,13.0,629.0,65.0,645.0,130.0,400.0,14735.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-12-04 12:45:49.000000,2025-11-03 09:38:47,2021.0,25.0,261.0,55.0,397.0,34.0,89.0,619.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1454.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-11-17 20:22:00.027714,,145408.0,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-12-04 15:10:19.000000,2025-12-04 15:07:35,1297.0,98.0,220.0,26.0,1648.0,220.0,645.0,322.0,2025-12-04 15:10:20,0.6.0,100.0,,,84.0,,,,2.0,,,,,,,,,,,,,,,,,,, 82,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-12-03 20:46:53.000000,2025-12-03 20:46:51,357.0,21.0,20.0,12.0,125.0,1.0,11.0,97.0,2025-12-03 20:47:02,2.0.32,43.0,1397.0,1397.0,12.0,https://www.npmjs.com/package/web-did-resolver,54393.0,54393.0,2.0,,,,,,,,,,,,,,,,,,, 83,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-11-14 16:30:54.000000,2025-11-14 16:30:51,4083.0,8.0,783.0,238.0,366.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,858.0,3.0,,124483.0,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-12-04 11:00:38.000000,2025-11-24 22:08:02,2757.0,16.0,229.0,183.0,985.0,79.0,1228.0,1335.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-12-02 11:34:22.000000,2025-11-26 11:05:51,15251.0,20.0,677.0,106.0,19.0,,,707.0,,,,184.0,184.0,755.0,,,,3.0,,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-12-04 16:59:37.000000,2025-12-04 16:59:36,14730.0,129.0,146.0,14.0,2211.0,101.0,2915.0,456.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,102.0,3.0,,9955.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-12-03 10:59:58.000000,2025-11-20 17:05:17,416.0,6.0,42.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,24.0,7690.0,7690.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1008.0,438.0,25.0,1.0,143.0,30182.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28552.0,3.0,,1541812.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,353.0,67.0,168.0,286.0,609.0,7046.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,299.0,3.0,,28184.0,,,,,,,,,,,,,,,howdy,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-11-17 22:55:56.000000,2025-07-28 19:27:49,287.0,,57.0,7.0,36.0,1.0,59.0,563.0,2025-06-29 14:25:26,2.3.1,38.0,5430.0,5430.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,554.0,123.0,510.0,622.0,14256.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,314.0,58.0,237.0,4.0,133.0,4254.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1833.0,39.0,60.0,700.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2071.0,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,488.0,488.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,160.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,, 96,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-12-04 13:23:11.000000,2025-11-27 20:11:37,580.0,28.0,37.0,4.0,323.0,6.0,39.0,69.0,2025-11-27 20:11:59,1.38.3,100.0,264.0,264.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 97,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,301.0,92.0,43.0,28.0,24.0,3030.0,,,,1.0,1.0,27.0,,,4910.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,4910.0,,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,782.0,92.0,360.0,182.0,368.0,1952.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-12-04 14:00:53.000000,2025-12-02 06:06:24,2716.0,51.0,85.0,18.0,984.0,10.0,144.0,543.0,2025-12-01 06:58:29,0.30.1.RELEASE,84.0,,,36.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,54.0,77.0,250.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,305.0,86.0,543.0,32.0,178.0,3241.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,929.0,244.0,255.0,214.0,555.0,3158.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 103,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2449.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 104,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,297.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-12-03 15:11:28.000000,2025-11-28 01:13:17,1269.0,17.0,51.0,47.0,327.0,189.0,152.0,543.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,103.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,70.0,70.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-12-03 19:02:04.000000,2025-12-03 19:02:04,2366.0,43.0,94.0,8.0,815.0,3.0,132.0,102.0,2025-06-23 16:20:29,3.0.3,22.0,,,29.0,,,,2.0,,,,,,,,,,1.0,,,,,,,,, 110,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-12-04 15:25:24.000000,2025-12-04 12:13:30,3736.0,332.0,21.0,10.0,352.0,14.0,10.0,72.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8136.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-11-28 14:05:54.000000,2025-11-27 17:07:52,606.0,7.0,178.0,76.0,270.0,34.0,58.0,1668.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-04-16 23:04:42.000000,2025-01-13 21:37:13,287.0,,53.0,4.0,309.0,16.0,22.0,1315.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,97.0,3.0,warrantdev/warrant,3117.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 114,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-12-04 12:39:28.000000,2025-11-11 17:18:07,2000.0,33.0,158.0,61.0,564.0,9.0,241.0,672.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,11.0,99.0,74.0,517.0,11.0,374.0,445.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,,w3c/did,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,209.0,51.0,647.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,, 117,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-11-18 21:29:14.000000,2025-11-18 21:29:14,197.0,20.0,58.0,19.0,81.0,26.0,24.0,295.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,396628.0,396628.0,3.0,,,,,,,,,,,,,,,,,,, 118,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-11-19 12:11:07.000000,2025-09-19 15:45:14,3751.0,10.0,76.0,24.0,8.0,,,244.0,,,,,,305.0,,,,3.0,,,,,,,,,,,,,,,,,,, 119,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,17,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,71.0,34.0,462.0,96.0,122.0,238.0,,,,198.0,198.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 120,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,237.0,2025-06-17 17:32:08,1.3.0.1,3.0,19.0,19.0,4.0,,,3384.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3384.0,,,,,,,,,, 121,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,463.0,2.0,waltid/ssikit,150.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23953.0,,,,,,,,,,,,, 122,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-04 11:58:36.000000,2025-12-04 11:58:32,1673.0,144.0,22.0,7.0,180.0,17.0,17.0,86.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,2.0,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,, 123,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,7.0,64.0,10.0,754.0,184.0,134.0,71.0,,,1.0,65.0,65.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 124,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,16,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-12-03 21:24:06.000000,2025-12-03 21:24:06,1032.0,52.0,63.0,16.0,357.0,3.0,118.0,738.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,116.0,82.0,850.0,10.0,721.0,343.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,83.0,37.0,258.0,46.0,77.0,318.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 127,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,582.0,582.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-11-27 09:37:24.000000,2025-11-27 09:37:16,1302.0,79.0,13.0,6.0,1.0,,,139.0,2025-11-28 11:18:12,1.66.1,10.0,,,,,,5.0,2.0,,57.0,,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,decentralized-identity/web5-js,,,,,, 130,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-12-04 12:48:10.000000,2025-11-15 21:16:30,1462.0,18.0,26.0,12.0,1448.0,7.0,9.0,136.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,, 131,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-11-14 06:12:18.000000,2025-11-14 06:12:00,908.0,16.0,222.0,51.0,426.0,47.0,178.0,130.0,,,,,,231.0,,,,3.0,,,,,,,,,,,,,w3c/did-extensions,,,,,, 132,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-11-28 10:20:50.000000,2025-11-28 09:26:41,5270.0,116.0,18.0,6.0,542.0,55.0,2839.0,59.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-04 16:15:27.000000,2025-11-19 21:34:39,2132.0,22.0,26.0,8.0,342.0,20.0,17.0,93.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,, 134,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,15,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-11-24 08:49:18.000000,2025-11-11 07:45:30,559.0,9.0,29.0,26.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,100.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5141.0,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,6.0,91.0,70.0,349.0,131.0,258.0,437.0,,,,,,42.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/FedCM,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,3.0,63.0,1.0,44.0,380.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,177.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17768.0,,,,,,,presbrey/beyond,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,50.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,28.0,240.0,53.0,181.0,88.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,38.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,161.0,30.0,96.0,34.0,102.0,1009.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-12-04 14:59:47.000000,2025-12-01 17:59:40,236.0,19.0,28.0,50.0,182.0,103.0,126.0,144.0,,,,,,21.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,126.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,1.0,39.0,9.0,13.0,7.0,9.0,118.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,89.0,89.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,42.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1002.0,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,94.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,56.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-12-04 03:34:20.000000,2025-12-04 03:34:17,576.0,80.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,3.0,15.0,9.0,128.0,6.0,1.0,31.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-11-07 18:56:21.000000,2025-11-07 18:56:18,109.0,3.0,9.0,9.0,132.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-11-04 15:05:18.000000,2025-11-04 15:05:13,267.0,2.0,15.0,13.0,33.0,1.0,4.0,66.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,2.0,12.0,9.0,44.0,21.0,28.0,38.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,25.0,14.0,8.0,104.0,13.0,46.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,15.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,7,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-06-20 13:13:55.000000,2025-06-20 13:08:49,20.0,,7.0,8.0,18.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The specification for AnonCreds verifiable credential exchange.,,['hyperledger'],7,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,Apache-2.0,2025-12-04 11:17:56,2025-12-04 15:14:20.000000,2025-12-04 15:13:43,542.0,1.0,,,1.0,,,,,,,,,28.0,,,,3.0,,,,,,,,,,-5.0,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,119.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3466.0,,,,,,,,,,,,, 169,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,,,,,2025-03-31 13:56:32.730437,,,,,,,,,51.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-03-31 13:56:32.730437,51.0,580931.0,,,,,,,,,,,,, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4533828.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,-37.0,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-12-18_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - casl (🥈37 · ⭐ 6.7K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - cas (🥇35 · ⭐ 11K · 📈) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - whisper (🥉30 · ⭐ 92K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - kanidm (🥉30 · ⭐ 4.3K · 📈) - Kanidm: A simple, secure, and fast identity management platform. MPL-2.0 - jansen (🥉29 · ⭐ 600 · 📈) - The Janssen Project is a home for open source IAM components,.. Apache-2 linux-foundation ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - paddlespeech (🥈33 · ⭐ 12K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - veramo (🥇23 · ⭐ 510 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 - did-core (🥈15 · ⭐ 440 · 📉) - W3C Decentralized Identifier Specification. ❗️W3C w3c - barbican (🥉15 · ⭐ 240 · 📉) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack - anoncreds (🥉3 · 📉) - The former home of the AnonCreds specification. ❗Unlicensed hyperledger ================================================ FILE: history/2025-12-18_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,updated_github_id,trending,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,25.0,3968.0,109.0,3318.0,387.0,4668.0,27895.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,476514.0,476514.0,898.0,https://www.npmjs.com/package/next-auth,9770855.0,9770855.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-12-18 03:09:00.000000,2025-12-18 03:08:59,4524.0,162.0,2297.0,227.0,5101.0,241.0,2222.0,13840.0,2025-12-10 03:15:05,1.13.2,77.0,14310.0,14310.0,461.0,,,2826624.0,1.0,coredns/coredns,5289372.0,https://hub.docker.com/r/coredns/coredns,2025-12-10 03:17:05.971826,164.0,325139803.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-12-18 06:27:43.000000,2025-12-18 00:37:10,10322.0,365.0,2219.0,147.0,4375.0,154.0,3513.0,13398.0,2025-12-09 16:03:17,1.19.2,100.0,2281.0,2281.0,531.0,,,2611199.0,1.0,,99225575.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-12-18 15:28:15.237724,2025-12-18 13:06:42,6064.0,182.0,1473.0,131.0,5262.0,375.0,2475.0,11033.0,2025-12-18 13:10:44,1.12.0,100.0,6229.0,6229.0,550.0,,,5391034.0,1.0,openpolicyagent/opa,19195103.0,https://hub.docker.com/r/openpolicyagent/opa,2025-12-18 15:28:15.237724,46.0,608533976.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,2.0,489.0,62.0,518.0,84.0,305.0,2951.0,2025-06-20 05:53:03,3.3.1,50.0,641120.0,641120.0,201.0,,,221855176.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,221855176.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-12-17 21:28:33.000000,2025-12-17 21:28:28,2085.0,22.0,2860.0,174.0,316.0,3.0,1209.0,21316.0,2025-11-23 14:17:49,0.0.96,16.0,8457.0,8457.0,96.0,,,352511.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,352511.0,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-12-13 14:56:38.000000,2025-12-13 14:53:26,1144.0,12.0,1698.0,234.0,589.0,22.0,863.0,19553.0,2025-12-13 14:54:43,3.1.0,100.0,3551.0,3551.0,160.0,https://www.npmjs.com/package/casbin,356342.0,1290572.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,934230.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-12-15 16:37:20.000000,2025-12-15 16:37:20,10572.0,23.0,1583.0,132.0,1423.0,125.0,1053.0,10946.0,2025-04-07 17:05:07,1.0.3,14.0,3963.0,3963.0,269.0,,,1130219.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1130219.0,,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-12-16 13:41:37.000000,2025-12-12 07:59:43,1635.0,19.0,509.0,57.0,285.0,117.0,409.0,5142.0,2025-10-14 06:27:46,1.6.5,46.0,47149.0,47149.0,136.0,,,53463738.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,53463738.0,,,authlib/authlib,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-12-18 18:03:34.000000,2025-12-18 18:03:33,22370.0,513.0,4379.0,781.0,25042.0,1184.0,5275.0,33643.0,2025-11-19 17:36:49,1.21.1,100.0,15269.0,15269.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-12-18 04:49:29.000000,2025-12-18 04:44:59,1685.0,16.0,291.0,38.0,503.0,23.0,483.0,6693.0,2025-08-07 05:11:22,@casl/prisma@1.5.2,100.0,101635.0,101635.0,73.0,https://www.npmjs.com/package/@casl/ability,3639778.0,3639778.0,2.0,,,,,,,,,,,,,2.0,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,293.0,162.0,354.0,430.0,23468.0,,,,1317108.0,1317108.0,38.0,https://www.npmjs.com/package/passport,20602138.0,20602138.0,2.0,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-12-18 15:05:09.000000,2025-12-18 15:05:07,4351.0,157.0,1498.0,234.0,1926.0,89.0,1485.0,16839.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3379050.0,2.0,oryd/hydra,484853.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,80.0,428462718.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-12-18 15:05:11.000000,2025-12-18 15:05:10,4948.0,134.0,1067.0,112.0,2239.0,152.0,1266.0,13276.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1264902.0,1.0,oryd/kratos,52607.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115038783.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13467.0,1551.0,250.0,778.0,598.0,55930.0,2018-04-02 17:18:43,1.2.2,2.0,5574.0,5574.0,54.0,,,214741.0,2.0,animcogn/face_recognition,1439.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,19.0,10174.0,face_recognition,https://pypi.org/project/face_recognition,214632.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-12-18 13:31:55.934698,2025-12-18 13:15:57,3129.0,209.0,1485.0,76.0,2317.0,83.0,1957.0,12758.0,2025-12-18 13:24:52,2.197.0,100.0,12.0,12.0,262.0,,,14226.0,1.0,casbin/casdoor,136.0,https://hub.docker.com/r/casbin/casdoor,2025-12-18 13:31:55.934698,23.0,873586.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-12-18 16:02:08.927910,2025-12-18 08:16:03,30920.0,1180.0,3928.0,586.0,6839.0,,,11377.0,2025-12-06 15:15:47,7.3.2,100.0,21.0,21.0,371.0,,,8132.0,1.0,apereo/cas,1980.0,https://hub.docker.com/r/apereo/cas,2025-12-18 16:02:08.927910,131.0,1383322.0,,,,,,,1.0,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-12-17 17:03:57.000000,2025-12-16 19:41:36,7485.0,127.0,544.0,75.0,4845.0,109.0,1541.0,2155.0,2025-12-11 22:27:36,1.14.0,100.0,203.0,203.0,241.0,,,13878.0,2.0,ghcr.io/spiffe/spire-server,832711.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-12-06 05:12:23.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,556.0,92.0,362.0,600.0,2025-10-07 20:02:21,7.5.4,55.0,2154.0,2154.0,181.0,,,1989650.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1989650.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,15.0,5787.0,509.0,200.0,1208.0,1394.0,27344.0,2023-04-02 07:43:27,0.7,1.0,4839.0,4839.0,67.0,,,351744.0,2.0,animcogn/insightface,11255751.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-12-18 13:33:04.000000,2025-12-17 21:01:42,8627.0,517.0,1301.0,158.0,8669.0,60.0,1339.0,26124.0,2025-11-29 12:13:04,4.39.15,100.0,,,263.0,,,600.0,2.0,,36014.0,,,,,,,,,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,1.0,1933.0,186.0,1908.0,260.0,1757.0,12440.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,1112849.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1112849.0,,,,-1.0,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-12-18 17:58:26.000000,2025-12-17 21:43:59,5318.0,205.0,353.0,51.0,2145.0,97.0,457.0,6287.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,72.0,,,120558.0,2.0,authzed/spicedb,182284.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6053648.0,,,,,,,,,,,,, 34,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-12-18 18:02:25.000000,2025-12-16 21:12:01,4052.0,119.0,316.0,42.0,4859.0,82.0,989.0,4561.0,2025-12-11 00:32:08,0.31.3,100.0,22.0,22.0,101.0,,,19435364.0,2.0,pomerium/pomerium,55839.0,https://hub.docker.com/r/pomerium/pomerium,2025-12-16 21:54:03.866908,13.0,1613062853.0,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-12-18 15:05:14.000000,2025-12-18 15:05:13,1810.0,93.0,373.0,53.0,1388.0,35.0,293.0,5225.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,552597.0,2.0,oryd/keto,38501.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51349508.0,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-12-08 08:20:50.000000,2025-12-08 08:20:42,2735.0,25.0,767.0,66.0,271.0,,,3632.0,2025-12-07 19:27:28,9.6.0,100.0,1954.0,1954.0,76.0,https://www.npmjs.com/package/oidc-provider,789387.0,789387.0,2.0,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-12-18 15:05:47.000000,2025-12-18 15:05:46,1601.0,89.0,379.0,47.0,765.0,62.0,302.0,3538.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,914196.0,2.0,oryd/oathkeeper,23884.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,43.0,90481136.0,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-12-15 13:36:30.000000,2025-12-15 13:36:29,17513.0,402.0,932.0,109.0,8995.0,1441.0,15878.0,873.0,2025-10-24 04:51:27,7.2.0,100.0,,,728.0,,,14623.0,2.0,wso2/wso2is,20273.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1993815.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-12-18 18:10:03.000000,2025-12-18 18:09:10,20081.0,1209.0,1391.0,68.0,14623.0,770.0,2965.0,19290.0,2025-12-16 18:00:53,ersion/2025.10.3,100.0,,,469.0,,,163.0,2.0,,4736.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-12-18 14:15:10.000000,2025-12-18 14:08:34,7990.0,201.0,654.0,49.0,7198.0,177.0,567.0,11266.0,2025-11-28 05:34:41,1.34.0,77.0,31.0,31.0,80.0,,,6318.0,2.0,svhd/logto,6973.0,https://hub.docker.com/r/svhd/logto,2025-12-18 14:13:46.800654,5.0,332640.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-12-18 17:46:59.000000,2025-12-17 14:55:32,4948.0,129.0,295.0,191.0,5911.0,107.0,281.0,3992.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,305250.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,18.0,21672787.0,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11370.0,686.0,344.0,,,92123.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1008364.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1008364.0,,,,1.0,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-12-15 04:03:03.000000,2025-12-09 16:28:32,3586.0,112.0,1760.0,169.0,2956.0,339.0,859.0,10450.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-12-16 04:49:34.000000,2025-12-16 04:49:26,2570.0,84.0,277.0,21.0,2686.0,232.0,908.0,4346.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,137.0,,,8438.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,691558.0,,,,,,,1.0,,,,,, 45,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-12-18 14:34:46.000000,2025-12-01 01:00:51,676.0,12.0,68.0,36.0,233.0,5.0,87.0,364.0,2025-08-25 22:29:37,8.0.18,100.0,6134.0,6134.0,42.0,https://www.npmjs.com/package/did-jwt,372796.0,372796.0,1.0,,,,,,,,,,,,,,,,,,, 46,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-12-18 18:13:19.000000,2025-12-18 18:13:18,4128.0,164.0,886.0,57.0,6950.0,824.0,2464.0,12487.0,2025-12-17 08:56:54,4.7.6,100.0,1.0,1.0,236.0,,,1428.0,3.0,ghcr.io/zitadel/zitadel,12855.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 47,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-12-18 17:04:00.000000,2025-12-17 17:38:36,7209.0,87.0,614.0,132.0,5249.0,169.0,3081.0,5611.0,2025-12-16 17:53:19,0.20251216.0,100.0,,,145.0,,,17114.0,2.0,letsencrypt/boulder-tools,36895.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2037691.0,,,,,,,,,,,,, 48,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-12-18 01:10:43.000000,2025-12-18 01:10:41,7941.0,253.0,388.0,37.0,1465.0,4.0,320.0,1586.0,2025-12-12 14:54:57,bff-4.0.1,100.0,3006.0,3006.0,338.0,,,,2.0,,,,,,,,,,,,DuendeSoftware/products,,,,,,, 49,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-12-12 14:36:16.000000,2025-12-08 15:00:14,2984.0,31.0,135.0,58.0,331.0,37.0,319.0,1036.0,2025-09-03 07:38:43,5.8.0,45.0,205.0,205.0,50.0,,,45083.0,2.0,,34984.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,44774.0,,,,,,,,,, 50,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],29,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-12-18 17:35:14.000000,2025-12-18 13:37:06,35459.0,191.0,159.0,29.0,7400.0,413.0,4835.0,598.0,2025-11-18 09:25:03,1.14.0,100.0,9.0,9.0,138.0,,,398.0,3.0,,10363.0,,,,,,,,,,,1.0,,,,,, 51,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-12-15 20:02:28.000000,2025-11-23 15:10:40,1851.0,11.0,13285.0,1531.0,530.0,38.0,851.0,54798.0,2023-06-18 18:08:19,2.2.0,4.0,,,98.0,,,671.0,3.0,,55095.0,,,,,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3491.0,742.0,77.0,5.0,382.0,15451.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1328.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163427.0,,,,,,,,,,,,, 53,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1035.0,103.0,880.0,49.0,849.0,5450.0,2025-04-04 08:29:47,5.8.2,70.0,10899.0,10899.0,334.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-16 00:45:28.000000,2025-11-26 13:54:19,2068.0,13.0,250.0,29.0,590.0,49.0,121.0,5402.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7117.0,3.0,permitio/opal-server,1844.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,410936.0,,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-12-18 13:54:16.000000,2025-12-18 13:54:16,2255.0,128.0,172.0,32.0,2399.0,47.0,361.0,4169.0,2025-12-10 09:15:00,0.49.0,73.0,33.0,33.0,33.0,,,851.0,3.0,ghcr.io/cerbos/cerbos,48536.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-12-15 05:09:24.000000,2025-12-15 02:48:27,552.0,17.0,75.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1890.0,1890.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,31537.0,31537.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3823.0,347.0,113.0,452.0,393.0,17686.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,223740.0,223740.0,3.0,,,,,,,,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-12-18 13:18:33.000000,2025-12-18 13:18:30,2384.0,92.0,1009.0,39.0,1873.0,32.0,377.0,8695.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,331.0,331.0,51.0,,,25.0,3.0,,1025.0,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-12-18 05:12:05.000000,2025-12-14 16:02:24,5526.0,414.0,277.0,24.0,2344.0,52.0,285.0,5736.0,2025-12-14 16:29:31,1.5.4,100.0,4.0,4.0,71.0,,,388.0,3.0,ghcr.io/permify/permify,10113.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,1.0,559.0,52.0,7291.0,,1780.0,4583.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,317.0,,,347.0,3.0,,14935.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3496.0,2024-01-13 04:08:30,0.27.3,100.0,217.0,217.0,68.0,,,22751.0,3.0,,3853.0,,,,,oso,https://pypi.org/project/oso,22685.0,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-12-09 10:20:34.000000,2025-11-30 16:49:07,3227.0,16.0,298.0,73.0,885.0,290.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,1029.0,8475.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005220.0,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-12-16 23:54:35.000000,2025-12-16 23:54:33,3631.0,112.0,291.0,48.0,2838.0,35.0,265.0,975.0,2025-12-05 21:56:50,1.12.31,100.0,370.0,370.0,102.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],27,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-12-15 18:40:52.000000,2025-11-20 16:45:53,405.0,3.0,45.0,19.0,103.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,70.0,1349.0,1349.0,22.0,https://www.npmjs.com/package/did-jwt-vc,64527.0,64527.0,1.0,,,,,,,,,,,,,,,,,,, 65,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-12-18 14:14:45.000000,2025-12-08 19:08:26,7106.0,29.0,318.0,418.0,4714.0,102.0,448.0,1761.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,157.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 66,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,60.0,132.0,46.0,1907.0,137.0,973.0,908.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,66390.0,3.0,cyberark/conjur,1612.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7566640.0,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-12-16 22:54:56.000000,2025-12-15 23:20:33,10312.0,149.0,498.0,23.0,2565.0,151.0,1272.0,476.0,2025-11-15 18:44:32,1.4.0,100.0,,,163.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-12-13 13:40:53.000000,2025-12-12 01:27:06,2708.0,80.0,379.0,30.0,124.0,3.0,131.0,1821.0,2025-12-13 11:52:39,4.1.10,71.0,,,59.0,,,355.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,38718.0,,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,193.0,41.0,339.0,32.0,246.0,1380.0,2025-08-29 13:12:19,4.0.0,21.0,358.0,358.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 70,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,12.0,178.0,33.0,145.0,,107.0,1009.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1340771.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,1340771.0,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,781.0,60.0,131.0,531.0,786.0,18880.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3208.0,3.0,,221387.0,,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-12-18 11:41:34.000000,2025-12-17 11:37:36,16368.0,125.0,357.0,47.0,8075.0,,,1344.0,,,,,,250.0,,,38215.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-12-17 05:26:41.555744,180.0,6229058.0,,,,,,,,,,,,, 73,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-12-17 20:43:56.000000,2025-12-17 20:42:16,2129.0,58.0,172.0,25.0,1426.0,18.0,284.0,187.0,2025-12-15 18:29:28,2.11.8,44.0,7.0,7.0,63.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,, 74,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-12-06 11:29:49.000000,2025-12-06 11:29:43,833.0,21.0,57.0,12.0,248.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9682.0,1.0,,338896.0,,,,,,,,,,anoncreds/anoncreds-rs,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-12-15 19:01:35.000000,2025-12-15 19:00:16,3127.0,79.0,39.0,11.0,4006.0,54.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-12-18 16:19:35.000000,2025-11-19 14:05:30,1351.0,13.0,627.0,65.0,645.0,130.0,400.0,14778.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-12-16 15:21:45.000000,2025-12-16 15:12:48,15288.0,47.0,678.0,106.0,19.0,,,706.0,,,,184.0,184.0,757.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-12-18 12:45:49.000000,2025-12-12 23:49:26,2031.0,25.0,264.0,55.0,400.0,34.0,89.0,623.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1462.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-12-13 00:07:41.369292,,146216.0,,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-12-18 14:15:42.000000,2025-10-15 06:03:01,1913.0,2.0,130.0,23.0,856.0,65.0,392.0,514.0,2024-04-02 18:54:31,6.0.0,44.0,898.0,898.0,59.0,,,,1.0,,,,,,,,,,,,,-2.0,,,,,, 80,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-12-18 14:31:25.000000,2025-12-18 14:31:10,1723.0,22.0,96.0,24.0,1304.0,100.0,323.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,iotaledger/identity,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-12-15 08:36:28.000000,2025-12-11 12:53:05,1314.0,104.0,222.0,26.0,1674.0,228.0,645.0,324.0,2025-12-09 13:40:05,0.6.1,100.0,,,86.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-12-18 14:01:56.000000,2025-12-17 08:38:45,11731.0,821.0,96.0,5.0,1113.0,1.0,288.0,237.0,2025-12-04 16:30:07,0.16.0,100.0,,,40.0,,,,1.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-12-15 06:15:14.000000,2025-12-15 00:50:44,360.0,21.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1404.0,1404.0,12.0,https://www.npmjs.com/package/web-did-resolver,49406.0,49406.0,2.0,,,,,,,,,,,,,,,,,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-12-16 23:23:02.000000,2025-11-14 16:30:51,4083.0,8.0,783.0,238.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,861.0,3.0,,124924.0,,,,,,,,,,,,,,,,, 85,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-12-18 17:49:45.000000,2025-12-17 05:23:19,2771.0,24.0,232.0,184.0,987.0,75.0,1233.0,1345.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-12-17 04:28:54.000000,2025-12-17 04:28:54,14746.0,145.0,147.0,14.0,2222.0,105.0,2917.0,459.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,102.0,3.0,,9955.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-12-15 17:45:51.000000,2025-11-20 17:05:17,416.0,4.0,42.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,24.0,7712.0,7712.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1021.0,439.0,25.0,1.0,143.0,30235.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28739.0,3.0,,1551954.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,355.0,68.0,168.0,293.0,609.0,7099.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,304.0,3.0,,28582.0,,,,,,,,,,,,,,,howdy,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-11-17 22:55:56.000000,2025-07-28 19:27:49,287.0,,58.0,7.0,36.0,1.0,59.0,567.0,2025-06-29 14:25:26,2.3.1,38.0,5447.0,5447.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,554.0,123.0,511.0,622.0,14260.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,315.0,58.0,238.0,4.0,133.0,4268.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,20,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3039.0,,,,1.0,1.0,27.0,,,13135.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,13135.0,,,,,,,,,, 94,indy-node,https://github.com/hyperledger/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1833.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2078.0,,,,,,,,,,,,,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,489.0,489.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-12-16 14:19:12.000000,2025-12-16 13:00:26,583.0,28.0,37.0,4.0,326.0,6.0,39.0,68.0,2025-12-16 13:01:06,1.38.6,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,360.0,181.0,368.0,1957.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-12-18 14:01:01.000000,2025-12-09 12:25:59,2718.0,52.0,86.0,18.0,986.0,10.0,144.0,547.0,2025-12-01 06:58:29,0.30.1.RELEASE,84.0,,,36.0,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,55.0,77.0,251.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-12-17 09:15:51.000000,2025-12-03 19:02:04,2366.0,43.0,94.0,8.0,819.0,4.0,132.0,102.0,2025-12-05 09:07:35,3.0.4,23.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,307.0,86.0,543.0,32.0,179.0,3258.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,932.0,244.0,256.0,215.0,555.0,3170.0,,,,,,49.0,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2450.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,297.0,36.0,,53.0,793.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-12-10 16:27:15.000000,2025-12-09 13:44:51,1272.0,19.0,52.0,47.0,328.0,189.0,152.0,546.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,103.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,5.0,71.0,71.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-12-17 08:39:49.000000,2025-12-17 08:39:41,3747.0,267.0,21.0,10.0,361.0,14.0,10.0,72.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8135.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-12-15 14:53:07.000000,2025-11-27 17:07:52,606.0,6.0,180.0,77.0,270.0,34.0,58.0,1680.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,53.0,4.0,310.0,16.0,22.0,1320.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,97.0,3.0,warrantdev/warrant,3117.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 114,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-12-17 13:28:38.000000,2025-12-17 13:06:21,2008.0,41.0,158.0,61.0,566.0,8.0,243.0,677.0,,,,,,68.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,, 116,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-12-09 18:09:47.000000,2025-12-09 18:09:47,204.0,27.0,59.0,19.0,86.0,28.0,24.0,298.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,406111.0,406111.0,3.0,,,,,,,,,,,,,,,,,,, 117,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,17,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,1.0,70.0,34.0,462.0,96.0,122.0,238.0,,,,203.0,203.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 118,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,238.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,4033.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,4033.0,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,464.0,2.0,waltid/ssikit,151.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23983.0,,,,,,,,,,,,, 120,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,103.0,22.0,7.0,182.0,17.0,17.0,87.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,2.0,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,, 121,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,6.0,64.0,10.0,754.0,185.0,134.0,71.0,,,1.0,65.0,65.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,115.0,82.0,850.0,10.0,721.0,344.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,83.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,48.0,14.0,105.0,25.0,69.0,207.0,,,,590.0,590.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-12-18 08:58:40.000000,2025-12-18 08:58:29,1323.0,74.0,13.0,7.0,1.0,,,140.0,2025-12-18 12:30:55,1.68.1,12.0,,,,,,6.0,2.0,,63.0,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,decentralized-identity/web5-js,,,,,,, 127,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-12-18 08:22:14.000000,2025-11-15 21:16:30,1462.0,12.0,28.0,12.0,1457.0,7.0,9.0,137.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,, 128,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-12-12 21:56:21.000000,2025-12-12 21:56:08,914.0,22.0,223.0,51.0,430.0,47.0,178.0,130.0,,,,,,234.0,,,,3.0,,,,,,,,,,,,w3c/did-extensions,,,,,,, 129,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-12-15 18:04:56.000000,2025-12-15 18:04:55,566.0,11.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-12-08 16:11:26.000000,2025-12-08 15:51:57,5272.0,99.0,18.0,6.0,542.0,57.0,2843.0,59.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-12-03 21:24:06.000000,2025-12-03 21:24:06,1032.0,40.0,65.0,16.0,357.0,3.0,118.0,741.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,1.0,100.0,74.0,518.0,11.0,374.0,445.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,w3c/did,-2.0,,,,,, 133,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-12-17 13:40:22.000000,2025-12-17 13:38:56,3755.0,2.0,77.0,24.0,8.0,,,245.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,-2.0,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-18 13:01:47.000000,2025-12-13 11:36:57,2136.0,19.0,26.0,8.0,342.0,20.0,17.0,93.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,101.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5157.0,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,6.0,93.0,70.0,349.0,131.0,258.0,438.0,,,,,,42.0,,,,3.0,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,4.0,63.0,1.0,44.0,388.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,177.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17770.0,,,,,,presbrey/beyond,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,152.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1009.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-12-18 07:12:09.000000,2025-12-18 00:46:14,240.0,20.0,29.0,50.0,189.0,101.0,129.0,145.0,,,,,,22.0,,,,3.0,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,1.0,40.0,9.0,13.0,7.0,9.0,118.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,90.0,90.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1002.0,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,95.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-12-04 03:34:20.000000,2025-12-04 03:34:17,576.0,67.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,67.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,3.0,15.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,2.0,12.0,9.0,44.0,21.0,28.0,38.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-11-07 18:56:21.000000,2025-11-07 18:56:18,109.0,2.0,9.0,9.0,132.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,24.0,14.0,8.0,104.0,13.0,46.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,119.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3472.0,,,,,,,,,,,,, 168,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,-4.0,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,592074.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4541260.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2025-12-25_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - jansen (🥉30 · ⭐ 600 · 📈) - The Janssen Project is a home for open source IAM components,.. Apache-2 linux-foundation - faceswap (🥉29 · ⭐ 55K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - spruceid-ssi (🥈18 · ⭐ 240 · 📈) - Core library for decentralized identity. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - did-jwt-vc (🥇26 · ⭐ 210 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - entra-verifiedid-wallet-library-ios (🥉9 · ⭐ 30 · 📉) - A library to manage your Decentralized Identities and.. MIT ================================================ FILE: history/2025-12-25_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,updated_github_id,helm_id,trending,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,20.0,3972.0,109.0,3318.0,387.0,4668.0,27926.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,476699.0,476699.0,898.0,https://www.npmjs.com/package/next-auth,9305736.0,9305736.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2025-12-24 10:19:51.000000,2025-12-23 20:05:34,4534.0,168.0,2299.0,227.0,5114.0,244.0,2223.0,13860.0,2025-12-10 03:15:05,1.13.2,77.0,14324.0,14324.0,462.0,,,2828907.0,1.0,coredns/coredns,5324716.0,https://hub.docker.com/r/coredns/coredns,2025-12-10 03:17:05.971826,164.0,325369667.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2025-12-25 16:47:01.000000,2025-12-25 16:46:17,10338.0,363.0,2225.0,146.0,4383.0,155.0,3516.0,13417.0,2025-12-09 16:03:17,1.19.2,100.0,2299.0,2299.0,532.0,,,2642238.0,1.0,,100405054.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2025-12-25 09:25:22.521780,2025-12-25 08:43:10,6069.0,165.0,1473.0,131.0,5268.0,380.0,2475.0,11061.0,2025-12-18 21:39:43,1.12.1,100.0,6256.0,6256.0,550.0,,,5391293.0,1.0,openpolicyagent/opa,19067191.0,https://hub.docker.com/r/openpolicyagent/opa,2025-12-25 09:25:22.521780,46.0,608820907.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2025-11-05 04:20:08.000000,2025-11-05 04:20:07,1781.0,2.0,489.0,62.0,518.0,84.0,305.0,2948.0,2025-06-20 05:53:03,3.3.1,50.0,641255.0,641255.0,201.0,,,224272450.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,224272450.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-12-20 16:25:03.000000,2025-12-20 16:24:58,2086.0,17.0,2866.0,174.0,317.0,4.0,1210.0,21367.0,2025-11-23 14:17:49,0.0.96,16.0,8466.0,8466.0,96.0,,,341275.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,341275.0,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2025-12-23 02:12:34.000000,2025-12-21 12:42:23,1148.0,15.0,1703.0,234.0,595.0,27.0,868.0,19590.0,2025-12-21 12:43:45,3.4.1,100.0,3553.0,3553.0,160.0,https://www.npmjs.com/package/casbin,340824.0,1284389.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,943565.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2025-12-24 16:45:11.000000,2025-12-15 16:37:20,10572.0,23.0,1583.0,132.0,1425.0,125.0,1053.0,10967.0,2025-04-07 17:05:07,1.0.3,14.0,3964.0,3964.0,269.0,,,1072517.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1072517.0,,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-12-25 15:10:19.000000,2025-12-20 19:13:41,1637.0,15.0,509.0,58.0,286.0,118.0,410.0,5143.0,2025-10-14 06:27:46,1.6.5,46.0,47220.0,47220.0,136.0,,,51558312.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,51558312.0,,,authlib/authlib,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2025-12-23 20:02:35.000000,2025-12-23 00:04:47,22387.0,477.0,4382.0,781.0,25044.0,1187.0,5276.0,33677.0,2025-11-19 17:36:49,1.21.1,100.0,15281.0,15281.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2025-12-25 01:33:10.000000,2025-12-23 20:53:06,1694.0,25.0,291.0,38.0,510.0,23.0,483.0,6712.0,2025-12-20 07:22:30,@casl/ability@6.7.5,100.0,101661.0,101661.0,74.0,https://www.npmjs.com/package/@casl/ability,3517067.0,3517067.0,2.0,,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1229.0,294.0,162.0,354.0,430.0,23475.0,,,,1317322.0,1317322.0,38.0,https://www.npmjs.com/package/passport,20014829.0,20014829.0,2.0,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2025-12-23 14:46:38.000000,2025-12-23 14:46:36,4355.0,141.0,1497.0,234.0,1926.0,91.0,1485.0,16859.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3379414.0,2.0,oryd/hydra,488693.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,80.0,428503664.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2025-12-23 14:58:50.000000,2025-12-23 14:58:49,4952.0,124.0,1066.0,111.0,2239.0,152.0,1266.0,13300.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1265162.0,1.0,oryd/kratos,52799.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115062213.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13464.0,1550.0,250.0,778.0,598.0,55971.0,2018-04-02 17:18:43,1.2.2,2.0,5580.0,5580.0,54.0,,,217608.0,2.0,animcogn/face_recognition,1441.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10209.0,face_recognition,https://pypi.org/project/face_recognition,217498.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2025-12-25 01:46:03.742991,2025-12-25 01:29:58,3139.0,214.0,1491.0,76.0,2333.0,84.0,1964.0,12791.0,2025-12-25 01:38:28,2.205.0,100.0,12.0,12.0,263.0,,,14484.0,1.0,casbin/casdoor,227.0,https://hub.docker.com/r/casbin/casdoor,2025-12-25 01:46:03.742991,23.0,883946.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2025-12-25 08:33:26.000000,2025-12-24 04:20:29,31015.0,1203.0,3929.0,586.0,6863.0,,,11382.0,2025-12-06 15:15:47,7.3.2,100.0,21.0,21.0,371.0,,,8177.0,1.0,apereo/cas,2106.0,https://hub.docker.com/r/apereo/cas,2025-12-25 02:14:56.162809,131.0,1390722.0,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2025-12-22 17:03:12.000000,2025-12-20 13:35:22,7493.0,117.0,544.0,75.0,4854.0,108.0,1543.0,2159.0,2025-12-11 22:27:36,1.14.0,100.0,203.0,203.0,241.0,,,13903.0,2.0,ghcr.io/spiffe/spire-server,834193.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-12-06 05:12:23.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,556.0,94.0,362.0,600.0,2025-10-07 20:02:21,7.5.4,55.0,2155.0,2155.0,181.0,,,1874896.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1874896.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,15.0,5800.0,509.0,200.0,1209.0,1394.0,27409.0,2023-04-02 07:43:27,0.7,1.0,4847.0,4847.0,67.0,,,354513.0,2.0,animcogn/insightface,11344382.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2025-12-25 17:57:21.000000,2025-12-24 23:27:52,8655.0,517.0,1303.0,160.0,8692.0,60.0,1339.0,26238.0,2025-11-29 12:13:04,4.39.15,100.0,,,263.0,,,608.0,2.0,,36494.0,,,,,,,,,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,1.0,1933.0,186.0,1908.0,260.0,1757.0,12452.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,159.0,,,1092099.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1092099.0,,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,33,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2025-12-24 01:54:23.000000,2025-12-23 23:35:42,5321.0,197.0,355.0,52.0,2153.0,98.0,459.0,6310.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,72.0,,,121190.0,2.0,authzed/spicedb,183109.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6085541.0,,,,,,,,,,,,, 34,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2025-12-24 02:24:15.000000,2025-12-23 17:13:54,4059.0,115.0,316.0,42.0,4867.0,82.0,989.0,4568.0,2025-12-11 00:32:08,0.31.3,100.0,22.0,22.0,101.0,,,19435426.0,2.0,pomerium/pomerium,55907.0,https://hub.docker.com/r/pomerium/pomerium,2025-12-23 21:36:39.073759,13.0,1613067918.0,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-12-23 14:46:36.000000,2025-12-23 14:46:35,1813.0,84.0,372.0,54.0,1390.0,40.0,294.0,5234.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,552638.0,2.0,oryd/keto,38662.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51353167.0,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-12-08 08:20:50.000000,2025-12-08 08:20:42,2735.0,24.0,767.0,66.0,271.0,,,3635.0,2025-12-07 19:27:28,9.6.0,100.0,1963.0,1963.0,76.0,https://www.npmjs.com/package/oidc-provider,737683.0,737683.0,2.0,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2025-12-23 14:47:26.000000,2025-12-23 14:47:25,1604.0,80.0,378.0,47.0,765.0,66.0,303.0,3540.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,914322.0,2.0,oryd/oathkeeper,23961.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90493459.0,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-12-23 06:22:58.000000,2025-12-23 06:22:58,17537.0,366.0,933.0,109.0,9008.0,1449.0,15889.0,873.0,2025-10-24 04:51:27,7.2.0,100.0,,,729.0,,,14630.0,2.0,wso2/wso2is,20346.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1994603.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2025-12-25 12:32:00.000000,2025-12-24 16:01:26,20125.0,1157.0,1401.0,68.0,14714.0,770.0,2979.0,19391.0,2025-12-16 18:00:53,ersion/2025.10.3,100.0,,,471.0,,,166.0,2.0,,4842.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2025-12-25 13:51:37.000000,2025-12-25 05:37:08,8020.0,221.0,659.0,49.0,7229.0,176.0,569.0,11326.0,2025-11-28 05:34:41,1.34.0,77.0,31.0,31.0,80.0,,,6373.0,2.0,svhd/logto,7017.0,https://hub.docker.com/r/svhd/logto,2025-12-25 05:42:36.237565,5.0,335566.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-12-24 22:54:44.000000,2025-12-23 23:17:09,4953.0,128.0,295.0,191.0,5914.0,107.0,281.0,3995.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,306510.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,21762256.0,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11395.0,689.0,344.0,,,92363.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1018575.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1018575.0,,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-12-24 04:03:59.000000,2025-12-09 16:28:32,3586.0,89.0,1763.0,169.0,2962.0,340.0,859.0,10471.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-12-21 20:12:35.000000,2025-12-16 04:49:26,2570.0,71.0,276.0,21.0,2689.0,233.0,908.0,4374.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,137.0,,,8479.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,694895.0,,,,,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2025-12-25 18:27:37.000000,2025-12-25 14:50:45,35475.0,201.0,159.0,29.0,7419.0,422.0,4850.0,600.0,2025-12-19 10:44:44,1.15.0,100.0,10.0,10.0,139.0,,,351.0,3.0,,9135.0,,,,,,,,,,,,1.0,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-12-23 21:03:38.000000,2025-12-01 01:00:51,676.0,11.0,69.0,36.0,233.0,5.0,87.0,363.0,2025-08-25 22:29:37,8.0.18,100.0,6135.0,6135.0,42.0,https://www.npmjs.com/package/did-jwt,335552.0,335552.0,1.0,,,,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-12-23 17:46:00.000000,2025-12-23 15:10:48,1853.0,13.0,13287.0,1531.0,533.0,38.0,851.0,54814.0,2025-12-21 02:44:08,3.0.0,5.0,,,98.0,,,532.0,3.0,,43697.0,,,,,,,,,,,,1.0,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-12-24 20:41:49.000000,2025-12-24 20:41:48,4140.0,159.0,890.0,57.0,6964.0,820.0,2474.0,12538.0,2025-12-17 08:56:54,4.7.6,100.0,1.0,1.0,237.0,,,1446.0,3.0,ghcr.io/zitadel/zitadel,13016.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2025-12-24 04:39:39.000000,2025-12-20 04:03:01,7210.0,82.0,614.0,132.0,5253.0,169.0,3082.0,5615.0,2025-12-16 17:53:19,0.20251216.0,100.0,,,145.0,,,17129.0,2.0,letsencrypt/boulder-tools,37208.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2037933.0,,,,,,,,,,,,, 50,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-12-19 15:23:56.000000,2025-12-19 15:23:56,7944.0,244.0,389.0,37.0,1468.0,4.0,320.0,1586.0,2025-12-12 14:54:57,bff-4.0.1,100.0,3010.0,3010.0,339.0,,,,2.0,,,,,,,,,,,,DuendeSoftware/products,,,,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-12-12 14:36:16.000000,2025-12-08 15:00:14,2984.0,28.0,135.0,58.0,331.0,37.0,319.0,1037.0,2025-09-03 07:38:43,5.8.0,45.0,209.0,209.0,50.0,,,43027.0,2.0,,35245.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,42716.0,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3490.0,742.0,77.0,5.0,382.0,15453.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1328.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163465.0,,,,,,,,,,,,, 53,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1035.0,103.0,880.0,49.0,849.0,5450.0,2025-04-04 08:29:47,5.8.2,70.0,10912.0,10912.0,334.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-16 00:45:28.000000,2025-11-26 13:54:19,2068.0,13.0,252.0,29.0,591.0,49.0,121.0,5406.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7155.0,3.0,permitio/opal-server,1844.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,413159.0,,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-12-25 01:48:13.000000,2025-12-23 12:02:22,2263.0,132.0,172.0,32.0,2407.0,48.0,361.0,4174.0,2025-12-22 11:10:37,0.50.0,74.0,33.0,33.0,33.0,,,711.0,3.0,ghcr.io/cerbos/cerbos,40573.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-12-23 21:47:13.000000,2025-12-22 01:31:32,553.0,17.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1891.0,1891.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,29571.0,29571.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3824.0,347.0,113.0,452.0,393.0,17696.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,221816.0,221816.0,3.0,,,,,,,,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-12-24 19:03:07.000000,2025-12-23 19:41:39,2388.0,93.0,1009.0,39.0,1878.0,32.0,377.0,8704.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,331.0,331.0,51.0,,,25.0,3.0,,1028.0,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2025-12-24 20:08:57.000000,2025-12-20 03:53:39,5541.0,419.0,276.0,24.0,2355.0,53.0,285.0,5743.0,2025-12-14 16:29:31,1.5.4,100.0,4.0,4.0,71.0,,,390.0,3.0,ghcr.io/permify/permify,10142.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,1.0,559.0,52.0,7291.0,,1780.0,4584.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,317.0,,,347.0,3.0,,14948.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3496.0,2024-01-13 04:08:30,0.27.3,100.0,217.0,217.0,68.0,,,21153.0,3.0,,3853.0,,,,,oso,https://pypi.org/project/oso,21087.0,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2025-12-24 21:52:17.000000,2025-11-30 16:49:07,3227.0,16.0,298.0,73.0,886.0,290.0,642.0,1791.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,1292.0,8738.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005241.0,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-12-23 19:03:06.000000,2025-12-23 19:03:05,3638.0,106.0,291.0,48.0,2841.0,33.0,267.0,976.0,2025-12-05 21:56:50,1.12.31,100.0,370.0,370.0,102.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-12-18 18:40:37.000000,2025-12-18 18:40:36,7108.0,26.0,318.0,418.0,4714.0,102.0,448.0,1762.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,157.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 65,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,26,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,49.0,133.0,46.0,1907.0,137.0,973.0,913.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,66411.0,3.0,cyberark/conjur,1612.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7569134.0,,,,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-12-23 17:04:33.000000,2025-12-23 17:01:20,10316.0,153.0,499.0,23.0,2573.0,152.0,1273.0,476.0,2025-11-15 18:44:32,1.4.0,100.0,,,163.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,, 67,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-12-23 21:35:07.000000,2025-11-20 16:45:53,405.0,3.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1349.0,1349.0,22.0,https://www.npmjs.com/package/did-jwt-vc,54967.0,54967.0,1.0,,,,,,,,,,,,,,-1.0,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-12-22 04:16:37.000000,2025-12-22 04:15:39,2711.0,78.0,380.0,30.0,124.0,3.0,131.0,1824.0,2025-12-13 11:52:39,4.1.10,71.0,,,59.0,,,356.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,38863.0,,,,,,,,,,,,, 69,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,193.0,41.0,339.0,32.0,246.0,1380.0,2025-08-29 13:12:19,4.0.0,21.0,359.0,359.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 70,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,12.0,178.0,33.0,145.0,,107.0,1010.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1307880.0,2.0,,,,,,,webauthn,https://pypi.org/project/webauthn,1307880.0,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,792.0,60.0,131.0,531.0,786.0,18905.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3213.0,3.0,,221737.0,,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2025-12-25 07:56:44.800557,2025-12-22 09:17:42,16370.0,124.0,358.0,47.0,8080.0,,,1347.0,,,,,,250.0,,,38290.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2025-12-25 07:56:44.800557,180.0,6241308.0,,,,,,,,,,,,, 73,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-12-23 21:26:05.000000,2025-12-23 21:24:12,2132.0,57.0,172.0,25.0,1427.0,17.0,285.0,188.0,2025-12-15 18:29:28,2.11.8,44.0,7.0,7.0,63.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,, 74,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-12-06 11:29:49.000000,2025-12-06 11:29:43,833.0,21.0,57.0,12.0,248.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9726.0,1.0,,340421.0,,,,,,,,,,anoncreds/anoncreds-rs,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-12-22 18:29:18.000000,2025-12-22 18:28:01,3134.0,84.0,39.0,11.0,4013.0,55.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-12-24 12:51:52.000000,2025-11-19 14:05:30,1351.0,13.0,628.0,65.0,645.0,130.0,400.0,14798.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-12-16 15:21:45.000000,2025-12-16 15:12:48,15288.0,46.0,679.0,106.0,19.0,,,706.0,,,,185.0,185.0,757.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2025-12-25 12:44:00.000000,2025-12-22 17:13:02,2032.0,26.0,266.0,55.0,401.0,34.0,89.0,623.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1464.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-12-22 17:30:26.520263,,146403.0,,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-12-23 14:19:56.000000,2025-12-23 14:15:19,1914.0,2.0,130.0,23.0,857.0,65.0,392.0,517.0,2024-04-02 18:54:31,6.0.0,44.0,898.0,898.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-12-22 15:53:00.000000,2025-12-18 14:31:10,1723.0,20.0,96.0,24.0,1305.0,103.0,325.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,iotaledger/identity,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-12-22 12:38:40.000000,2025-12-22 12:06:55,1315.0,101.0,222.0,26.0,1677.0,228.0,645.0,324.0,2025-12-09 13:40:05,0.6.1,100.0,,,86.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-12-24 14:00:37.000000,2025-12-22 16:48:03,11740.0,806.0,96.0,5.0,1120.0,1.0,288.0,238.0,2025-12-04 16:30:07,0.16.0,100.0,,,40.0,,,,1.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-12-22 09:15:08.000000,2025-12-22 05:08:11,361.0,21.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1406.0,1406.0,12.0,https://www.npmjs.com/package/web-did-resolver,44674.0,44674.0,2.0,,,,,,,,,,,,,,,,,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-12-16 23:23:02.000000,2025-11-14 16:30:51,4083.0,7.0,783.0,237.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,862.0,3.0,,124998.0,,,,,,,,,,,,,,,,, 85,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-12-18 19:41:00.000000,2025-12-17 05:23:19,2771.0,24.0,233.0,184.0,987.0,75.0,1233.0,1347.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-12-23 22:58:37.000000,2025-12-23 22:58:37,14750.0,146.0,147.0,14.0,2223.0,105.0,2917.0,460.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,102.0,3.0,,9955.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-12-23 21:46:15.000000,2025-11-20 17:05:17,416.0,4.0,42.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,24.0,7714.0,7714.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1033.0,440.0,25.0,1.0,143.0,30267.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28818.0,3.0,,1556200.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,357.0,68.0,169.0,293.0,610.0,7164.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,305.0,3.0,,28763.0,,,,,,,,,,,,,,,howdy,, 90,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-11-17 22:55:56.000000,2025-07-28 19:27:49,287.0,,58.0,7.0,36.0,1.0,59.0,569.0,2025-06-29 14:25:26,2.3.1,38.0,5452.0,5452.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 91,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,554.0,123.0,511.0,622.0,14271.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,315.0,58.0,238.0,4.0,133.0,4277.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 93,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,20,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3042.0,,,,1.0,1.0,27.0,,,12470.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,12470.0,,,,,,,,,, 94,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,655.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2082.0,,,,,,,,,,hyperledger-indy/indy-node,,,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,324.0,2024-10-23 19:02:40,0.5.2,62.0,489.0,489.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,159.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-12-22 09:38:14.000000,2025-12-16 13:00:26,583.0,26.0,37.0,4.0,329.0,6.0,39.0,68.0,2025-12-16 13:01:06,1.38.6,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,360.0,181.0,368.0,1959.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2025-12-19 14:01:09.000000,2025-12-09 12:25:59,2718.0,52.0,87.0,18.0,987.0,10.0,144.0,548.0,2025-12-01 06:58:29,0.30.1.RELEASE,84.0,,,36.0,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,55.0,77.0,251.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-12-22 12:04:18.000000,2025-12-22 12:03:51,2367.0,44.0,93.0,8.0,821.0,4.0,132.0,102.0,2025-12-22 12:04:18,3.0.5,24.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,307.0,86.0,543.0,32.0,179.0,3264.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,933.0,244.0,256.0,215.0,555.0,3172.0,,,,,,49.0,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2452.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,297.0,36.0,,53.0,793.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-12-10 16:27:15.000000,2025-12-09 13:44:51,1272.0,16.0,52.0,47.0,328.0,189.0,152.0,547.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,,70.0,34.0,462.0,96.0,122.0,240.0,,,,203.0,203.0,31.0,,,,2.0,,,,,,,,,,,,,,1.0,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,56.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,72.0,72.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-12-17 08:39:49.000000,2025-12-17 08:39:41,3747.0,195.0,21.0,10.0,361.0,14.0,10.0,72.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8134.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-12-15 14:53:07.000000,2025-11-27 17:07:52,606.0,6.0,179.0,77.0,270.0,34.0,58.0,1681.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 114,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,53.0,4.0,310.0,16.0,22.0,1320.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,97.0,3.0,warrantdev/warrant,3119.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 115,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-12-19 07:46:53.000000,2025-12-19 07:46:52,2009.0,42.0,158.0,61.0,567.0,8.0,243.0,680.0,,,,,,69.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,, 117,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-12-09 18:09:47.000000,2025-12-09 18:09:47,204.0,27.0,59.0,19.0,86.0,28.0,24.0,301.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,368945.0,368945.0,3.0,,,,,,,,,,,,,,,,,,, 118,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,239.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,3899.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3899.0,,,,,,,,,, 119,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,464.0,3.0,waltid/ssikit,152.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,23995.0,,,,,,,,,,,,, 120,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,67.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,3.0,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,, 121,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-10-23 20:02:02.000000,2025-10-07 00:04:57,3170.0,5.0,64.0,10.0,755.0,185.0,134.0,71.0,,,1.0,65.0,65.0,31.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,115.0,82.0,850.0,10.0,721.0,344.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,83.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,209.0,,,,590.0,590.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-12-18 08:58:40.000000,2025-12-18 08:58:29,1323.0,67.0,13.0,7.0,1.0,,,141.0,2025-12-18 12:30:55,1.68.1,12.0,,,,,,6.0,2.0,,63.0,,,,,,,,,,,,,,,,, 126,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,16,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-12-25 10:00:02.000000,2025-11-15 21:16:30,1462.0,12.0,28.0,13.0,1461.0,7.0,9.0,138.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,2.0,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,, 127,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,decentralized-identity/web5-js,,,,,,, 128,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-12-12 21:56:21.000000,2025-12-12 21:56:08,914.0,20.0,225.0,51.0,430.0,47.0,178.0,130.0,,,,,,234.0,,,,3.0,,,,,,,,,,,,w3c/did-extensions,,,,,,, 129,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-12-22 17:56:27.000000,2025-12-22 17:56:26,575.0,20.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-12-22 16:42:41.000000,2025-12-08 15:51:57,5272.0,90.0,18.0,6.0,542.0,57.0,2843.0,60.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-12-03 21:24:06.000000,2025-12-03 21:24:06,1032.0,34.0,65.0,16.0,357.0,3.0,118.0,741.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,1.0,99.0,74.0,518.0,11.0,374.0,446.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,w3c/did,,,,,,, 133,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-12-17 13:40:22.000000,2025-12-17 13:38:56,3755.0,2.0,77.0,24.0,8.0,,,246.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,19.0,26.0,9.0,342.0,20.0,17.0,94.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,101.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5167.0,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,4.0,93.0,70.0,349.0,131.0,259.0,438.0,,,,,,42.0,,,,3.0,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,4.0,63.0,1.0,44.0,388.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,177.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17770.0,,,,,,presbrey/beyond,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,151.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-12-24 19:31:15.000000,2025-12-18 20:04:53,241.0,19.0,29.0,50.0,189.0,101.0,129.0,145.0,,,,,,22.0,,,,3.0,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,, 144,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,1.0,38.0,9.0,13.0,7.0,9.0,118.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,91.0,91.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1004.0,,,,,,,,,,,,, 150,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 151,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,95.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,11,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-12-04 03:34:20.000000,2025-12-04 03:34:17,576.0,67.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,69.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,34.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,2.0,13.0,9.0,44.0,21.0,28.0,39.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,2.0,15.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,-1.0,,,,, 163,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-12-18 23:47:01.000000,2025-12-18 23:46:59,110.0,2.0,9.0,9.0,133.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,24.0,14.0,8.0,104.0,13.0,46.0,16.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,119.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3476.0,,,,,,,,,,,,, 168,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,596263.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4544275.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-01-01_changes.md ================================================ ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - spicedb (🥈32 · ⭐ 6.3K · 📉) - Open Source, Google Zanzibar-inspired database for scalably.. Apache-2 - conjur (🥉25 · ⭐ 920 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL - py_webauthn (🥉24 · ⭐ 1K · 📉) - Pythonic WebAuthn. BSD-3 - passwordlessid-webauthn (🥉20 · ⭐ 570 · 📉) - Webauthn / passkeys helper library to make your life.. MIT - cf-identity-wallet (🥉14 · ⭐ 140 · 📉) - Veridian Wallet is an open source mobile application.. Apache-2 ================================================ FILE: history/2026-01-01_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,updated_github_id,helm_id,trending,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,42,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,16.0,3975.0,110.0,3318.0,386.0,4669.0,27952.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,476895.0,476895.0,898.0,https://www.npmjs.com/package/next-auth,8599751.0,8599751.0,1.0,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-01-01 09:25:38.000000,2026-01-01 09:25:37,4540.0,159.0,2301.0,227.0,5122.0,245.0,2224.0,13870.0,2025-12-10 03:15:05,1.13.2,77.0,14334.0,14334.0,462.0,,,2806849.0,1.0,coredns/coredns,5357845.0,https://hub.docker.com/r/coredns/coredns,2025-12-10 03:17:05.971826,164.0,325563467.0,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-01-01 13:14:26.000000,2026-01-01 13:14:26,10349.0,319.0,2229.0,146.0,4390.0,155.0,3520.0,13430.0,2025-12-09 16:03:17,1.19.2,100.0,2307.0,2307.0,533.0,,,2604230.0,1.0,,101564986.0,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-01-01 11:21:48.000000,2025-12-30 23:04:25,6071.0,153.0,1476.0,131.0,5277.0,381.0,2477.0,11079.0,2025-12-18 21:39:43,1.12.1,100.0,6262.0,6262.0,550.0,,,5347994.0,1.0,openpolicyagent/opa,19176477.0,https://hub.docker.com/r/openpolicyagent/opa,2025-12-30 23:46:22.818635,46.0,609068808.0,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-01 11:20:44.000000,2025-11-05 04:20:07,1781.0,2.0,489.0,62.0,519.0,84.0,305.0,2948.0,2025-06-20 05:53:03,3.3.1,50.0,641355.0,641355.0,201.0,,,221117409.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,221117409.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2025-12-30 18:17:46.000000,2025-12-30 18:17:42,2092.0,23.0,2869.0,174.0,326.0,2.0,1216.0,21397.0,2025-11-23 14:17:49,0.0.96,16.0,8468.0,8468.0,96.0,,,318627.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,318627.0,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-01-01 17:17:52.000000,2026-01-01 16:37:37,1155.0,22.0,1708.0,234.0,602.0,30.0,873.0,19622.0,2026-01-01 16:35:57,3.6.0,100.0,3554.0,3554.0,161.0,https://www.npmjs.com/package/casbin,307497.0,1228634.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,921137.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-01-01 16:01:05.000000,2025-12-15 16:37:20,10572.0,23.0,1586.0,132.0,1427.0,125.0,1053.0,10994.0,2025-04-07 17:05:07,1.0.3,14.0,3970.0,3970.0,269.0,,,1001667.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,1001667.0,,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2025-12-25 15:10:19.000000,2025-12-20 19:13:41,1637.0,10.0,510.0,58.0,286.0,118.0,410.0,5153.0,2025-10-14 06:27:46,1.6.5,46.0,47297.0,47297.0,136.0,,,47587532.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,47587532.0,,,authlib/authlib,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-01-01 00:44:41.000000,2025-12-31 16:02:50,22396.0,423.0,4384.0,781.0,25044.0,1187.0,5277.0,33716.0,2025-11-19 17:36:49,1.21.1,100.0,15288.0,15288.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-01-01 07:07:43.000000,2026-01-01 07:02:53,1712.0,43.0,291.0,38.0,522.0,20.0,486.0,6723.0,2025-12-30 16:21:25,@casl/vue@2.2.5,100.0,101686.0,101686.0,74.0,https://www.npmjs.com/package/@casl/ability,3186894.0,3186894.0,2.0,,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1228.0,294.0,162.0,354.0,430.0,23479.0,,,,1317518.0,1317518.0,38.0,https://www.npmjs.com/package/passport,18154440.0,18154440.0,2.0,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-01-01 13:06:35.000000,2026-01-01 13:06:34,4357.0,114.0,1499.0,234.0,1926.0,91.0,1485.0,16871.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3353222.0,2.0,oryd/hydra,490197.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428530527.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-01-01 16:03:29.000000,2026-01-01 16:03:28,4954.0,108.0,1067.0,112.0,2240.0,153.0,1266.0,13313.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1251648.0,1.0,oryd/kratos,53207.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115083807.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13464.0,1550.0,250.0,778.0,598.0,55996.0,2018-04-02 17:18:43,1.2.2,2.0,5584.0,5584.0,54.0,,,201138.0,2.0,animcogn/face_recognition,1443.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10260.0,face_recognition,https://pypi.org/project/face_recognition,201029.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-01-01 14:55:55.812358,2026-01-01 14:39:18,3150.0,218.0,1499.0,77.0,2348.0,85.0,1974.0,12820.0,2026-01-01 14:48:16,2.214.0,100.0,12.0,12.0,263.0,,,14410.0,1.0,casbin/casdoor,472.0,https://hub.docker.com/r/casbin/casdoor,2026-01-01 14:55:55.812358,23.0,893015.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-01-01 16:12:39.000000,2026-01-01 16:09:28,31023.0,1127.0,3931.0,586.0,6878.0,,,11384.0,2025-12-06 15:15:47,7.3.2,100.0,21.0,21.0,371.0,,,8171.0,1.0,apereo/cas,2186.0,https://hub.docker.com/r/apereo/cas,2026-01-01 02:20:00.968668,131.0,1397623.0,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-01-01 18:19:47.000000,2026-01-01 18:17:24,7509.0,125.0,545.0,75.0,4868.0,107.0,1544.0,2162.0,2025-12-11 22:27:36,1.14.0,100.0,203.0,203.0,242.0,,,13698.0,2.0,ghcr.io/spiffe/spire-server,835593.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 29,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,34,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2025-12-06 05:12:23.000000,2025-10-07 20:35:19,3632.0,20.0,416.0,27.0,556.0,94.0,362.0,600.0,2025-10-07 20:02:21,7.5.4,55.0,2157.0,2157.0,181.0,,,1651392.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1651392.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,14.0,5805.0,509.0,200.0,1209.0,1394.0,27457.0,2023-04-02 07:43:27,0.7,1.0,4851.0,4851.0,67.0,,,346601.0,2.0,animcogn/insightface,11437775.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-01-01 12:30:02.000000,2025-12-31 20:16:46,8673.0,473.0,1308.0,160.0,8718.0,61.0,1339.0,26282.0,2025-11-29 12:13:04,4.39.15,100.0,,,264.0,,,612.0,2.0,,37388.0,,,,,,,,,,,,,,,,, 32,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,,1936.0,186.0,1910.0,260.0,1757.0,12469.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,160.0,,,1063305.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1063305.0,,,,,,,,,, 33,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-01-01 16:04:17.000000,2025-12-30 21:00:13,4068.0,106.0,316.0,42.0,4888.0,81.0,990.0,4589.0,2025-12-11 00:32:08,0.31.3,100.0,22.0,22.0,101.0,,,19204112.0,2.0,pomerium/pomerium,55935.0,https://hub.docker.com/r/pomerium/pomerium,2025-12-30 22:20:11.763369,13.0,1613073248.0,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-01-01 18:06:59.000000,2025-12-31 02:26:31,5325.0,190.0,355.0,51.0,2161.0,98.0,459.0,6321.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,73.0,,,119242.0,2.0,authzed/spicedb,183550.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6103711.0,,,,,,,,-1.0,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2025-12-31 09:44:12.000000,2025-12-31 09:44:11,1815.0,68.0,373.0,54.0,1391.0,40.0,294.0,5241.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,546790.0,2.0,oryd/keto,38728.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51355995.0,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2025-12-08 08:20:50.000000,2025-12-08 08:20:42,2735.0,23.0,767.0,66.0,271.0,,,3639.0,2025-12-07 19:27:28,9.6.0,100.0,1972.0,1972.0,76.0,https://www.npmjs.com/package/oidc-provider,645105.0,645105.0,2.0,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-01-01 13:07:09.000000,2026-01-01 13:07:08,1606.0,64.0,380.0,47.0,766.0,66.0,303.0,3543.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,905298.0,2.0,oryd/oathkeeper,24022.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90505344.0,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2025-12-31 21:05:40.000000,2025-12-31 21:05:40,17541.0,343.0,933.0,109.0,9009.0,1455.0,15888.0,874.0,2025-10-24 04:51:27,7.2.0,100.0,,,729.0,,,14530.0,2.0,wso2/wso2is,20373.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1995668.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-01-01 18:31:07.000000,2026-01-01 18:30:27,20167.0,1059.0,1406.0,68.0,14789.0,778.0,2989.0,19489.0,2025-12-16 18:00:53,ersion/2025.10.3,100.0,,,476.0,,,161.0,2.0,,4853.0,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-01-01 12:21:59.983380,2026-01-01 12:16:45,8025.0,214.0,662.0,49.0,7240.0,178.0,570.0,11358.0,2025-12-30 09:43:29,1.35.0,78.0,31.0,31.0,80.0,,,6305.0,2.0,svhd/logto,7079.0,https://hub.docker.com/r/svhd/logto,2026-01-01 12:21:59.983380,5.0,338156.0,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2025-12-31 18:44:38.000000,2025-12-23 23:17:09,4953.0,119.0,295.0,191.0,5919.0,107.0,281.0,3997.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,303369.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,21842623.0,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11414.0,691.0,344.0,,,92598.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,987566.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,987566.0,,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-12-24 04:03:59.000000,2025-12-09 16:28:32,3586.0,87.0,1764.0,169.0,2962.0,340.0,859.0,10479.0,2025-09-01 13:23:20,2.44.0,92.0,177.0,177.0,280.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2025-12-28 20:12:23.000000,2025-12-27 23:42:09,2571.0,66.0,278.0,21.0,2691.0,233.0,909.0,4388.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,137.0,,,8420.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,698496.0,,,,,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-01-01 16:51:04.000000,2026-01-01 13:18:19,35493.0,202.0,160.0,29.0,7440.0,415.0,4870.0,602.0,2025-12-19 10:44:44,1.15.0,100.0,10.0,10.0,140.0,,,338.0,3.0,,9141.0,,,,,,,,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2025-12-31 16:37:10.000000,2025-12-01 01:00:51,676.0,11.0,69.0,36.0,233.0,5.0,87.0,363.0,2025-08-25 22:29:37,8.0.18,100.0,6137.0,6137.0,42.0,https://www.npmjs.com/package/did-jwt,282336.0,282336.0,1.0,,,,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2025-12-31 14:29:44.000000,2025-12-31 14:24:16,1855.0,15.0,13287.0,1530.0,533.0,38.0,851.0,54839.0,2025-12-21 02:44:08,3.0.0,5.0,,,98.0,,,567.0,3.0,,47138.0,,,,,,,,,,,,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2025-12-31 20:07:12.000000,2025-12-30 20:05:52,4151.0,165.0,897.0,57.0,6980.0,820.0,2482.0,12606.0,2025-12-30 12:16:28,4.8.0,100.0,1.0,1.0,237.0,,,1319.0,3.0,ghcr.io/zitadel/zitadel,13192.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-01-01 01:01:29.000000,2025-12-20 04:03:01,7210.0,73.0,614.0,132.0,5254.0,169.0,3082.0,5617.0,2025-12-16 17:53:19,0.20251216.0,100.0,,,145.0,,,16956.0,2.0,letsencrypt/boulder-tools,37572.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2038080.0,,,,,,,,,,,,, 50,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2025-12-29 17:13:36.000000,2025-12-29 17:11:47,7948.0,222.0,389.0,37.0,1473.0,4.0,320.0,1587.0,2025-12-29 16:35:14,is-7.3.4,100.0,3010.0,3010.0,339.0,,,,2.0,,,,,,,,,,,,DuendeSoftware/products,,,,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2025-12-30 12:19:50.000000,2025-12-08 15:00:14,2984.0,25.0,135.0,58.0,331.0,37.0,319.0,1041.0,2025-09-03 07:38:43,5.8.0,45.0,211.0,211.0,50.0,,,42064.0,2.0,,35466.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,41753.0,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3489.0,742.0,77.0,5.0,382.0,15456.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1318.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163474.0,,,,,,,,,,,,, 53,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1036.0,103.0,880.0,49.0,849.0,5451.0,2025-04-04 08:29:47,5.8.2,70.0,10930.0,10930.0,334.0,,,,2.0,,,,,,,,,,,,,,,doorkeeper,,,, 54,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-16 00:45:28.000000,2025-11-26 13:54:19,2068.0,13.0,255.0,29.0,591.0,49.0,122.0,5410.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7067.0,3.0,permitio/opal-server,1853.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,415094.0,,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2025-12-30 08:18:33.000000,2025-12-30 08:18:33,2267.0,127.0,172.0,33.0,2411.0,48.0,361.0,4179.0,2025-12-22 11:10:37,0.50.0,74.0,33.0,33.0,33.0,,,852.0,3.0,ghcr.io/cerbos/cerbos,49425.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 56,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2025-12-31 15:11:07.000000,2025-12-29 01:33:46,554.0,17.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1891.0,1891.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,23061.0,23061.0,1.0,,,,,,,,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3824.0,347.0,113.0,452.0,393.0,17707.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,212340.0,212340.0,3.0,,,,,,,,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2025-12-24 19:03:07.000000,2025-12-23 19:41:39,2388.0,93.0,1010.0,39.0,1879.0,32.0,377.0,8708.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,331.0,331.0,51.0,,,24.0,3.0,,1028.0,,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-01-01 05:20:38.000000,2025-12-28 19:58:53,5558.0,398.0,275.0,25.0,2365.0,52.0,286.0,5756.0,2025-12-28 22:37:26,1.6.0,100.0,4.0,4.0,71.0,,,374.0,3.0,ghcr.io/permify/permify,10106.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 60,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2025-11-03 18:17:20.000000,2025-11-02 00:53:16,9720.0,1.0,560.0,52.0,7293.0,,1780.0,4585.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,318.0,,,339.0,3.0,,14938.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3498.0,2024-01-13 04:08:30,0.27.3,100.0,217.0,217.0,68.0,,,19388.0,3.0,,3853.0,,,,,oso,https://pypi.org/project/oso,19323.0,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-01 10:04:32.000000,2025-11-30 16:49:07,3227.0,16.0,298.0,73.0,886.0,290.0,642.0,1790.0,2025-02-21 20:25:35,5.8.5,59.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,2112.0,9503.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005280.0,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2025-12-23 19:03:06.000000,2025-12-23 19:03:05,3638.0,93.0,292.0,48.0,2842.0,33.0,267.0,978.0,2025-12-05 21:56:50,1.12.31,100.0,370.0,370.0,102.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-12-18 18:40:37.000000,2025-12-18 18:40:36,7108.0,26.0,318.0,418.0,4714.0,102.0,448.0,1762.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,157.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2025-12-31 17:24:55.000000,2025-12-31 17:24:55,10322.0,159.0,498.0,23.0,2579.0,152.0,1273.0,476.0,2025-11-15 18:44:32,1.4.0,100.0,,,164.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,, 66,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2025-12-31 17:47:38.000000,2025-11-20 16:45:53,405.0,3.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1349.0,1349.0,22.0,https://www.npmjs.com/package/did-jwt-vc,44246.0,44246.0,1.0,,,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2025-12-31 02:46:03.000000,2025-12-31 02:45:28,2718.0,77.0,380.0,30.0,124.0,3.0,131.0,1828.0,2025-12-13 11:52:39,4.1.10,71.0,,,60.0,,,354.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,38957.0,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,193.0,41.0,339.0,32.0,246.0,1382.0,2025-08-29 13:12:19,4.0.0,21.0,359.0,359.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,42.0,140.0,47.0,1907.0,137.0,973.0,925.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,65857.0,3.0,cyberark/conjur,1613.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7571721.0,,,,,,,,-1.0,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,796.0,61.0,131.0,531.0,786.0,18920.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3173.0,3.0,,222115.0,,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-01-01 08:10:50.869810,2025-12-22 09:17:42,16370.0,117.0,359.0,47.0,8082.0,,,1348.0,,,,,,250.0,,,38100.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2026-01-01 08:10:50.869810,180.0,6248441.0,,,,,,,,,,,,, 72,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,178.0,33.0,145.0,,107.0,1013.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1204603.0,3.0,,,,,,,webauthn,https://pypi.org/project/webauthn,1204603.0,,,,,-1.0,,,,, 73,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2025-12-23 21:26:05.000000,2025-12-23 21:24:12,2132.0,56.0,172.0,25.0,1427.0,17.0,285.0,188.0,2025-12-15 18:29:28,2.11.8,44.0,7.0,7.0,63.0,,,,1.0,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,, 74,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2025-12-06 11:29:49.000000,2025-12-06 11:29:43,833.0,20.0,57.0,12.0,248.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9470.0,1.0,,340955.0,,,,,,,,,,anoncreds/anoncreds-rs,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2025-12-29 13:01:45.000000,2025-12-22 18:28:01,3134.0,73.0,39.0,11.0,4014.0,56.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2025-12-30 06:44:21.000000,2025-11-19 14:05:30,1351.0,13.0,632.0,65.0,645.0,130.0,400.0,14812.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2025-12-16 15:21:45.000000,2025-12-16 15:12:48,15288.0,43.0,679.0,106.0,19.0,,,706.0,,,,185.0,185.0,757.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-01-01 12:47:41.000000,2025-12-29 13:02:05,2034.0,25.0,266.0,55.0,401.0,34.0,89.0,625.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1451.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-12-29 13:19:12.179806,,146618.0,,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2025-12-31 17:56:17.000000,2025-12-23 14:15:19,1914.0,2.0,130.0,23.0,857.0,66.0,392.0,518.0,2024-04-02 18:54:31,6.0.0,44.0,898.0,898.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2025-12-22 15:53:00.000000,2025-12-18 14:31:10,1723.0,19.0,96.0,23.0,1305.0,103.0,325.0,341.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,iotaledger/identity,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2025-12-29 08:31:00.000000,2025-12-22 12:06:55,1315.0,97.0,223.0,26.0,1678.0,229.0,645.0,324.0,2025-12-09 13:40:05,0.6.1,100.0,,,86.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2025-12-30 21:49:32.000000,2025-12-30 10:12:01,11751.0,780.0,97.0,5.0,1122.0,1.0,288.0,239.0,2025-12-30 13:16:11,0.16.1,100.0,,,40.0,,,,1.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2025-12-29 06:00:43.000000,2025-12-29 00:42:58,362.0,20.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1406.0,1406.0,12.0,https://www.npmjs.com/package/web-did-resolver,34551.0,34551.0,2.0,,,,,,,,,,,,,,,,,,, 84,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2025-12-16 23:23:02.000000,2025-11-14 16:30:51,4083.0,7.0,784.0,237.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,856.0,3.0,,125019.0,,,,,,,,,,,,,,,,, 85,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2025-12-18 19:41:00.000000,2025-12-17 05:23:19,2771.0,24.0,234.0,184.0,987.0,76.0,1234.0,1348.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2025-12-23 22:58:37.000000,2025-12-23 22:58:37,14750.0,139.0,147.0,14.0,2223.0,106.0,2917.0,462.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,101.0,3.0,,9956.0,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2025-12-31 17:36:35.000000,2025-11-20 17:05:17,416.0,4.0,42.0,21.0,132.0,3.0,18.0,228.0,2023-03-08 14:05:37,4.1.0,24.0,7718.0,7718.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1044.0,441.0,25.0,1.0,143.0,30299.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28372.0,3.0,,1560502.0,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,360.0,68.0,169.0,293.0,610.0,7184.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,304.0,3.0,,28948.0,,,,,,,,,,,,,,,howdy,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,554.0,123.0,511.0,622.0,14276.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,315.0,58.0,238.0,4.0,133.0,4282.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,20,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3042.0,,,,1.0,1.0,27.0,,,11735.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,11735.0,,,,,,,,,, 93,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,654.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2084.0,,,,,,,,,,hyperledger-indy/indy-node,,,,,,, 94,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-12-31 14:58:01.000000,2025-12-29 15:36:33,289.0,2.0,58.0,7.0,37.0,1.0,59.0,573.0,2025-06-29 14:25:26,2.3.1,38.0,5454.0,5454.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,-1.0,,,,, 95,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,489.0,489.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,, 96,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,, 97,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2025-12-30 20:27:56.000000,2025-12-30 20:27:30,591.0,32.0,38.0,4.0,332.0,6.0,39.0,68.0,2025-12-30 20:27:56,1.38.8,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,360.0,181.0,368.0,1960.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-01-01 16:03:36.000000,2026-01-01 13:53:51,2734.0,65.0,87.0,18.0,994.0,10.0,144.0,548.0,2026-01-01 13:39:09,0.30.2.RELEASE,85.0,,,36.0,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,55.0,77.0,251.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-12-22 12:04:18.000000,2025-12-22 12:03:51,2367.0,44.0,93.0,8.0,821.0,4.0,132.0,102.0,2025-12-22 12:04:18,3.0.5,24.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,306.0,86.0,543.0,32.0,179.0,3263.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,933.0,244.0,256.0,215.0,555.0,3176.0,,,,,,49.0,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 104,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,297.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,52.0,29.0,29.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2025-12-10 16:27:15.000000,2025-12-09 13:44:51,1272.0,15.0,52.0,47.0,328.0,189.0,152.0,548.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,104.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,,71.0,34.0,462.0,96.0,122.0,241.0,,,,204.0,204.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,57.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,72.0,72.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8133.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],17,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2453.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2025-12-15 14:53:07.000000,2025-11-27 17:07:52,606.0,6.0,179.0,77.0,270.0,34.0,58.0,1681.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,53.0,4.0,310.0,16.0,22.0,1322.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,94.0,3.0,warrantdev/warrant,3119.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 114,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2025-12-19 07:46:53.000000,2025-12-19 07:46:52,2009.0,42.0,158.0,61.0,567.0,8.0,243.0,680.0,,,,,,69.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,, 116,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2025-12-09 18:09:47.000000,2025-12-09 18:09:47,204.0,26.0,60.0,19.0,86.0,28.0,24.0,303.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,301964.0,301964.0,3.0,,,,,,,,,,,,,,,,,,, 117,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,239.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,3855.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3855.0,,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,456.0,2.0,waltid/ssikit,152.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24023.0,,,,,,,,,,,,, 119,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,61.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,2.0,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-12-17 08:39:49.000000,2025-12-17 08:39:41,3747.0,189.0,21.0,10.0,361.0,14.0,10.0,73.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 121,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-12-31 18:02:38.000000,2025-12-31 18:02:38,3174.0,9.0,64.0,10.0,756.0,185.0,134.0,71.0,,,1.0,65.0,65.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,209.0,,,,590.0,590.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-12-18 08:58:40.000000,2025-12-18 08:58:29,1323.0,65.0,13.0,7.0,1.0,,,142.0,2025-12-18 12:30:55,1.68.1,12.0,,,,,,5.0,2.0,,63.0,,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,decentralized-identity/web5-js,,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2025-12-12 21:56:21.000000,2025-12-12 21:56:08,914.0,10.0,225.0,51.0,431.0,47.0,178.0,130.0,,,,,,234.0,,,,3.0,,,,,,,,,,,,w3c/did-extensions,,,,,,, 127,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-12-22 17:56:27.000000,2025-12-22 17:56:26,575.0,20.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-12-26 17:56:29.000000,2025-12-08 15:51:57,5272.0,75.0,18.0,6.0,542.0,53.0,2847.0,60.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2025-12-29 19:44:30.000000,2025-12-29 19:44:30,1035.0,37.0,65.0,16.0,358.0,3.0,118.0,743.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,3.0,114.0,82.0,850.0,10.0,721.0,344.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-12-17 13:40:22.000000,2025-12-17 13:38:56,3755.0,2.0,77.0,24.0,8.0,,,246.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,14.0,26.0,9.0,342.0,20.0,17.0,95.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,99.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5192.0,,,,,,,,,,,,, 134,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],14,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,1.0,99.0,74.0,518.0,12.0,374.0,446.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,w3c/did,,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,4.0,93.0,70.0,349.0,131.0,261.0,438.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,, 136,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,45.0,4.0,63.0,1.0,44.0,389.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,176.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17781.0,,,,,,presbrey/beyond,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,151.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2025-12-31 10:13:04.000000,2025-11-15 21:16:30,1462.0,8.0,31.0,13.0,1471.0,7.0,9.0,138.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,3.0,,,,,,,,,,,,cardano-foundation/veridian-wallet,,-2.0,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,87.0,,,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2025-12-24 19:31:15.000000,2025-12-18 20:04:53,241.0,17.0,29.0,50.0,189.0,101.0,129.0,146.0,,,,,,22.0,,,,3.0,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,9.0,13.0,7.0,9.0,118.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,91.0,91.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,, 148,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,21.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1007.0,,,,,,,,,,,,, 149,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],11,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],11,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2025-07-09 18:30:22.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,95.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,80.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,69.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-12-04 03:34:20.000000,2025-12-04 03:34:17,576.0,13.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,2.0,15.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-12-18 23:47:01.000000,2025-12-18 23:46:59,110.0,2.0,9.0,9.0,133.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,24.0,14.0,8.0,104.0,13.0,46.0,17.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,8,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,2.0,13.0,9.0,44.0,21.0,28.0,39.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,116.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3480.0,,,,,,,,,,,,, 168,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,600534.0,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4547001.0,,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-01-08_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇40 · ⭐ 2.9K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - ockam (🥉29 · ⭐ 4.6K · 📈) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - node-solid-server (🥇29 · ⭐ 1.8K · 📈) - Solid server on top of the file-system in NodeJS. MIT solid - bbs-signature (🥉12 · ⭐ 95 · 📈) - The BBS Signature Scheme. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇41 · ⭐ 28K · 📉) - Authentication for the Web. ISC - pysaml2 (🥈33 · ⭐ 600 · 📉) - Python implementation of SAML2. Apache-2 - openbr (🥉21 · ⭐ 2.9K · 📉) - Open Source Biometrics, Face Recognition. ❗Unlicensed - ja3 (🥉19 · ⭐ 3K · 💤) - JA3 is a standard for creating SSL client fingerprints in an easy to.. BSD-3 ================================================ FILE: history/2026-01-08_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,trending,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,updated_github_id,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,9.0,3975.0,110.0,3318.0,387.0,4671.0,27977.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,477095.0,477095.0,898.0,https://www.npmjs.com/package/next-auth,7919758.0,7919758.0,1.0,-1.0,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-01-08 01:11:52.845822,2026-01-07 04:21:18,4543.0,150.0,2300.0,227.0,5125.0,245.0,2225.0,13887.0,2026-01-08 01:10:06,1.14.0,78.0,14368.0,14368.0,463.0,,,2809039.0,1.0,,coredns/coredns,5379020.0,https://hub.docker.com/r/coredns/coredns,2026-01-08 01:11:52.845822,164.0,325799633.0,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-01-08 16:55:36.000000,2026-01-08 16:54:36,10357.0,296.0,2231.0,147.0,4395.0,155.0,3522.0,13446.0,2025-12-09 16:03:17,1.19.2,100.0,2322.0,2322.0,533.0,,,2635251.0,1.0,,,102774805.0,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-01-08 17:19:50.962571,2026-01-08 16:36:06,6097.0,171.0,1479.0,131.0,5302.0,378.0,2481.0,11108.0,2026-01-06 15:06:48,1.12.2,100.0,6280.0,6280.0,551.0,,,5349334.0,1.0,,openpolicyagent/opa,19098851.0,https://hub.docker.com/r/openpolicyagent/opa,2026-01-08 17:19:50.962571,46.0,609385004.0,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,40,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-05 16:15:12.000000,2026-01-04 19:46:27,1785.0,6.0,489.0,62.0,520.0,84.0,305.0,2949.0,2025-06-20 05:53:03,3.3.1,50.0,641535.0,641535.0,202.0,,,216513249.0,1.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,216513249.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-01-06 19:20:14.000000,2026-01-06 19:20:10,2099.0,30.0,2875.0,173.0,333.0,4.0,1219.0,21449.0,2025-11-23 14:17:49,0.0.96,16.0,8473.0,8473.0,96.0,,,293944.0,1.0,,,,,,,,deepface,https://pypi.org/project/deepface,293944.0,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-01-08 18:10:25.000000,2026-01-08 15:46:41,1162.0,28.0,1710.0,234.0,621.0,33.0,886.0,19671.0,2026-01-08 15:48:06,3.9.0,100.0,3554.0,3554.0,161.0,https://www.npmjs.com/package/casbin,292780.0,1185482.0,1.0,,,,,,,,casbin,https://pypi.org/project/casbin,892702.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-01-05 12:21:45.000000,2025-12-15 16:37:20,10572.0,19.0,1593.0,132.0,1427.0,125.0,1053.0,11021.0,2025-04-07 17:05:07,1.0.3,14.0,3985.0,3985.0,269.0,,,947419.0,1.0,,,,,,,,speechbrain,https://pypi.org/project/speechbrain,947419.0,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-01-08 13:42:09.000000,2025-12-20 19:13:41,1637.0,10.0,509.0,57.0,286.0,118.0,410.0,5158.0,2025-10-14 06:27:46,1.6.5,46.0,47397.0,47397.0,136.0,,,44284653.0,1.0,,,,,,,,authlib,https://pypi.org/project/authlib,44284653.0,,,authlib/authlib,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-01-08 18:18:19.000000,2026-01-08 01:30:42,22409.0,386.0,4390.0,780.0,25046.0,1186.0,5280.0,33755.0,2026-01-07 18:09:58,1.21.2,100.0,15315.0,15315.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 21,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-01-08 17:03:43.000000,2026-01-07 13:40:05,1724.0,55.0,294.0,39.0,540.0,18.0,490.0,6732.0,2026-01-05 10:09:39,@casl/mongoose@8.0.4,100.0,101713.0,101713.0,76.0,https://www.npmjs.com/package/@casl/ability,2911811.0,2911811.0,2.0,,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1228.0,294.0,162.0,354.0,430.0,23487.0,,,,1317758.0,1317758.0,38.0,https://www.npmjs.com/package/passport,16991691.0,16991691.0,2.0,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-01-08 12:59:41.000000,2026-01-08 12:59:39,4360.0,103.0,1499.0,234.0,1926.0,91.0,1486.0,16919.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3353551.0,2.0,,oryd/hydra,493071.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428568599.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-01-08 13:43:28.000000,2026-01-08 13:43:26,4961.0,109.0,1068.0,111.0,2240.0,152.0,1267.0,13350.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1251929.0,1.0,,oryd/kratos,53541.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115109155.0,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13465.0,1549.0,250.0,778.0,598.0,56026.0,2018-04-02 17:18:43,1.2.2,2.0,5586.0,5586.0,54.0,,,186172.0,2.0,,animcogn/face_recognition,1443.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10293.0,face_recognition,https://pypi.org/project/face_recognition,186062.0,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-01-08 15:58:22.305346,2026-01-08 15:41:40,3164.0,227.0,1507.0,77.0,2381.0,88.0,1985.0,12853.0,2026-01-08 15:50:26,2.228.0,100.0,12.0,12.0,264.0,,,14742.0,1.0,,casbin/casdoor,711.0,https://hub.docker.com/r/casbin/casdoor,2026-01-08 15:58:22.305346,23.0,906393.0,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-01-08 16:09:54.000000,2026-01-07 21:19:17,31031.0,1048.0,3931.0,586.0,6892.0,,,11391.0,2025-12-06 15:15:47,7.3.2,100.0,21.0,21.0,371.0,,,8206.0,1.0,,apereo/cas,2270.0,https://hub.docker.com/r/apereo/cas,2026-01-08 02:12:03.328037,131.0,1403225.0,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-01-08 17:12:23.000000,2026-01-06 20:20:04,7516.0,115.0,548.0,75.0,4878.0,106.0,1548.0,2168.0,2025-12-11 22:27:36,1.14.0,100.0,203.0,203.0,242.0,,,13753.0,2.0,,ghcr.io/spiffe/spire-server,838985.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,14.0,5811.0,511.0,201.0,1209.0,1395.0,27516.0,2023-04-02 07:43:27,0.7,1.0,4861.0,4861.0,67.0,,,349348.0,2.0,,animcogn/insightface,11528439.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,211.0,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-01-08 17:30:10.000000,2026-01-08 17:27:19,8681.0,431.0,1312.0,161.0,8731.0,61.0,1339.0,26328.0,2025-11-29 12:13:04,4.39.15,100.0,,,264.0,,,622.0,2.0,,,37989.0,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,,1937.0,186.0,1910.0,260.0,1758.0,12481.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,160.0,,,1040312.0,2.0,,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1040312.0,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-01-08 18:22:32.000000,2026-01-08 15:50:06,4084.0,116.0,316.0,42.0,4902.0,80.0,991.0,4637.0,2025-12-11 00:32:08,0.31.3,100.0,22.0,22.0,101.0,,,19204190.0,2.0,,pomerium/pomerium,56205.0,https://hub.docker.com/r/pomerium/pomerium,2026-01-08 02:55:29.611150,13.0,1613079392.0,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-01-08 06:16:55.000000,2025-10-07 20:35:19,3632.0,,416.0,27.0,557.0,94.0,362.0,600.0,2025-10-07 20:02:21,7.5.4,55.0,2161.0,2161.0,181.0,,,1509618.0,2.0,-1.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1509618.0,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-01-08 00:54:23.000000,2026-01-08 00:41:32,5332.0,175.0,356.0,51.0,2165.0,100.0,460.0,6337.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,73.0,,,120070.0,2.0,,authzed/spicedb,184773.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6146108.0,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-01-08 12:59:18.000000,2026-01-08 12:59:17,1818.0,65.0,373.0,54.0,1391.0,40.0,294.0,5250.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,546861.0,2.0,,oryd/keto,41043.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51360179.0,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-01-01 18:47:06.000000,2026-01-01 18:46:59,2737.0,25.0,767.0,66.0,273.0,,,3642.0,2025-12-07 19:27:28,9.6.0,100.0,1978.0,1978.0,76.0,https://www.npmjs.com/package/oidc-provider,562990.0,562990.0,2.0,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-01-08 12:59:50.000000,2026-01-08 12:59:48,1609.0,59.0,379.0,47.0,766.0,67.0,303.0,3547.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,905455.0,2.0,,oryd/oathkeeper,24090.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90521081.0,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-01-08 18:25:49.000000,2026-01-08 18:21:51,17565.0,294.0,935.0,109.0,9020.0,1441.0,15908.0,874.0,2025-10-24 04:51:27,7.2.0,100.0,,,730.0,,,14538.0,2.0,,wso2/wso2is,20511.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1996541.0,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-01-08 18:22:27.000000,2026-01-08 18:21:37,20227.0,1005.0,1423.0,68.0,14906.0,780.0,3009.0,19608.0,2025-12-16 18:00:53,ersion/2025.10.3,100.0,,,479.0,,,164.0,2.0,,,4781.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-01-08 09:02:54.135137,2026-01-08 08:54:39,8066.0,247.0,665.0,49.0,7276.0,180.0,573.0,11384.0,2025-12-30 09:43:29,1.35.0,78.0,32.0,32.0,81.0,,,6367.0,2.0,,svhd/logto,7125.0,https://hub.docker.com/r/svhd/logto,2026-01-08 09:02:54.135137,5.0,341496.0,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-01-08 01:25:39.000000,2026-01-06 22:05:30,4955.0,112.0,297.0,191.0,5920.0,107.0,281.0,3997.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,304444.0,3.0,,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,21920029.0,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11455.0,690.0,345.0,,,92922.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,951269.0,3.0,,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,951269.0,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2025-12-24 04:03:59.000000,2025-12-09 16:28:32,3586.0,85.0,1768.0,168.0,2964.0,343.0,859.0,10491.0,2025-09-01 13:23:20,2.44.0,92.0,180.0,180.0,280.0,,,2.0,2.0,,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-01-07 21:04:25.000000,2026-01-07 21:04:17,2579.0,70.0,279.0,21.0,2699.0,235.0,912.0,4410.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,139.0,,,8467.0,3.0,,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,702359.0,,,,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-01-08 17:09:44.000000,2026-01-08 13:18:32,35506.0,204.0,160.0,29.0,7456.0,421.0,4886.0,604.0,2025-12-19 10:44:44,1.15.0,100.0,10.0,10.0,141.0,,,340.0,3.0,,,9192.0,,,,,,,,,,,,,,,, 46,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],30,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-01-05 17:40:41.000000,2025-12-01 01:00:51,676.0,10.0,69.0,36.0,233.0,5.0,87.0,364.0,2025-08-25 22:29:37,8.0.18,100.0,6140.0,6140.0,42.0,https://www.npmjs.com/package/did-jwt,240807.0,240807.0,1.0,,,,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,16.0,13289.0,1530.0,533.0,38.0,852.0,54857.0,2025-12-21 02:44:08,3.0.0,5.0,,,98.0,,,609.0,3.0,,,50622.0,,,,,,,,,,,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-01-08 17:36:10.000000,2026-01-08 17:31:00,4164.0,151.0,903.0,60.0,6996.0,851.0,2501.0,12674.0,2026-01-06 13:15:16,4.9.0,100.0,1.0,1.0,237.0,,,1342.0,3.0,,ghcr.io/zitadel/zitadel,13423.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,https://charts.zitadel.com,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-01-07 21:23:03.000000,2025-12-20 04:03:01,7210.0,64.0,614.0,132.0,5261.0,173.0,3083.0,5622.0,2026-01-06 01:15:51,0.20260105.0,100.0,,,145.0,,,17016.0,2.0,,letsencrypt/boulder-tools,37213.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2038289.0,,,,,,,,,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,15.0,560.0,52.0,7293.0,,1780.0,4587.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,318.0,,,339.0,3.0,2.0,,14950.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-07 17:07:00.000000,2026-01-07 15:58:22,3307.0,96.0,298.0,73.0,890.0,291.0,643.0,1792.0,2026-01-07 15:47:40,6.0.0,60.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,3169.0,10560.0,1.0,2.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005289.0,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-01-08 18:25:20.000000,2026-01-08 18:25:18,7970.0,232.0,390.0,37.0,1480.0,3.0,321.0,1586.0,2025-12-29 16:35:14,is-7.3.4,100.0,3014.0,3014.0,339.0,,,,2.0,,,,,,,,,,,,,DuendeSoftware/products,,,,,, 53,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-01-07 10:04:45.000000,2026-01-07 10:04:09,2992.0,33.0,135.0,58.0,332.0,37.0,319.0,1043.0,2025-09-03 07:38:43,5.8.0,45.0,212.0,212.0,51.0,,,41341.0,2.0,,,35802.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,41027.0,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3489.0,741.0,77.0,5.0,382.0,15461.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1318.0,3.0,,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163490.0,,,,,,,,,,,, 55,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1035.0,103.0,880.0,49.0,849.0,5452.0,2025-04-04 08:29:47,5.8.2,70.0,10948.0,10948.0,334.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 56,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-16 00:45:28.000000,2025-11-26 13:54:19,2068.0,13.0,258.0,29.0,593.0,49.0,122.0,5414.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7111.0,3.0,,permitio/opal-server,1856.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,417679.0,,,,,,,,,,,, 57,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-01-08 12:51:28.000000,2026-01-08 12:51:28,2280.0,137.0,171.0,33.0,2423.0,47.0,362.0,4183.0,2025-12-22 11:10:37,0.50.0,74.0,33.0,33.0,33.0,,,870.0,3.0,,ghcr.io/cerbos/cerbos,50470.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-01-05 06:50:34.000000,2026-01-05 01:15:04,555.0,17.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1892.0,1892.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,19257.0,19257.0,1.0,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3826.0,347.0,113.0,452.0,393.0,17718.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,217769.0,217769.0,3.0,,,,,,,,,,,,,,,,,,, 60,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-01-08 09:20:46.000000,2026-01-08 09:20:46,2394.0,98.0,1012.0,39.0,1883.0,33.0,377.0,8725.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,331.0,331.0,52.0,,,24.0,3.0,,,1030.0,,,,,,,,,,,,,,,, 61,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-01-08 14:07:07.000000,2026-01-08 14:07:02,5581.0,361.0,277.0,25.0,2369.0,52.0,286.0,5764.0,2025-12-28 22:37:26,1.6.0,100.0,4.0,4.0,71.0,,,375.0,3.0,,ghcr.io/permify/permify,10150.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3498.0,2024-01-13 04:08:30,0.27.3,100.0,217.0,217.0,68.0,,,16538.0,3.0,,,3853.0,,,,,oso,https://pypi.org/project/oso,16473.0,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-01-08 17:24:16.000000,2026-01-06 01:23:01,3641.0,79.0,293.0,48.0,2846.0,35.0,267.0,977.0,2025-12-05 21:56:50,1.12.31,100.0,370.0,370.0,103.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-12-18 18:40:37.000000,2025-12-18 18:40:36,7108.0,18.0,318.0,418.0,4714.0,102.0,448.0,1762.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,158.0,,,0.0,3.0,,,64.0,,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-01-08 16:33:27.000000,2026-01-08 16:32:59,10334.0,150.0,499.0,23.0,2585.0,155.0,1273.0,477.0,2025-11-15 18:44:32,1.4.0,100.0,,,164.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/acapy,,,,,, 66,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-08 18:30:28.000000,2025-11-20 16:45:53,405.0,3.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1350.0,1350.0,22.0,https://www.npmjs.com/package/did-jwt-vc,38012.0,38012.0,1.0,,,,,,,,,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-01-07 02:24:00.000000,2026-01-07 02:23:56,2721.0,73.0,382.0,30.0,124.0,3.0,131.0,1830.0,2025-12-13 11:52:39,4.1.10,71.0,,,60.0,,,356.0,3.0,,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,39248.0,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,193.0,41.0,340.0,33.0,247.0,1384.0,2025-08-29 13:12:19,4.0.0,21.0,360.0,360.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,39.0,140.0,47.0,1907.0,137.0,973.0,929.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,65883.0,3.0,,cyberark/conjur,1614.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7574714.0,,,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,802.0,61.0,131.0,531.0,786.0,18932.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3179.0,3.0,,,222596.0,,,,,,,,,,,,,,,, 71,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-01-08 09:15:48.000000,2026-01-08 09:15:25,16372.0,116.0,359.0,48.0,8090.0,,,1354.0,,,,,,250.0,,,38147.0,3.0,,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2026-01-06 10:20:05.164655,180.0,6256242.0,,,,,,,,,,,, 72,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,178.0,33.0,145.0,,107.0,1017.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1088257.0,3.0,,,,,,,,webauthn,https://pypi.org/project/webauthn,1088257.0,,,,,,,,, 73,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-01-06 21:37:50.000000,2026-01-06 21:35:29,2136.0,56.0,173.0,25.0,1430.0,17.0,285.0,188.0,2026-01-06 21:37:50,2.11.10,46.0,7.0,7.0,63.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,, 74,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,22.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9533.0,1.0,,,343202.0,,,,,,,,,,anoncreds/anoncreds-rs,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-01-02 14:20:23.000000,2026-01-02 14:19:02,3136.0,71.0,39.0,11.0,4015.0,56.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-01-07 17:22:30.000000,2025-11-19 14:05:30,1351.0,13.0,634.0,65.0,646.0,131.0,400.0,14836.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-01-06 19:02:30.000000,2025-12-16 15:12:48,15288.0,43.0,679.0,106.0,19.0,,,706.0,,,,185.0,185.0,757.0,,,,3.0,,,,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-01-08 12:48:52.000000,2025-12-29 13:02:05,2034.0,23.0,266.0,55.0,402.0,34.0,89.0,627.0,2022-01-07 16:42:38,0.5.0,6.0,,,127.0,,,1453.0,2.0,,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2025-12-29 13:19:12.179806,,146757.0,,,,,,,,,,,, 79,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-01-08 17:50:47.000000,2025-12-23 14:15:19,1914.0,2.0,130.0,23.0,857.0,66.0,392.0,519.0,2024-04-02 18:54:31,6.0.0,44.0,899.0,899.0,59.0,,,,1.0,,,,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-01-08 14:48:50.000000,2026-01-07 11:41:59,1724.0,20.0,96.0,23.0,1308.0,104.0,325.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,150.0,150.0,44.0,,,,1.0,,,,,,,,,,,,,iotaledger/identity,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-01-08 17:25:59.000000,2026-01-08 17:23:20,1320.0,91.0,223.0,26.0,1682.0,231.0,646.0,328.0,2025-12-09 13:40:05,0.6.1,100.0,,,87.0,,,,1.0,,,,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-01-08 18:09:04.000000,2026-01-08 13:55:29,11759.0,741.0,98.0,5.0,1139.0,2.0,290.0,240.0,2026-01-05 09:48:47,0.16.2,100.0,,,41.0,,,,1.0,,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-01-05 06:37:07.000000,2026-01-05 01:57:41,363.0,20.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1407.0,1407.0,12.0,https://www.npmjs.com/package/web-did-resolver,26963.0,26963.0,2.0,,,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-01-07 22:27:59.000000,2026-01-07 22:26:43,2775.0,28.0,235.0,185.0,989.0,75.0,1235.0,1352.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 85,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-01-07 00:48:08.000000,2026-01-05 06:32:51,14757.0,139.0,147.0,14.0,2224.0,107.0,2917.0,463.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,101.0,3.0,,,9956.0,,,,,,,,,,,,,,,, 86,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-01-08 18:31:38.000000,2025-11-20 17:05:17,416.0,4.0,42.0,21.0,132.0,3.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,24.0,7723.0,7723.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1057.0,442.0,25.0,1.0,143.0,30322.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28457.0,3.0,,,1565183.0,,,,,,,,,,,,,,,, 88,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,361.0,69.0,169.0,295.0,610.0,7204.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,306.0,3.0,,,29128.0,,,,,,,,,,,,,,howdy,, 89,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-07 21:47:29.000000,2025-11-14 16:30:51,4083.0,2.0,783.0,237.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,857.0,3.0,-1.0,,125257.0,,,,,,,,,,,,,,,, 90,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,553.0,123.0,511.0,622.0,14279.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 91,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,316.0,58.0,238.0,4.0,133.0,4285.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 92,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,654.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,,2086.0,,,,,,,,,,hyperledger-indy/indy-node,,,,,, 93,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-12-31 14:58:01.000000,2025-12-29 15:36:33,289.0,2.0,58.0,7.0,37.0,1.0,59.0,572.0,2025-06-29 14:25:26,2.3.1,38.0,5462.0,5462.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,, 94,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,490.0,490.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,, 95,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,, 96,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-01-08 12:22:59.000000,2025-12-30 20:27:30,591.0,27.0,40.0,4.0,333.0,6.0,39.0,70.0,2025-12-30 20:27:56,1.38.8,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 97,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,92.0,43.0,28.0,24.0,3044.0,,,,1.0,1.0,27.0,,,7618.0,3.0,-1.0,,,,,,,pyja3,https://pypi.org/project/pyja3,7618.0,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,360.0,181.0,368.0,1965.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 99,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-01-05 13:21:21.000000,2026-01-05 13:20:04,2736.0,58.0,87.0,18.0,995.0,11.0,145.0,551.0,2026-01-01 13:39:09,0.30.2.RELEASE,85.0,,,36.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,55.0,77.0,252.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 101,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,19,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2025-12-22 12:04:18.000000,2025-12-22 12:03:51,2367.0,44.0,94.0,8.0,821.0,4.0,132.0,102.0,2025-12-22 12:04:18,3.0.5,24.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2025-11-26 10:48:53.000000,2025-11-26 10:48:52,1325.0,2.0,306.0,86.0,543.0,32.0,179.0,3267.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,932.0,244.0,256.0,215.0,555.0,3182.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 104,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 105,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,296.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,52.0,30.0,30.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-01-08 15:35:20.000000,2026-01-08 15:35:18,1275.0,17.0,52.0,48.0,329.0,189.0,152.0,548.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,29.0,,,,1.0,,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,,71.0,34.0,462.0,96.0,122.0,241.0,,,,205.0,205.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,57.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,72.0,72.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8132.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],17,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2453.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 112,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-01-08 17:38:54.000000,2025-11-27 17:07:52,606.0,6.0,179.0,77.0,270.0,34.0,58.0,1684.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 113,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1321.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,94.0,3.0,,warrantdev/warrant,3119.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,, 114,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-01-08 12:45:27.000000,2026-01-08 12:25:45,2011.0,40.0,158.0,61.0,569.0,8.0,243.0,682.0,,,,,,69.0,,,,3.0,,,,,,,,,,,,,,,,,,, 115,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,, 116,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-01-06 17:43:22.000000,2026-01-06 17:43:22,205.0,27.0,60.0,19.0,86.0,27.0,26.0,303.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,257650.0,257650.0,3.0,,,,,,,,,,,,,,,,,,, 117,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,239.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,3240.0,3.0,,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3240.0,,,,,,,,, 118,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,False,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2024-07-16 13:58:31.000000,2024-07-16 13:58:10,1535.0,,35.0,6.0,197.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,456.0,2.0,,waltid/ssikit,152.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24042.0,,,,,,,,,,,, 119,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,17,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,55.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,2.0,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,, 120,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2025-12-17 08:39:49.000000,2025-12-17 08:39:41,3747.0,186.0,21.0,10.0,361.0,14.0,10.0,73.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,2.0,,,,,,,,,,,,,,,,,,, 121,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-12-31 18:02:38.000000,2025-12-31 18:02:38,3174.0,4.0,64.0,10.0,756.0,185.0,134.0,73.0,,,1.0,65.0,65.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 122,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,209.0,,,,590.0,590.0,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, 124,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-12-18 08:58:40.000000,2025-12-18 08:58:29,1323.0,60.0,13.0,7.0,1.0,,,142.0,2025-12-18 12:30:55,1.68.1,12.0,,,,,,5.0,2.0,,,63.0,,,,,,,,,,,,,,,, 125,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,decentralized-identity/web5-js,,,,,, 126,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,11.0,227.0,51.0,432.0,47.0,178.0,130.0,,,,,,235.0,,,,3.0,,,,,,,,,,,,,w3c/did-extensions,,,,,, 127,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2025-12-22 17:56:27.000000,2025-12-22 17:56:26,575.0,20.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 128,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-12-26 17:56:29.000000,2025-12-08 15:51:57,5272.0,59.0,18.0,6.0,542.0,57.0,2847.0,60.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 129,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-05 20:45:17.000000,2025-12-29 19:44:30,1035.0,35.0,65.0,16.0,359.0,3.0,118.0,744.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 130,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,114.0,82.0,850.0,10.0,721.0,345.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 131,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-12-17 13:40:22.000000,2025-12-17 13:38:56,3755.0,2.0,77.0,24.0,8.0,,,246.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,,,,,,, 132,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,14.0,26.0,9.0,342.0,20.0,17.0,95.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,, 133,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2024-07-16 13:59:21.000000,2024-07-16 13:59:02,1376.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,99.0,3.0,,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5198.0,,,,,,,,,,,, 134,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],14,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2025-10-19 15:47:23.000000,2025-10-19 15:47:14,1418.0,1.0,99.0,74.0,518.0,12.0,374.0,446.0,,,,,,70.0,,,,2.0,,,,,,,,,,,,,w3c/did,,,,,, 135,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2025-11-10 08:15:30.000000,2025-11-10 08:14:17,760.0,3.0,93.0,70.0,349.0,131.0,261.0,438.0,,,,,,42.0,,,,2.0,,,,,,,,,,,,,w3c-fedid/FedCM,,,,,, 136,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,44.0,4.0,63.0,1.0,44.0,393.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 137,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,176.0,3.0,,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17781.0,,,,,,presbrey/beyond,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,151.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 139,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-01-08 14:08:42.000000,2025-11-15 21:16:30,1462.0,8.0,31.0,13.0,1481.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,3.0,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,40.0,,,,2.0,,,,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-01-08 16:05:00.000000,2025-12-18 20:04:53,241.0,12.0,29.0,50.0,197.0,102.0,129.0,146.0,,,,,,22.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,, 144,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,9.0,13.0,7.0,9.0,120.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 145,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,95.0,,,,,,19.0,,,,3.0,1.0,,,,,,,,,,,,,,,,,, 146,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,92.0,92.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,,114.0,,,,,,,,,,,,,,,, 149,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2024-07-17 14:26:13.313442,2024-07-17 14:21:31,351.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,21.0,3.0,,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1011.0,,,,,,,,,,,, 150,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],11,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 151,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,33.0,18.0,283.0,,297.0,63.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 155,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,81.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 156,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,69.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2025-12-04 03:34:20.000000,2025-12-04 03:34:17,576.0,13.0,3.0,4.0,380.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,,45.0,,,,,,,,,,,,,,,, 160,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,2.0,16.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-12-18 23:47:01.000000,2025-12-18 23:46:59,110.0,2.0,9.0,9.0,133.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 163,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,24.0,14.0,8.0,104.0,13.0,46.0,17.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,8,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,2.0,13.0,9.0,44.0,21.0,28.0,39.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,116.0,3.0,,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3487.0,,,,,,,,,,,, 168,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 169,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,604968.0,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 171,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4550803.0,,,,,,,,,,,, 172,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 173,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,, 174,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 175,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 177,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-01-15_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - waltid-identity (🥇24 · ⭐ 240 · 📈) - All-in-one open-source identity and wallet toolkit. Apache-2 - polygon-js-sdk (🥈21 · ⭐ 70 · 📈) - SDK to work with Privado ID. Apache-2 - opensk (🥉19 · ⭐ 3.3K · 📈) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf - waltid-ssikit (🥈18 · ⭐ 110 · 📈) - All-In-One SSI infrastructure toolkit. Apache-2 - did-core (🥈16 · ⭐ 450 · 📈) - W3C Decentralized Identifier Specification. ❗️W3C w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - oauthlib (🥇39 · ⭐ 3K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - did-jwt (🥇29 · ⭐ 360 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - identity-server (🥈28 · ⭐ 1.6K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - did-jwt-vc (🥇25 · ⭐ 210 · 📉) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - keystone (🥉22 · ⭐ 710 · 📉) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack ## ➕ Added Projects _Projects that were recently added to this best-of list._ - authgear (🥉25 · ⭐ 1.2K · ➕) - Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO,.. Apache-2 ================================================ FILE: history/2026-01-15_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,dockerhub_id,github_release_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,pypi_url,pypi_monthly_downloads,trending,maven_id,maven_url,updated_github_id,helm_id,brew_id,gem_url,new_addition,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,6.0,3973.0,110.0,3320.0,387.0,4672.0,27981.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,477251.0,477251.0,898.0,https://www.npmjs.com/package/next-auth,7765899.0,7765899.0,1.0,,,,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-01-14 18:54:09.000000,2026-01-14 18:54:09,4559.0,155.0,2310.0,225.0,5145.0,242.0,2229.0,13896.0,2026-01-08 01:10:06,1.14.0,78.0,14375.0,14375.0,465.0,,,2811733.0,1.0,coredns/coredns,5418097.0,https://hub.docker.com/r/coredns/coredns,2026-01-08 01:11:52.845822,164.0,326076250.0,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-01-15 13:26:48.000000,2026-01-15 13:25:12,10399.0,318.0,2235.0,147.0,4419.0,150.0,3531.0,13465.0,2025-12-09 16:03:17,1.19.2,100.0,2334.0,2334.0,534.0,,,2667276.0,1.0,,104023795.0,,,,,,,,,,,,,,,,,, 14,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-01-15 17:54:02.396318,2026-01-15 17:09:47,6120.0,179.0,1484.0,131.0,5323.0,375.0,2489.0,11139.0,2026-01-14 22:23:15,1.12.3,100.0,6301.0,6301.0,555.0,,,5359028.0,1.0,openpolicyagent/opa,19200355.0,https://hub.docker.com/r/openpolicyagent/opa,2026-01-15 17:54:02.396318,46.0,609721892.0,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-05 16:15:12.000000,2026-01-04 19:46:27,1785.0,2.0,489.0,62.0,520.0,84.0,305.0,2950.0,2025-06-20 05:53:03,3.3.1,50.0,642220.0,642220.0,202.0,,,222215090.0,1.0,,,,,,,oauthlib,https://pypi.org/project/oauthlib,222215090.0,-1.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-01-13 21:39:35.000000,2026-01-13 21:39:35,2102.0,33.0,2894.0,174.0,334.0,5.0,1220.0,21555.0,2026-01-13 18:38:08,0.0.97,17.0,8481.0,8481.0,96.0,,,288303.0,1.0,,,,,,,deepface,https://pypi.org/project/deepface,288303.0,,,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-01-14 05:48:29.000000,2026-01-08 15:46:41,1162.0,28.0,1714.0,235.0,625.0,38.0,887.0,19704.0,2026-01-08 15:48:06,3.9.0,100.0,3555.0,3555.0,161.0,https://www.npmjs.com/package/casbin,306836.0,1202209.0,1.0,,,,,,,casbin,https://pypi.org/project/casbin,895373.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-01-05 12:21:45.000000,2025-12-15 16:37:20,10572.0,19.0,1597.0,132.0,1428.0,125.0,1053.0,11046.0,2025-04-07 17:05:07,1.0.3,14.0,4000.0,4000.0,269.0,,,929151.0,1.0,,,,,,,speechbrain,https://pypi.org/project/speechbrain,929151.0,,,,,,,,,,, 19,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,38,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-01-15 16:29:28.000000,2026-01-10 07:17:58,1641.0,14.0,508.0,57.0,289.0,118.0,411.0,5173.0,2026-01-09 08:31:38,1.6.6,47.0,47801.0,47801.0,136.0,,,44332248.0,1.0,,,,,,,authlib,https://pypi.org/project/authlib,44332248.0,,,,authlib/authlib,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-01-15 18:05:30.000000,2026-01-15 18:05:27,22465.0,403.0,4391.0,779.0,25051.0,1188.0,5282.0,33813.0,2026-01-07 18:09:58,1.21.2,100.0,15320.0,15320.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 21,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-01-14 21:52:18.000000,2026-01-10 13:48:43,1728.0,59.0,294.0,38.0,541.0,18.0,490.0,6742.0,2026-01-05 10:09:39,@casl/mongoose@8.0.4,100.0,101747.0,101747.0,77.0,https://www.npmjs.com/package/@casl/ability,2925183.0,2925183.0,2.0,,,,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1228.0,293.0,162.0,354.0,430.0,23493.0,,,,1317995.0,1317995.0,38.0,https://www.npmjs.com/package/passport,17379100.0,17379100.0,2.0,,,,,,,,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-01-15 09:17:40.000000,2026-01-15 09:17:39,4365.0,101.0,1505.0,235.0,1927.0,92.0,1487.0,16932.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3353987.0,2.0,oryd/hydra,496432.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428619679.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-01-15 09:18:36.000000,2026-01-15 09:18:34,4967.0,108.0,1070.0,112.0,2240.0,155.0,1267.0,13367.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1252233.0,1.0,oryd/kratos,53976.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115136585.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13469.0,1548.0,250.0,778.0,598.0,56051.0,2018-04-02 17:18:43,1.2.2,2.0,5590.0,5590.0,54.0,,,184675.0,2.0,animcogn/face_recognition,1444.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10313.0,face_recognition,https://pypi.org/project/face_recognition,184565.0,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-01-15 14:15:57.000000,2026-01-15 10:17:12,3182.0,235.0,1512.0,77.0,2418.0,86.0,2002.0,12881.0,2026-01-15 10:26:00,2.247.0,100.0,12.0,12.0,267.0,,,15112.0,1.0,casbin/casdoor,850.0,https://hub.docker.com/r/casbin/casdoor,2026-01-15 10:34:16.912306,23.0,925282.0,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-01-15 12:18:29.000000,2026-01-15 12:14:16,31043.0,957.0,3931.0,586.0,6909.0,,,11401.0,2026-01-10 02:18:14,7.3.3,100.0,21.0,21.0,371.0,,,8246.0,1.0,apereo/cas,2438.0,https://hub.docker.com/r/apereo/cas,2026-01-15 01:11:53.057099,131.0,1409606.0,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-01-15 18:25:05.000000,2026-01-14 20:29:28,7517.0,110.0,549.0,76.0,4885.0,111.0,1549.0,2179.0,2025-12-11 22:27:36,1.14.0,100.0,203.0,203.0,242.0,,,13800.0,2.0,ghcr.io/spiffe/spire-server,841860.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,14.0,5824.0,511.0,202.0,1209.0,1395.0,27582.0,2023-04-02 07:43:27,0.7,1.0,4868.0,4868.0,67.0,,,352332.0,2.0,animcogn/insightface,11626898.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,213.0,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-01-15 14:43:44.000000,2026-01-15 10:14:35,8728.0,442.0,1313.0,161.0,8775.0,61.0,1340.0,26396.0,2025-11-29 12:13:04,4.39.15,100.0,,,265.0,,,634.0,2.0,,38679.0,,,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2025-10-20 19:56:12.000000,2025-09-28 02:58:15,4895.0,,1937.0,186.0,1910.0,262.0,1758.0,12493.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,160.0,,,994761.0,2.0,,,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,994761.0,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-01-15 15:50:40.000000,2026-01-14 23:19:10,4093.0,119.0,320.0,42.0,4915.0,80.0,991.0,4649.0,2025-12-11 00:32:08,0.31.3,100.0,22.0,22.0,101.0,,,19204267.0,2.0,pomerium/pomerium,56614.0,https://hub.docker.com/r/pomerium/pomerium,2026-01-15 00:42:47.361712,13.0,1613085359.0,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-01-13 19:54:58.000000,2025-10-07 20:35:19,3632.0,,417.0,27.0,558.0,94.0,362.0,601.0,2025-10-07 20:02:21,7.5.4,55.0,2169.0,2169.0,181.0,,,1568272.0,2.0,,,,,,,pysaml2,https://pypi.org/project/pysaml2,1568272.0,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-01-15 18:28:15.000000,2026-01-15 18:15:16,5343.0,134.0,356.0,51.0,2181.0,99.0,461.0,6362.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,74.0,,,121277.0,2.0,authzed/spicedb,186615.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6207912.0,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-01-15 09:16:53.000000,2026-01-15 09:16:52,1824.0,66.0,373.0,55.0,1393.0,40.0,294.0,5254.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,546920.0,2.0,oryd/keto,41328.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51365369.0,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-01-14 15:25:43.000000,2026-01-14 15:25:40,2738.0,25.0,765.0,66.0,273.0,,,3650.0,2025-12-07 19:27:28,9.6.0,100.0,1983.0,1983.0,76.0,https://www.npmjs.com/package/oidc-provider,549972.0,549972.0,2.0,,,,,,,,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-01-15 09:17:30.000000,2026-01-15 09:17:29,1613.0,58.0,379.0,48.0,766.0,67.0,303.0,3549.0,2025-11-07 14:57:21,25.4.0,100.0,15.0,15.0,120.0,,,905607.0,2.0,oryd/oathkeeper,24277.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90536099.0,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-01-13 17:17:39.000000,2026-01-13 17:17:39,17582.0,247.0,938.0,109.0,9026.0,1445.0,15919.0,875.0,2025-10-24 04:51:27,7.2.0,100.0,,,731.0,,,14548.0,2.0,wso2/wso2is,20593.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1997628.0,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-01-15 18:22:44.000000,2026-01-15 17:03:33,20378.0,1058.0,1436.0,69.0,15078.0,787.0,3026.0,19705.0,2026-01-13 23:04:04,ersion/2025.12.0,100.0,,,484.0,,,165.0,2.0,,4796.0,,,,,,,,,,,,https://charts.goauthentik.io,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-01-15 10:47:57.000000,2026-01-15 10:42:24,8082.0,232.0,670.0,50.0,7298.0,158.0,600.0,11434.0,2025-12-30 09:43:29,1.35.0,78.0,33.0,33.0,81.0,,,6433.0,2.0,svhd/logto,7188.0,https://hub.docker.com/r/svhd/logto,2026-01-15 10:46:47.911360,5.0,345110.0,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-01-15 17:41:06.000000,2026-01-15 17:41:02,4963.0,110.0,298.0,192.0,5942.0,108.0,281.0,4004.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,305516.0,3.0,hashicorp/boundary,,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,21997155.0,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11477.0,688.0,345.0,,,93221.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,984708.0,3.0,,,,,,,openai-whisper,https://pypi.org/project/openai-whisper,984708.0,,,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-01-14 04:03:30.000000,2026-01-13 17:50:54,3620.0,96.0,1771.0,168.0,2977.0,343.0,860.0,10503.0,2025-09-01 13:23:20,2.44.0,92.0,180.0,180.0,282.0,,,2.0,2.0,quay.io/dexidp/dex,358.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-01-15 06:32:19.000000,2026-01-15 06:32:19,2584.0,70.0,282.0,21.0,2708.0,241.0,917.0,4451.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,140.0,,,8513.0,3.0,kanidm/server,420.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,706243.0,,,,,,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-01-15 18:15:26.000000,2026-01-15 13:52:08,35525.0,209.0,160.0,29.0,7486.0,419.0,4909.0,604.0,2025-12-19 10:44:44,1.15.0,100.0,10.0,10.0,141.0,,,341.0,3.0,,9215.0,,,,,,,,,,,,,,,,,, 46,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,16.0,13286.0,1531.0,533.0,39.0,852.0,54877.0,2025-12-21 02:44:08,3.0.0,5.0,,,98.0,,,649.0,3.0,,53923.0,,,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-01-15 15:42:16.000000,2026-01-15 15:07:23,4186.0,153.0,909.0,61.0,7022.0,850.0,2517.0,12725.0,2026-01-15 06:31:24,3.4.6,100.0,1.0,1.0,237.0,,,1363.0,3.0,ghcr.io/zitadel/zitadel,13637.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-01-15 18:36:37.000000,2026-01-14 17:26:03,7219.0,69.0,614.0,132.0,5274.0,175.0,3087.0,5628.0,2026-01-13 06:32:02,0.20260112.0,100.0,,,145.0,,,17020.0,2.0,letsencrypt/boulder-tools,37168.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2039063.0,,,,,,,,,,,,,, 49,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,15.0,559.0,52.0,7293.0,,1780.0,4588.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,318.0,,,340.0,3.0,,14999.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,,, 50,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,97.0,297.0,73.0,892.0,295.0,643.0,1794.0,2026-01-07 15:47:40,6.0.0,60.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,3801.0,11192.0,1.0,nodesolidserver/node-solid-server,,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005297.0,,,,,,,,,,,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-01-15 13:19:22.000000,2026-01-07 10:04:09,2992.0,32.0,135.0,58.0,332.0,37.0,319.0,1044.0,2025-09-03 07:38:43,5.8.0,45.0,212.0,212.0,51.0,,,39714.0,2.0,,36151.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,39397.0,,,,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-01-15 18:39:30.000000,2025-12-01 01:00:51,676.0,8.0,69.0,36.0,233.0,5.0,87.0,364.0,2025-08-25 22:29:37,8.0.18,100.0,6140.0,6140.0,42.0,https://www.npmjs.com/package/did-jwt,233489.0,233489.0,1.0,,,,,,,,,,-1.0,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3489.0,741.0,77.0,5.0,382.0,15465.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1318.0,3.0,bamos/openface,,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163496.0,,,,,,,,,,,,,, 54,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1035.0,103.0,881.0,49.0,849.0,5450.0,2025-04-04 08:29:47,5.8.2,70.0,10964.0,10964.0,334.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,,, 55,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2025-12-16 00:45:28.000000,2025-11-26 13:54:19,2068.0,11.0,257.0,29.0,596.0,49.0,122.0,5418.0,2025-11-24 15:12:00,0.9.2,63.0,47.0,47.0,74.0,,,7178.0,3.0,permitio/opal-server,1883.0,https://hub.docker.com/r/permitio/opal-server,2025-11-26 14:32:30.834193,1.0,421593.0,,,,,,,,,,,,,, 56,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-01-15 13:02:55.000000,2026-01-15 13:02:54,2296.0,146.0,171.0,33.0,2441.0,48.0,363.0,4187.0,2025-12-22 11:10:37,0.50.0,74.0,33.0,33.0,33.0,,,897.0,3.0,ghcr.io/cerbos/cerbos,52034.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 57,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-01-13 08:23:12.000000,2026-01-08 18:25:18,7970.0,182.0,390.0,37.0,1481.0,3.0,321.0,1588.0,2026-01-13 08:31:15,bff-4.0.2,100.0,3015.0,3015.0,339.0,,,,2.0,,,,,,,,,,-1.0,,,DuendeSoftware/products,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-01-12 05:39:52.000000,2026-01-12 00:32:32,556.0,16.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1892.0,1892.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,16967.0,16967.0,1.0,,,,,,,,,,,,,,,,,,,, 59,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3826.0,347.0,113.0,452.0,393.0,17732.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,224801.0,224801.0,3.0,,,,,,,,,,,,,,,,,,,, 60,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-01-15 16:05:01.000000,2026-01-15 16:04:57,2403.0,98.0,1013.0,39.0,1892.0,33.0,377.0,8739.0,2025-12-03 09:01:15,backend/v2.3.0,38.0,331.0,331.0,53.0,,,25.0,3.0,,1050.0,,,,,,,,,,,,,,,,,, 61,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-01-13 15:37:03.000000,2026-01-13 15:37:00,5583.0,330.0,278.0,25.0,2371.0,52.0,287.0,5770.0,2025-12-28 22:37:26,1.6.0,100.0,4.0,4.0,71.0,,,381.0,3.0,ghcr.io/permify/permify,10289.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3497.0,2024-01-13 04:08:30,0.27.3,100.0,218.0,218.0,68.0,,,15798.0,3.0,,3854.0,,,,,oso,https://pypi.org/project/oso,15733.0,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-01-13 02:32:41.000000,2026-01-12 16:30:10,3647.0,79.0,293.0,48.0,2850.0,33.0,269.0,976.0,2026-01-09 00:22:20,1.12.32,100.0,371.0,371.0,103.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2025-12-18 18:40:37.000000,2025-12-18 18:40:36,7108.0,17.0,318.0,418.0,4714.0,102.0,448.0,1763.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,158.0,,,0.0,3.0,,64.0,,,,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-01-13 21:41:04.000000,2026-01-13 21:41:02,10345.0,148.0,499.0,23.0,2592.0,154.0,1275.0,477.0,2025-11-15 18:44:32,1.4.0,100.0,,,166.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/acapy,,,,,,, 66,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-01-12 01:25:55.000000,2026-01-12 01:25:27,2722.0,69.0,383.0,30.0,124.0,3.0,131.0,1839.0,2025-12-13 11:52:39,4.1.10,71.0,,,60.0,,,359.0,3.0,maxkeytop/maxkey,,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,39536.0,,,,,,,,,,,,,, 67,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,194.0,41.0,341.0,33.0,248.0,1388.0,2025-08-29 13:12:19,4.0.0,21.0,362.0,362.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 68,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-01-13 10:06:45.000000,2026-01-13 10:06:45,23062.0,500.0,81.0,7.0,3106.0,349.0,1941.0,1169.0,2026-01-12 16:27:30,2026-01-08.0,69.0,9.0,9.0,49.0,,,10.0,3.0,,558.0,,,,,,,,,,,,,,,True,,, 69,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,31.0,140.0,47.0,1907.0,137.0,973.0,935.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,65911.0,3.0,cyberark/conjur,1636.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7577988.0,,,,,,,,,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-15 17:24:35.000000,2025-11-20 16:45:53,405.0,2.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1350.0,1350.0,22.0,https://www.npmjs.com/package/did-jwt-vc,40780.0,40780.0,1.0,,,,,,,,,,-1.0,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,810.0,62.0,131.0,531.0,786.0,18944.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3185.0,3.0,,223011.0,,,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-01-15 12:31:31.000000,2026-01-14 16:31:28,16377.0,114.0,359.0,47.0,8104.0,,,1355.0,,,,,,250.0,,,38198.0,3.0,freeipa/freeipa-server,,https://hub.docker.com/r/freeipa/freeipa-server,2026-01-14 20:27:09.232051,180.0,6264553.0,,,,,,,,,,,,,, 73,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,178.0,33.0,145.0,,107.0,1018.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1283316.0,3.0,,,,,,,webauthn,https://pypi.org/project/webauthn,1283316.0,,,,,,,,,,, 74,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,24,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-01-15 16:22:01.000000,2026-01-15 13:33:54,12009.0,927.0,99.0,5.0,1151.0,1.0,292.0,241.0,2026-01-05 09:48:47,0.16.2,100.0,,,41.0,,,,1.0,waltid/identity,,https://hub.docker.com/r/waltid/identity,,,,,,,1.0,,,,,,,,,, 75,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-01-14 18:59:08.000000,2026-01-14 18:57:23,2143.0,57.0,173.0,25.0,1439.0,18.0,285.0,188.0,2026-01-14 00:13:29,2.11.12,48.0,7.0,7.0,63.0,,,,1.0,,,,,,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,, 76,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,22.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9638.0,1.0,,347002.0,,,,,,,,,,,anoncreds/anoncreds-rs,,,,,,, 77,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-01-12 16:59:16.000000,2026-01-02 14:19:02,3136.0,65.0,39.0,11.0,4017.0,56.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,,, 78,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-01-15 12:58:07.000000,2026-01-07 09:52:09,1355.0,17.0,633.0,65.0,648.0,131.0,400.0,14851.0,2025-10-28 12:13:58,11.2.0,93.0,,,32.0,,,,3.0,registry.supertokens.io/supertokens/supertokens-postgresql,,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-01-15 16:57:33.899617,2026-01-15 11:00:09,2041.0,23.0,267.0,55.0,403.0,34.0,89.0,628.0,2022-01-07 16:42:38,0.5.0,6.0,,,129.0,,,1458.0,2.0,universalresolver/uni-resolver-web,,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-01-15 16:57:33.899617,,147311.0,,,,,,,,,,,,,, 80,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,23,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-01-15 18:05:16.000000,2025-12-23 14:15:19,1914.0,1.0,130.0,23.0,857.0,66.0,392.0,519.0,2024-04-02 18:54:31,6.0.0,44.0,899.0,899.0,59.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-01-14 15:36:15.000000,2026-01-14 10:04:55,1725.0,18.0,96.0,24.0,1310.0,103.0,326.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,151.0,151.0,44.0,,,,2.0,,,,,,,,,,,,,iotaledger/identity,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-01-15 14:25:50.000000,2026-01-13 15:41:53,1323.0,79.0,223.0,26.0,1693.0,233.0,646.0,331.0,2025-12-09 13:40:05,0.6.1,100.0,,,87.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-01-12 05:50:52.000000,2026-01-12 01:13:55,364.0,20.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1407.0,1407.0,12.0,https://www.npmjs.com/package/web-did-resolver,25741.0,25741.0,2.0,,,,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-01-14 20:00:01.000000,2026-01-07 22:26:43,2775.0,28.0,238.0,185.0,991.0,70.0,1240.0,1353.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-01-06 19:02:30.000000,2025-12-16 15:12:48,15288.0,41.0,679.0,106.0,19.0,,,706.0,,,,185.0,185.0,757.0,,,,3.0,,,,,,,,,,-1.0,,,,,,,,,, 86,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-01-15 17:26:46.000000,2026-01-15 17:26:33,14765.0,126.0,147.0,14.0,2227.0,106.0,2919.0,464.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,101.0,3.0,,9957.0,,,,,,,,,,,,,,,,,, 87,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-01-15 01:36:05.000000,2025-11-20 17:05:17,416.0,3.0,42.0,21.0,132.0,3.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,24.0,7726.0,7726.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1075.0,442.0,25.0,1.0,143.0,30370.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28563.0,3.0,,1570968.0,,,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,361.0,69.0,170.0,296.0,610.0,7252.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,308.0,3.0,,29331.0,,,,,,,,,,,,,,,,howdy,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,2.0,783.0,237.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,859.0,3.0,,125449.0,,,,,,,,,,,,,,,,,, 91,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-01-14 10:00:29.000000,2026-01-14 10:00:26,637.0,69.0,40.0,4.0,333.0,6.0,39.0,70.0,2025-12-30 20:27:56,1.38.8,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,1.0,,,,,,,,,, 92,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4690.0,553.0,123.0,511.0,622.0,14282.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 93,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,316.0,58.0,238.0,4.0,133.0,4294.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 94,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,654.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,,2088.0,,,,,,,,,,,hyperledger-indy/indy-node,,,,,,, 95,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,20,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2025-12-31 14:58:01.000000,2025-12-29 15:36:33,289.0,2.0,58.0,7.0,37.0,1.0,59.0,573.0,2025-06-29 14:25:26,2.3.1,38.0,5465.0,5465.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,490.0,490.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,, 98,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,3.0,305.0,86.0,544.0,33.0,180.0,3269.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,1.0,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,92.0,43.0,28.0,24.0,3046.0,,,,1.0,1.0,27.0,,,3570.0,3.0,,,,,,,pyja3,https://pypi.org/project/pyja3,3570.0,,,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,360.0,181.0,368.0,1969.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 101,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-01-05 13:21:21.000000,2026-01-05 13:20:04,2736.0,52.0,88.0,18.0,995.0,11.0,146.0,554.0,2026-01-01 13:39:09,0.30.2.RELEASE,85.0,,,36.0,,,,3.0,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,55.0,77.0,253.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,933.0,243.0,257.0,215.0,555.0,3183.0,,,,,,49.0,,,,3.0,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 104,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 105,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,296.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,52.0,30.0,30.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,,, 106,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-01-15 17:50:44.000000,2026-01-15 17:50:41,1276.0,15.0,52.0,48.0,330.0,189.0,152.0,549.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,30.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 107,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,,, 108,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,,71.0,34.0,462.0,96.0,122.0,241.0,,,,206.0,206.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 109,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,57.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,72.0,72.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 110,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,456.0,2.0,waltid/ssikit,165.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24047.0,,,,1.0,,,,,,,,,, 111,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,24.0,94.0,8.0,822.0,3.0,133.0,102.0,2025-12-22 12:04:18,3.0.5,24.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 112,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8132.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 113,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],17,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,2.0,221.0,62.0,107.0,2.0,59.0,2454.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 114,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-01-15 10:17:23.000000,2026-01-09 15:44:32,607.0,7.0,179.0,76.0,271.0,30.0,61.0,1687.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1323.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,94.0,3.0,warrantdev/warrant,3119.0,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-01-15 10:27:24.000000,2026-01-12 07:21:44,2012.0,41.0,159.0,61.0,570.0,8.0,243.0,683.0,,,,,,70.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 117,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,339.0,,,,,,94.0,,,,2.0,,,,,,,,,,,,,decentralized-identity/aries-rfcs,,,,,,, 118,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-01-06 17:43:22.000000,2026-01-06 17:43:22,205.0,27.0,60.0,19.0,86.0,27.0,26.0,303.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,249008.0,249008.0,3.0,,,,,,,,,,,,,,,,,,,, 119,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,239.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,3013.0,3.0,,,,,,,django-passkeys,https://pypi.org/project/django-passkeys,3013.0,,,,,,,,,,, 120,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,17,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2025-12-31 18:02:38.000000,2025-12-31 18:02:38,3174.0,4.0,64.0,10.0,758.0,184.0,135.0,74.0,,,1.0,65.0,65.0,31.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 121,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-01-13 19:58:25.000000,2025-12-17 08:39:41,3747.0,178.0,21.0,10.0,361.0,14.0,10.0,73.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 122,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-01-13 15:29:30.000000,2026-01-12 16:52:17,1420.0,3.0,99.0,73.0,521.0,12.0,374.0,446.0,,,,,,71.0,,,,2.0,,,,,,,,,,2.0,,,w3c/did,,,,,,, 123,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,ghcr.io/spruceid/didkit-http,,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,,, 124,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,211.0,,,,591.0,591.0,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 125,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2025-12-18 08:58:40.000000,2025-12-18 08:58:29,1323.0,58.0,13.0,7.0,1.0,,,143.0,2025-12-18 12:30:55,1.68.1,12.0,,,,,,5.0,2.0,,63.0,,,,,,,,,,,,,,,,,, 126,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,,,,,,decentralized-identity/web5-js,,,,,,, 127,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,11.0,227.0,51.0,432.0,47.0,178.0,130.0,,,,,,235.0,,,,3.0,,,,,,,,,,,,,w3c/did-extensions,,,,,,, 128,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,31.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,, 129,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-11 23:18:06.000000,2026-01-11 23:18:05,578.0,23.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 130,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2025-12-26 17:56:29.000000,2025-12-08 15:51:57,5272.0,51.0,18.0,6.0,542.0,57.0,2847.0,60.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 131,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,33.0,65.0,16.0,359.0,3.0,118.0,745.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,115.0,82.0,850.0,11.0,721.0,345.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,,, 133,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],15,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2025-12-17 13:40:22.000000,2025-12-17 13:38:56,3755.0,2.0,77.0,24.0,8.0,,,246.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,14.0,26.0,9.0,342.0,20.0,17.0,95.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,99.0,3.0,waltid/walletkit,,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5199.0,,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-01-14 18:37:08.000000,2026-01-14 18:36:03,761.0,4.0,94.0,70.0,350.0,131.0,261.0,438.0,,,,,,42.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/FedCM,,,,,,, 137,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,14,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2025-07-16 15:11:56.000000,2025-07-16 15:11:56,168.0,,44.0,4.0,63.0,1.0,44.0,394.0,2025-05-09 23:26:19,4.0.1,23.0,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,176.0,3.0,cogolabs/beyond,,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17783.0,,,,,,,presbrey/beyond,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,51.0,11.0,536.0,87.0,126.0,151.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-01-15 16:36:21.000000,2025-11-15 21:16:30,1462.0,8.0,31.0,13.0,1508.0,7.0,9.0,140.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,3.0,,,,,,,,,,,,,cardano-foundation/veridian-wallet,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 144,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-01-15 08:58:55.000000,2026-01-15 08:23:23,247.0,17.0,30.0,51.0,199.0,102.0,133.0,148.0,,,,,,22.0,,,,3.0,,,,,,,,,,,,,w3c-fedid/digital-credentials,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,9.0,13.0,7.0,9.0,120.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 146,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,95.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,92.0,92.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 149,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,,114.0,,,,,,,,,,,,,,,,,, 150,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,waltid/idpkit,,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1014.0,,,,,,,,,,,,,, 151,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],11,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,25.0,25.0,44.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2025-08-21 00:16:09.000000,2025-05-29 16:40:39,795.0,,34.0,18.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,26.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 155,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,81.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,70.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-01-09 16:44:00.000000,2025-12-04 03:34:17,576.0,12.0,3.0,4.0,381.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,,45.0,,,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,44.0,21.0,28.0,39.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2025-11-07 18:55:49.000000,2025-11-07 18:55:47,118.0,2.0,16.0,9.0,128.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2025-12-18 23:47:01.000000,2025-12-18 23:46:59,110.0,2.0,9.0,9.0,133.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2025-11-19 20:07:26.000000,2025-11-19 20:06:41,278.0,24.0,14.0,8.0,104.0,13.0,46.0,17.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,116.0,3.0,waltid/ssikit-web-wallet,,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3488.0,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,keyfactor/ejbca-ce,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,609369.0,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,cfssl/cfssl,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4554483.0,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-01-22_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - authlib (🥇39 · ⭐ 5.2K · 📈) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3 - paddlespeech (🥈34 · ⭐ 12K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - veramo (🥇26 · ⭐ 520 · 📈) - A JavaScript Framework for Verifiable Data. Apache-2 - passwordlessid-webauthn (🥉22 · ⭐ 570 · 📈) - Webauthn / passkeys helper library to make your life.. MIT - laragear-webauthn (🥉16 · ⭐ 390 · 📈) - Authenticate users with Passkeys: fingerprints, patterns.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - coredns (🥇35 · ⭐ 14K · 📉) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - oathkeeper (🥉30 · ⭐ 3.6K · 📉) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - opal (🥉27 · ⭐ 5.4K · 📉) - Policy and data administration, distribution, and real-time updates.. Apache-2 - opensk (🥉18 · ⭐ 3.3K · 📉) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf - did-core (🥈15 · ⭐ 450 · 📉) - W3C Decentralized Identifier Specification. ❗️W3C w3c ================================================ FILE: history/2026-01-22_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,npm_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,dependent_project_count,github_dependent_project_count,contributor_count,npm_url,npm_monthly_downloads,monthly_downloads,projectrank_placing,github_release_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,pypi_id,updated_github_id,pypi_url,pypi_monthly_downloads,trending,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,next-auth,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,4.0,3977.0,110.0,3320.0,387.0,4673.0,28005.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,100.0,477451.0,477451.0,898.0,https://www.npmjs.com/package/next-auth,7933123.0,7933123.0,1.0,,,,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-01-22 16:59:40.000000,2026-01-22 16:58:58,10439.0,344.0,2244.0,147.0,4441.0,146.0,3539.0,13501.0,2025-12-09 16:03:17,1.19.2,100.0,2339.0,2339.0,539.0,,,2699673.0,1.0,105287258.0,,,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-01-22 17:08:36.197163,2026-01-22 16:24:44,6130.0,187.0,1489.0,132.0,5337.0,378.0,2493.0,11178.0,2026-01-14 22:23:15,1.12.3,100.0,6316.0,6316.0,557.0,,,5366246.0,1.0,19463543.0,openpolicyagent/opa,https://hub.docker.com/r/openpolicyagent/opa,2026-01-22 17:08:36.197163,46.0,610064429.0,,,,,,,,,,,,, 14,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-01-21 09:50:05.000000,2026-01-21 09:49:00,1677.0,50.0,510.0,57.0,292.0,115.0,414.0,5184.0,2026-01-09 08:31:38,1.6.6,47.0,48127.0,48127.0,136.0,,,44635469.0,1.0,,,,,,,authlib,authlib/authlib,https://pypi.org/project/authlib,44635469.0,1.0,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-18 05:33:42.000000,2026-01-04 19:46:27,1785.0,2.0,489.0,62.0,521.0,84.0,305.0,2950.0,2025-06-20 05:53:03,3.3.1,50.0,642733.0,642733.0,202.0,,,225518680.0,1.0,,,,,,,oauthlib,,https://pypi.org/project/oauthlib,225518680.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-01-22 14:31:17.000000,2026-01-22 14:31:12,2105.0,34.0,2949.0,176.0,337.0,7.0,1222.0,21898.0,2026-01-13 18:38:08,0.0.97,17.0,8491.0,8491.0,96.0,,,300451.0,1.0,,,,,,,deepface,,https://pypi.org/project/deepface,300451.0,,,,,,,,, 17,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,casbin,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-01-20 03:24:07.000000,2026-01-08 15:46:41,1162.0,28.0,1714.0,234.0,626.0,39.0,887.0,19739.0,2026-01-08 15:48:06,3.9.0,100.0,3560.0,3560.0,161.0,https://www.npmjs.com/package/casbin,330961.0,1210350.0,1.0,,,,,,,casbin,,https://pypi.org/project/casbin,879389.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-01-05 12:21:45.000000,2025-12-15 16:37:20,10572.0,19.0,1599.0,132.0,1428.0,125.0,1053.0,11075.0,2025-04-07 17:05:07,1.0.3,14.0,4011.0,4011.0,269.0,,,891897.0,1.0,,,,,,,speechbrain,,https://pypi.org/project/speechbrain,891897.0,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-01-22 18:04:35.000000,2026-01-22 18:04:28,22498.0,397.0,4391.0,780.0,25054.0,1190.0,5282.0,33863.0,2026-01-07 18:09:58,1.21.2,100.0,15324.0,15324.0,1612.0,,,,1.0,,,,,,,,,,,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,@casl/ability,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-01-22 02:00:12.000000,2026-01-18 07:40:11,1734.0,65.0,295.0,38.0,550.0,19.0,491.0,6747.0,2026-01-18 07:40:26,@casl/vue@2.2.6,100.0,101771.0,101771.0,77.0,https://www.npmjs.com/package/@casl/ability,3004425.0,3004425.0,2.0,,,,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,passport,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1227.0,292.0,162.0,354.0,430.0,23497.0,,,,1318217.0,1318217.0,38.0,https://www.npmjs.com/package/passport,18246890.0,18246890.0,2.0,,,,,,,,,,,,,,,,,,, 22,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-01-22 15:45:52.000000,2026-01-22 15:45:51,4368.0,96.0,1506.0,235.0,1928.0,93.0,1487.0,16952.0,2025-11-07 14:57:03,25.4.0,100.0,,,316.0,,,3354461.0,2.0,501327.0,oryd/hydra,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428673537.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-01-22 15:45:50.000000,2026-01-22 15:45:49,4976.0,111.0,1077.0,112.0,2241.0,155.0,1269.0,13398.0,2025-11-07 15:48:50,25.4.0,48.0,54.0,54.0,241.0,,,1252574.0,1.0,54444.0,oryd/kratos,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115167336.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13468.0,1548.0,250.0,778.0,598.0,56082.0,2018-04-02 17:18:43,1.2.2,2.0,5595.0,5595.0,54.0,,,178866.0,2.0,1444.0,animcogn/face_recognition,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10449.0,face_recognition,,https://pypi.org/project/face_recognition,178755.0,,,,,,,,, 25,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",35,True,coredns/coredns,,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-01-22 02:36:11.000000,2026-01-22 02:36:11,4564.0,151.0,2314.0,225.0,5150.0,242.0,2231.0,13916.0,2026-01-16 05:35:34,1.14.1,79.0,,,466.0,,,2814368.0,1.0,5456581.0,coredns/coredns,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,326346613.0,,,,,-6.0,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-01-22 16:12:02.000000,2026-01-22 15:01:38,3196.0,235.0,1517.0,78.0,2434.0,89.0,2011.0,12918.0,2026-01-22 15:10:30,2.257.0,100.0,12.0,12.0,268.0,,,15458.0,1.0,1029.0,casbin/casdoor,https://hub.docker.com/r/casbin/casdoor,2026-01-22 15:18:35.835047,23.0,941524.0,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-01-22 16:22:06.000000,2026-01-22 16:18:40,31327.0,1131.0,3932.0,586.0,6959.0,,,11410.0,2026-01-10 02:18:14,7.3.3,100.0,21.0,21.0,371.0,,,8290.0,1.0,2608.0,apereo/cas,https://hub.docker.com/r/apereo/cas,2026-01-22 13:50:26.750430,131.0,1416295.0,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-01-21 23:34:59.000000,2025-09-28 02:58:15,4895.0,,1938.0,186.0,1913.0,262.0,1758.0,12499.0,2025-03-05 07:11:35,r1.5.0,17.0,165.0,165.0,160.0,,,1034019.0,2.0,,,,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,1034019.0,1.0,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-01-22 17:51:14.000000,2026-01-22 11:33:43,7564.0,153.0,551.0,77.0,4932.0,111.0,1551.0,2184.0,2026-01-15 18:54:44,1.14.1,100.0,204.0,204.0,243.0,,,14488.0,2.0,840312.0,ghcr.io/spiffe/spire-server,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,,,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,14.0,5834.0,510.0,202.0,1210.0,1395.0,27645.0,2023-04-02 07:43:27,0.7,1.0,4877.0,4877.0,67.0,,,355505.0,2.0,11731605.0,animcogn/insightface,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,213.0,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-01-22 17:57:48.000000,2026-01-22 05:15:24,8763.0,444.0,1317.0,161.0,8811.0,62.0,1342.0,26463.0,2025-11-29 12:13:04,4.39.15,100.0,,,269.0,,,643.0,2.0,39253.0,,,,,,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-01-22 18:22:58.000000,2026-01-17 04:16:04,4100.0,121.0,321.0,42.0,4923.0,80.0,991.0,4662.0,2026-01-20 21:26:16,0.32.0,100.0,22.0,22.0,101.0,,,19204356.0,2.0,56595.0,pomerium/pomerium,https://hub.docker.com/r/pomerium/pomerium,2026-01-20 21:37:10.454932,13.0,1613092894.0,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-01-16 19:30:32.000000,2025-10-07 20:35:19,3632.0,,417.0,27.0,559.0,94.0,362.0,601.0,2025-10-07 20:02:21,7.5.4,55.0,2170.0,2170.0,181.0,,,1606693.0,2.0,,,,,,,pysaml2,,https://pypi.org/project/pysaml2,1606693.0,,,,,,,,, 34,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,32,True,logto-io/logto,,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-01-22 12:16:17.000000,2026-01-22 08:52:48,8106.0,254.0,675.0,50.0,7329.0,158.0,602.0,11472.0,2025-12-30 09:43:29,1.35.0,78.0,33.0,33.0,81.0,,,6495.0,2.0,7207.0,svhd/logto,https://hub.docker.com/r/svhd/logto,2026-01-22 08:58:04.893727,5.0,348471.0,,,,,,,,,,,,, 35,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-01-22 17:35:43.000000,2026-01-22 17:19:36,5358.0,127.0,358.0,51.0,2197.0,100.0,462.0,6371.0,2025-12-12 01:37:39,1.48.0,100.0,139.0,139.0,74.0,,,122459.0,2.0,188100.0,authzed/spicedb,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6268794.0,,,,,,,,,,,,, 36,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-01-22 17:54:15.000000,2026-01-22 15:45:48,1827.0,67.0,372.0,55.0,1397.0,40.0,294.0,5262.0,2025-11-07 14:48:11,25.4.0,54.0,40.0,40.0,82.0,,,546991.0,2.0,41645.0,oryd/keto,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51371718.0,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,oidc-provider,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-01-22 08:57:53.000000,2026-01-22 08:57:49,2739.0,23.0,765.0,66.0,274.0,,,3658.0,2025-12-07 19:27:28,9.6.0,100.0,1990.0,1990.0,76.0,https://www.npmjs.com/package/oidc-provider,556219.0,556219.0,2.0,,,,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-01-22 10:42:43.000000,2026-01-22 10:42:42,17616.0,265.0,940.0,109.0,9040.0,1462.0,15932.0,875.0,2025-10-24 04:51:27,7.2.0,100.0,,,733.0,,,14559.0,2.0,20683.0,wso2/wso2is,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1998854.0,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-01-22 18:21:59.000000,2026-01-22 17:56:21,20477.0,1038.0,1442.0,68.0,15219.0,795.0,3059.0,19828.0,2026-01-16 01:04:03,ersion/2025.12.1,100.0,,,489.0,,,167.0,2.0,4866.0,,,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-01-22 18:21:16.000000,2026-01-22 15:55:40,4970.0,106.0,299.0,192.0,5961.0,108.0,281.0,4008.0,2025-12-11 17:18:44,0.21.0,73.0,13.0,13.0,199.0,,,306597.0,2.0,,hashicorp/boundary,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,22075012.0,,,,,,,,,,,,, 41,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11493.0,691.0,347.0,,,93550.0,2025-06-26 01:06:09,20250625,13.0,21.0,21.0,79.0,,,1010989.0,3.0,,,,,,,openai-whisper,,https://pypi.org/project/openai-whisper,1010989.0,,,,,,,,, 42,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-01-22 04:03:12.000000,2026-01-21 06:59:08,3633.0,106.0,1771.0,168.0,2983.0,344.0,860.0,10524.0,2025-09-01 13:23:20,2.44.0,92.0,181.0,181.0,282.0,,,2.0,2.0,358.0,quay.io/dexidp/dex,https://hub.docker.com/r/quay.io/dexidp/dex,,,,,,,,,,,,,,,, 43,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-01-22 07:35:59.000000,2026-01-22 07:35:59,2596.0,74.0,283.0,21.0,2717.0,236.0,925.0,4476.0,2025-12-13 02:42:40,1.8.5,51.0,42.0,42.0,140.0,,,8583.0,3.0,420.0,kanidm/server,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,711992.0,,,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],30,True,ory/oathkeeper,,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-01-22 15:46:21.000000,2026-01-22 15:46:20,1616.0,61.0,379.0,48.0,766.0,67.0,303.0,3553.0,2025-11-07 14:57:21,25.4.0,100.0,,,120.0,,,905761.0,3.0,24391.0,oryd/oathkeeper,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90551354.0,,,,,-2.0,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-01-22 15:17:38.000000,2026-01-22 15:17:30,3009.0,48.0,136.0,58.0,333.0,37.0,320.0,1048.0,2026-01-22 14:54:05,5.9.0,46.0,215.0,215.0,52.0,,,40276.0,2.0,36510.0,,,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,39956.0,,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-01-22 17:51:04.000000,2026-01-22 17:27:08,35546.0,225.0,160.0,29.0,7506.0,413.0,4934.0,605.0,2026-01-22 17:46:22,1.16.0,100.0,10.0,10.0,141.0,,,284.0,3.0,7673.0,,,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,14.0,13288.0,1531.0,533.0,41.0,852.0,54911.0,2025-12-21 02:44:08,3.0.0,5.0,,,98.0,,,687.0,3.0,57090.0,,,,,,,,,,,,,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-01-22 17:15:54.000000,2026-01-22 16:07:47,4204.0,154.0,915.0,63.0,7047.0,848.0,2534.0,12789.0,2026-01-22 10:49:06,4.9.2,100.0,1.0,1.0,239.0,,,1385.0,3.0,13857.0,ghcr.io/zitadel/zitadel,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,,,,,,,,https://charts.zitadel.com,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-01-22 16:04:39.000000,2026-01-22 00:14:44,7230.0,74.0,617.0,132.0,5286.0,179.0,3092.0,5638.0,2026-01-20 17:24:48,0.20260120.0,100.0,,,146.0,,,17005.0,2.0,36699.0,letsencrypt/boulder-tools,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2039886.0,,,,,,,,,,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,15.0,559.0,52.0,7293.0,,1780.0,4592.0,2025-06-30 22:09:21,ockam_v0.157.0,100.0,189.0,189.0,318.0,,,339.0,3.0,14922.0,,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,97.0,298.0,73.0,892.0,295.0,643.0,1794.0,2026-01-07 15:47:40,6.0.0,60.0,3.0,3.0,90.0,https://www.npmjs.com/package/solid-server,3823.0,11215.0,1.0,,nodesolidserver/node-solid-server,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005322.0,,,,,,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,did-jwt,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-01-21 18:10:24.000000,2025-12-01 01:00:51,676.0,7.0,69.0,36.0,233.0,5.0,87.0,364.0,2025-08-25 22:29:37,8.0.18,100.0,6141.0,6141.0,42.0,https://www.npmjs.com/package/did-jwt,242322.0,242322.0,1.0,,,,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3488.0,741.0,77.0,5.0,382.0,15464.0,2024-10-04 12:56:15,0.2.2,5.0,96.0,96.0,31.0,,,1318.0,3.0,,bamos/openface,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163516.0,,,,,,,,,,,,, 54,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2025-12-09 08:18:19.000000,2025-12-09 08:18:19,2520.0,3.0,1034.0,103.0,881.0,50.0,849.0,5452.0,2025-04-04 08:29:47,5.8.2,70.0,10975.0,10975.0,334.0,,,,2.0,,,,,,,,,,,,,,,,doorkeeper,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-01-22 13:48:10.000000,2026-01-22 13:48:10,2312.0,157.0,171.0,33.0,2458.0,48.0,364.0,4192.0,2025-12-22 11:10:37,0.50.0,74.0,33.0,33.0,33.0,,,923.0,3.0,53579.0,ghcr.io/cerbos/cerbos,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 56,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-01-22 12:42:48.000000,2026-01-22 09:58:30,7972.0,183.0,391.0,37.0,1487.0,3.0,321.0,1589.0,2026-01-22 10:19:03,is-7.4.5,100.0,3016.0,3016.0,339.0,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-01-20 18:59:16.000000,2026-01-19 02:13:16,557.0,16.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,71.0,1892.0,1892.0,28.0,https://www.npmjs.com/package/ethr-did-resolver,14402.0,14402.0,1.0,,,,,,,,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,face-api.js,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3825.0,348.0,113.0,452.0,393.0,17744.0,2020-03-22 14:01:55,0.22.2,38.0,,,25.0,https://www.npmjs.com/package/face-api.js,240900.0,240900.0,3.0,,,,,,,,,,,,,,,,,,, 59,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-01-22 10:54:53.000000,2026-01-22 10:39:33,2412.0,105.0,1012.0,41.0,1919.0,31.0,380.0,8750.0,2026-01-20 14:59:45,backend/v2.4.0,39.0,332.0,332.0,53.0,,,25.0,3.0,1051.0,,,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-01-22 16:55:38.000000,2026-01-22 16:44:34,5608.0,315.0,280.0,25.0,2377.0,53.0,288.0,5777.0,2026-01-22 18:15:20,1.6.1,100.0,4.0,4.0,74.0,,,394.0,3.0,10261.0,ghcr.io/permify/permify,https://hub.docker.com/r/ghcr.io/permify/permify,,,,,,,,,,,,,,,, 61,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-01-22 18:08:46.296112,2025-11-26 13:54:19,2068.0,9.0,259.0,29.0,600.0,50.0,122.0,5417.0,2026-01-22 11:31:58,0.9.3,67.0,47.0,47.0,74.0,,,7242.0,3.0,1889.0,permitio/opal-server,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,425378.0,,,,,-1.0,,,,,,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3494.0,2024-01-13 04:08:30,0.27.3,100.0,218.0,218.0,68.0,,,14810.0,3.0,3856.0,,,,,,oso,,https://pypi.org/project/oso,14745.0,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-01-21 23:25:37.000000,2026-01-21 15:56:18,3652.0,77.0,293.0,49.0,2854.0,33.0,269.0,977.0,2026-01-09 00:22:20,1.12.32,100.0,371.0,371.0,103.0,,,,2.0,,,,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-01-16 23:30:09.000000,2026-01-16 23:30:09,7111.0,16.0,318.0,417.0,4715.0,102.0,448.0,1763.0,2024-06-11 16:44:34,1.8.2,31.0,47.0,47.0,158.0,,,0.0,3.0,64.0,,,,,,,,,,,,,,,,,, 65,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-01-22 17:35:41.000000,2026-01-16 13:40:01,1934.0,21.0,130.0,23.0,863.0,66.0,392.0,520.0,2026-01-16 10:35:31,6.0.2,46.0,900.0,900.0,59.0,,,,1.0,,,,,,,,,,,3.0,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-01-22 17:49:41.000000,2026-01-22 17:49:11,10358.0,158.0,498.0,23.0,2598.0,154.0,1275.0,479.0,2025-11-15 18:44:32,1.4.0,100.0,,,166.0,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-01-21 06:27:38.000000,2026-01-21 06:23:47,2728.0,72.0,384.0,30.0,124.0,3.0,131.0,1842.0,2025-12-13 11:52:39,4.1.10,71.0,,,60.0,,,362.0,3.0,,maxkeytop/maxkey,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,39853.0,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,194.0,41.0,341.0,33.0,248.0,1392.0,2025-08-29 13:12:19,4.0.0,21.0,362.0,362.0,51.0,,,,2.0,,,,,,,,,,,,,,,,,,, 69,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-01-22 09:13:31.000000,2026-01-21 22:34:55,23092.0,455.0,83.0,7.0,3114.0,349.0,1941.0,1200.0,2026-01-12 16:27:30,2026-01-08.0,69.0,9.0,9.0,49.0,,,10.0,3.0,562.0,,,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,13.0,141.0,47.0,1907.0,137.0,973.0,935.0,2025-11-20 20:24:03,1.24.0,83.0,,,115.0,,,65940.0,3.0,1638.0,cyberark/conjur,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7581287.0,,,,,,,,,,,,, 71,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,2.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,70.0,1351.0,1351.0,22.0,https://www.npmjs.com/package/did-jwt-vc,43520.0,43520.0,1.0,,,,,,,,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,813.0,62.0,131.0,531.0,786.0,18972.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,2.0,21.0,21.0,22.0,,,3192.0,3.0,223477.0,,,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-01-22 12:35:03.000000,2026-01-22 12:32:07,16383.0,120.0,361.0,47.0,8126.0,,,1358.0,,,,,,250.0,,,38245.0,3.0,,freeipa/freeipa-server,https://hub.docker.com/r/freeipa/freeipa-server,2026-01-21 05:40:49.897864,180.0,6272182.0,,,,,,,,,,,,, 74,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,179.0,33.0,145.0,,107.0,1020.0,2025-09-04 23:18:52,2.7.0,36.0,,,31.0,,,1503613.0,3.0,,,,,,,webauthn,,https://pypi.org/project/webauthn,1503613.0,,,,,,,,, 75,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,24,True,walt-id/waltid-identity,,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-01-22 18:10:36.000000,2026-01-22 11:52:02,12056.0,881.0,100.0,5.0,1162.0,1.0,292.0,241.0,2026-01-22 16:02:05,0.17.1,100.0,,,41.0,,,,1.0,,waltid/identity,https://hub.docker.com/r/waltid/identity,,,,,,,,,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-01-14 18:59:08.000000,2026-01-14 18:57:23,2143.0,53.0,174.0,25.0,1441.0,18.0,285.0,190.0,2026-01-14 00:13:29,2.11.12,48.0,7.0,7.0,63.0,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,,,, 77,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,22.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,33.0,74.0,74.0,28.0,,,9717.0,1.0,349826.0,,,,,,,anoncreds/anoncreds-rs,,,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,inrupt/solid-client-authn-node,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-01-19 15:38:16.000000,2026-01-02 14:19:02,3136.0,60.0,40.0,11.0,4020.0,57.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,38.0,989.0,989.0,26.0,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,3.0,,,,,,,,,,,,,,,,,,, 79,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-01-21 19:49:51.000000,2026-01-21 09:32:32,1371.0,27.0,635.0,66.0,648.0,131.0,400.0,14861.0,2026-01-22 11:44:03,11.3.1,97.0,,,33.0,,,,3.0,,registry.supertokens.io/supertokens/supertokens-postgresql,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-01-22 12:50:42.000000,2026-01-21 23:07:14,2059.0,41.0,267.0,55.0,403.0,34.0,89.0,630.0,2022-01-07 16:42:38,0.5.0,6.0,,,130.0,,,1471.0,2.0,,universalresolver/uni-resolver-web,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-01-21 11:27:15.358804,,148656.0,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-01-22 17:06:55.000000,2026-01-20 11:01:04,1728.0,19.0,96.0,24.0,1313.0,103.0,326.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,55.0,152.0,152.0,44.0,,,,2.0,,,,,,,,iotaledger/identity,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-01-22 14:45:56.000000,2026-01-22 10:46:24,1325.0,78.0,224.0,26.0,1699.0,235.0,647.0,332.0,2025-12-09 13:40:05,0.6.1,100.0,,,87.0,,,,2.0,,,,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-01-19 04:52:01.000000,2026-01-19 01:46:02,365.0,18.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,43.0,1409.0,1409.0,12.0,https://www.npmjs.com/package/web-did-resolver,26380.0,26380.0,2.0,,,,,,,,,,,,,,,,,,, 84,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-01-14 20:00:01.000000,2026-01-07 22:26:43,2775.0,23.0,242.0,184.0,991.0,70.0,1240.0,1357.0,2018-03-20 13:11:25,CR-00-20180320,7.0,,,82.0,,,,1.0,,,,,,,,,,,,,,,,,,, 85,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-01-20 16:22:05.000000,2026-01-19 14:30:39,15289.0,41.0,679.0,106.0,19.0,,,708.0,,,,186.0,186.0,757.0,,,,3.0,,,,,,,,,,,,,,,,,,, 86,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,passwordless-id/webauthn,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-01-22 07:47:07.000000,2026-01-22 07:46:59,294.0,7.0,58.0,7.0,38.0,,60.0,573.0,2026-01-19 22:34:05,2.3.2,39.0,5476.0,5476.0,20.0,https://www.npmjs.com/package/passwordless-id/webauthn,,,3.0,,,,,,,,,,,2.0,,,,,,,, 87,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,22,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-01-22 15:53:26.000000,2026-01-21 09:41:43,14769.0,127.0,148.0,14.0,2229.0,106.0,2919.0,465.0,2023-06-16 12:51:58,11.4.3,55.0,,,95.0,,,101.0,3.0,9957.0,,,,,,,,,,,,,,,,,, 88,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-01-21 22:11:42.000000,2026-01-19 01:50:52,417.0,4.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,24.0,7729.0,7729.0,25.0,,,,2.0,,,,,,,,,,,,,,,,,,, 89,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1087.0,443.0,25.0,1.0,143.0,30420.0,2023-01-21 09:26:53,TINA_SHIFT,35.0,,,11.0,,,28667.0,3.0,1576710.0,,,,,,,,,,,,,,,,,, 90,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,358.0,69.0,170.0,296.0,611.0,7276.0,2020-09-02 15:57:23,2.6.1,11.0,,,69.0,,,311.0,3.0,29567.0,,,,,,,,,,,,,,,,howdy,, 91,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,2.0,783.0,237.0,367.0,64.0,210.0,2899.0,2015-09-29 22:50:55,1.1.0,4.0,,,60.0,,,860.0,3.0,125656.0,,,,,,,,,,,,,,,,,, 92,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-01-22 16:24:11.000000,2026-01-21 15:37:34,650.0,81.0,40.0,4.0,338.0,6.0,39.0,71.0,2026-01-21 15:50:12,1.39.2,100.0,265.0,265.0,19.0,,,,2.0,,,,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4689.0,552.0,123.0,511.0,622.0,14289.0,,,,,,36.0,,,,3.0,,,,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,316.0,58.0,238.0,4.0,133.0,4300.0,2022-02-09 12:50:28,1.0.1,2.0,11.0,11.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,651.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,37.0,,,111.0,,,26.0,2.0,2088.0,,,,,,,hyperledger-indy/indy-node,,,,,,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,tbd54566975/dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,62.0,490.0,490.0,48.0,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,2.0,,,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,14.0,3.0,3.0,62.0,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,,,, 98,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,92.0,43.0,28.0,24.0,3052.0,,,,1.0,1.0,27.0,,,2255.0,3.0,,,,,,,pyja3,,https://pypi.org/project/pyja3,2255.0,,,,,,,,, 99,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,786.0,93.0,362.0,181.0,368.0,1969.0,2025-04-23 13:34:24,2.0.0,33.0,,,52.0,,,,3.0,,,,,,,,,,,,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,19,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-01-22 04:51:01.000000,2026-01-22 04:47:57,2772.0,83.0,88.0,18.0,1007.0,9.0,148.0,554.0,2026-01-01 13:39:09,0.30.2.RELEASE,85.0,,,36.0,,,,3.0,,,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,55.0,77.0,253.0,2025-02-10 16:01:17,8.5.1,51.0,41.0,41.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,2.0,305.0,86.0,544.0,31.0,182.0,3273.0,2021-06-23 10:02:43,ctap2.0,1.0,,,24.0,,,,3.0,,,,,,,,,,,-1.0,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,932.0,243.0,260.0,215.0,555.0,3183.0,,,,,,49.0,,,,3.0,,,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,2.0,59.0,2455.0,2024-03-06 13:35:30,1.3.0,41.0,,,54.0,,,,3.0,,,,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,163.0,83.0,184.0,72.0,70.0,1237.0,2022-06-09 01:42:53,1.0.4,17.0,,,32.0,,,,2.0,,,,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,github/webauthn-json,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,52.0,30.0,30.0,15.0,https://www.npmjs.com/package/github/webauthn-json,,,3.0,,,,,,,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-01-21 15:17:25.000000,2026-01-15 17:50:41,1276.0,15.0,52.0,48.0,331.0,189.0,152.0,551.0,2021-12-21 13:00:06,protocol-v0.9.0,1.0,,,30.0,,,,1.0,,,,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,438.0,2021-03-09 22:06:35,1.0.2,12.0,,,47.0,,,,1.0,,,,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2025-09-29 09:08:46.000000,2025-09-24 09:52:57,637.0,,72.0,34.0,462.0,96.0,122.0,243.0,,,,207.0,207.0,31.0,,,,2.0,,,,,,,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,5.0,72.0,72.0,23.0,,,,2.0,,,,,,,,,,,,,,,,,,, 111,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,98.0,,,17.0,,,456.0,2.0,175.0,waltid/ssikit,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24056.0,,,,,,,,,,,,, 112,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,19.0,94.0,8.0,822.0,3.0,133.0,102.0,2025-12-22 12:04:18,3.0.5,24.0,,,29.0,,,,2.0,,,,,,,,,,,,,,,,,,, 113,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-01-21 17:22:27.000000,2026-01-20 14:29:01,3191.0,21.0,67.0,10.0,792.0,183.0,136.0,74.0,,,1.0,65.0,65.0,33.0,,,,2.0,,,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8128.0,,,,,,22.0,,,,2.0,,,,,,,,,,,,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-01-21 19:12:55.000000,2026-01-09 15:44:32,607.0,6.0,180.0,76.0,272.0,33.0,61.0,1689.0,,,,,,72.0,,,,3.0,,,,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1323.0,2024-06-10 20:02:54,1.15.1,100.0,4.0,4.0,5.0,,,94.0,3.0,3119.0,warrantdev/warrant,https://hub.docker.com/r/warrantdev/warrant,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-01-21 15:36:36.000000,2026-01-21 09:56:54,2015.0,42.0,161.0,61.0,572.0,8.0,243.0,686.0,,,,,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,340.0,,,,,,94.0,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,did-resolver,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-01-20 02:08:46.000000,2026-01-20 02:08:44,207.0,18.0,62.0,19.0,89.0,27.0,26.0,304.0,,,,1.0,1.0,14.0,https://www.npmjs.com/package/did-resolver,256530.0,256530.0,3.0,,,,,,,,,,,,,,,,,,, 120,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,26.0,6.0,24.0,15.0,22.0,239.0,2025-06-17 17:32:08,1.3.0.1,3.0,20.0,20.0,4.0,,,3272.0,3.0,,,,,,,django-passkeys,,https://pypi.org/project/django-passkeys,3272.0,,,,,,,,, 121,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,66.0,29.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,2.0,,,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 122,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-01-21 16:27:27.000000,2026-01-21 12:35:50,3757.0,170.0,21.0,9.0,361.0,15.0,10.0,73.0,2025-11-19 18:51:47,0.36.0,51.0,2.0,2.0,20.0,,,,3.0,,,,,,,,,,,,,,,,,,, 123,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,44.0,4.0,65.0,,46.0,394.0,2026-01-19 17:57:46,4.1.0,24.0,,,12.0,,,,3.0,,,,,,,,,,,2.0,,,,,,,, 124,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,14.0,14.0,23.0,,,,3.0,,ghcr.io/spruceid/didkit-http,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,,,,,,,,,,,,, 125,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-01-19 20:56:04.000000,2025-12-20 11:25:44,3756.0,3.0,77.0,24.0,8.0,,,246.0,,,,,,306.0,,,,3.0,,,,,,,,,,,,,,,,,,, 126,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,212.0,,,,592.0,592.0,16.0,,,,3.0,,,,,,,,,,,,,,,,,,, 127,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-01-19 16:03:39.000000,2026-01-19 16:03:28,1375.0,64.0,13.0,7.0,1.0,,,143.0,2026-01-20 09:26:10,1.69.1,13.0,,,,,,5.0,2.0,64.0,,,,,,,,,,,,,,,,,, 128,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,web5/api,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,100.0,71.0,71.0,32.0,https://www.npmjs.com/package/web5/api,,,3.0,,,,,,,,decentralized-identity/web5-js,,,,,,,,,,, 129,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,16,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,11.0,227.0,51.0,432.0,47.0,178.0,130.0,,,,,,235.0,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,,,,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,25.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,28.0,,,20.0,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,,,, 131,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,16,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-01-21 11:40:34.000000,2025-12-26 17:47:11,5316.0,43.0,18.0,6.0,542.0,57.0,2847.0,60.0,,,,2.0,2.0,5.0,,,,2.0,,,,,,,,,,,,,,,,,,, 132,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,15,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,16.0,64.0,16.0,359.0,3.0,118.0,745.0,,,,,,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 133,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],15,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-01-13 15:29:30.000000,2026-01-12 16:52:17,1420.0,2.0,99.0,73.0,522.0,12.0,374.0,447.0,,,,,,71.0,,,,2.0,,,,,,,,w3c/did,,,-1.0,,,,,,,, 134,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,115.0,81.0,850.0,10.0,722.0,347.0,,,,,,80.0,,,,2.0,,,,,,,,,,,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,14.0,27.0,9.0,342.0,20.0,17.0,95.0,2025-11-19 22:38:48,0.7.0,1.0,,,14.0,,,,3.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,48.0,,,12.0,,,100.0,3.0,,waltid/walletkit,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5211.0,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-01-14 18:37:08.000000,2026-01-14 18:36:03,761.0,4.0,95.0,70.0,351.0,132.0,262.0,441.0,,,,,,42.0,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,4.0,,,6.0,,,176.0,3.0,,cogolabs/beyond,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17799.0,,presbrey/beyond,,,,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,151.0,,,3.0,,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-01-22 18:22:46.000000,2025-11-15 21:16:30,1462.0,8.0,33.0,13.0,1532.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,4.0,,,18.0,,,,3.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,40.0,,,,3.0,,,,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,16.0,16.0,39.0,,,,3.0,,,,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 144,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],13,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-01-22 18:05:18.000000,2026-01-20 14:04:52,248.0,18.0,30.0,52.0,199.0,104.0,134.0,148.0,,,,,,22.0,,,,3.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,,,,, 145,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,120.0,,,,19.0,19.0,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 146,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,97.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 147,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,1.0,2.0,2.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, 148,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,92.0,92.0,11.0,,,,3.0,,,,,,,,,,,,,,,,,,, 149,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,30.0,1.0,1.0,20.0,,,2.0,3.0,114.0,,,,,,,,,,,,,,,,,, 150,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,28.0,,,9.0,,,22.0,3.0,,waltid/idpkit,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1018.0,,,,,,,,,,,,, 151,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],11,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,1.0,26.0,25.0,45.0,26.0,47.0,127.0,,,,,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,18.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,17.0,,,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,3.0,3.0,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 155,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,15.0,8.0,14.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,7.0,2.0,2.0,9.0,,,,3.0,,,,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,16.0,13.0,33.0,1.0,4.0,70.0,,,,,,13.0,,,,3.0,,,,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-20 21:10:46.000000,2026-01-20 21:10:43,119.0,3.0,16.0,9.0,129.0,6.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,3.0,,,4.0,,,,3.0,,,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-20 21:10:43.000000,2026-01-20 21:10:40,111.0,3.0,9.0,9.0,134.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,2.0,,,6.0,,,,3.0,,,,,,,,,,,,,,,,,,, 160,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-01-09 16:44:00.000000,2025-12-04 03:34:17,576.0,12.0,3.0,4.0,381.0,,2.0,6.0,,,,3.0,3.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,144.0,,,,,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,15.0,,,13.0,,,0.0,3.0,45.0,,,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,1.0,1.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, 164,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,44.0,21.0,28.0,39.0,,,,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-01-21 23:36:50.000000,2026-01-21 23:36:18,280.0,25.0,14.0,8.0,105.0,15.0,46.0,17.0,,,,,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,3.0,,,,3.0,,,,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,16.0,30.0,13.0,,,1.0,,,7.0,,,,3.0,,,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,48.0,,,8.0,,,116.0,3.0,,waltid/ssikit-web-wallet,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3503.0,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,,,,,2025-12-17 01:31:09.041590,,,,,,,,,52.0,,,,,,,,,,3.0,,keyfactor/ejbca-ce,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,52.0,613761.0,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,,3.0,,cfssl/cfssl,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4557947.0,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/keycloak/keycloak,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,quay.io/oauth2-proxy/oauth2-proxy,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-01-29_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - coredns (🥇41 · ⭐ 14K · 📈) - CoreDNS is a DNS server that chains plugins. Apache-2 linux-foundation cncf - casl (🥇38 · ⭐ 6.8K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - oathkeeper (🥈32 · ⭐ 3.6K · 📈) - A cloud native Identity & Access Proxy / API (IAP) and.. Apache-2 ory - keystone (🥉23 · ⭐ 710 · 📈) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - dogtagpki (🥉23 · ⭐ 470 · 📈) - The Dogtag Certificate System is an enterprise-class.. ❗️GPL-2.0 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇40 · ⭐ 28K · 📉) - Authentication for the Web. ISC - paddlespeech (🥈33 · ⭐ 13K · 📉) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - did-resolver (🥈21 · ⭐ 230 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif - did-spec-registries (🥉15 · ⭐ 130 · 📉) - Decentralized Identifier Ecosystem Extensions. ❗Unlicensed - talao-altme (🥉15 · ⭐ 60 · 📉) - Talao / Altme wallet : Open source Self Sovereign Identity.. Apache-2 ================================================ FILE: history/2026-01-29_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,trending,npm_id,npm_url,npm_monthly_downloads,pypi_id,updated_github_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-01-26 16:03:03.000000,2026-01-26 16:03:03,4569.0,147.0,2315.0,225.0,5154.0,242.0,2232.0,13936.0,2026-01-16 05:35:34,1.14.1,5497967.0,2816986.0,79.0,14393.0,14393.0,467.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,326611988.0,1.0,6.0,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-01-29 18:22:06.000000,2026-01-29 18:22:06,10460.0,340.0,2250.0,146.0,4453.0,146.0,3542.0,13519.0,2025-12-09 16:03:17,1.19.2,106578490.0,2732781.0,100.0,2361.0,2361.0,541.0,,,,,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-01-29 18:14:39.299857,2026-01-29 17:00:38,6144.0,186.0,1489.0,133.0,5356.0,377.0,2502.0,11213.0,2026-01-29 17:26:30,1.13.0,19728387.0,5384843.0,100.0,6333.0,6333.0,559.0,https://hub.docker.com/r/openpolicyagent/opa,2026-01-29 18:14:39.299857,46.0,610408648.0,1.0,,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,1.0,3979.0,109.0,3323.0,389.0,4674.0,28027.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,8968549.0,100.0,477734.0,477734.0,898.0,,,,,1.0,-1.0,next-auth,https://www.npmjs.com/package/next-auth,8968549.0,,,,,,,,,,,, 15,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-01-21 09:50:05.000000,2026-01-21 09:49:00,1677.0,49.0,511.0,57.0,292.0,116.0,414.0,5191.0,2026-01-09 08:31:38,1.6.6,,48327479.0,47.0,48403.0,48403.0,136.0,,,,,1.0,,,,,authlib,authlib/authlib,https://pypi.org/project/authlib,48327479.0,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-18 05:33:42.000000,2026-01-04 19:46:27,1785.0,2.0,489.0,62.0,521.0,84.0,305.0,2951.0,2025-06-20 05:53:03,3.3.1,,235737625.0,50.0,643159.0,643159.0,202.0,,,,,1.0,,,,,oauthlib,,https://pypi.org/project/oauthlib,235737625.0,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-01-25 23:05:37.000000,2026-01-25 23:04:50,2110.0,39.0,2959.0,176.0,341.0,7.0,1225.0,21956.0,2026-01-25 23:05:37,0.0.98,,345676.0,18.0,8500.0,8500.0,96.0,,,,,1.0,,,,,deepface,,https://pypi.org/project/deepface,345676.0,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-01-26 17:06:21.000000,2026-01-25 08:47:55,1163.0,29.0,1715.0,234.0,631.0,41.0,888.0,19783.0,2026-01-26 17:06:22,3.10.0,,1351762.0,100.0,3562.0,3562.0,161.0,,,,,1.0,,casbin,https://www.npmjs.com/package/casbin,380563.0,casbin,,https://pypi.org/project/casbin,971199.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-01-29 15:55:29.000000,2026-01-29 15:55:26,10574.0,19.0,1603.0,132.0,1428.0,124.0,1054.0,11108.0,2025-04-07 17:05:07,1.0.3,,1019351.0,14.0,4027.0,4027.0,269.0,,,,,1.0,,,,,speechbrain,,https://pypi.org/project/speechbrain,1019351.0,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-01-27 21:47:29.000000,2026-01-27 21:44:44,1735.0,66.0,295.0,38.0,551.0,19.0,491.0,6760.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,3453000.0,100.0,101824.0,101824.0,77.0,,,,,1.0,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,3453000.0,,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-01-29 18:09:11.000000,2026-01-29 18:08:04,22566.0,441.0,4435.0,781.0,25060.0,1192.0,5284.0,34569.0,2026-01-07 18:09:58,1.21.2,,,100.0,15328.0,15328.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1227.0,292.0,162.0,354.0,430.0,23508.0,,,,20724628.0,,1318502.0,1318502.0,38.0,,,,,2.0,,passport,https://www.npmjs.com/package/passport,20724628.0,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-01-28 21:40:59.000000,2026-01-28 21:40:58,4370.0,88.0,1507.0,235.0,1929.0,92.0,1488.0,16970.0,2025-11-07 14:57:03,25.4.0,505888.0,3354883.0,100.0,,,316.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428721344.0,2.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-01-29 13:20:11.000000,2026-01-29 13:20:09,4982.0,109.0,1081.0,112.0,2244.0,157.0,1269.0,13420.0,2025-11-07 15:48:50,25.4.0,54802.0,1252956.0,48.0,54.0,54.0,242.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115201992.0,1.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13472.0,1549.0,250.0,779.0,598.0,56106.0,2018-04-02 17:18:43,1.2.2,1444.0,185729.0,2.0,5596.0,5596.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10494.0,2.0,,,,,face_recognition,,https://pypi.org/project/face_recognition,185617.0,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-01-29 01:54:44.992272,2026-01-29 01:37:47,3212.0,232.0,1522.0,77.0,2468.0,97.0,2021.0,12967.0,2026-01-29 01:46:36,2.273.0,1208.0,15775.0,100.0,12.0,12.0,268.0,https://hub.docker.com/r/casbin/casdoor,2026-01-29 01:54:44.992272,23.0,955829.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-01-29 16:31:24.000000,2026-01-29 16:28:10,31498.0,1191.0,3932.0,585.0,7032.0,,,11416.0,2026-01-10 02:18:14,7.3.3,2763.0,8332.0,100.0,21.0,21.0,371.0,https://hub.docker.com/r/apereo/cas,2026-01-29 01:16:43.493665,131.0,1422895.0,1.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-01-29 17:07:07.000000,2026-01-28 11:38:48,7577.0,160.0,555.0,77.0,4945.0,110.0,1552.0,2191.0,2026-01-15 18:54:44,1.14.1,843277.0,14539.0,100.0,204.0,204.0,244.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2025-11-25 04:00:35.000000,2025-11-25 04:00:35,2386.0,14.0,5844.0,510.0,202.0,1210.0,1395.0,27732.0,2023-04-02 07:43:27,0.7,11836054.0,358670.0,1.0,4881.0,4881.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,233.0,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-01-29 01:34:10.000000,2026-01-27 21:28:55,8789.0,420.0,1318.0,161.0,8839.0,63.0,1345.0,26528.0,2025-11-29 12:13:04,4.39.15,39942.0,654.0,100.0,,,269.0,,,,,2.0,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-01-27 09:27:07.000000,2026-01-27 09:27:06,4896.0,1.0,1939.0,186.0,1914.0,263.0,1758.0,12507.0,2025-03-05 07:11:35,r1.5.0,,1139907.0,17.0,166.0,166.0,161.0,,,,,2.0,-1.0,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,1139907.0,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-01-29 18:31:09.000000,2026-01-29 16:05:52,4113.0,128.0,321.0,41.0,4932.0,81.0,990.0,4671.0,2026-01-20 21:26:16,0.32.0,56783.0,19204447.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-01-29 17:29:35.623392,13.0,1613100281.0,2.0,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-01-16 19:30:32.000000,2025-10-07 20:35:19,3632.0,,418.0,27.0,560.0,94.0,362.0,602.0,2025-10-07 20:02:21,7.5.4,,1954244.0,55.0,2174.0,2174.0,181.0,,,,,2.0,,,,,pysaml2,,https://pypi.org/project/pysaml2,1954244.0,,,,,,,, 34,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,32,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-01-29 15:59:49.000000,2026-01-29 09:08:25,8132.0,265.0,679.0,50.0,7354.0,159.0,605.0,11499.0,2025-12-30 09:43:29,1.35.0,7229.0,6562.0,78.0,33.0,33.0,81.0,https://hub.docker.com/r/svhd/logto,2026-01-29 09:14:06.814134,5.0,352159.0,2.0,,,,,,,,,,,,,,,, 35,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-01-29 17:50:44.000000,2026-01-29 16:54:34,5376.0,124.0,360.0,52.0,2216.0,101.0,463.0,6395.0,2025-12-12 01:37:39,1.48.0,189333.0,124024.0,100.0,139.0,139.0,74.0,https://hub.docker.com/r/authzed/spicedb,2025-12-12 01:46:32.300906,7.0,6350315.0,2.0,,,,,,,,,,,,,,,, 36,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-01-29 08:56:58.000000,2026-01-29 08:56:57,1830.0,62.0,372.0,55.0,1398.0,40.0,294.0,5269.0,2025-11-07 14:48:11,25.4.0,41832.0,547061.0,54.0,40.0,40.0,82.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51378104.0,2.0,,,,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-01-27 16:29:39.000000,2026-01-27 16:29:34,2741.0,18.0,765.0,66.0,274.0,,,3664.0,2025-12-07 19:27:28,9.6.0,,653143.0,100.0,1998.0,1998.0,76.0,,,,,2.0,,oidc-provider,https://www.npmjs.com/package/oidc-provider,653143.0,,,,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-01-28 21:41:36.000000,2026-01-28 21:41:35,1618.0,58.0,379.0,47.0,766.0,66.0,304.0,3557.0,2025-11-07 14:57:21,25.4.0,24457.0,905967.0,100.0,15.0,15.0,120.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90571870.0,2.0,2.0,,,,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-01-29 05:09:24.000000,2026-01-29 05:09:24,17645.0,277.0,939.0,109.0,9052.0,1471.0,15946.0,876.0,2025-10-24 04:51:27,7.2.0,20732.0,14567.0,100.0,,,734.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,1999976.0,2.0,,,,,,,,,,,,,,,, 40,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-01-29 18:16:43.000000,2026-01-29 18:12:38,20579.0,1080.0,1444.0,68.0,15356.0,792.0,3098.0,19930.0,2026-01-16 01:04:03,ersion/2025.12.1,5245.0,180.0,100.0,,,491.0,,,,,2.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-01-29 15:55:36.000000,2026-01-28 17:05:07,4978.0,103.0,300.0,192.0,5984.0,109.0,281.0,4013.0,2025-12-11 17:18:44,0.21.0,,307684.0,73.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,22153250.0,3.0,,,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11522.0,692.0,350.0,,,93892.0,2025-06-26 01:06:09,20250625,,1146730.0,13.0,21.0,21.0,79.0,,,,,3.0,,,,,openai-whisper,,https://pypi.org/project/openai-whisper,1146730.0,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-01-29 04:03:07.000000,2026-01-28 07:29:04,3640.0,111.0,1771.0,168.0,2997.0,344.0,860.0,10543.0,2025-09-01 13:23:20,2.44.0,358.0,2.0,92.0,181.0,181.0,282.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-01-29 00:23:38.000000,2026-01-29 00:23:38,2601.0,76.0,282.0,21.0,2724.0,236.0,927.0,4509.0,2025-12-13 02:42:40,1.8.5,420.0,8635.0,51.0,42.0,42.0,140.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,716321.0,3.0,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-01-29 14:10:48.000000,2026-01-28 14:51:22,3012.0,51.0,136.0,59.0,333.0,36.0,322.0,1053.0,2026-01-22 14:54:05,5.9.0,38333.0,42277.0,46.0,218.0,218.0,52.0,,,,,2.0,,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,41941.0,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-01-29 18:25:10.000000,2026-01-29 13:48:20,35565.0,213.0,159.0,30.0,7531.0,418.0,4955.0,608.0,2026-01-22 17:46:22,1.16.0,7935.0,293.0,100.0,11.0,11.0,141.0,,,,,3.0,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,14.0,13294.0,1528.0,535.0,41.0,852.0,54934.0,2025-12-21 02:44:08,3.0.0,60175.0,725.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-01-29 18:12:57.000000,2026-01-29 18:09:29,4214.0,142.0,920.0,63.0,7082.0,860.0,2542.0,12850.0,2026-01-23 13:17:07,4.10.0,14126.0,1412.0,100.0,1.0,1.0,239.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,,https://charts.zitadel.com,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-01-29 00:53:49.000000,2026-01-28 21:09:15,7244.0,74.0,616.0,132.0,5301.0,177.0,3100.0,5646.0,2026-01-26 22:28:12,0.20260126.0,36060.0,16986.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2025-12-03 17:22:24.944806,13.0,2041165.0,2.0,,,,,,,,,,,,,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,15.0,559.0,52.0,7293.0,,1780.0,4592.0,2025-06-30 22:09:21,ockam_v0.157.0,15012.0,341.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,95.0,298.0,73.0,892.0,296.0,643.0,1794.0,2026-01-07 15:47:40,6.0.0,,10797.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005339.0,1.0,,solid-server,https://www.npmjs.com/package/solid-server,3405.0,,,,,,,,,,,, 52,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],29,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-01-26 18:15:54.000000,2025-12-01 01:00:51,676.0,5.0,69.0,36.0,233.0,5.0,87.0,365.0,2025-08-25 22:29:37,8.0.18,,277685.0,100.0,6149.0,6149.0,42.0,,,,,1.0,,did-jwt,https://www.npmjs.com/package/did-jwt,277685.0,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3487.0,741.0,77.0,5.0,382.0,15467.0,2024-10-04 12:56:15,0.2.2,,1319.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163565.0,3.0,,,,,,,,,,,,,,,, 54,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-01-29 18:38:34.000000,2026-01-26 14:52:58,2522.0,5.0,1036.0,103.0,883.0,50.0,849.0,5455.0,2025-04-04 08:29:47,5.8.2,,,70.0,10990.0,10990.0,335.0,,,,,2.0,,,,,,,,,,,,,doorkeeper,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-01-29 09:24:21.000000,2026-01-28 09:54:43,2327.0,165.0,171.0,33.0,2474.0,48.0,364.0,4198.0,2025-12-22 11:10:37,0.50.0,55202.0,951.0,74.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 56,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-01-29 09:51:53.000000,2026-01-26 16:18:36,7989.0,183.0,392.0,37.0,1494.0,3.0,321.0,1591.0,2026-01-29 10:01:32,bff-4.1.0,,,100.0,3017.0,3017.0,339.0,,,,,2.0,,,,,,DuendeSoftware/products,,,,,,,,,, 57,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-01-26 04:51:05.000000,2026-01-26 00:50:01,558.0,15.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,17139.0,71.0,1892.0,1892.0,28.0,,,,,1.0,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,17139.0,,,,,,,,,,,, 58,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3825.0,348.0,113.0,452.0,393.0,17752.0,2020-03-22 14:01:55,0.22.2,,268315.0,38.0,,,25.0,,,,,3.0,,face-api.js,https://www.npmjs.com/package/face-api.js,268315.0,,,,,,,,,,,, 59,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-01-27 10:29:52.000000,2026-01-27 10:29:44,2413.0,103.0,1013.0,40.0,1921.0,33.0,380.0,8761.0,2026-01-20 14:59:45,backend/v2.4.0,1051.0,25.0,39.0,332.0,332.0,53.0,,,,,3.0,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-01-29 16:56:09.000000,2026-01-28 17:32:15,5615.0,301.0,282.0,25.0,2382.0,55.0,288.0,5785.0,2026-01-26 14:47:58,1.6.2,10270.0,395.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 61,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-01-22 18:08:46.296112,2025-11-26 13:54:19,2068.0,7.0,259.0,29.0,600.0,50.0,122.0,5417.0,2026-01-22 11:31:58,0.9.3,1890.0,7341.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,431210.0,3.0,,,,,,,,,,,,,,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,181.0,25.0,1529.0,110.0,104.0,3495.0,2024-01-13 04:08:30,0.27.3,3856.0,16752.0,100.0,218.0,218.0,68.0,,,,,3.0,,,,,oso,,https://pypi.org/project/oso,16687.0,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-01-24 20:40:41.000000,2026-01-24 20:40:41,3659.0,75.0,293.0,49.0,2857.0,32.0,270.0,976.0,2026-01-24 20:37:46,1.12.33,,,100.0,371.0,371.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-01-16 23:30:09.000000,2026-01-16 23:30:09,7111.0,11.0,317.0,417.0,4715.0,103.0,448.0,1763.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 65,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-01-29 10:38:45.000000,2026-01-24 11:22:41,1938.0,25.0,130.0,22.0,866.0,66.0,393.0,521.0,2026-01-16 10:35:31,6.0.2,,,46.0,901.0,901.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-01-29 15:39:51.000000,2026-01-29 15:28:21,10383.0,164.0,500.0,23.0,2606.0,154.0,1276.0,480.0,2026-01-29 15:30:21,1.5.0,,,100.0,,,166.0,,,,,1.0,,,,,,openwallet-foundation/acapy,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-01-29 02:01:08.000000,2026-01-29 02:00:34,2733.0,72.0,384.0,30.0,124.0,3.0,131.0,1843.0,2025-12-13 11:52:39,4.1.10,,364.0,71.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2025-12-10 09:42:20.106304,5.0,40133.0,3.0,,,,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,194.0,41.0,341.0,33.0,248.0,1395.0,2025-08-29 13:12:19,4.0.0,,,21.0,364.0,364.0,51.0,,,,,2.0,,,,,,,,,,,,,,,, 69,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-01-28 11:06:27.000000,2026-01-28 11:06:27,23130.0,459.0,93.0,8.0,3124.0,349.0,1941.0,1309.0,2026-01-12 16:27:30,2026-01-08.0,657.0,12.0,69.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 70,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,25,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,11.0,142.0,47.0,1907.0,137.0,973.0,937.0,2025-11-20 20:24:03,1.24.0,1642.0,65962.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7583875.0,3.0,,,,,,,,,,,,,,,, 71,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,1.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,54461.0,70.0,1355.0,1355.0,22.0,,,,,1.0,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,54461.0,,,,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,815.0,63.0,131.0,531.0,786.0,18994.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,223919.0,3198.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-01-29 18:42:51.000000,2026-01-29 11:47:36,16389.0,116.0,361.0,47.0,8143.0,,,1360.0,,,,38301.0,,,,250.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-01-28 05:42:34.400122,180.0,6281426.0,3.0,,,,,,,,,,,,,,,, 74,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,180.0,33.0,145.0,,107.0,1024.0,2025-09-04 23:18:52,2.7.0,,1991404.0,36.0,,,31.0,,,,,3.0,,,,,webauthn,,https://pypi.org/project/webauthn,1991404.0,,,,,,,, 75,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,24,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-01-29 16:45:25.000000,2026-01-29 15:14:20,12079.0,863.0,102.0,5.0,1175.0,3.0,292.0,245.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,41.0,https://hub.docker.com/r/waltid/identity,,,,1.0,,,,,,,,,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-01-26 13:07:51.000000,2026-01-23 23:02:12,2150.0,52.0,175.0,25.0,1453.0,18.0,285.0,192.0,2026-01-23 23:04:27,2.12.2,,,51.0,7.0,7.0,63.0,,,,,1.0,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,,, 77,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],24,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,22.0,56.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,352101.0,9780.0,33.0,74.0,74.0,28.0,,,,,1.0,,,,,,anoncreds/anoncreds-rs,,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-01-27 23:22:44.000000,2026-01-27 17:08:48,3142.0,57.0,40.0,11.0,4028.0,57.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,991.0,991.0,27.0,,,,,3.0,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,, 79,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-01-29 16:14:47.000000,2026-01-21 09:32:32,1371.0,25.0,636.0,66.0,653.0,131.0,400.0,14876.0,2026-01-29 16:35:17,9.3.3,,,100.0,,,33.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 80,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-01-26 14:52:21.000000,2026-01-26 14:51:07,15293.0,44.0,679.0,106.0,19.0,,,708.0,,,,,,186.0,186.0,757.0,,,,,3.0,1.0,,,,,,,,,,,,,,, 81,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-01-29 12:54:26.000000,2026-01-26 19:41:52,2060.0,40.0,267.0,55.0,403.0,35.0,89.0,630.0,2022-01-07 16:42:38,0.5.0,,1473.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-01-26 19:08:30.706389,,148855.0,2.0,,,,,,,,,,,,,,,, 82,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-01-29 11:11:31.000000,2026-01-29 11:10:33,14780.0,128.0,150.0,14.0,2232.0,105.0,2920.0,470.0,2023-06-16 12:51:58,11.4.3,9957.0,101.0,55.0,,,95.0,,,,,3.0,1.0,,,,,,,,,,,,,,, 83,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-01-29 17:22:59.000000,2026-01-29 14:29:59,1729.0,20.0,97.0,24.0,1314.0,82.0,347.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,,,55.0,154.0,154.0,44.0,,,,,2.0,,,,,,iotaledger/identity,,,,,,,,,, 84,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-01-26 10:45:30.000000,2026-01-26 10:40:53,1328.0,80.0,226.0,26.0,1708.0,234.0,649.0,333.0,2025-12-09 13:40:05,0.6.1,,,100.0,,,87.0,,,,,2.0,,,,,,,,,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-01-27 02:27:52.000000,2026-01-26 20:40:50,367.0,18.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,31826.0,43.0,1411.0,1411.0,12.0,,,,,2.0,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,31826.0,,,,,,,,,,,, 86,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-01-28 19:12:06.000000,2026-01-07 22:26:43,2775.0,15.0,246.0,185.0,997.0,71.0,1240.0,1361.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 87,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-01-22 07:47:07.000000,2026-01-22 07:46:59,294.0,7.0,57.0,7.0,38.0,,60.0,574.0,2026-01-19 22:34:05,2.3.2,,,39.0,5482.0,5482.0,20.0,,,,,3.0,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,, 88,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,21,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1092.0,444.0,25.0,1.0,143.0,30459.0,2023-01-21 09:26:53,TINA_SHIFT,1582141.0,28766.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 89,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,358.0,71.0,170.0,298.0,611.0,7302.0,2020-09-02 15:57:23,2.6.1,29784.0,313.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 90,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,2.0,783.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,125920.0,862.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 91,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-01-26 18:14:37.000000,2026-01-19 01:50:52,417.0,2.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7739.0,7739.0,25.0,,,,,2.0,-1.0,,,,,,,,,,,,,,, 92,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-01-26 12:19:48.000000,2026-01-26 12:19:14,658.0,88.0,40.0,4.0,340.0,6.0,39.0,71.0,2026-01-26 12:19:49,1.39.4,,,100.0,267.0,267.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4688.0,552.0,123.0,511.0,622.0,14297.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2025-03-13 00:50:41.000000,2025-01-14 19:47:39,643.0,,318.0,58.0,238.0,2.0,135.0,4307.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,42.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,650.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,2100.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,hyperledger-indy/indy-node,,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-01-29 14:32:33.000000,2026-01-27 14:24:17,2800.0,108.0,89.0,18.0,1024.0,9.0,149.0,554.0,2026-01-01 13:39:09,0.30.2.RELEASE,,,85.0,,,37.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,490.0,490.0,48.0,,,,,2.0,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,decentralized-identity/dwn-sdk-js,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,92.0,43.0,28.0,24.0,3057.0,,,,2655.0,,1.0,1.0,27.0,,,,,3.0,,,,,pyja3,,https://pypi.org/project/pyja3,2655.0,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,786.0,93.0,362.0,181.0,368.0,1973.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,56.0,77.0,253.0,2025-02-10 16:01:17,8.5.1,,,51.0,41.0,41.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 102,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,2.0,305.0,86.0,544.0,31.0,182.0,3278.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 103,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,934.0,243.0,260.0,215.0,555.0,3181.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 104,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,2.0,59.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 105,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 106,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,, 107,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-01-29 11:34:25.000000,2026-01-28 18:05:54,1278.0,15.0,53.0,48.0,332.0,189.0,152.0,552.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 108,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 109,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,18,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-01-29 17:05:19.000000,2026-01-29 17:05:16,639.0,2.0,72.0,34.0,464.0,96.0,122.0,244.0,,,,,,207.0,207.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 110,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,72.0,72.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 111,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,188.0,457.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24064.0,2.0,,,,,,,,,,,,,,,, 112,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,19.0,94.0,8.0,822.0,3.0,133.0,102.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 113,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-01-29 18:16:41.000000,2026-01-29 18:16:36,3783.0,184.0,22.0,9.0,363.0,15.0,10.0,74.0,2025-11-19 18:51:47,0.36.0,,,51.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 114,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,18,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-01-23 19:07:44.000000,2026-01-23 19:07:43,3194.0,24.0,68.0,11.0,798.0,184.0,136.0,74.0,,,,,1.0,67.0,67.0,34.0,,,,,2.0,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8126.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-01-26 10:46:49.000000,2026-01-09 15:44:32,607.0,6.0,181.0,77.0,272.0,32.0,62.0,1695.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1323.0,2024-06-10 20:02:54,1.15.1,3119.0,94.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 118,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-01-28 08:52:22.000000,2026-01-28 08:52:22,2017.0,26.0,161.0,61.0,574.0,8.0,243.0,687.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,341.0,,,,,,,,94.0,,,,,2.0,,,,,,decentralized-identity/aries-rfcs,,,,,,,,,, 120,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-01-20 02:08:46.000000,2026-01-20 02:08:44,207.0,16.0,62.0,19.0,89.0,27.0,26.0,305.0,,,,293209.0,,1.0,1.0,14.0,,,,,3.0,,did-resolver,https://www.npmjs.com/package/did-resolver,293209.0,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,27.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,3496.0,3.0,20.0,20.0,4.0,,,,,3.0,,,,,django-passkeys,,https://pypi.org/project/django-passkeys,3496.0,,,,,,,, 122,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,66.0,28.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 123,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-01-24 21:32:10.000000,2026-01-24 21:32:09,1424.0,6.0,99.0,73.0,522.0,10.0,376.0,449.0,,,,,,,,71.0,,,,,2.0,,,,,,w3c/did,,,,,,,,,, 124,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,44.0,4.0,65.0,,46.0,394.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 125,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,81.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 126,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-01-26 12:16:36.000000,2026-01-26 12:16:07,3758.0,4.0,77.0,24.0,8.0,,,247.0,,,,,,,,306.0,,,,,3.0,,,,,,,,,,,,,,,, 127,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2025-04-15 01:25:24.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,105.0,25.0,69.0,212.0,,,,,,595.0,595.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-01-19 16:03:39.000000,2026-01-19 16:03:28,1375.0,59.0,13.0,7.0,1.0,,,143.0,2026-01-20 09:26:10,1.69.1,64.0,5.0,13.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,web5/api,https://www.npmjs.com/package/web5/api,,,decentralized-identity/web5-js,,,,,,,,,, 130,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2025-12-16 14:12:33.000000,2025-12-16 14:12:30,1678.0,24.0,22.0,7.0,182.0,17.0,17.0,88.0,2025-11-19 18:15:43,0.20.0,,,28.0,,,20.0,,,,,3.0,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,,, 131,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,114.0,81.0,850.0,10.0,722.0,348.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,8.0,227.0,51.0,432.0,47.0,178.0,130.0,,,,,,,,235.0,,,,,3.0,-1.0,,,,,w3c/did-extensions,,,,,,,,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2025-12-20 00:00:02.000000,2025-12-13 11:36:57,2136.0,14.0,28.0,9.0,342.0,20.0,17.0,96.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,,, 134,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-01-21 11:40:34.000000,2025-12-26 17:47:11,5316.0,40.0,18.0,6.0,542.0,59.0,2847.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,-1.0,,,,,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,100.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5213.0,3.0,,,,,,,,,,,,,,,, 136,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,8.0,64.0,16.0,359.0,3.0,118.0,747.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-01-14 18:37:08.000000,2026-01-14 18:36:03,761.0,4.0,96.0,70.0,351.0,131.0,266.0,443.0,,,,,,,,42.0,,,,,3.0,,,,,,w3c-fedid/FedCM,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,176.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17811.0,3.0,,,,,,presbrey/beyond,,,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,151.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],14,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-01-29 14:46:28.000000,2026-01-29 08:09:22,255.0,24.0,31.0,52.0,211.0,93.0,147.0,149.0,,,,,,,,22.0,,,,,3.0,,,,,,w3c-fedid/digital-credentials,,,,,,,,,, 141,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-01-29 17:10:10.000000,2025-11-15 21:16:30,1462.0,8.0,33.0,13.0,1547.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,cardano-foundation/veridian-wallet,,,,,,,,,, 142,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 146,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,122.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 147,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,97.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 148,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 149,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,,,92.0,92.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 150,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 151,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1018.0,3.0,,,,,,,,,,,,,,,, 152,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 153,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,42.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 154,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 155,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,11,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2025-07-25 12:59:42.000000,2025-07-25 12:59:13,173.0,,16.0,8.0,15.0,1.0,10.0,23.0,2025-07-25 12:59:42,1.0.1,,,7.0,2.0,2.0,9.0,,,,,3.0,,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,3.0,17.0,14.0,33.0,1.0,4.0,70.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-26 17:36:52.000000,2026-01-26 17:36:49,120.0,3.0,16.0,9.0,130.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,4.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,45.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-01-23 22:37:05.000000,2026-01-23 22:36:30,282.0,19.0,14.0,8.0,106.0,10.0,51.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-01-09 16:44:00.000000,2025-12-04 03:34:17,576.0,8.0,3.0,4.0,381.0,,2.0,6.0,,,,,,3.0,3.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,117.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3510.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,53.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,53.0,619889.0,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4561752.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-02-05_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇42 · ⭐ 11K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - deepfacelive (🥉22 · ⭐ 30K · 💀) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - did-resolver (🥈22 · ⭐ 230 · 📈) - Universal did-resolver for javascript environments. Apache-2 dif - spruceid-ssi (🥈19 · ⭐ 250 · 📈) - Core library for decentralized identity. Apache-2 - pyMDOC-CBOR (🥉13 · ⭐ 23 · 📈) - MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - logto (🥈31 · ⭐ 12K · 📉) - Authentication and authorization infrastructure for SaaS and AI.. MPL-2.0 - did-jwt (🥇28 · ⭐ 370 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - ethr-did-resolver (🥇27 · ⭐ 230 · 📉) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - fido2-net-lib (🥈24 · ⭐ 1.4K · 📉) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT - conjur (🥉23 · ⭐ 940 · 📉) - CyberArk Conjur automatically secures secrets used by privileged.. ❗️LGPL ================================================ FILE: history/2026-02-05_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,trending,npm_id,npm_url,npm_monthly_downloads,pypi_id,updated_github_id,pypi_url,pypi_monthly_downloads,maven_id,maven_url,helm_id,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-02-05 15:52:24.454325,2026-02-05 14:51:19,6164.0,192.0,1491.0,133.0,5375.0,377.0,2507.0,11238.0,2026-01-29 21:07:36,1.13.1,19757375.0,5341367.0,100.0,6342.0,6342.0,559.0,https://hub.docker.com/r/openpolicyagent/opa,2026-02-05 15:52:24.454325,46.0,610792660.0,1.0,1.0,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-02-04 01:23:54.000000,2026-02-04 01:23:53,4573.0,139.0,2316.0,225.0,5158.0,242.0,2232.0,13957.0,2026-01-16 05:35:34,1.14.1,5537360.0,2795913.0,79.0,14404.0,14404.0,468.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,326882302.0,1.0,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-02-05 14:45:26.000000,2026-02-05 14:45:26,10489.0,335.0,2255.0,145.0,4479.0,148.0,3545.0,13545.0,2026-02-02 16:24:37,1.18.5,107868802.0,2765866.0,100.0,2369.0,2369.0,543.0,,,,,1.0,,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2025-12-12 15:35:36.000000,2025-12-03 23:35:13,3939.0,1.0,3984.0,109.0,3326.0,385.0,4678.0,28044.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,9995922.0,100.0,478044.0,478044.0,898.0,,,,,1.0,,next-auth,https://www.npmjs.com/package/next-auth,9995922.0,,,,,,,,,,,, 15,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-01-30 13:44:18.000000,2026-01-30 13:44:18,1715.0,86.0,511.0,57.0,292.0,115.0,415.0,5197.0,2026-01-09 08:31:38,1.6.6,,51987012.0,47.0,48625.0,48625.0,138.0,,,,,1.0,,,,,authlib,authlib/authlib,https://pypi.org/project/authlib,51987012.0,,,,,,,, 16,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-31 14:28:24.000000,2026-01-04 19:46:27,1785.0,1.0,489.0,62.0,522.0,84.0,305.0,2951.0,2025-06-20 05:53:03,3.3.1,,246774152.0,50.0,643557.0,643557.0,202.0,,,,,1.0,,,,,oauthlib,,https://pypi.org/project/oauthlib,246774152.0,,,,,,,, 17,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-01-25 23:05:37.000000,2026-01-25 23:04:50,2110.0,39.0,2987.0,179.0,341.0,8.0,1225.0,22135.0,2026-01-25 23:05:37,0.0.98,,412830.0,18.0,8506.0,8506.0,96.0,,,,,1.0,,,,,deepface,,https://pypi.org/project/deepface,412830.0,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-02-01 15:00:34.000000,2026-01-25 08:47:55,1163.0,25.0,1717.0,234.0,636.0,41.0,889.0,19809.0,2026-01-26 17:06:22,3.10.0,,1471010.0,100.0,3564.0,3564.0,162.0,,,,,1.0,,casbin,https://www.npmjs.com/package/casbin,437907.0,casbin,,https://pypi.org/project/casbin,1033103.0,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-02-05 15:02:31.000000,2026-02-03 10:45:46,10575.0,17.0,1614.0,134.0,1432.0,124.0,1055.0,11179.0,2025-04-07 17:05:07,1.0.3,,1125732.0,14.0,4041.0,4041.0,269.0,,,,,1.0,,,,,speechbrain,,https://pypi.org/project/speechbrain,1125732.0,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-02-04 05:33:09.000000,2026-02-04 05:30:05,1736.0,67.0,295.0,38.0,552.0,19.0,491.0,6779.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,3918579.0,100.0,101895.0,101895.0,77.0,,,,,1.0,,@casl/ability,https://www.npmjs.com/package/@casl/ability,3918579.0,,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-02-05 16:12:41.000000,2026-02-05 16:12:27,22605.0,439.0,4468.0,783.0,25071.0,1200.0,5286.0,34969.0,2026-01-07 18:09:58,1.21.2,,,100.0,15337.0,15337.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,36,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1227.0,291.0,162.0,354.0,430.0,23513.0,,,,23227807.0,,1318894.0,1318894.0,38.0,,,,,2.0,,passport,https://www.npmjs.com/package/passport,23227807.0,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-02-04 16:19:44.000000,2026-02-04 16:19:42,4381.0,88.0,1509.0,235.0,1930.0,92.0,1488.0,16986.0,2025-11-07 14:57:03,25.4.0,1091771.0,3335521.0,100.0,,,317.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,79.0,428767993.0,2.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-02-04 16:20:25.000000,2026-02-04 16:20:23,4993.0,110.0,1081.0,112.0,2244.0,153.0,1273.0,13433.0,2025-11-07 15:48:50,25.4.0,55297.0,1239788.0,48.0,54.0,54.0,242.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115229896.0,1.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13472.0,1547.0,250.0,779.0,598.0,56115.0,2018-04-02 17:18:43,1.2.2,1447.0,192889.0,2.0,5598.0,5598.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10513.0,2.0,,,,,face_recognition,,https://pypi.org/project/face_recognition,192778.0,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-02-05 15:24:49.841994,2026-02-05 15:07:22,3231.0,230.0,1532.0,76.0,2504.0,98.0,2038.0,12998.0,2026-02-05 15:16:50,2.290.0,1416.0,15873.0,100.0,12.0,12.0,269.0,https://hub.docker.com/r/casbin/casdoor,2026-02-05 15:24:49.841994,23.0,970611.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-02-05 18:04:45.727554,2026-02-05 17:25:51,31521.0,1147.0,3933.0,584.0,7070.0,,,11416.0,2026-01-10 02:18:14,7.3.3,2929.0,8325.0,100.0,21.0,21.0,371.0,https://hub.docker.com/r/apereo/cas,2026-02-05 18:04:45.727554,131.0,1429528.0,1.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-02-05 17:04:34.000000,2026-02-01 15:49:53,7587.0,157.0,556.0,77.0,4958.0,110.0,1552.0,2200.0,2026-01-15 18:54:44,1.14.1,845932.0,14337.0,100.0,204.0,204.0,245.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,14.0,5845.0,510.0,203.0,1213.0,1395.0,27790.0,2023-04-02 07:43:27,0.7,11935120.0,351034.0,1.0,4890.0,4890.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,240.0,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-02-05 17:48:10.000000,2026-02-05 02:12:24,8828.0,415.0,1325.0,161.0,8886.0,62.0,1346.0,26632.0,2025-11-29 12:13:04,4.39.15,40613.0,655.0,100.0,,,270.0,,,,,2.0,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-01-27 09:27:07.000000,2026-01-27 09:27:06,4896.0,1.0,1938.0,187.0,1914.0,263.0,1757.0,12520.0,2025-03-05 07:11:35,r1.5.0,,1221341.0,17.0,167.0,167.0,161.0,,,,,2.0,,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,1221341.0,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-02-05 02:33:53.000000,2026-02-04 20:57:32,4134.0,134.0,321.0,41.0,4956.0,81.0,992.0,4680.0,2026-01-20 21:26:16,0.32.0,56866.0,18978614.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-02-04 22:16:41.018662,13.0,1613109079.0,2.0,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-01-16 19:30:32.000000,2025-10-07 20:35:19,3632.0,,418.0,27.0,560.0,94.0,362.0,602.0,2025-10-07 20:02:21,7.5.4,,2232040.0,55.0,2179.0,2179.0,181.0,,,,,2.0,,,,,pysaml2,,https://pypi.org/project/pysaml2,2232040.0,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-02-05 18:33:33.000000,2026-02-05 18:20:47,5389.0,134.0,360.0,51.0,2236.0,101.0,463.0,6419.0,2026-02-03 20:16:52,1.49.0,190360.0,123316.0,100.0,141.0,141.0,74.0,https://hub.docker.com/r/authzed/spicedb,2026-02-03 20:24:24.577936,7.0,6430650.0,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-02-04 16:19:39.000000,2026-02-04 16:19:38,1839.0,65.0,372.0,55.0,1398.0,42.0,292.0,5275.0,2025-11-07 14:48:11,25.4.0,42286.0,541382.0,54.0,40.0,40.0,83.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51385145.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-02-03 07:32:31.000000,2026-02-03 07:32:24,2743.0,19.0,765.0,66.0,276.0,,,3674.0,2025-12-07 19:27:28,9.6.0,,728856.0,100.0,2018.0,2018.0,76.0,,,,,2.0,,oidc-provider,https://www.npmjs.com/package/oidc-provider,728856.0,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-02-04 16:20:12.000000,2026-02-04 16:20:11,1627.0,61.0,381.0,47.0,767.0,66.0,304.0,3564.0,2025-11-07 14:57:21,25.4.0,24645.0,897168.0,100.0,15.0,15.0,121.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90588963.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-02-05 16:38:06.000000,2026-02-05 16:38:06,17668.0,291.0,939.0,109.0,9069.0,1486.0,15954.0,880.0,2025-10-24 04:51:27,7.2.0,20795.0,14472.0,100.0,,,734.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2001455.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-02-05 18:48:16.000000,2026-02-05 17:37:16,20687.0,1139.0,1453.0,68.0,15519.0,782.0,3139.0,20011.0,2026-02-02 18:04:01,ersion/2025.12.3,5291.0,182.0,100.0,,,495.0,,,,,2.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-02-05 16:02:13.000000,2026-02-05 07:12:18,8156.0,273.0,683.0,50.0,7389.0,162.0,606.0,11531.0,2026-01-30 06:46:50,1.36.0,7315.0,6517.0,79.0,3.0,3.0,81.0,https://hub.docker.com/r/svhd/logto,2026-02-05 07:17:18.252118,5.0,356097.0,2.0,-1.0,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-02-05 18:32:08.000000,2026-02-03 21:12:00,4987.0,89.0,301.0,192.0,6001.0,110.0,281.0,4016.0,2025-12-11 17:18:44,0.21.0,,304538.0,73.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,22231275.0,3.0,,,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11543.0,697.0,350.0,,,94216.0,2025-06-26 01:06:09,20250625,,1256487.0,13.0,21.0,21.0,79.0,,,,,3.0,,,,,openai-whisper,,https://pypi.org/project/openai-whisper,1256487.0,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-02-05 13:31:14.000000,2026-02-05 13:31:11,3657.0,103.0,1777.0,168.0,3002.0,344.0,860.0,10568.0,2025-09-01 13:23:20,2.44.0,358.0,2.0,92.0,182.0,182.0,282.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-02-04 23:23:12.000000,2026-02-04 23:23:12,2605.0,67.0,284.0,21.0,2737.0,237.0,928.0,4538.0,2025-12-13 02:42:40,1.8.5,420.0,8580.0,51.0,42.0,42.0,140.0,https://hub.docker.com/r/kanidm/server,2025-12-13 04:43:49.936254,4.0,720363.0,3.0,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-02-04 09:54:28.000000,2026-02-02 14:14:31,3013.0,52.0,136.0,59.0,334.0,37.0,322.0,1056.0,2026-01-22 14:54:05,5.9.0,39086.0,42782.0,46.0,218.0,218.0,52.0,,,,,2.0,,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,42443.0,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-02-05 16:37:11.000000,2026-02-05 12:54:17,35579.0,194.0,161.0,30.0,7583.0,424.0,4970.0,608.0,2026-01-22 17:46:22,1.16.0,8166.0,291.0,100.0,11.0,11.0,141.0,,,,,3.0,,,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,11.0,13293.0,1528.0,536.0,41.0,852.0,54942.0,2025-12-21 02:44:08,3.0.0,63170.0,752.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 48,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-02-05 16:32:26.000000,2026-02-05 15:05:02,4237.0,160.0,924.0,63.0,7118.0,848.0,2569.0,12908.0,2026-01-30 06:52:53,4.10.1,14343.0,1434.0,100.0,1.0,1.0,240.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,,https://charts.zitadel.com,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-02-05 18:47:10.000000,2026-02-04 21:07:56,7253.0,77.0,619.0,132.0,5310.0,178.0,3103.0,5651.0,2026-02-02 23:46:16,0.20260202.0,35514.0,16851.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-02-04 20:20:49.475767,13.0,2041813.0,2.0,,,,,,,,,,,,,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,560.0,52.0,7293.0,,1780.0,4593.0,2025-06-30 22:09:21,ockam_v0.157.0,15011.0,333.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,82.0,298.0,73.0,892.0,295.0,644.0,1794.0,2026-01-07 15:47:40,6.0.0,,10173.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005346.0,1.0,,solid-server,https://www.npmjs.com/package/solid-server,2835.0,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3486.0,741.0,77.0,5.0,382.0,15469.0,2024-10-04 12:56:15,0.2.2,,1308.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163575.0,3.0,,,,,,,,,,,,,,,, 53,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,28,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-02-05 07:42:15.000000,2026-01-26 14:52:58,2522.0,5.0,1036.0,103.0,883.0,50.0,849.0,5454.0,2025-04-04 08:29:47,5.8.2,,,70.0,11009.0,11009.0,335.0,,,,,2.0,,,,,,,,,,,,,doorkeeper,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-02-05 11:17:27.000000,2026-02-05 11:17:27,2335.0,156.0,171.0,34.0,2480.0,48.0,364.0,4208.0,2026-02-04 09:23:48,0.51.0,47684.0,808.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 55,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-02-05 17:11:55.000000,2026-02-05 17:11:52,7996.0,184.0,392.0,37.0,1496.0,1.0,321.0,1592.0,2026-02-02 16:55:37,aaj-1.0.1,,,100.0,3020.0,3020.0,339.0,,,,,2.0,,,,,,DuendeSoftware/products,,,,,,,,,, 56,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-02-05 18:52:10.000000,2025-12-01 01:00:51,676.0,4.0,69.0,36.0,233.0,5.0,87.0,367.0,2025-08-25 22:29:37,8.0.18,,317889.0,100.0,6167.0,6167.0,42.0,,,,,1.0,-1.0,did-jwt,https://www.npmjs.com/package/did-jwt,317889.0,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3826.0,348.0,113.0,452.0,393.0,17755.0,2020-03-22 14:01:55,0.22.2,,290515.0,38.0,,,25.0,,,,,3.0,,face-api.js,https://www.npmjs.com/package/face-api.js,290515.0,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-02-05 18:23:16.000000,2026-02-05 13:21:07,2419.0,102.0,1011.0,40.0,1930.0,30.0,384.0,8769.0,2026-01-20 14:59:45,backend/v2.4.0,1052.0,24.0,39.0,335.0,335.0,53.0,,,,,3.0,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-02-05 17:45:31.000000,2026-02-05 16:05:10,5623.0,289.0,283.0,25.0,2400.0,56.0,288.0,5790.0,2026-01-26 14:47:58,1.6.2,10451.0,387.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 60,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-05 02:59:13.000000,2025-11-26 13:54:19,2068.0,6.0,262.0,29.0,604.0,50.0,123.0,5418.0,2026-01-22 11:31:58,0.9.3,1893.0,7282.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,435024.0,3.0,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,183.0,25.0,1529.0,110.0,104.0,3495.0,2024-01-13 04:08:30,0.27.3,3856.0,19286.0,100.0,218.0,218.0,68.0,,,,,3.0,,,,,oso,,https://pypi.org/project/oso,19222.0,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-02-04 20:15:34.000000,2026-02-04 20:15:31,3666.0,76.0,293.0,49.0,2865.0,33.0,270.0,978.0,2026-01-24 20:37:46,1.12.33,,,100.0,371.0,371.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-02-03 08:48:46.000000,2026-02-02 01:38:27,559.0,15.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,19206.0,71.0,1897.0,1897.0,28.0,,,,,1.0,-1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,19206.0,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-01-16 23:30:09.000000,2026-01-16 23:30:09,7111.0,11.0,317.0,417.0,4716.0,104.0,448.0,1764.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 65,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-02-05 14:41:42.000000,2026-01-24 11:22:41,1938.0,25.0,130.0,22.0,866.0,66.0,393.0,522.0,2026-01-16 10:35:31,6.0.2,,,46.0,916.0,916.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-02-03 16:16:45.000000,2026-02-03 16:06:36,10387.0,148.0,500.0,23.0,2610.0,154.0,1276.0,478.0,2026-01-29 15:30:21,1.5.0,,,100.0,,,166.0,,,,,1.0,,,,,,openwallet-foundation/acapy,,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-02-02 00:59:44.000000,2026-02-01 07:21:07,2740.0,62.0,386.0,30.0,124.0,3.0,131.0,1848.0,2026-02-02 00:59:44,4.1.11,,366.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,40697.0,3.0,,,,,,,,,,,,,,,, 68,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-02-04 08:06:31.000000,2026-01-28 11:06:27,23130.0,446.0,95.0,9.0,3131.0,349.0,1941.0,1339.0,2026-02-04 13:03:42,authgear-once/1.2.0,665.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 69,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,1.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,62594.0,70.0,1361.0,1361.0,22.0,,,,,1.0,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,62594.0,,,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,820.0,65.0,131.0,531.0,786.0,19013.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,224299.0,3159.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 71,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,195.0,41.0,341.0,33.0,248.0,1401.0,2025-08-29 13:12:19,4.0.0,,,21.0,366.0,366.0,51.0,,,,,2.0,-1.0,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-02-05 15:40:37.000000,2026-02-05 10:03:27,16397.0,98.0,362.0,47.0,8165.0,,,1362.0,,,,38137.0,,,,250.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-02-04 11:43:02.243520,180.0,6292749.0,3.0,,,,,,,,,,,,,,,, 73,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,24,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2025-09-30 23:28:42.000000,2025-09-30 23:28:37,560.0,,180.0,33.0,146.0,,107.0,1024.0,2025-09-04 23:18:52,2.7.0,,2460865.0,36.0,,,31.0,,,,,2.0,,,,,webauthn,,https://pypi.org/project/webauthn,2460865.0,,,,,,,, 74,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-02-05 17:16:04.000000,2026-02-05 17:16:03,2165.0,59.0,175.0,24.0,1466.0,18.0,285.0,191.0,2026-02-04 19:23:53,2.12.7,,,55.0,7.0,7.0,63.0,,,,,1.0,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-02-04 12:36:50.000000,2026-02-04 12:35:05,3149.0,57.0,40.0,11.0,4036.0,57.0,103.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,992.0,992.0,27.0,,,,,2.0,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-02-02 13:40:00.000000,2026-01-21 09:32:32,1371.0,25.0,635.0,66.0,653.0,131.0,400.0,14885.0,2026-01-29 16:35:17,9.3.3,,,100.0,,,33.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 77,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,4.0,142.0,47.0,1907.0,137.0,973.0,938.0,2025-11-20 20:24:03,1.24.0,1643.0,65418.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7586642.0,3.0,-2.0,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-02-05 12:54:19.000000,2026-01-26 19:41:52,2060.0,39.0,267.0,55.0,404.0,35.0,89.0,629.0,2022-01-07 16:42:38,0.5.0,,1460.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-01-26 19:08:30.706389,,149000.0,2.0,,,,,,,,,,,,,,,, 79,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-02-05 18:13:15.000000,2026-02-05 18:12:28,14796.0,135.0,152.0,14.0,2241.0,103.0,2922.0,472.0,2023-06-16 12:51:58,11.4.3,9957.0,100.0,55.0,,,96.0,,,,,3.0,,,,,,,,,,,,,,,, 80,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-02-03 14:43:33.000000,2026-02-03 14:43:29,1731.0,20.0,97.0,24.0,1314.0,84.0,348.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,,,55.0,155.0,155.0,44.0,,,,,1.0,,,,,,iotaledger/identity,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-02-05 15:07:08.000000,2026-02-05 15:04:21,1339.0,86.0,228.0,26.0,1718.0,234.0,649.0,334.0,2026-02-04 10:03:06,0.6.2,,,100.0,,,88.0,,,,,1.0,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-02-05 14:27:18.000000,2026-02-04 10:48:10,12120.0,746.0,104.0,5.0,1184.0,1.0,294.0,247.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,41.0,https://hub.docker.com/r/waltid/identity,,,,1.0,,,,,,,,,,,,,,,, 83,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-02-02 05:56:37.000000,2026-02-02 01:57:10,368.0,18.0,20.0,12.0,125.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,37313.0,43.0,1421.0,1421.0,12.0,,,,,2.0,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,37313.0,,,,,,,,,,,, 84,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,9.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,354778.0,9588.0,33.0,74.0,74.0,28.0,,,,,1.0,,,,,,anoncreds/anoncreds-rs,,,,,,,,,, 85,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1097.0,444.0,25.0,1.0,143.0,30479.0,2023-01-21 09:26:53,TINA_SHIFT,1587253.0,28343.0,35.0,,,11.0,,,,,3.0,1.0,,,,,,,,,,,,,,, 86,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-05 14:11:10.000000,2026-02-04 20:31:56,2777.0,17.0,246.0,185.0,998.0,71.0,1241.0,1363.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 87,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-01-26 14:52:21.000000,2026-01-26 14:51:07,15293.0,41.0,679.0,106.0,19.0,,,709.0,,,,,,186.0,186.0,757.0,,,,,3.0,,,,,,,,,,,,,,,, 88,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-01-22 07:47:07.000000,2026-01-22 07:46:59,294.0,7.0,57.0,7.0,38.0,2.0,60.0,574.0,2026-01-19 22:34:05,2.3.2,,,39.0,5496.0,5496.0,20.0,,,,,3.0,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,, 89,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-02-03 09:47:59.000000,2026-02-02 01:58:20,418.0,3.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7782.0,7782.0,25.0,,,,,2.0,1.0,,,,,,,,,,,,,,, 90,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,358.0,71.0,170.0,298.0,611.0,7319.0,2020-09-02 15:57:23,2.6.1,30014.0,312.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 91,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,2.0,782.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,126183.0,858.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 92,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-02-05 14:39:14.000000,2026-01-26 12:19:14,658.0,87.0,40.0,4.0,341.0,6.0,39.0,71.0,2026-01-26 12:19:49,1.39.4,,,100.0,268.0,268.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4686.0,552.0,123.0,511.0,622.0,14297.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 94,gotrue,https://github.com/netlify/gotrue,idp,An SWT based API for managing users and issuing SWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-02-05 15:20:54.000000,2026-02-05 15:14:25,644.0,1.0,317.0,58.0,242.0,2.0,135.0,4318.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,43.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,650.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,2108.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,hyperledger-indy/indy-node,,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-02-05 14:32:29.000000,2026-02-03 14:01:34,2810.0,109.0,89.0,18.0,1027.0,9.0,149.0,557.0,2026-02-01 14:15:29,0.31.0.RELEASE,,,86.0,,,37.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,490.0,490.0,48.0,,,,,2.0,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,decentralized-identity/dwn-sdk-js,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,301.0,92.0,43.0,28.0,24.0,3063.0,,,,2774.0,,1.0,1.0,27.0,,,,,3.0,,,,,pyja3,,https://pypi.org/project/pyja3,2774.0,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,93.0,362.0,181.0,368.0,1974.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,56.0,77.0,254.0,2025-02-10 16:01:17,8.5.1,,,51.0,41.0,41.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-03 13:31:20.000000,2026-02-03 12:40:19,643.0,6.0,72.0,34.0,468.0,96.0,122.0,246.0,,,,,,210.0,210.0,31.0,,,,,2.0,1.0,,,,,,,,,,,,,,, 103,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,19,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-02-05 11:38:31.000000,2026-02-01 20:07:28,3796.0,191.0,22.0,9.0,365.0,16.0,10.0,74.0,2026-01-30 22:14:11,0.37.0,,,52.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 104,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-02-04 22:08:02.000000,2026-02-04 22:08:02,3216.0,46.0,68.0,11.0,816.0,185.0,137.0,74.0,,,,,1.0,67.0,67.0,35.0,,,,,2.0,,,,,,,,,,,,,,,, 105,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,2.0,305.0,86.0,544.0,31.0,182.0,3279.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,935.0,243.0,260.0,215.0,555.0,3184.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-02-05 11:03:17.000000,2026-01-30 15:56:36,1281.0,17.0,53.0,48.0,334.0,189.0,152.0,552.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,72.0,72.0,23.0,,,,,3.0,,,,,,,,,,,,,,,, 113,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,192.0,448.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24067.0,3.0,,,,,,,,,,,,,,,, 114,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,19.0,94.0,8.0,822.0,3.0,133.0,101.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8127.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-01-26 10:46:49.000000,2026-01-09 15:44:32,607.0,4.0,181.0,77.0,272.0,32.0,62.0,1701.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1323.0,2024-06-10 20:02:54,1.15.1,3119.0,91.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 118,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-01-28 08:52:22.000000,2026-01-28 08:52:22,2017.0,19.0,161.0,61.0,574.0,8.0,244.0,688.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,210.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,decentralized-identity/aries-rfcs,,,,,,,,,, 120,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,15.0,62.0,19.0,90.0,27.0,26.0,305.0,,,,335209.0,,1.0,1.0,15.0,,,,,3.0,,did-resolver,https://www.npmjs.com/package/did-resolver,335209.0,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,27.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,4195.0,3.0,22.0,22.0,4.0,,,,,3.0,,,,,django-passkeys,,https://pypi.org/project/django-passkeys,4195.0,,,,,,,, 122,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 01:39:22.000000,2025-04-15 01:25:23,551.0,,49.0,14.0,106.0,25.0,69.0,213.0,,,,,,598.0,598.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 123,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,66.0,28.0,25.0,73.0,4.0,23.0,84.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 124,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-01-24 21:32:10.000000,2026-01-24 21:32:09,1424.0,6.0,100.0,72.0,522.0,10.0,376.0,450.0,,,,,,,,71.0,,,,,2.0,,,,,,w3c/did,,,,,,,,,, 125,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,45.0,4.0,65.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,81.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 127,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-01-26 12:16:36.000000,2026-01-26 12:16:07,3758.0,4.0,77.0,24.0,9.0,,,247.0,,,,,,,,306.0,,,,,3.0,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-02-03 15:40:14.000000,2026-02-03 15:40:03,1382.0,66.0,13.0,7.0,1.0,,,143.0,2026-02-05 13:12:45,1.70.0,64.0,5.0,14.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,web5/api,https://www.npmjs.com/package/web5/api,,,decentralized-identity/web5-js,,,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-02-01 22:16:38.000000,2026-02-01 22:16:38,2186.0,61.0,29.0,9.0,342.0,20.0,17.0,98.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,,, 131,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,31.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,114.0,80.0,850.0,10.0,722.0,348.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-02-05 15:43:11.000000,2026-02-05 10:52:05,260.0,29.0,31.0,51.0,219.0,93.0,150.0,149.0,,,,,,,,22.0,,,,,2.0,,,,,,w3c-fedid/digital-credentials,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,8.0,228.0,51.0,432.0,47.0,178.0,131.0,,,,,,,,235.0,,,,,3.0,,,,,,w3c/did-extensions,,,,,,,,,, 135,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-02-05 10:31:57.000000,2025-12-26 17:47:11,5316.0,20.0,18.0,6.0,542.0,58.0,2851.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5213.0,3.0,,,,,,,,,,,,,,,, 137,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,8.0,64.0,16.0,359.0,3.0,118.0,748.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-02 15:38:37.000000,2026-02-02 15:37:33,762.0,5.0,96.0,70.0,352.0,133.0,268.0,443.0,,,,,,,,42.0,,,,,3.0,,,,,,w3c-fedid/FedCM,,,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,151.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-02-05 14:38:08.000000,2025-11-15 21:16:30,1462.0,8.0,33.0,13.0,1557.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,cardano-foundation/veridian-wallet,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,37.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 144,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,13,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,2.0,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17823.0,3.0,,,,,,presbrey/beyond,,,,,,,,,, 145,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-01-30 15:49:13.000000,2026-01-30 15:47:02,184.0,9.0,16.0,8.0,19.0,1.0,10.0,23.0,2026-01-30 15:49:13,1.1.0,,,8.0,2.0,2.0,11.0,,,,,3.0,2.0,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,123.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,97.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,,,95.0,95.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1018.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 158,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-02-05 05:00:35.000000,2026-02-05 05:00:32,601.0,32.0,3.0,4.0,386.0,,2.0,6.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 161,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2025-12-11 14:48:42.000000,2025-12-11 14:48:42,269.0,2.0,17.0,14.0,33.0,,5.0,71.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 163,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,45.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-26 17:36:52.000000,2026-01-26 17:36:49,120.0,2.0,16.0,9.0,130.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 165,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-02-04 23:57:54.000000,2026-02-04 23:57:26,289.0,24.0,15.0,8.0,109.0,3.0,58.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,7.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,113.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3510.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,54.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,54.0,624176.0,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4565554.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-02-12_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥇39 · ⭐ 22K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - passport (🥈37 · ⭐ 24K · 💀) - Simple, unobtrusive authentication for Node.js. MIT - doorkeeper (🥈29 · ⭐ 5.5K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - py_webauthn (🥈26 · ⭐ 1K · 📈) - Pythonic WebAuthn. BSD-3 - passwordlessid-webauthn (🥉23 · ⭐ 580 · 📈) - Webauthn / passkeys helper library to make your life.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 11K · 📉) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - faceswap (🥉28 · ⭐ 55K · 📉) - Deepfakes Software For All. ❗️GPL-3.0 - sphereon-ssi (🥈18 · ⭐ 74 · 📉) - Self Sovereign Identity SDK. Apache-2 - fedfm (🥉13 · ⭐ 440 · 📉) - A privacy preserving identity exchange Web API. ❗Unlicensed w3c - trinsic-sdk (🥉9 · ⭐ 6 · 📉) - This repository contains the samples for all major languages and.. MIT ================================================ FILE: history/2026-02-12_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,trending,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-02-11 01:40:13.000000,2026-02-11 01:40:11,4579.0,132.0,2322.0,225.0,5166.0,245.0,2232.0,13970.0,2026-01-16 05:35:34,1.14.1,5578387.0,2798505.0,79.0,14430.0,14430.0,469.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,327147585.0,1.0,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-02-12 13:38:45.000000,2026-02-11 20:21:38,10523.0,351.0,2254.0,144.0,4497.0,150.0,3545.0,13564.0,2026-02-02 16:24:37,1.18.5,109181371.0,2799522.0,100.0,2410.0,2410.0,545.0,,,,,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-02-12 16:35:28.166028,2026-02-12 15:51:34,6185.0,190.0,1492.0,133.0,5393.0,375.0,2514.0,11264.0,2026-01-29 21:07:36,1.13.1,20066390.0,5349763.0,100.0,6410.0,6410.0,560.0,https://hub.docker.com/r/openpolicyagent/opa,2026-02-12 16:35:28.166028,46.0,611177952.0,1.0,-1.0,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,2.0,3986.0,110.0,3329.0,383.0,4679.0,28067.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,10429117.0,100.0,478282.0,478282.0,899.0,,,,,1.0,,next-auth,https://www.npmjs.com/package/next-auth,10429117.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-02-10 18:09:26.000000,2026-02-10 18:09:23,2112.0,41.0,2996.0,178.0,343.0,6.0,1228.0,22186.0,2026-01-25 23:05:37,0.0.98,,469965.0,18.0,8512.0,8512.0,96.0,,,,,1.0,1.0,,,,deepface,https://pypi.org/project/deepface,469965.0,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-02-10 09:56:46.000000,2026-02-10 09:56:41,1720.0,90.0,510.0,57.0,293.0,117.0,415.0,5211.0,2026-02-06 14:13:13,1.6.7,,57269931.0,48.0,48928.0,48928.0,138.0,,,,,1.0,,,,,authlib,https://pypi.org/project/authlib,57269931.0,authlib/authlib,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-31 14:28:24.000000,2026-01-04 19:46:27,1785.0,1.0,490.0,62.0,522.0,84.0,305.0,2952.0,2025-06-20 05:53:03,3.3.1,,257752286.0,50.0,643966.0,643966.0,202.0,,,,,1.0,,,,,oauthlib,https://pypi.org/project/oauthlib,257752286.0,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-02-06 12:19:03.000000,2026-01-25 08:47:55,1163.0,23.0,1719.0,234.0,637.0,41.0,889.0,19828.0,2026-01-26 17:06:22,3.10.0,,1557971.0,100.0,3576.0,3576.0,162.0,,,,,1.0,,casbin,https://www.npmjs.com/package/casbin,456452.0,casbin,https://pypi.org/project/casbin,1101519.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-02-11 21:13:53.000000,2026-02-11 21:13:53,10583.0,25.0,1619.0,134.0,1439.0,123.0,1057.0,11203.0,2025-04-07 17:05:07,1.0.3,,1131722.0,14.0,4051.0,4051.0,272.0,,,,,1.0,,,,,speechbrain,https://pypi.org/project/speechbrain,1131722.0,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-02-12 15:46:30.000000,2026-02-06 20:30:50,1737.0,68.0,295.0,38.0,552.0,17.0,493.0,6785.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4092938.0,100.0,101934.0,101934.0,77.0,,,,,1.0,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4092938.0,,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-02-12 17:20:59.000000,2026-02-12 17:20:57,22659.0,463.0,4478.0,783.0,25078.0,1207.0,5286.0,35017.0,2026-01-07 18:09:58,1.21.2,,,100.0,15371.0,15371.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,291.0,162.0,354.0,430.0,23514.0,,,,24226529.0,,1319146.0,1319146.0,38.0,,,,,2.0,1.0,passport,https://www.npmjs.com/package/passport,24226529.0,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-02-12 10:38:00.000000,2026-02-12 10:37:59,4385.0,78.0,1510.0,235.0,1930.0,93.0,1488.0,16998.0,2025-11-07 14:57:03,25.4.0,517385.0,3329714.0,100.0,,,318.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,428815555.0,2.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-02-12 10:38:03.000000,2026-02-12 10:38:01,5001.0,104.0,1083.0,112.0,2245.0,153.0,1273.0,13453.0,2025-11-07 15:48:50,25.4.0,55930.0,1240078.0,48.0,54.0,54.0,243.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115256033.0,1.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13474.0,1547.0,250.0,780.0,598.0,56138.0,2018-04-02 17:18:43,1.2.2,1448.0,192623.0,2.0,5601.0,5601.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10538.0,2.0,,,,,face_recognition,https://pypi.org/project/face_recognition,192512.0,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-02-12 18:32:28.399950,2026-02-12 18:15:20,3258.0,242.0,1542.0,76.0,2555.0,97.0,2061.0,13025.0,2026-02-12 18:24:34,2.309.0,1453.0,16141.0,100.0,12.0,12.0,269.0,https://hub.docker.com/r/casbin/casdoor,2026-02-12 18:32:28.399950,23.0,986588.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-02-12 18:42:57.000000,2026-02-12 18:17:03,31738.0,1259.0,3932.0,584.0,7115.0,,,11419.0,2026-02-06 05:18:05,7.3.4,3094.0,8366.0,100.0,21.0,21.0,373.0,https://hub.docker.com/r/apereo/cas,2026-02-12 01:20:42.865114,131.0,1436164.0,1.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-02-12 17:05:36.000000,2026-02-10 18:53:46,7598.0,152.0,558.0,77.0,4977.0,113.0,1552.0,2206.0,2026-01-15 18:54:44,1.14.1,848980.0,14389.0,100.0,204.0,204.0,246.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,14.0,5855.0,510.0,206.0,1216.0,1395.0,27855.0,2023-04-02 07:43:27,0.7,12030232.0,353832.0,1.0,4902.0,4902.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,250.0,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-02-12 16:17:51.000000,2026-02-12 04:38:26,8865.0,401.0,1332.0,161.0,8919.0,63.0,1346.0,26713.0,2025-11-29 12:13:04,4.39.15,41401.0,667.0,100.0,,,276.0,,,,,2.0,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-02-11 12:59:03.000000,2026-01-27 09:27:06,4896.0,1.0,1939.0,187.0,1915.0,263.0,1757.0,12531.0,2025-03-05 07:11:35,r1.5.0,,1280502.0,17.0,167.0,167.0,161.0,,,,,2.0,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1280502.0,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-02-12 16:20:18.000000,2026-02-12 00:44:36,4147.0,142.0,321.0,41.0,4974.0,80.0,993.0,4684.0,2026-01-20 21:26:16,0.32.0,57075.0,18978705.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-02-12 02:10:18.348287,13.0,1613116526.0,2.0,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,419.0,27.0,561.0,94.0,362.0,602.0,2025-10-07 20:02:21,7.5.4,,2293117.0,55.0,2188.0,2188.0,181.0,,,,,2.0,,,,,pysaml2,https://pypi.org/project/pysaml2,2293117.0,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-02-12 16:40:35.000000,2026-02-10 23:31:24,5395.0,122.0,359.0,51.0,2249.0,101.0,463.0,6435.0,2026-02-09 15:05:59,1.49.1,191602.0,125272.0,100.0,145.0,145.0,74.0,https://hub.docker.com/r/authzed/spicedb,2026-02-09 15:15:49.695171,7.0,6529576.0,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-02-12 14:42:52.000000,2026-02-12 14:42:51,1843.0,61.0,372.0,55.0,1402.0,40.0,294.0,5278.0,2025-11-07 14:48:11,25.4.0,43164.0,541479.0,54.0,40.0,40.0,84.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51393433.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-02-07 15:11:15.000000,2026-02-07 15:11:08,2746.0,22.0,764.0,66.0,276.0,,,3684.0,2025-12-07 19:27:28,9.6.0,,743426.0,100.0,2027.0,2027.0,76.0,,,,,2.0,,oidc-provider,https://www.npmjs.com/package/oidc-provider,743426.0,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-02-10 15:12:33.000000,2026-02-10 15:12:32,1628.0,54.0,382.0,47.0,768.0,66.0,304.0,3566.0,2025-11-07 14:57:21,25.4.0,24844.0,897327.0,100.0,16.0,16.0,121.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90604830.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-02-12 17:58:58.000000,2026-02-12 17:09:19,17718.0,315.0,941.0,109.0,9088.0,1495.0,15969.0,880.0,2025-10-24 04:51:27,7.2.0,20916.0,14484.0,100.0,,,735.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2002809.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-02-12 18:52:00.000000,2026-02-12 15:54:07,20791.0,1153.0,1467.0,69.0,15695.0,789.0,3153.0,20095.0,2026-02-12 16:07:43,ersion/2025.10.4,4946.0,176.0,100.0,,,498.0,,,,,2.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-02-12 18:23:28.000000,2026-02-12 14:22:44,8192.0,288.0,694.0,50.0,7424.0,161.0,610.0,11567.0,2026-01-30 06:46:50,1.36.0,7356.0,6581.0,79.0,5.0,5.0,81.0,https://hub.docker.com/r/svhd/logto,2026-02-12 14:27:18.898488,5.0,359678.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-02-12 19:00:11.000000,2026-02-12 16:59:08,5001.0,82.0,303.0,190.0,6025.0,111.0,281.0,4016.0,2025-12-11 17:18:44,0.21.0,,305614.0,73.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2025-12-11 17:30:05.287895,19.0,22309831.0,3.0,,,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11571.0,699.0,352.0,,,94529.0,2025-06-26 01:06:09,20250625,,1325612.0,13.0,21.0,21.0,79.0,,,,,3.0,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1325612.0,,,,,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-02-12 11:25:22.000000,2026-02-12 11:25:19,3675.0,119.0,1779.0,168.0,3025.0,345.0,860.0,10583.0,2025-09-01 13:23:20,2.44.0,361.0,2.0,92.0,185.0,185.0,282.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-02-11 08:03:15.000000,2026-02-11 07:12:30,2619.0,79.0,287.0,21.0,2751.0,233.0,934.0,4561.0,2026-02-10 04:55:00,1.8.6,420.0,8639.0,52.0,42.0,42.0,142.0,https://hub.docker.com/r/kanidm/server,2026-02-11 07:22:27.466818,4.0,725259.0,3.0,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-02-11 02:52:38.000000,2026-02-10 11:16:40,3026.0,64.0,137.0,59.0,335.0,38.0,322.0,1062.0,2026-01-22 14:54:05,5.9.0,39819.0,42084.0,46.0,219.0,219.0,53.0,,,,,2.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,41738.0,,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-02-12 18:56:31.000000,2026-02-12 16:20:07,35609.0,211.0,162.0,30.0,7610.0,420.0,4983.0,610.0,2026-01-22 17:46:22,1.16.0,8337.0,297.0,100.0,11.0,11.0,141.0,,,,,3.0,,,,,,,,,,,,,,,, 47,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,29,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-02-12 16:47:36.000000,2026-02-12 08:44:34,4254.0,165.0,928.0,63.0,7154.0,847.0,2583.0,12947.0,2026-01-30 06:52:53,4.10.1,14793.0,1479.0,100.0,1.0,1.0,241.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,,https://charts.zitadel.com,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-02-11 21:23:55.000000,2026-02-11 21:23:53,7261.0,81.0,619.0,132.0,5313.0,174.0,3107.0,5656.0,2026-02-02 23:46:16,0.20260202.0,35822.0,16877.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-02-04 20:20:49.475767,13.0,2043497.0,2.0,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-02-12 07:43:13.000000,2026-02-12 07:33:45,2531.0,14.0,1035.0,102.0,884.0,48.0,851.0,5456.0,2025-04-04 08:29:47,5.8.2,,,70.0,11025.0,11025.0,336.0,,,,,2.0,1.0,,,,,,,,,,,doorkeeper,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,560.0,52.0,7293.0,,1780.0,4598.0,2025-06-30 22:09:21,ockam_v0.157.0,15062.0,334.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,71.0,298.0,73.0,892.0,296.0,644.0,1796.0,2026-01-07 15:47:40,6.0.0,,9494.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005378.0,1.0,,solid-server,https://www.npmjs.com/package/solid-server,2156.0,,,,,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,9.0,13289.0,1528.0,537.0,41.0,852.0,54966.0,2025-12-21 02:44:08,3.0.0,66370.0,790.0,5.0,,,98.0,,,,,3.0,-1.0,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3484.0,741.0,77.0,5.0,382.0,15471.0,2024-10-04 12:56:15,0.2.2,,1308.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163596.0,3.0,,,,,,,,,,,,,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-02-12 13:38:44.000000,2026-02-12 13:37:35,2355.0,168.0,171.0,33.0,2502.0,49.0,364.0,4220.0,2026-02-04 09:23:48,0.51.0,49415.0,837.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 55,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,28,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-02-12 16:03:16.000000,2026-02-12 14:41:28,8005.0,137.0,391.0,37.0,1508.0,1.0,321.0,1592.0,2026-02-12 16:08:43,is-7.4.6,,,100.0,3027.0,3027.0,339.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 56,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-02-12 16:36:51.000000,2025-12-01 01:00:51,676.0,4.0,69.0,36.0,233.0,5.0,87.0,367.0,2025-08-25 22:29:37,8.0.18,,329062.0,100.0,6172.0,6172.0,42.0,,,,,1.0,,did-jwt,https://www.npmjs.com/package/did-jwt,329062.0,,,,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3826.0,348.0,113.0,452.0,393.0,17765.0,2020-03-22 14:01:55,0.22.2,,308745.0,38.0,,,25.0,,,,,3.0,,face-api.js,https://www.npmjs.com/package/face-api.js,308745.0,,,,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-02-12 13:58:40.000000,2026-02-11 21:30:17,2424.0,103.0,1009.0,40.0,1937.0,30.0,384.0,8784.0,2026-01-20 14:59:45,backend/v2.4.0,1058.0,24.0,39.0,336.0,336.0,53.0,,,,,3.0,,,,,,,,,,,,,,,, 59,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-02-11 14:37:46.000000,2026-02-11 14:37:46,5666.0,305.0,282.0,23.0,2420.0,57.0,288.0,5794.0,2026-01-26 14:47:58,1.6.2,10770.0,398.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 60,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,4.0,263.0,29.0,607.0,50.0,124.0,5423.0,2026-01-22 11:31:58,0.9.3,1902.0,7343.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,438717.0,3.0,,,,,,,,,,,,,,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,183.0,25.0,1529.0,110.0,104.0,3498.0,2024-01-13 04:08:30,0.27.3,3856.0,19604.0,100.0,218.0,218.0,68.0,,,,,3.0,,,,,oso,https://pypi.org/project/oso,19540.0,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-02-12 01:27:53.000000,2026-02-10 00:53:34,3676.0,81.0,294.0,49.0,2873.0,35.0,270.0,979.0,2026-02-10 00:50:38,1.12.34,,,100.0,373.0,373.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-02-12 14:08:43.000000,2026-02-02 01:38:27,559.0,14.0,76.0,26.0,157.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,20757.0,71.0,1899.0,1899.0,28.0,,,,,1.0,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,20757.0,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-02-12 00:25:32.000000,2026-02-12 00:25:32,7116.0,16.0,316.0,417.0,4717.0,104.0,448.0,1764.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,180.0,33.0,147.0,,107.0,1025.0,2026-02-11 23:35:38,2.7.1,,2658789.0,37.0,,,32.0,,,,,2.0,2.0,,,,webauthn,https://pypi.org/project/webauthn,2658789.0,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-02-12 16:03:27.000000,2026-02-11 12:59:21,1942.0,29.0,131.0,22.0,868.0,67.0,393.0,523.0,2026-02-11 12:59:23,7.0.0,,,47.0,919.0,919.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-02-12 17:26:39.000000,2026-02-12 17:24:48,10394.0,137.0,499.0,23.0,2616.0,154.0,1277.0,478.0,2026-01-29 15:30:21,1.5.0,,,100.0,,,166.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-02-10 01:05:11.000000,2026-02-10 01:05:08,2742.0,64.0,385.0,30.0,124.0,3.0,131.0,1849.0,2026-02-02 00:59:44,4.1.11,,369.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,40971.0,3.0,,,,,,,,,,,,,,,, 69,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-02-12 14:12:32.000000,2026-02-12 13:52:24,23161.0,447.0,96.0,9.0,3138.0,349.0,1941.0,1367.0,2026-02-04 13:03:42,authgear-once/1.2.0,668.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,1.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,66439.0,70.0,1365.0,1365.0,22.0,,,,,1.0,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,66439.0,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,823.0,65.0,131.0,531.0,786.0,19022.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,224695.0,3164.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,6.0,194.0,41.0,342.0,33.0,248.0,1403.0,2025-08-29 13:12:19,4.0.0,,,21.0,368.0,368.0,51.0,,,,,3.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-02-12 15:23:43.000000,2026-02-12 15:23:19,16405.0,99.0,362.0,47.0,8182.0,,,1363.0,,,,38202.0,,,,250.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-02-11 06:49:45.788930,180.0,6303416.0,3.0,,,,,,,,,,,,,,,, 74,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-02-11 18:00:11.000000,2026-02-11 17:57:19,2167.0,59.0,175.0,24.0,1468.0,19.0,285.0,191.0,2026-02-04 19:23:53,2.12.7,,,55.0,7.0,7.0,63.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-02-10 10:17:03.000000,2026-02-10 10:15:16,3150.0,53.0,40.0,11.0,4038.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,992.0,992.0,27.0,,,,,3.0,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,, 76,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,23,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-02-12 14:40:39.000000,2026-02-09 19:19:14,1388.0,39.0,635.0,66.0,657.0,131.0,400.0,14909.0,2026-02-09 20:05:15,11.3.3,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 77,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,142.0,47.0,1907.0,137.0,973.0,939.0,2025-11-20 20:24:03,1.24.0,1665.0,65444.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7589759.0,3.0,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-02-12 18:57:29.000000,2026-02-08 22:23:46,2062.0,41.0,269.0,55.0,405.0,35.0,89.0,632.0,2022-01-07 16:42:38,0.5.0,,1464.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-02-08 22:42:10.187880,,149335.0,2.0,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-09 17:08:50.000000,2026-02-09 17:08:01,299.0,12.0,57.0,7.0,38.0,3.0,61.0,578.0,2026-02-09 17:08:50,2.3.4,,,41.0,5500.0,5500.0,20.0,,,,,3.0,1.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-02-11 02:31:35.000000,2026-02-11 02:20:02,14804.0,133.0,153.0,14.0,2247.0,103.0,2922.0,473.0,2023-06-16 12:51:58,11.4.3,9959.0,100.0,55.0,,,97.0,,,,,3.0,,,,,,,,,,,,,,,, 81,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-02-12 16:39:40.000000,2026-02-12 16:39:21,1734.0,23.0,97.0,24.0,1317.0,84.0,349.0,342.0,2025-12-18 14:34:21,wasm-v1.8.0-beta.2,,,55.0,155.0,155.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-02-12 16:26:45.000000,2026-02-12 16:23:29,1345.0,70.0,228.0,26.0,1729.0,235.0,649.0,335.0,2026-02-04 10:03:06,0.6.2,,,100.0,,,88.0,,,,,1.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-02-12 17:15:30.000000,2026-02-12 11:29:36,12205.0,757.0,105.0,5.0,1192.0,2.0,297.0,250.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,41.0,https://hub.docker.com/r/waltid/identity,,,,1.0,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-02-09 06:27:50.000000,2026-02-09 01:36:54,369.0,18.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,38410.0,43.0,1427.0,1427.0,12.0,,,,,2.0,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,38410.0,,,,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,3.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,357549.0,9663.0,33.0,74.0,74.0,28.0,,,,,1.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1106.0,444.0,25.0,1.0,143.0,30517.0,2023-01-21 09:26:53,TINA_SHIFT,1592409.0,28435.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 87,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,782.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,126497.0,860.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 88,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-11 18:11:38.000000,2026-02-04 20:31:56,2777.0,15.0,247.0,185.0,999.0,72.0,1242.0,1365.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 89,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-02-06 18:12:40.000000,2026-02-06 18:12:10,15295.0,38.0,679.0,106.0,19.0,,,709.0,,,,,,186.0,186.0,759.0,,,,,3.0,,,,,,,,,,,,,,,, 90,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-02-12 16:04:43.000000,2026-02-02 01:58:20,418.0,3.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7791.0,7791.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,358.0,70.0,170.0,300.0,611.0,7340.0,2020-09-02 15:57:23,2.6.1,30228.0,314.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,21,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-02-10 16:11:22.000000,2026-02-10 16:10:08,650.0,7.0,318.0,56.0,250.0,,137.0,4323.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,44.0,,,,,3.0,,,,,,,,,,,,,,,, 93,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-02-11 13:05:32.000000,2026-02-10 10:45:45,664.0,84.0,40.0,4.0,343.0,6.0,39.0,71.0,2026-02-11 11:56:37,1.40.1,,,100.0,268.0,268.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4686.0,552.0,123.0,511.0,622.0,14303.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,649.0,61.0,1834.0,39.0,60.0,702.0,2024-02-09 14:17:29,1.13.2,2125.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-02-12 14:32:25.000000,2026-02-05 23:26:07,2812.0,111.0,89.0,20.0,1028.0,9.0,149.0,559.0,2026-02-01 14:15:29,0.31.0.RELEASE,,,86.0,,,37.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,325.0,2024-10-23 19:02:40,0.5.2,,,62.0,491.0,491.0,48.0,,,,,2.0,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,238.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,302.0,93.0,43.0,28.0,24.0,3066.0,,,,2912.0,,1.0,1.0,27.0,,,,,3.0,,,,,pyja3,https://pypi.org/project/pyja3,2912.0,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,93.0,362.0,181.0,368.0,1975.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,56.0,77.0,255.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-03 13:31:20.000000,2026-02-03 12:40:19,643.0,6.0,72.0,34.0,468.0,96.0,122.0,248.0,,,,,,210.0,210.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-02-12 15:58:13.000000,2026-02-12 15:58:12,3232.0,62.0,68.0,11.0,831.0,186.0,137.0,74.0,,,,,1.0,67.0,67.0,35.0,,,,,2.0,,,,,,,,,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,2.0,305.0,86.0,544.0,31.0,182.0,3283.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,937.0,243.0,260.0,215.0,555.0,3191.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1238.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-02-12 12:42:57.000000,2026-02-06 01:01:13,1282.0,16.0,53.0,47.0,335.0,189.0,152.0,552.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,437.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,72.0,72.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,197.0,448.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24068.0,2.0,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,18.0,96.0,8.0,823.0,4.0,133.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 114,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-02-05 11:38:31.000000,2026-02-01 20:07:28,3796.0,178.0,22.0,9.0,365.0,16.0,10.0,74.0,2026-01-30 22:14:11,0.37.0,,,52.0,2.0,2.0,21.0,,,,,2.0,-1.0,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8127.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,3.0,182.0,77.0,273.0,32.0,63.0,1703.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1324.0,2024-06-10 20:02:54,1.15.1,3119.0,91.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 118,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-02-12 10:41:50.000000,2026-01-28 08:52:22,2017.0,17.0,159.0,60.0,574.0,8.0,245.0,689.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 120,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,12.0,62.0,19.0,90.0,28.0,26.0,307.0,,,,349403.0,,1.0,1.0,15.0,,,,,3.0,,did-resolver,https://www.npmjs.com/package/did-resolver,349403.0,,,,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,27.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,4828.0,3.0,22.0,22.0,4.0,,,,,3.0,,,,,django-passkeys,https://pypi.org/project/django-passkeys,4828.0,,,,,,,,, 122,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,213.0,,,,,,602.0,602.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 123,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,62.0,28.0,25.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 124,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-02-08 01:54:09.000000,2026-02-08 01:53:49,1426.0,8.0,100.0,72.0,522.0,11.0,377.0,452.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 125,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,44.0,4.0,65.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,81.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 127,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-01-26 12:16:36.000000,2026-01-26 12:16:07,3758.0,4.0,77.0,24.0,9.0,,,247.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-02-03 15:40:14.000000,2026-02-03 15:40:03,1382.0,56.0,13.0,7.0,1.0,,,143.0,2026-02-05 13:12:45,1.70.0,64.0,5.0,14.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,web5/api,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-02-01 22:16:38.000000,2026-02-01 22:16:38,2186.0,61.0,30.0,10.0,342.0,20.0,17.0,99.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 131,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,29.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2025-10-06 15:17:55.000000,2025-10-06 15:17:22,2242.0,,114.0,80.0,850.0,10.0,722.0,349.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-02-12 16:55:50.000000,2026-02-05 10:52:05,260.0,27.0,31.0,50.0,219.0,93.0,150.0,151.0,,,,,,,,22.0,,,,,2.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,7.0,229.0,51.0,433.0,47.0,178.0,132.0,,,,,,,,235.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-02-12 11:02:13.000000,2026-02-10 12:22:06,5317.0,13.0,18.0,6.0,542.0,59.0,2852.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5214.0,3.0,,,,,,,,,,,,,,,, 137,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,8.0,64.0,16.0,359.0,3.0,118.0,751.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17842.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,151.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-02-12 14:37:39.000000,2025-11-15 21:16:30,1462.0,4.0,33.0,13.0,1577.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 144,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],13,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-02 15:38:37.000000,2026-02-02 15:37:33,762.0,2.0,96.0,70.0,352.0,133.0,268.0,445.0,,,,,,,,42.0,,,,,3.0,-1.0,,,,,,,w3c-fedid/FedCM,,,,,,,, 145,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-01-30 15:49:13.000000,2026-01-30 15:47:02,184.0,9.0,16.0,8.0,19.0,1.0,10.0,22.0,2026-01-30 15:49:13,1.1.0,,,8.0,2.0,2.0,11.0,,,,,3.0,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,124.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-01-07 17:48:40.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,187.0,20.0,130.0,97.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1019.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-10 15:16:54.000000,2026-02-10 15:16:54,273.0,5.0,17.0,14.0,34.0,,5.0,71.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,12.0,9.0,45.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-26 17:36:52.000000,2026-01-26 17:36:49,120.0,2.0,16.0,9.0,130.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-02-06 22:51:50.000000,2026-02-06 22:34:38,295.0,22.0,15.0,8.0,109.0,4.0,58.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-02-05 05:00:35.000000,2026-02-05 05:00:32,601.0,32.0,2.0,4.0,386.0,,2.0,6.0,,,,,,3.0,3.0,11.0,,,,,3.0,-1.0,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,113.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3511.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,54.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,54.0,628914.0,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4569138.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-02-19_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - zitadel (🥉30 · ⭐ 13K · 📈) - ZITADEL - Identity infrastructure, simplified foryou. ❗️AGPL-3.0 - identity-server (🥈29 · ⭐ 1.6K · 📈) - The most flexible and standards-compliant OpenID.. ❗️Custom - did-jwt-vc (🥇26 · ⭐ 210 · 📈) - Create and verify W3C Verifiable Credentials and.. Apache-2 dif - supertokens (🥉24 · ⭐ 15K · 📈) - Open source alternative to Auth0 / Firebase Auth / AWS.. ❗️Custom - iota-identity (🥇24 · ⭐ 340 · 📈) - Implementation of the Decentralized Identity standards.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - did-jwt (🥇27 · ⭐ 370 · 📉) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - did-resolver (🥈21 · ⭐ 230 · 📉) - Universal did-resolver for javascript environments. Apache-2 dif - spiffe (🥉16 · ⭐ 1.7K · 📉) - The SPIFFE Project. Apache-2 cncf linux-foundation ================================================ FILE: history/2026-02-19_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,trending,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-02-17 18:13:22.000000,2026-02-17 18:13:22,4590.0,124.0,2323.0,225.0,5177.0,248.0,2232.0,14070.0,2026-01-16 05:35:34,1.14.1,5616851.0,2801152.0,79.0,14492.0,14492.0,469.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,327422188.0,1.0,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-02-19 17:01:10.000000,2026-02-19 17:00:29,10546.0,356.0,2254.0,144.0,4515.0,156.0,3545.0,13573.0,2026-02-02 16:24:37,1.18.5,110482431.0,2832882.0,100.0,2433.0,2433.0,545.0,,,,,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-02-18 12:30:38.852239,2026-02-18 11:46:04,6198.0,188.0,1495.0,133.0,5412.0,372.0,2526.0,11282.0,2026-02-18 09:10:22,1.13.2,20207742.0,5361179.0,100.0,6444.0,6444.0,560.0,https://hub.docker.com/r/openpolicyagent/opa,2026-02-18 12:30:38.852239,46.0,611558050.0,1.0,,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,2.0,3984.0,110.0,3329.0,383.0,4680.0,28085.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,10690305.0,100.0,478511.0,478511.0,899.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,10690305.0,,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-02-10 18:09:26.000000,2026-02-10 18:09:23,2112.0,41.0,2996.0,179.0,343.0,6.0,1228.0,22226.0,2026-01-25 23:05:37,0.0.98,,528502.0,18.0,8521.0,8521.0,96.0,,,,,1.0,,,,deepface,https://pypi.org/project/deepface,528502.0,,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-02-17 01:14:03.000000,2026-02-10 09:56:41,1720.0,90.0,510.0,57.0,295.0,117.0,416.0,5215.0,2026-02-17 01:11:29,1.6.8,,62560303.0,49.0,49166.0,49166.0,138.0,,,,,1.0,,,,authlib,https://pypi.org/project/authlib,62560303.0,authlib/authlib,,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-01-31 14:28:24.000000,2026-01-04 19:46:27,1785.0,1.0,491.0,62.0,522.0,84.0,305.0,2953.0,2025-06-20 05:53:03,3.3.1,,263753917.0,50.0,644312.0,644312.0,202.0,,,,,1.0,,,,oauthlib,https://pypi.org/project/oauthlib,263753917.0,,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"An authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-02-06 12:19:03.000000,2026-01-25 08:47:55,1163.0,23.0,1718.0,234.0,637.0,41.0,889.0,19846.0,2026-01-26 17:06:22,3.10.0,,1593053.0,100.0,3577.0,3577.0,163.0,,,,,1.0,casbin,https://www.npmjs.com/package/casbin,456116.0,casbin,https://pypi.org/project/casbin,1136937.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-02-11 21:13:53.000000,2026-02-11 21:13:53,10583.0,25.0,1618.0,134.0,1441.0,123.0,1057.0,11219.0,2025-04-07 17:05:07,1.0.3,,1344633.0,14.0,4058.0,4058.0,272.0,,,,,1.0,,,,speechbrain,https://pypi.org/project/speechbrain,1344633.0,,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-02-18 14:35:14.000000,2026-02-17 09:10:13,1741.0,72.0,297.0,38.0,559.0,17.0,493.0,6798.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4135704.0,100.0,101958.0,101958.0,77.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,4135704.0,,,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-02-19 18:24:02.000000,2026-02-18 15:15:40,22696.0,448.0,4479.0,781.0,25086.0,1209.0,5287.0,35062.0,2026-01-07 18:09:58,1.21.2,,,100.0,15441.0,15441.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,291.0,162.0,354.0,430.0,23516.0,,,,24355179.0,,1319604.0,1319604.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,24355179.0,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-02-18 09:53:24.000000,2026-02-18 09:53:23,4390.0,74.0,1510.0,235.0,1930.0,94.0,1489.0,17013.0,2025-11-07 14:57:03,25.4.0,525351.0,3330229.0,100.0,,,320.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,428871061.0,2.0,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-02-19 17:40:24.000000,2026-02-19 17:40:22,5013.0,97.0,1082.0,112.0,2245.0,153.0,1273.0,13471.0,2025-11-07 15:48:50,25.4.0,56435.0,1240316.0,48.0,54.0,54.0,244.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115277538.0,1.0,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13467.0,1547.0,250.0,780.0,598.0,56142.0,2018-04-02 17:18:43,1.2.2,1448.0,191964.0,2.0,5606.0,5606.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10598.0,2.0,,,,face_recognition,https://pypi.org/project/face_recognition,191852.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-02-19 08:40:05.000000,2026-02-18 18:13:29,3286.0,234.0,1545.0,75.0,2600.0,105.0,2082.0,13047.0,2026-02-18 18:22:05,2.326.0,1204.0,16804.0,100.0,12.0,12.0,269.0,https://hub.docker.com/r/casbin/casdoor,2026-02-18 18:29:47.058806,23.0,998427.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-02-19 18:18:33.050016,2026-02-19 16:22:57,31813.0,1185.0,3928.0,585.0,7161.0,,,11420.0,2026-02-06 05:18:05,7.3.4,3270.0,8415.0,100.0,21.0,21.0,373.0,https://hub.docker.com/r/apereo/cas,2026-02-19 18:18:33.050016,131.0,1443867.0,1.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-02-19 18:33:10.000000,2026-02-18 18:34:54,7611.0,153.0,558.0,77.0,4993.0,113.0,1553.0,2210.0,2026-01-15 18:54:44,1.14.1,850293.0,14411.0,100.0,206.0,206.0,246.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,10.0,5855.0,511.0,206.0,1216.0,1394.0,27888.0,2023-04-02 07:43:27,0.7,12131948.0,356824.0,1.0,4907.0,4907.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,250.0,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-02-19 04:50:19.000000,2026-02-12 04:38:26,8865.0,371.0,1335.0,161.0,8921.0,63.0,1346.0,26779.0,2025-11-29 12:13:04,4.39.15,42054.0,678.0,100.0,,,276.0,,,,,2.0,,,,,,,,,,,,,,,, 31,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-02-11 12:59:03.000000,2026-01-27 09:27:06,4896.0,1.0,1941.0,188.0,1915.0,263.0,1757.0,12533.0,2025-03-05 07:11:35,r1.5.0,,1279431.0,17.0,167.0,167.0,161.0,,,,,2.0,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1279431.0,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-02-19 17:12:30.000000,2026-02-19 03:30:48,4161.0,146.0,320.0,41.0,4991.0,81.0,994.0,4687.0,2026-02-19 00:39:43,0.32.2,56865.0,18978808.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-02-19 05:39:32.929468,13.0,1613125519.0,2.0,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,419.0,27.0,561.0,94.0,362.0,602.0,2025-10-07 20:02:21,7.5.4,,2314280.0,55.0,2189.0,2189.0,181.0,,,,,2.0,,,,pysaml2,https://pypi.org/project/pysaml2,2314280.0,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-02-19 16:18:49.000000,2026-02-19 16:05:59,5409.0,126.0,358.0,50.0,2260.0,102.0,464.0,6447.0,2026-02-09 15:05:59,1.49.1,193263.0,126790.0,100.0,145.0,145.0,74.0,https://hub.docker.com/r/authzed/spicedb,2026-02-09 15:15:49.695171,7.0,6609528.0,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-02-18 09:53:16.000000,2026-02-18 09:53:15,1852.0,63.0,371.0,55.0,1403.0,40.0,294.0,5280.0,2025-11-07 14:48:11,25.4.0,43481.0,541553.0,54.0,40.0,40.0,85.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51400155.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-02-19 08:07:13.000000,2026-02-19 08:07:09,2750.0,23.0,763.0,66.0,278.0,,,3687.0,2026-02-19 08:01:22,9.6.1,,731030.0,100.0,2032.0,2032.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,731030.0,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-02-18 09:54:01.000000,2026-02-18 09:54:00,1631.0,49.0,380.0,47.0,768.0,65.0,305.0,3572.0,2025-11-07 14:57:21,25.4.0,24984.0,897456.0,100.0,16.0,16.0,122.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90617690.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-02-19 17:18:36.000000,2026-02-19 15:16:53,17843.0,408.0,944.0,109.0,9143.0,1498.0,16003.0,883.0,2025-10-24 04:51:27,7.2.0,20997.0,14492.0,100.0,,,738.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2003765.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-02-19 18:28:56.000000,2026-02-19 17:55:55,20874.0,1168.0,1476.0,69.0,15834.0,788.0,3171.0,20197.0,2026-02-12 16:07:43,ersion/2025.10.4,5025.0,186.0,100.0,,,504.0,,,,,2.0,,,,,,,,,,https://charts.goauthentik.io,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-02-18 01:10:51.000000,2026-02-14 05:48:18,8197.0,274.0,691.0,50.0,7436.0,163.0,610.0,11584.0,2026-01-30 06:46:50,1.36.0,7407.0,6645.0,79.0,5.0,5.0,81.0,https://hub.docker.com/r/svhd/logto,2026-02-14 05:53:25.427504,5.0,363127.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-02-19 18:49:59.000000,2026-02-18 21:57:37,5011.0,79.0,301.0,190.0,6040.0,111.0,281.0,4016.0,2026-02-13 13:52:10,0.21.1,,306660.0,74.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22386210.0,3.0,,,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11600.0,702.0,353.0,,,94830.0,2025-06-26 01:06:09,20250625,,1423276.0,13.0,21.0,21.0,79.0,,,,,3.0,,,,openai-whisper,https://pypi.org/project/openai-whisper,1423276.0,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-02-19 18:23:10.000000,2026-02-19 09:28:48,4286.0,196.0,936.0,62.0,7214.0,830.0,2609.0,13016.0,2026-02-16 09:48:38,4.11.0,15023.0,1502.0,100.0,1.0,1.0,242.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,https://charts.zitadel.com,1.0,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-02-19 18:31:24.000000,2026-02-19 18:31:22,3698.0,141.0,1778.0,168.0,3050.0,344.0,863.0,10593.0,2025-09-01 13:23:20,2.44.0,362.0,2.0,92.0,185.0,185.0,283.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 45,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-02-19 03:40:43.000000,2026-02-19 03:40:43,2632.0,81.0,288.0,21.0,2764.0,228.0,943.0,4593.0,2026-02-17 01:44:12,1.9.0,420.0,8705.0,53.0,42.0,42.0,144.0,https://hub.docker.com/r/kanidm/server,2026-02-17 02:42:28.139167,4.0,730855.0,3.0,,,,,,,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-02-18 14:30:19.000000,2026-02-18 14:30:05,3027.0,58.0,138.0,59.0,335.0,38.0,322.0,1066.0,2026-01-22 14:54:05,5.9.0,40286.0,41428.0,46.0,219.0,219.0,53.0,,,,,2.0,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,41078.0,,,,,,,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-02-19 18:16:44.000000,2026-02-19 17:46:37,35627.0,213.0,162.0,30.0,7628.0,420.0,4990.0,609.0,2026-01-22 17:46:22,1.16.0,8579.0,306.0,100.0,11.0,11.0,141.0,,,,,3.0,,,,,,,,,,,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-02-19 01:00:17.000000,2026-02-18 23:28:11,7264.0,77.0,619.0,132.0,5319.0,175.0,3108.0,5666.0,2026-02-17 17:26:24,0.20260217.0,35555.0,16878.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-02-04 20:20:49.475767,13.0,2045228.0,2.0,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-02-12 07:43:13.000000,2026-02-12 07:33:45,2531.0,14.0,1036.0,102.0,884.0,48.0,851.0,5453.0,2025-04-04 08:29:47,5.8.2,,,70.0,11039.0,11039.0,336.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,558.0,52.0,7293.0,,1780.0,4599.0,2025-06-30 22:09:21,ockam_v0.157.0,15032.0,334.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,69.0,298.0,73.0,892.0,296.0,644.0,1796.0,2026-01-07 15:47:40,6.0.0,,9405.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005390.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,2067.0,,,,,,,,,,,,, 52,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,29,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-02-19 17:09:18.000000,2026-02-19 17:08:25,8097.0,221.0,390.0,37.0,1521.0,1.0,321.0,1593.0,2026-02-18 15:25:01,bff-4.1.1,,,100.0,3029.0,3029.0,340.0,,,,,2.0,,,,,,,DuendeSoftware/products,,,,1.0,,,,, 53,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-01-05 12:30:09.000000,2026-01-05 12:29:50,1856.0,6.0,13281.0,1524.0,537.0,4.0,894.0,54972.0,2025-12-21 02:44:08,3.0.0,69045.0,821.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 54,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3485.0,741.0,77.0,5.0,382.0,15470.0,2024-10-04 12:56:15,0.2.2,,1308.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163602.0,3.0,,,,,,,,,,,,,,,, 55,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-02-16 07:58:36.000000,2026-02-16 07:56:20,2359.0,161.0,171.0,33.0,2508.0,48.0,365.0,4223.0,2026-02-04 09:23:48,0.51.0,51321.0,869.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3827.0,348.0,113.0,452.0,393.0,17767.0,2020-03-22 14:01:55,0.22.2,,314383.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,314383.0,,,,,,,,,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-02-19 18:04:16.000000,2026-02-19 14:53:01,2431.0,110.0,1007.0,40.0,1950.0,30.0,384.0,8790.0,2026-01-20 14:59:45,backend/v2.4.0,1061.0,24.0,39.0,336.0,336.0,53.0,,,,,3.0,,,,,,,,,,,,,,,, 58,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-02-19 16:45:34.000000,2026-02-11 14:37:46,5666.0,243.0,283.0,23.0,2426.0,58.0,288.0,5811.0,2026-01-26 14:47:58,1.6.2,10973.0,406.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 59,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,4.0,268.0,29.0,612.0,49.0,127.0,5426.0,2026-01-22 11:31:58,0.9.3,1909.0,7408.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,442611.0,3.0,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,184.0,25.0,1529.0,110.0,104.0,3497.0,2024-01-13 04:08:30,0.27.3,3856.0,22093.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,https://pypi.org/project/oso,22029.0,,,,,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-02-18 02:11:39.000000,2026-02-18 02:10:28,3680.0,80.0,294.0,49.0,2874.0,34.0,271.0,980.0,2026-02-10 00:50:38,1.12.34,,,100.0,373.0,373.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 62,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],27,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-02-17 18:47:28.000000,2025-12-01 01:00:51,676.0,2.0,70.0,36.0,233.0,5.0,87.0,369.0,2025-08-25 22:29:37,8.0.18,,322484.0,100.0,6179.0,6179.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,322484.0,,,,,,,,-1.0,,,,, 63,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-02-17 17:08:16.000000,2026-02-02 01:38:27,559.0,12.0,76.0,26.0,158.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,22256.0,71.0,1899.0,1899.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,22256.0,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-02-13 00:41:40.000000,2026-02-13 00:41:40,7118.0,18.0,318.0,417.0,4719.0,105.0,448.0,1765.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,180.0,33.0,147.0,,107.0,1027.0,2026-02-11 23:35:38,2.7.1,,2789124.0,37.0,,,32.0,,,,,2.0,,,,webauthn,https://pypi.org/project/webauthn,2789124.0,,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-02-19 18:47:08.000000,2026-02-11 12:59:21,1942.0,29.0,131.0,22.0,868.0,67.0,393.0,523.0,2026-02-11 12:59:23,7.0.0,,,47.0,920.0,920.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-02-19 03:18:49.000000,2026-02-19 03:18:20,10414.0,144.0,499.0,23.0,2625.0,153.0,1280.0,480.0,2026-01-29 15:30:21,1.5.0,,,100.0,,,166.0,,,,,1.0,,,,,,,openwallet-foundation/acapy,,,,,,,,, 68,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,64543.0,70.0,1366.0,1366.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,64543.0,,,,,,,,1.0,,,,, 69,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-02-10 01:05:11.000000,2026-02-10 01:05:08,2742.0,59.0,386.0,30.0,124.0,3.0,131.0,1851.0,2026-02-02 00:59:44,4.1.11,,371.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,41244.0,3.0,,,,,,,,,,,,,,,, 70,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-02-18 04:46:53.000000,2026-02-13 08:44:16,23191.0,394.0,95.0,9.0,3142.0,350.0,1941.0,1399.0,2026-02-04 13:03:42,authgear-once/1.2.0,668.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,823.0,65.0,131.0,531.0,786.0,19028.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,225040.0,3169.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-02-19 14:46:08.000000,2026-02-13 16:19:36,1407.0,53.0,635.0,66.0,663.0,131.0,403.0,14921.0,2026-02-13 17:39:13,11.4.0,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,1.0,,,,, 73,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,5.0,195.0,41.0,342.0,33.0,248.0,1405.0,2025-08-29 13:12:19,4.0.0,,,21.0,368.0,368.0,51.0,,,,,3.0,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-02-18 21:48:43.000000,2026-02-18 11:38:05,16409.0,78.0,361.0,47.0,8192.0,,,1367.0,,,,38255.0,,,,250.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-02-18 06:27:23.123560,180.0,6312096.0,3.0,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-02-19 14:17:05.000000,2026-02-16 10:36:54,1736.0,25.0,97.0,24.0,1318.0,85.0,349.0,341.0,2026-02-16 10:46:05,1.9.1-beta.1,,,58.0,155.0,155.0,44.0,,,,,1.0,,,,,,,iotaledger/identity,,,,1.0,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-02-19 17:55:53.000000,2026-02-19 17:53:56,2168.0,54.0,174.0,24.0,1468.0,19.0,285.0,191.0,2026-02-04 19:23:53,2.12.7,,,55.0,7.0,7.0,63.0,,,,,1.0,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 77,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-02-19 08:45:03.000000,2026-02-13 14:21:21,3153.0,50.0,40.0,11.0,4048.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,992.0,992.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 78,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,142.0,47.0,1907.0,137.0,973.0,940.0,2025-11-20 20:24:03,1.24.0,1666.0,65494.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7595442.0,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-02-19 12:53:39.000000,2026-02-08 22:23:46,2062.0,41.0,270.0,55.0,405.0,34.0,90.0,632.0,2022-01-07 16:42:38,0.5.0,,1466.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-02-08 22:42:10.187880,,149542.0,2.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-15 16:52:39.000000,2026-02-15 16:52:31,304.0,16.0,57.0,7.0,39.0,1.0,63.0,578.0,2026-02-15 16:48:57,2.3.5,,,42.0,5503.0,5503.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-02-19 18:22:38.000000,2026-02-19 15:52:01,14816.0,108.0,152.0,14.0,2254.0,102.0,2924.0,475.0,2023-06-16 12:51:58,11.4.3,9959.0,100.0,55.0,,,97.0,,,,,3.0,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-02-19 13:30:04.000000,2026-02-19 13:26:55,1349.0,68.0,228.0,26.0,1733.0,236.0,650.0,337.0,2026-02-04 10:03:06,0.6.2,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-02-19 15:49:08.000000,2026-02-18 16:41:18,12278.0,784.0,106.0,5.0,1210.0,2.0,298.0,252.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-02-17 20:55:29.000000,2026-02-16 01:05:47,370.0,17.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,37934.0,43.0,1428.0,1428.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,37934.0,,,,,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,3.0,57.0,12.0,249.0,29.0,91.0,84.0,2025-11-13 16:53:54,0.2.3,361072.0,9758.0,33.0,74.0,74.0,28.0,,,,,2.0,,,,,,,anoncreds/anoncreds-rs,,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1110.0,444.0,25.0,1.0,143.0,30530.0,2023-01-21 09:26:53,TINA_SHIFT,1597928.0,28534.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 87,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-02-19 16:03:52.000000,2026-02-19 15:22:53,656.0,13.0,318.0,55.0,256.0,1.0,137.0,4325.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,46.0,,,,,3.0,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,782.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,126624.0,861.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-19 18:09:56.000000,2026-02-18 20:12:09,2779.0,17.0,247.0,185.0,1000.0,69.0,1245.0,1367.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 90,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-02-17 15:47:35.000000,2026-02-17 15:46:32,15297.0,40.0,679.0,106.0,19.0,,,709.0,,,,,,186.0,186.0,759.0,,,,,3.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,359.0,70.0,172.0,299.0,612.0,7355.0,2020-09-02 15:57:23,2.6.1,30452.0,317.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-02-17 21:41:09.000000,2026-02-02 01:58:20,418.0,2.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7802.0,7802.0,25.0,,,,,2.0,,,,,,,,,,,-1.0,,,,, 93,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-02-18 08:57:45.000000,2026-02-18 08:57:11,666.0,85.0,40.0,4.0,345.0,6.0,39.0,71.0,2026-02-18 08:57:46,1.40.3,,,100.0,269.0,269.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4682.0,552.0,123.0,511.0,622.0,14302.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,647.0,61.0,1834.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2126.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,hyperledger-indy/indy-node,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-02-19 14:32:36.000000,2026-02-12 22:27:12,2814.0,110.0,89.0,20.0,1031.0,9.0,149.0,561.0,2026-02-01 14:15:29,0.31.0.RELEASE,,,86.0,,,37.0,,,,,3.0,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,303.0,93.0,43.0,28.0,24.0,3066.0,,,,3060.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,https://pypi.org/project/pyja3,3060.0,,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,93.0,362.0,181.0,368.0,1978.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 101,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,56.0,77.0,255.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-13 16:36:57.000000,2026-02-13 16:35:41,645.0,8.0,73.0,34.0,470.0,96.0,122.0,249.0,,,,,,211.0,211.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 103,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,19,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-02-19 16:34:11.000000,2026-02-19 16:34:11,3328.0,158.0,68.0,11.0,851.0,186.0,137.0,74.0,,,,,1.0,68.0,68.0,36.0,,,,,2.0,,,,,,,,,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,2.0,305.0,86.0,544.0,31.0,182.0,3288.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,936.0,243.0,260.0,215.0,555.0,3195.0,,,,,,,,49.0,,,,,3.0,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-02-18 17:12:04.000000,2026-02-13 21:21:16,1283.0,16.0,53.0,47.0,336.0,189.0,152.0,552.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,197.0,448.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24081.0,2.0,,,,,,,,,,,,,,,, 113,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,18,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,14.0,97.0,8.0,823.0,4.0,133.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 114,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-02-18 21:29:57.000000,2026-02-18 21:29:57,3807.0,146.0,22.0,9.0,365.0,16.0,10.0,74.0,2026-01-30 22:14:11,0.37.0,,,52.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8123.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1327.0,2024-06-10 20:02:54,1.15.1,3119.0,91.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-02-17 10:29:44.000000,2026-02-13 12:19:52,2019.0,19.0,159.0,61.0,574.0,7.0,246.0,692.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,51.0,648.0,57.0,175.0,339.0,,,,,,,,94.0,,,,,2.0,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,11.0,62.0,19.0,90.0,28.0,26.0,306.0,,,,343280.0,,1.0,1.0,15.0,,,,,3.0,did-resolver,https://www.npmjs.com/package/did-resolver,343280.0,,,,,,,,,,,,, 120,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,28.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,4900.0,3.0,22.0,22.0,4.0,,,,,3.0,,,,django-passkeys,https://pypi.org/project/django-passkeys,4900.0,,,,,,,,,, 121,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,214.0,,,,,,603.0,603.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 122,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,62.0,28.0,25.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 123,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,2.0,181.0,77.0,273.0,32.0,63.0,1704.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,-1.0,,,,, 124,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],16,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-02-19 17:37:53.000000,2026-02-08 01:53:49,1426.0,8.0,100.0,72.0,523.0,11.0,377.0,455.0,,,,,,,,71.0,,,,,2.0,,,,,,,w3c/did,,,,,,,,, 125,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,44.0,4.0,65.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 127,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-02-18 15:23:05.000000,2026-02-16 15:13:32,3759.0,5.0,77.0,24.0,9.0,,,247.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-02-19 14:27:47.000000,2026-02-19 14:27:41,1390.0,55.0,13.0,7.0,1.0,,,143.0,2026-02-05 13:12:45,1.70.0,64.0,5.0,15.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-02-01 22:16:38.000000,2026-02-01 22:16:38,2186.0,54.0,30.0,10.0,342.0,20.0,17.0,99.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 131,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,21.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-02-19 14:37:30.000000,2026-02-19 14:37:17,2243.0,1.0,115.0,80.0,851.0,11.0,722.0,350.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-02-19 08:48:21.000000,2026-02-19 08:44:43,264.0,31.0,31.0,50.0,221.0,91.0,152.0,151.0,,,,,,,,22.0,,,,,2.0,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-01-06 20:08:57.000000,2026-01-06 20:08:39,915.0,7.0,232.0,51.0,436.0,47.0,178.0,132.0,,,,,,,,235.0,,,,,3.0,,,,,,,w3c/did-extensions,,,,,,,,, 135,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,15,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-02-19 11:10:20.000000,2026-02-10 12:22:06,5317.0,13.0,18.0,6.0,542.0,60.0,2857.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5218.0,3.0,,,,,,,,,,,,,,,, 137,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,8.0,63.0,16.0,359.0,3.0,118.0,753.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-19 18:41:41.000000,2026-02-18 18:56:18,763.0,3.0,96.0,69.0,353.0,133.0,269.0,446.0,,,,,,,,42.0,,,,,3.0,,,,,,,w3c-fedid/FedCM,,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17849.0,3.0,,,,,,,presbrey/beyond,,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,151.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-02-19 13:40:50.000000,2025-11-15 21:16:30,1462.0,,33.0,13.0,1583.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 142,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-02-13 11:40:19.000000,2026-02-13 11:38:48,190.0,15.0,17.0,8.0,20.0,2.0,10.0,22.0,2026-02-13 11:40:19,1.2.0,,,9.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,124.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-02-19 17:55:02.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,189.0,19.0,131.0,98.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1019.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,6.0,17.0,14.0,34.0,,5.0,72.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,46.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-26 17:36:52.000000,2026-01-26 17:36:49,120.0,2.0,16.0,9.0,130.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-02-16 17:27:14.000000,2026-02-16 17:26:43,303.0,24.0,15.0,8.0,110.0,3.0,59.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-02-05 05:00:35.000000,2026-02-05 05:00:32,601.0,28.0,2.0,4.0,386.0,,2.0,6.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,113.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3515.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,55.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,55.0,635425.0,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4572783.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-02-26_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - open-policy-agent (🥇42 · ⭐ 11K · 📈) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - keripy (🥈20 · ⭐ 74 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 - did-core (🥈17 · ⭐ 460 · 📈) - W3C Decentralized Identifier Specification. ❗️W3C w3c ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - insightface (🥈32 · ⭐ 28K · 📉) - State-of-the-art 2D and 3D Face Analysis Project. ❗Unlicensed - identity-server (🥈25 · ⭐ 1.6K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - polygon-issuer (🥈17 · ⭐ 100 · 📉) - Privado ID Self-Hosted Issuer Node. Apache-2 - talao-altme (🥉14 · ⭐ 60 · 📉) - Talao / Altme wallet : Open source Self Sovereign Identity.. Apache-2 ================================================ FILE: history/2026-02-26_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,trending,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-02-26 17:59:35.621363,2026-02-26 15:21:02,6220.0,198.0,1502.0,132.0,5443.0,359.0,2543.0,11314.0,2026-02-26 16:34:57,1.14.0,20034049.0,5367329.0,100.0,6466.0,6466.0,561.0,https://hub.docker.com/r/openpolicyagent/opa,2026-02-26 17:59:35.621363,46.0,611934385.0,1.0,1.0,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-02-25 10:21:39.000000,2026-02-25 10:21:39,4601.0,118.0,2328.0,225.0,5188.0,248.0,2232.0,14096.0,2026-01-16 05:35:34,1.14.1,5656227.0,2803769.0,79.0,14532.0,14532.0,472.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,327692037.0,1.0,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-02-26 18:50:24.000000,2026-02-26 18:49:26,10568.0,348.0,2263.0,144.0,4532.0,156.0,3546.0,13628.0,2026-02-24 17:07:12,1.18.6,111591252.0,2861314.0,100.0,2449.0,2449.0,545.0,,,,,1.0,,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,2.0,3989.0,110.0,3332.0,383.0,4680.0,28108.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,12517172.0,100.0,478769.0,478769.0,899.0,,,,,1.0,,next-auth,https://www.npmjs.com/package/next-auth,12517172.0,,,,,,,,,,,, 15,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-02-10 18:09:26.000000,2026-02-10 18:09:23,2112.0,36.0,3001.0,180.0,343.0,6.0,1228.0,22273.0,2026-01-25 23:05:37,0.0.98,,587066.0,18.0,8523.0,8523.0,96.0,,,,,1.0,,,,,deepface,https://pypi.org/project/deepface,587066.0,,,,,,,,, 16,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-02-25 16:21:42.000000,2026-02-25 00:59:03,1726.0,95.0,511.0,57.0,297.0,117.0,416.0,5221.0,2026-02-17 01:11:29,1.6.8,,72148058.0,49.0,49456.0,49456.0,139.0,,,,,1.0,,,,,authlib,https://pypi.org/project/authlib,72148058.0,authlib/authlib,,,,,,,, 17,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,39,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-22 07:17:36.000000,2026-02-22 07:17:36,1786.0,2.0,490.0,62.0,527.0,84.0,305.0,2955.0,2025-06-20 05:53:03,3.3.1,,272597731.0,50.0,644707.0,644707.0,202.0,,,,,1.0,,,,,oauthlib,https://pypi.org/project/oauthlib,272597731.0,,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-02-24 14:23:00.000000,2026-01-25 08:47:55,1163.0,23.0,1719.0,234.0,639.0,43.0,889.0,19876.0,2026-01-26 17:06:22,3.10.0,,1677623.0,100.0,3579.0,3579.0,163.0,,,,,1.0,,casbin,https://www.npmjs.com/package/casbin,457583.0,casbin,https://pypi.org/project/casbin,1220040.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-02-11 21:13:53.000000,2026-02-11 21:13:53,10583.0,15.0,1624.0,135.0,1441.0,123.0,1057.0,11245.0,2025-04-07 17:05:07,1.0.3,,1438658.0,14.0,4070.0,4070.0,272.0,,,,,1.0,,,,,speechbrain,https://pypi.org/project/speechbrain,1438658.0,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-02-26 03:07:01.000000,2026-02-26 03:03:45,1743.0,73.0,297.0,38.0,560.0,17.0,493.0,6812.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4286153.0,100.0,101996.0,101996.0,77.0,,,,,1.0,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4286153.0,,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-02-26 18:12:35.000000,2026-02-26 18:12:33,22743.0,481.0,4485.0,781.0,25095.0,1211.0,5288.0,35121.0,2026-01-07 18:09:58,1.21.2,,,100.0,15481.0,15481.0,1612.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,292.0,162.0,354.0,430.0,23522.0,,,,25379756.0,,1319988.0,1319988.0,38.0,,,,,2.0,,passport,https://www.npmjs.com/package/passport,25379756.0,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-02-21 20:22:10.000000,2026-02-21 20:22:09,4392.0,68.0,1509.0,235.0,1930.0,95.0,1489.0,17043.0,2025-11-07 14:57:03,25.4.0,528809.0,3330725.0,100.0,,,320.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,428930136.0,2.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-02-21 21:57:44.000000,2026-02-21 21:57:43,5015.0,85.0,1086.0,112.0,2247.0,153.0,1274.0,13500.0,2025-11-07 15:48:50,25.4.0,56862.0,1240573.0,48.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115300938.0,1.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13468.0,1546.0,250.0,780.0,598.0,56167.0,2018-04-02 17:18:43,1.2.2,1448.0,193277.0,2.0,5610.0,5610.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10640.0,2.0,,,,,face_recognition,https://pypi.org/project/face_recognition,193165.0,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-02-26 17:37:28.000000,2026-02-26 17:36:07,3307.0,222.0,1552.0,75.0,2617.0,106.0,2095.0,13098.0,2026-02-24 13:30:06,2.335.1,1255.0,17003.0,100.0,12.0,12.0,271.0,https://hub.docker.com/r/casbin/casdoor,2026-02-24 13:38:08.646554,23.0,1007929.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-02-26 12:52:16.000000,2026-02-26 12:21:19,31939.0,1262.0,3926.0,585.0,7211.0,,,11423.0,2026-02-06 05:18:05,7.3.4,3357.0,8457.0,100.0,21.0,21.0,373.0,https://hub.docker.com/r/apereo/cas,2026-02-26 01:14:27.623253,131.0,1450866.0,1.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-02-26 17:06:00.000000,2026-02-26 11:44:45,7627.0,164.0,563.0,78.0,5009.0,112.0,1557.0,2219.0,2026-01-15 18:54:44,1.14.1,852174.0,14443.0,100.0,207.0,207.0,246.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-02-26 18:51:04.000000,2026-02-26 09:37:10,8934.0,410.0,1343.0,161.0,8988.0,64.0,1347.0,26971.0,2025-11-29 12:13:04,4.39.15,42966.0,693.0,100.0,,,278.0,,,,,2.0,,,,,,,,,,,,,,,, 30,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,33,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-02-11 12:59:03.000000,2026-01-27 09:27:06,4896.0,1.0,1941.0,188.0,1916.0,263.0,1757.0,12538.0,2025-03-05 07:11:35,r1.5.0,,1286239.0,17.0,168.0,168.0,161.0,,,,,2.0,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1286239.0,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-02-26 18:49:00.948193,2026-02-26 17:46:45,4176.0,156.0,320.0,41.0,5008.0,80.0,995.0,4695.0,2026-02-19 00:39:43,0.32.2,56981.0,18978899.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-02-26 18:49:00.948193,13.0,1613133120.0,2.0,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,418.0,27.0,561.0,96.0,362.0,603.0,2025-10-07 20:02:21,7.5.4,,2385844.0,55.0,2193.0,2193.0,181.0,,,,,2.0,,,,,pysaml2,https://pypi.org/project/pysaml2,2385844.0,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,,5860.0,511.0,207.0,1216.0,1395.0,27938.0,2023-04-02 07:43:27,0.7,12232475.0,359780.0,1.0,4914.0,4914.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,250.0,2.0,-1.0,,,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-02-26 18:48:59.000000,2026-02-26 14:34:09,5423.0,135.0,358.0,50.0,2274.0,103.0,464.0,6460.0,2026-02-09 15:05:59,1.49.1,195172.0,129010.0,100.0,145.0,145.0,74.0,https://hub.docker.com/r/authzed/spicedb,2026-02-09 15:15:49.695171,7.0,6727062.0,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-02-26 03:42:47.000000,2026-02-21 20:20:20,1857.0,60.0,371.0,55.0,1406.0,40.0,294.0,5286.0,2025-11-07 14:48:11,25.4.0,43686.0,541636.0,54.0,40.0,40.0,85.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51407791.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-02-24 19:33:01.000000,2026-02-24 19:32:58,2761.0,33.0,763.0,66.0,278.0,,,3693.0,2026-02-19 08:01:22,9.6.1,,761858.0,100.0,2040.0,2040.0,76.0,,,,,2.0,,oidc-provider,https://www.npmjs.com/package/oidc-provider,761858.0,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-02-19 18:57:41.000000,2026-02-19 18:57:40,1632.0,43.0,381.0,47.0,769.0,65.0,305.0,3576.0,2025-11-07 14:57:21,25.4.0,25176.0,897591.0,100.0,16.0,16.0,122.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90631132.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-02-26 15:17:22.000000,2026-02-26 13:19:02,17908.0,448.0,945.0,109.0,9174.0,1499.0,16026.0,884.0,2025-10-24 04:51:27,7.2.0,21087.0,14501.0,100.0,,,740.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2004824.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-02-26 18:31:32.000000,2026-02-26 18:11:12,20952.0,1160.0,1485.0,68.0,15983.0,800.0,3188.0,20295.0,2026-02-24 20:38:11,ersion/2026.2.0,5071.0,195.0,100.0,,,510.0,,,,,2.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-02-26 18:17:28.000000,2026-02-26 10:37:17,8216.0,278.0,699.0,50.0,7458.0,163.0,612.0,11619.0,2026-01-30 06:46:50,1.36.0,7449.0,6703.0,79.0,6.0,6.0,82.0,https://hub.docker.com/r/svhd/logto,2026-02-26 10:42:33.886940,6.0,366366.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-02-26 18:44:47.000000,2026-02-25 15:46:48,5012.0,80.0,301.0,190.0,6044.0,111.0,282.0,4018.0,2026-02-13 13:52:10,0.21.1,,307846.0,74.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22472792.0,3.0,,,,,,,,,,,,,,,, 42,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,30,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11622.0,705.0,354.0,,,95136.0,2025-06-26 01:06:09,20250625,,1472632.0,13.0,21.0,21.0,79.0,,,,,3.0,,,,,openai-whisper,https://pypi.org/project/openai-whisper,1472632.0,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-02-26 18:22:38.000000,2026-02-26 18:22:37,4313.0,219.0,941.0,61.0,7253.0,827.0,2625.0,13090.0,2026-02-25 07:33:35,3.4.7,15217.0,1521.0,100.0,1.0,1.0,242.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,,https://charts.zitadel.com,,,,, 44,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-02-26 15:43:17.000000,2026-02-26 15:43:17,3721.0,164.0,1783.0,167.0,3074.0,342.0,870.0,10621.0,2026-02-23 15:08:13,2.45.0,362.0,2.0,93.0,185.0,185.0,288.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 45,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-02-26 09:42:43.000000,2026-02-26 09:42:43,2638.0,76.0,295.0,21.0,2772.0,232.0,948.0,4626.0,2026-02-24 03:04:34,1.9.1,420.0,8831.0,54.0,42.0,42.0,146.0,https://hub.docker.com/r/kanidm/server,2026-02-24 03:58:23.691033,4.0,741442.0,3.0,,,,,,,,,,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-02-18 14:30:19.000000,2026-02-18 14:30:05,3027.0,57.0,138.0,59.0,335.0,38.0,322.0,1067.0,2026-01-22 14:54:05,5.9.0,40687.0,38495.0,46.0,222.0,222.0,53.0,,,,,2.0,,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,38142.0,,,,,,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-02-26 18:02:51.000000,2026-02-26 14:48:10,35682.0,257.0,162.0,30.0,7727.0,406.0,5018.0,609.0,2026-01-22 17:46:22,1.16.0,8800.0,314.0,100.0,11.0,11.0,142.0,,,,,3.0,,,,,,,,,,,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-02-26 00:08:45.000000,2026-02-25 19:50:53,7277.0,89.0,618.0,132.0,5332.0,172.0,3112.0,5673.0,2026-02-25 20:05:29,0.20260225.0,35342.0,16884.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-02-04 20:20:49.475767,13.0,2047255.0,2.0,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-02-24 18:51:22.000000,2026-02-12 07:33:45,2531.0,14.0,1036.0,102.0,886.0,48.0,851.0,5454.0,2025-04-04 08:29:47,5.8.2,,,70.0,11061.0,11061.0,336.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,557.0,52.0,7293.0,,1780.0,4600.0,2025-06-30 22:09:21,ockam_v0.157.0,15023.0,333.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,55.0,298.0,73.0,892.0,296.0,644.0,1796.0,2026-01-07 15:47:40,6.0.0,,9415.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005402.0,1.0,,solid-server,https://www.npmjs.com/package/solid-server,2077.0,,,,,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-02-20 17:01:59.000000,2026-02-20 17:01:43,1859.0,8.0,13278.0,1524.0,537.0,2.0,896.0,54985.0,2025-12-21 02:44:08,3.0.0,71943.0,856.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3484.0,741.0,77.0,5.0,382.0,15473.0,2024-10-04 12:56:15,0.2.2,,1308.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163610.0,3.0,,,,,,,,,,,,,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-02-26 11:17:03.000000,2026-02-26 11:17:03,2370.0,151.0,170.0,33.0,2518.0,48.0,365.0,4238.0,2026-02-04 09:23:48,0.51.0,53246.0,902.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3825.0,347.0,113.0,452.0,393.0,17776.0,2020-03-22 14:01:55,0.22.2,,344852.0,38.0,,,25.0,,,,,3.0,,face-api.js,https://www.npmjs.com/package/face-api.js,344852.0,,,,,,,,,,,, 56,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-02-26 10:31:09.000000,2026-02-26 10:31:05,2452.0,129.0,1010.0,40.0,1975.0,29.0,385.0,8839.0,2026-01-20 14:59:45,backend/v2.4.0,1071.0,24.0,39.0,336.0,336.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-02-25 23:21:45.000000,2026-02-23 20:47:00,5673.0,201.0,284.0,23.0,2431.0,58.0,288.0,5820.0,2026-02-23 21:06:04,1.6.4,11076.0,410.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,,268.0,29.0,612.0,49.0,127.0,5429.0,2026-01-22 11:31:58,0.9.3,1910.0,7481.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,446997.0,3.0,,,,,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,True,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,184.0,25.0,1529.0,110.0,104.0,3494.0,2024-01-13 04:08:30,0.27.3,3856.0,22801.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,,oso,https://pypi.org/project/oso,22737.0,,,,,,,,, 60,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-02-26 16:25:51.000000,2026-02-26 16:25:50,3681.0,74.0,294.0,49.0,2879.0,34.0,271.0,981.0,2026-02-10 00:50:38,1.12.34,,,100.0,373.0,373.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 61,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],27,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-02-26 14:45:21.000000,2025-12-01 01:00:51,676.0,1.0,70.0,37.0,233.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,321226.0,100.0,6182.0,6182.0,42.0,,,,,1.0,,did-jwt,https://www.npmjs.com/package/did-jwt,321226.0,,,,,,,,,,,, 62,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],27,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-02-23 23:05:12.000000,2026-02-02 01:38:27,559.0,11.0,76.0,26.0,158.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,23180.0,71.0,1901.0,1901.0,28.0,,,,,1.0,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,23180.0,,,,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-02-23 18:05:42.000000,2026-02-23 18:05:41,7120.0,17.0,318.0,417.0,4720.0,105.0,448.0,1765.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 64,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,180.0,33.0,147.0,,107.0,1030.0,2026-02-11 23:35:38,2.7.1,,2971808.0,37.0,,,32.0,,,,,2.0,,,,,webauthn,https://pypi.org/project/webauthn,2971808.0,,,,,,,,, 65,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-02-26 05:23:09.000000,2026-02-11 12:59:21,1942.0,29.0,132.0,22.0,868.0,68.0,393.0,525.0,2026-02-11 12:59:23,7.0.0,,,47.0,921.0,921.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-02-25 17:00:53.000000,2026-02-25 17:00:17,10432.0,155.0,499.0,23.0,2632.0,152.0,1282.0,481.0,2026-01-29 15:30:21,1.5.0,,,100.0,,,166.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 67,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-01-21 22:02:21.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,63651.0,70.0,1366.0,1366.0,22.0,,,,,1.0,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,63651.0,,,,,,,,,,,, 68,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-02-24 02:35:39.000000,2026-02-24 02:35:26,2743.0,56.0,386.0,30.0,124.0,3.0,131.0,1851.0,2026-02-02 00:59:44,4.1.11,,375.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,41669.0,3.0,,,,,,,,,,,,,,,, 69,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-02-26 15:52:46.000000,2026-02-26 15:52:44,8156.0,267.0,392.0,37.0,1528.0,,322.0,1596.0,2026-02-18 15:25:01,bff-4.1.1,,,100.0,,,340.0,,,,,2.0,-4.0,,,,,,,DuendeSoftware/products,,,,,,,, 70,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-02-26 12:34:10.000000,2026-02-26 12:32:20,23208.0,363.0,99.0,9.0,3146.0,352.0,1941.0,1421.0,2026-02-04 13:03:42,authgear-once/1.2.0,670.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,827.0,67.0,131.0,531.0,786.0,19039.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,225411.0,3174.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-02-26 12:51:57.000000,2026-02-13 16:19:36,1407.0,53.0,638.0,66.0,670.0,131.0,403.0,14941.0,2026-02-23 15:55:18,9.2.5,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 73,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,24,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,5.0,193.0,41.0,342.0,33.0,248.0,1406.0,2025-08-29 13:12:19,4.0.0,,,21.0,369.0,369.0,51.0,,,,,3.0,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-02-26 17:26:10.000000,2026-02-26 17:25:36,16416.0,82.0,362.0,46.0,8207.0,,,1370.0,,,,38312.0,,,,250.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-02-25 06:53:19.570281,180.0,6321605.0,3.0,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-02-26 14:29:18.000000,2026-02-16 10:36:54,1736.0,23.0,98.0,24.0,1320.0,86.0,350.0,342.0,2026-02-16 10:46:05,1.9.1-beta.1,,,58.0,156.0,156.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-02-23 03:55:27.000000,2026-02-19 20:50:56,2170.0,52.0,175.0,24.0,1470.0,19.0,285.0,191.0,2026-02-19 20:53:42,2.12.8,,,56.0,7.0,7.0,64.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 77,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-02-23 14:38:43.000000,2026-02-13 14:21:21,3153.0,45.0,40.0,11.0,4049.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,993.0,993.0,27.0,,,,,3.0,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,, 78,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,973.0,941.0,2025-11-20 20:24:03,1.24.0,1667.0,65556.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7602547.0,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-02-26 12:58:10.000000,2026-02-08 22:23:46,2062.0,41.0,271.0,55.0,406.0,35.0,90.0,633.0,2022-01-07 16:42:38,0.5.0,,1468.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-02-23 15:28:17.965095,,149783.0,2.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-15 16:52:39.000000,2026-02-15 16:52:31,304.0,16.0,57.0,7.0,39.0,1.0,63.0,584.0,2026-02-15 16:48:57,2.3.5,,,42.0,5509.0,5509.0,20.0,,,,,3.0,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-02-26 15:09:32.000000,2026-02-26 15:09:32,14823.0,100.0,152.0,14.0,2259.0,102.0,2924.0,479.0,2023-06-16 12:51:58,11.4.3,9961.0,100.0,55.0,,,97.0,,,,,3.0,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-02-23 08:32:02.000000,2026-02-21 08:19:39,1350.0,64.0,227.0,26.0,1736.0,236.0,650.0,338.0,2026-02-04 10:03:06,0.6.2,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-02-26 17:51:02.000000,2026-02-26 15:52:27,12324.0,736.0,107.0,5.0,1260.0,1.0,299.0,254.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-02-24 01:03:19.000000,2026-02-23 00:43:44,371.0,17.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,38862.0,43.0,1431.0,1431.0,12.0,,,,,2.0,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,38862.0,,,,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,3.0,57.0,12.0,249.0,29.0,91.0,85.0,2025-11-13 16:53:54,0.2.3,365416.0,9876.0,33.0,74.0,74.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1120.0,445.0,25.0,1.0,143.0,30560.0,2023-01-21 09:26:53,TINA_SHIFT,1603080.0,28626.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 87,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-02-26 08:46:24.000000,2026-02-24 09:32:49,660.0,17.0,320.0,55.0,261.0,1.0,137.0,4327.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,47.0,,,,,3.0,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,781.0,237.0,367.0,64.0,210.0,2903.0,2015-09-29 22:50:55,1.1.0,126785.0,862.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-25 19:42:23.000000,2026-02-25 19:39:36,2784.0,21.0,249.0,185.0,1000.0,71.0,1246.0,1368.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 90,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-02-20 23:28:32.000000,2026-02-20 23:28:04,15301.0,41.0,680.0,106.0,19.0,,,709.0,,,,,,189.0,189.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,360.0,70.0,172.0,301.0,612.0,7363.0,2020-09-02 15:57:23,2.6.1,30664.0,319.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-02-23 22:47:46.000000,2026-02-02 01:58:20,418.0,2.0,42.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7812.0,7812.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 93,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-02-26 11:08:49.000000,2026-02-26 11:08:22,693.0,96.0,40.0,4.0,350.0,6.0,39.0,71.0,2026-02-26 11:08:49,1.41.2,,,100.0,269.0,269.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4682.0,551.0,123.0,511.0,622.0,14305.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,True,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,647.0,61.0,1834.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2126.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-02-24 15:53:55.000000,2026-02-24 15:49:48,2822.0,110.0,89.0,20.0,1034.0,9.0,149.0,566.0,2026-02-01 14:15:29,0.31.0.RELEASE,,,86.0,,,37.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 99,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-02-26 13:44:06.000000,2026-02-26 13:44:06,3452.0,282.0,68.0,11.0,892.0,182.0,142.0,74.0,,,,,1.0,69.0,69.0,39.0,,,,,2.0,1.0,,,,,,,,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,304.0,92.0,43.0,28.0,24.0,3069.0,,,,2813.0,,1.0,1.0,27.0,,,,,3.0,,,,,pyja3,https://pypi.org/project/pyja3,2813.0,,,,,,,,, 101,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,93.0,362.0,181.0,368.0,1979.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,True,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,26.0,363.0,56.0,77.0,256.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 103,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-13 16:36:57.000000,2026-02-13 16:35:41,645.0,8.0,73.0,34.0,470.0,96.0,122.0,249.0,,,,,,212.0,212.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,306.0,86.0,544.0,31.0,182.0,3297.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,939.0,243.0,260.0,215.0,555.0,3196.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2457.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1235.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,295.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-02-26 18:33:17.000000,2026-02-26 18:33:14,1286.0,17.0,53.0,47.0,337.0,189.0,152.0,553.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,111.0,2023-12-13 10:55:46,1.2312131048.0,197.0,449.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24087.0,2.0,,,,,,,,,,,,,,,, 113,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-02-23 22:22:20.000000,2026-02-18 21:29:57,3807.0,130.0,22.0,9.0,365.0,16.0,10.0,74.0,2026-01-30 22:14:11,0.37.0,,,52.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8124.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,1.0,54.0,4.0,310.0,16.0,22.0,1328.0,2024-06-10 20:02:54,1.15.1,3119.0,91.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-02-26 16:46:40.000000,2026-02-13 12:19:52,2019.0,19.0,160.0,61.0,574.0,7.0,246.0,694.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-02-26 13:42:22.000000,2026-02-21 20:56:07,1429.0,11.0,100.0,72.0,523.0,8.0,380.0,457.0,,,,,,,,71.0,,,,,2.0,1.0,,,,,,,w3c/did,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 119,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,11.0,61.0,20.0,90.0,28.0,26.0,308.0,,,,345404.0,,1.0,1.0,15.0,,,,,3.0,,did-resolver,https://www.npmjs.com/package/did-resolver,345404.0,,,,,,,,,,,, 120,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,28.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,5220.0,3.0,22.0,22.0,4.0,,,,,3.0,,,,,django-passkeys,https://pypi.org/project/django-passkeys,5220.0,,,,,,,,, 121,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,48.0,14.0,106.0,25.0,69.0,214.0,,,,,,603.0,603.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 122,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,7.0,97.0,8.0,823.0,4.0,133.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,-1.0,,,,,,,,,,,,,,, 123,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,62.0,28.0,25.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 124,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,1.0,182.0,76.0,274.0,34.0,63.0,1712.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 125,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,44.0,4.0,65.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 126,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,317.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 127,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-02-18 15:23:05.000000,2026-02-16 15:13:32,3759.0,5.0,77.0,24.0,9.0,,,247.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 128,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-02-19 14:27:47.000000,2026-02-19 14:27:41,1390.0,47.0,13.0,7.0,1.0,,,144.0,2026-02-19 14:40:07,1.71.1,64.0,5.0,15.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,web5/api,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,False,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-02-01 22:16:38.000000,2026-02-01 22:16:38,2186.0,52.0,30.0,10.0,342.0,20.0,17.0,99.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 131,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,19.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-02-19 14:37:30.000000,2026-02-19 14:37:17,2243.0,1.0,117.0,79.0,851.0,12.0,722.0,350.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-02-26 07:34:00.000000,2026-02-23 04:01:49,267.0,33.0,32.0,50.0,222.0,91.0,152.0,152.0,,,,,,,,22.0,,,,,2.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-02-24 21:12:24.000000,2026-02-24 21:12:07,916.0,8.0,234.0,51.0,438.0,47.0,178.0,132.0,,,,,,,,236.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5226.0,3.0,,,,,,,,,,,,,,,, 136,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,6.0,63.0,16.0,359.0,3.0,118.0,753.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-20 16:02:19.000000,2026-02-20 16:01:09,764.0,4.0,97.0,69.0,353.0,133.0,269.0,446.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,175.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17909.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,150.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-02-26 12:15:19.000000,2025-11-15 21:16:30,1462.0,,32.0,13.0,1597.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,14,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-02-26 18:40:14.000000,2026-02-10 12:22:06,5317.0,9.0,18.0,6.0,542.0,60.0,2857.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,-1.0,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-02-13 11:40:19.000000,2026-02-13 11:38:48,190.0,15.0,17.0,8.0,20.0,2.0,10.0,22.0,2026-02-13 11:40:19,1.2.0,,,9.0,2.0,2.0,11.0,,,,,3.0,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,9.0,13.0,7.0,9.0,125.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,False,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-02-26 18:09:55.000000,2025-07-07 17:40:36,925.0,,25.0,14.0,190.0,19.0,131.0,99.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,49.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1020.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,6.0,17.0,14.0,34.0,,5.0,72.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,56.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,46.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-01-26 17:36:52.000000,2026-01-26 17:36:49,120.0,2.0,16.0,9.0,130.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-02-16 17:27:14.000000,2026-02-16 17:26:43,303.0,24.0,15.0,8.0,110.0,3.0,59.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-02-26 00:28:10.000000,2026-02-05 05:00:32,601.0,26.0,2.0,4.0,386.0,,2.0,7.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,1.0,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,113.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3521.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],3,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,3.0,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,2,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,56.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,56.0,642169.0,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4577020.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-03-05_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇41 · ⭐ 3K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - paddlespeech (🥈34 · ⭐ 13K · 📈) - Easy-to-use Speech Toolkit including Self-Supervised.. Apache-2 - did-jwt (🥇28 · ⭐ 370 · 📈) - Create and verify DID verifiable JWTs in Javascript. Apache-2 dif - universal-resolver (🥈24 · ⭐ 630 · 📈) - Universal Resolver implementation and drivers. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - whisper (🥉29 · ⭐ 95K · 💤) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - permify (🥉26 · ⭐ 5.8K · 📉) - An open-source authorization as a service inspired by Google.. ❗️AGPL-3.0 - ethr-did-resolver (🥇26 · ⭐ 230 · 📉) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - aries-python (🥇25 · ⭐ 480 · 📉) - ACA-Py is a foundation for building decentralized.. Apache-2 hyperledger - fido2-net-lib (🥉23 · ⭐ 1.4K · 📉) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT ================================================ FILE: history/2026-03-05_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,pypi_id,pypi_url,pypi_monthly_downloads,trending,npm_id,npm_url,npm_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-03-05 15:31:25.592659,2026-03-05 14:46:03,6233.0,194.0,1504.0,131.0,5459.0,368.0,2544.0,11344.0,2026-02-26 16:34:57,1.14.0,20326329.0,5328727.0,100.0,6492.0,6492.0,563.0,https://hub.docker.com/r/openpolicyagent/opa,2026-03-05 15:31:25.592659,46.0,612327798.0,1.0,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-03-02 17:48:21.000000,2026-03-02 17:48:19,4611.0,123.0,2331.0,225.0,5204.0,251.0,2232.0,14120.0,2026-01-16 05:35:34,1.14.1,5693417.0,2782712.0,79.0,14567.0,14567.0,472.0,https://hub.docker.com/r/coredns/coredns,2026-01-16 05:37:05.155162,164.0,327932422.0,1.0,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-03-05 16:40:49.000000,2026-03-05 16:40:03,10611.0,345.0,2266.0,144.0,4563.0,155.0,3548.0,13656.0,2026-02-24 17:07:12,1.18.6,112758372.0,2891240.0,100.0,2460.0,2460.0,546.0,,,,,1.0,,,,,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,34.0,490.0,62.0,527.0,84.0,305.0,2956.0,2025-06-20 05:53:03,3.3.1,,283939627.0,50.0,645047.0,645047.0,202.0,,,,,1.0,oauthlib,https://pypi.org/project/oauthlib,283939627.0,2.0,,,,,,,,,,,, 15,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,1.0,3989.0,110.0,3333.0,384.0,4682.0,28124.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,13365746.0,100.0,478995.0,478995.0,899.0,,,,,1.0,,,,,next-auth,https://www.npmjs.com/package/next-auth,13365746.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-03-01 10:18:45.000000,2026-03-01 10:15:23,2113.0,37.0,3005.0,180.0,344.0,6.0,1228.0,22317.0,2026-03-01 10:18:45,0.0.99,,630619.0,19.0,8532.0,8532.0,96.0,,,,,1.0,deepface,https://pypi.org/project/deepface,630619.0,,,,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-03-02 07:43:15.000000,2026-02-27 07:46:22,1728.0,97.0,513.0,57.0,300.0,116.0,418.0,5235.0,2026-03-02 07:50:44,1.6.9,,82248175.0,50.0,49715.0,49715.0,139.0,,,,,1.0,authlib,https://pypi.org/project/authlib,82248175.0,,,,,authlib/authlib,,,,,,,, 18,casbin,https://github.com/casbin/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC in Golang:..",,,38,True,casbin/casbin,,https://github.com/casbin/casbin,Apache-2.0,2017-04-08 07:51:23,2026-02-24 14:23:00.000000,2026-01-25 08:47:55,1163.0,23.0,1721.0,235.0,639.0,43.0,889.0,19891.0,2026-01-26 17:06:22,3.10.0,,1752841.0,100.0,3583.0,3583.0,163.0,,,,,1.0,casbin,https://pypi.org/project/casbin,1285947.0,,casbin,https://www.npmjs.com/package/casbin,466894.0,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-03-01 18:29:27.000000,2026-03-01 18:29:26,10585.0,15.0,1630.0,136.0,1444.0,123.0,1057.0,11281.0,2025-04-07 17:05:07,1.0.3,,1587856.0,14.0,4080.0,4080.0,274.0,,,,,1.0,speechbrain,https://pypi.org/project/speechbrain,1587856.0,,,,,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-03-05 15:42:39.000000,2026-03-04 10:36:52,1747.0,76.0,298.0,38.0,567.0,17.0,493.0,6828.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4426088.0,100.0,102019.0,102019.0,77.0,,,,,1.0,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4426088.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-03-05 19:05:42.000000,2026-03-05 18:34:17,22800.0,492.0,4486.0,780.0,25108.0,1214.0,5289.0,35161.0,2026-03-05 06:37:01,1.21.4,,,100.0,15507.0,15507.0,1613.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1230.0,292.0,162.0,354.0,430.0,23524.0,,,,26108585.0,,1320184.0,1320184.0,38.0,,,,,2.0,,,,,passport,https://www.npmjs.com/package/passport,26108585.0,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-03-05 16:15:55.000000,2026-03-05 16:15:53,4401.0,67.0,1510.0,235.0,1932.0,96.0,1489.0,17064.0,2025-11-07 14:57:03,25.4.0,533080.0,3305596.0,100.0,,,320.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,428990355.0,2.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-03-05 13:27:46.000000,2026-03-05 13:27:45,5023.0,85.0,1092.0,112.0,2249.0,151.0,1277.0,13528.0,2025-11-07 15:48:50,25.4.0,57015.0,1227628.0,48.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115324720.0,1.0,,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13467.0,1545.0,250.0,780.0,598.0,56196.0,2018-04-02 17:18:43,1.2.2,1448.0,201212.0,2.0,5616.0,5616.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10655.0,2.0,face_recognition,https://pypi.org/project/face_recognition,201101.0,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-03-05 17:51:32.061629,2026-03-05 17:02:16,3316.0,216.0,1565.0,74.0,2641.0,111.0,2103.0,13126.0,2026-03-05 17:43:06,2.341.0,1205.0,16257.0,100.0,12.0,12.0,273.0,https://hub.docker.com/r/casbin/casdoor,2026-03-05 17:51:32.061629,23.0,1017599.0,1.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-03-05 19:03:40.000000,2026-03-05 19:00:42,32066.0,1284.0,3927.0,584.0,7243.0,,,11428.0,2026-02-06 05:18:05,7.3.4,3442.0,8448.0,100.0,21.0,21.0,373.0,https://hub.docker.com/r/apereo/cas,2026-03-05 01:13:16.658578,131.0,1457665.0,1.0,,,,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-03-02 08:02:00.000000,2026-03-02 08:00:24,4898.0,3.0,1940.0,188.0,1916.0,263.0,1757.0,12547.0,2025-03-05 07:11:35,r1.5.0,,1408134.0,17.0,168.0,168.0,161.0,,,,,2.0,paddlepaddle,https://pypi.org/project/paddlepaddle,1408134.0,1.0,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-03-05 19:00:20.000000,2026-03-02 19:30:32,7635.0,158.0,572.0,78.0,5027.0,116.0,1558.0,2230.0,2026-03-03 23:05:47,1.14.2,845677.0,14094.0,100.0,207.0,207.0,248.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-03-05 19:00:40.000000,2026-03-05 18:59:04,8972.0,412.0,1347.0,161.0,9024.0,62.0,1350.0,27042.0,2025-11-29 12:13:04,4.39.15,43876.0,696.0,100.0,,,278.0,,,,,2.0,,,,,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-03-05 18:04:24.000000,2026-03-05 18:04:22,4197.0,160.0,320.0,41.0,5032.0,79.0,997.0,4702.0,2026-02-19 00:39:43,0.32.2,57072.0,18758312.0,100.0,22.0,22.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-03-04 23:01:21.495930,13.0,1613141651.0,2.0,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,418.0,27.0,561.0,97.0,362.0,604.0,2025-10-07 20:02:21,7.5.4,,2432230.0,55.0,2197.0,2197.0,181.0,,,,,2.0,pysaml2,https://pypi.org/project/pysaml2,2432230.0,,,,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,,5869.0,511.0,209.0,1216.0,1395.0,27998.0,2023-04-02 07:43:27,0.7,12330079.0,352289.0,1.0,4929.0,4929.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,250.0,2.0,,,,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-03-05 18:55:10.000000,2026-03-05 18:34:44,5439.0,140.0,360.0,49.0,2297.0,103.0,465.0,6483.0,2026-03-02 15:24:51,1.49.2,196212.0,129792.0,100.0,149.0,149.0,74.0,https://hub.docker.com/r/authzed/spicedb,2026-03-02 15:33:41.133275,7.0,6898769.0,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-03-05 13:27:43.000000,2026-03-05 13:27:42,1865.0,63.0,371.0,55.0,1406.0,40.0,294.0,5287.0,2025-11-07 14:48:11,25.4.0,43787.0,536077.0,54.0,40.0,40.0,85.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51415687.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-03-05 13:25:42.000000,2026-03-05 13:25:33,2766.0,35.0,762.0,66.0,282.0,,,3700.0,2026-02-19 08:01:22,9.6.1,,795946.0,100.0,2049.0,2049.0,76.0,,,,,2.0,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,795946.0,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-03-04 13:42:41.000000,2026-03-04 13:42:40,1639.0,44.0,383.0,47.0,769.0,65.0,306.0,3577.0,2025-11-07 14:57:21,25.4.0,25320.0,888932.0,100.0,16.0,16.0,122.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90645289.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-03-05 15:39:34.000000,2026-03-05 15:16:19,17966.0,491.0,949.0,108.0,9209.0,1473.0,16081.0,883.0,2025-10-24 04:51:27,7.2.0,21153.0,14405.0,100.0,,,741.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2006013.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-03-05 19:11:45.000000,2026-03-05 15:34:18,21037.0,1146.0,1492.0,69.0,16096.0,802.0,3208.0,20379.0,2026-03-03 20:13:59,ersion/2026.2.1,4983.0,191.0,100.0,,,513.0,,,,,2.0,,,,,,,,,,,https://charts.goauthentik.io,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-03-05 18:36:29.000000,2026-03-05 08:32:45,8237.0,282.0,707.0,50.0,7490.0,162.0,615.0,11640.0,2026-02-28 09:31:48,1.37.1,7521.0,6665.0,81.0,6.0,6.0,83.0,https://hub.docker.com/r/svhd/logto,2026-03-05 08:38:17.771542,6.0,370789.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-03-05 15:56:05.000000,2026-03-05 14:48:19,5016.0,79.0,300.0,189.0,6056.0,109.0,284.0,4022.0,2026-02-13 13:52:10,0.21.1,,304792.0,74.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22554681.0,3.0,,,,,,,,,,,,,,,, 42,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-03-05 18:19:23.000000,2026-03-05 13:55:42,4337.0,233.0,946.0,61.0,7305.0,832.0,2639.0,13149.0,2026-03-04 12:40:17,4.12.1,15443.0,1403.0,100.0,1.0,1.0,243.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,,https://charts.zitadel.com,,,,, 43,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],30,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-03-05 12:29:50.000000,2026-03-05 12:29:49,3735.0,177.0,1783.0,167.0,3094.0,340.0,872.0,10635.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,188.0,188.0,289.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-03-03 01:45:02.000000,2026-03-03 01:45:02,2643.0,78.0,300.0,21.0,2780.0,236.0,952.0,4647.0,2026-02-24 03:04:34,1.9.1,420.0,8845.0,54.0,42.0,42.0,147.0,https://hub.docker.com/r/kanidm/server,2026-02-24 03:58:23.691033,4.0,751448.0,3.0,,,,,,,,,,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-03-01 20:53:02.000000,2026-02-18 14:30:05,3027.0,45.0,139.0,59.0,336.0,40.0,322.0,1071.0,2026-01-22 14:54:05,5.9.0,41074.0,36916.0,46.0,224.0,224.0,53.0,,,,,2.0,yubikey-manager,https://pypi.org/project/yubikey-manager,36562.0,,,,,,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-03-05 19:03:54.000000,2026-03-05 11:08:14,35706.0,272.0,163.0,30.0,7772.0,407.0,5034.0,612.0,2026-01-22 17:46:22,1.16.0,9002.0,310.0,100.0,11.0,11.0,142.0,,,,,3.0,,,,,,,,,,,,,,,, 47,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11642.0,707.0,356.0,,,95483.0,2025-06-26 01:06:09,20250625,,1646993.0,13.0,21.0,21.0,79.0,,,,,3.0,openai-whisper,https://pypi.org/project/openai-whisper,1646993.0,-1.0,,,,,,,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-03-04 05:55:54.000000,2026-03-03 18:15:06,7283.0,89.0,618.0,132.0,5339.0,173.0,3113.0,5680.0,2026-03-03 18:31:40,0.20260303.0,35172.0,16705.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-02-04 20:20:49.475767,13.0,2048769.0,2.0,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-03-05 11:28:49.000000,2026-03-04 12:02:44,2534.0,16.0,1039.0,102.0,889.0,48.0,852.0,5460.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11079.0,11079.0,337.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,557.0,52.0,7293.0,,1780.0,4604.0,2025-06-30 22:09:21,ockam_v0.157.0,15048.0,327.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 51,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],29,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,46.0,298.0,73.0,893.0,296.0,644.0,1796.0,2026-01-07 15:47:40,6.0.0,,9034.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005411.0,1.0,,,,,solid-server,https://www.npmjs.com/package/solid-server,1749.0,,,,,,,,, 52,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,28,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-03-03 05:25:47.000000,2026-02-27 19:30:27,1860.0,9.0,13275.0,1525.0,537.0,2.0,896.0,55014.0,2025-12-21 02:44:08,3.0.0,74247.0,873.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3482.0,740.0,77.0,5.0,382.0,15476.0,2024-10-04 12:56:15,0.2.2,,1298.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163636.0,3.0,,,,,,,,,,,,,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-03-05 17:41:24.000000,2026-03-05 17:41:23,2394.0,163.0,172.0,33.0,2543.0,48.0,366.0,4248.0,2026-02-04 09:23:48,0.51.0,55281.0,921.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,, 55,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-03-05 14:11:59.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,233.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,311214.0,100.0,6188.0,6188.0,42.0,,,,,1.0,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,311214.0,,,,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3827.0,347.0,113.0,452.0,393.0,17782.0,2020-03-22 14:01:55,0.22.2,,360983.0,38.0,,,25.0,,,,,3.0,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,360983.0,,,,,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-03-05 11:18:27.000000,2026-03-05 11:18:22,2470.0,115.0,1009.0,40.0,2003.0,31.0,385.0,8852.0,2026-03-03 08:17:35,backend/v2.5.0,1072.0,24.0,40.0,336.0,336.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,,266.0,29.0,612.0,49.0,127.0,5432.0,2026-01-22 11:31:58,0.9.3,1910.0,7454.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,452794.0,3.0,,,,,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,184.0,25.0,1530.0,110.0,104.0,3494.0,2024-01-13 04:08:30,0.27.3,3856.0,22809.0,100.0,219.0,219.0,68.0,,,,,3.0,oso,https://pypi.org/project/oso,22746.0,,,,,,,,,,,,, 60,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-03-04 21:40:31.000000,2026-03-04 20:36:34,3694.0,76.0,294.0,49.0,2890.0,33.0,274.0,982.0,2026-03-03 16:23:42,1.12.35,,,100.0,375.0,375.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 61,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,26,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-03-05 18:23:28.000000,2026-02-23 20:47:00,5673.0,181.0,287.0,23.0,2447.0,59.0,288.0,5826.0,2026-02-23 21:06:04,1.6.4,11194.0,399.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,-1.0,,,,,,,,,,,, 62,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-03-02 17:53:58.000000,2026-02-23 18:05:41,7120.0,17.0,318.0,417.0,4722.0,109.0,448.0,1765.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 63,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,33.0,147.0,,107.0,1031.0,2026-02-11 23:35:38,2.7.1,,3202567.0,37.0,,,32.0,,,,,2.0,webauthn,https://pypi.org/project/webauthn,3202567.0,,,,,,,,,,,,, 64,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-03-04 18:09:32.000000,2026-02-11 12:59:21,1942.0,29.0,132.0,22.0,868.0,68.0,393.0,527.0,2026-02-11 12:59:23,7.0.0,,,47.0,921.0,921.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 65,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-02-23 23:05:12.000000,2026-02-02 01:38:27,559.0,9.0,76.0,26.0,158.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,23141.0,71.0,1902.0,1902.0,28.0,,,,,1.0,,,,-1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,23141.0,,,,,,,,, 66,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-03-01 13:28:13.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,63381.0,70.0,1367.0,1367.0,22.0,,,,,1.0,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,63381.0,,,,,,,,, 67,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,25,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-02-24 02:35:39.000000,2026-02-24 02:35:26,2743.0,50.0,387.0,30.0,124.0,2.0,132.0,1853.0,2026-02-02 00:59:44,4.1.11,,375.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,42043.0,3.0,,,,,,,,,,,,,,,, 68,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-03-04 17:22:04.000000,2026-03-04 17:21:59,8165.0,267.0,391.0,37.0,1531.0,,322.0,1596.0,2026-02-18 15:25:01,bff-4.1.1,,,100.0,,,340.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 69,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-03-05 10:34:51.000000,2026-03-02 11:33:09,23228.0,335.0,100.0,8.0,3156.0,352.0,1941.0,1448.0,2026-02-04 13:03:42,authgear-once/1.2.0,670.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 70,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-03-04 17:27:32.000000,2026-03-03 18:28:50,10448.0,145.0,499.0,23.0,2640.0,152.0,1285.0,482.0,2026-03-02 22:41:29,1.3-lts,,,100.0,,,166.0,,,,,1.0,,,,-1.0,,,,openwallet-foundation/acapy,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,830.0,68.0,131.0,531.0,786.0,19056.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,225735.0,3135.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-03-03 12:56:01.000000,2026-02-13 16:19:36,1407.0,53.0,640.0,67.0,672.0,131.0,403.0,14952.0,2026-02-23 15:55:18,9.2.5,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-03-05 05:59:03.000000,2026-03-05 05:58:34,16418.0,76.0,362.0,48.0,8218.0,,,1372.0,,,,38149.0,,,,252.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-03-04 05:59:40.988270,180.0,6332845.0,3.0,,,,,,,,,,,,,,,, 74,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,24,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-03-05 19:17:16.000000,2026-03-03 08:26:06,2064.0,43.0,273.0,55.0,408.0,35.0,90.0,634.0,2022-01-07 16:42:38,0.5.0,,1457.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-03 08:45:10.167641,,150093.0,2.0,,,,1.0,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-03-03 15:35:04.000000,2026-03-03 15:34:19,1741.0,26.0,98.0,25.0,1325.0,88.0,350.0,342.0,2026-03-03 15:36:04,1.9.2-beta.1,,,59.0,156.0,156.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 76,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-03-04 20:11:49.000000,2026-03-04 20:10:04,2172.0,49.0,175.0,24.0,1474.0,21.0,285.0,191.0,2026-02-19 20:53:42,2.12.8,,,56.0,7.0,7.0,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 77,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-03-05 05:54:00.000000,2026-02-13 14:21:21,3153.0,43.0,40.0,11.0,4056.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,993.0,993.0,27.0,,,,,3.0,,,,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,, 78,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,5.0,194.0,41.0,342.0,33.0,248.0,1408.0,2025-08-29 13:12:19,4.0.0,,,21.0,369.0,369.0,51.0,,,,,3.0,,,,-1.0,,,,,,,,,,,, 79,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,973.0,942.0,2025-11-20 20:24:03,1.24.0,1668.0,65067.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7611014.0,3.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,16.0,57.0,7.0,40.0,1.0,63.0,587.0,2026-02-15 16:48:57,2.3.5,,,42.0,5515.0,5515.0,20.0,,,,,3.0,,,,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-03-05 15:45:06.000000,2026-03-05 15:45:06,14830.0,100.0,152.0,14.0,2269.0,102.0,2924.0,480.0,2023-06-16 12:51:58,11.4.3,9962.0,99.0,55.0,,,97.0,,,,,3.0,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-03-05 16:12:37.000000,2026-03-05 16:09:52,1357.0,56.0,227.0,26.0,1746.0,237.0,650.0,338.0,2026-02-04 10:03:06,0.6.2,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-03-05 12:57:58.000000,2026-03-03 18:29:16,12346.0,646.0,107.0,5.0,1274.0,4.0,299.0,258.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-03-02 08:49:53.000000,2026-03-02 01:06:19,372.0,15.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,42077.0,43.0,1433.0,1433.0,12.0,,,,,2.0,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,42077.0,,,,,,,,, 85,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],23,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,3.0,57.0,12.0,249.0,29.0,91.0,85.0,2025-11-13 16:53:54,0.2.3,368797.0,9705.0,33.0,74.0,74.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1135.0,448.0,25.0,1.0,143.0,30592.0,2023-01-21 09:26:53,TINA_SHIFT,1607406.0,28200.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 87,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-02-27 14:38:49.000000,2026-02-24 09:32:49,660.0,17.0,320.0,55.0,262.0,7.0,137.0,4328.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,47.0,,,,,3.0,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,782.0,237.0,367.0,64.0,210.0,2904.0,2015-09-29 22:50:55,1.1.0,126854.0,857.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-27 23:09:32.000000,2026-02-25 19:39:36,2784.0,19.0,249.0,186.0,1000.0,71.0,1246.0,1369.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 90,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],22,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-02-27 01:47:23.000000,2026-02-27 01:46:40,15305.0,37.0,680.0,106.0,19.0,,,709.0,,,,,,190.0,190.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,361.0,70.0,172.0,301.0,612.0,7378.0,2020-09-02 15:57:23,2.6.1,30815.0,317.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-02-23 22:47:46.000000,2026-02-02 01:58:20,418.0,2.0,42.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7821.0,7821.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 93,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-03-04 17:06:02.000000,2026-03-04 17:05:39,702.0,88.0,40.0,4.0,353.0,6.0,39.0,71.0,2026-03-04 17:06:02,1.42.1,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 94,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4681.0,550.0,123.0,511.0,619.0,14310.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 95,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-03-05 14:32:29.000000,2026-03-04 15:32:22,2832.0,115.0,88.0,20.0,1039.0,9.0,149.0,567.0,2026-03-01 17:21:47,0.31.1.RELEASE,,,87.0,,,37.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 96,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,decentralized-identity/dwn-sdk-js,,,,,,,, 97,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 98,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,20,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-03-04 20:26:09.000000,2026-03-04 20:26:09,3648.0,478.0,68.0,11.0,936.0,184.0,146.0,76.0,,,,,1.0,69.0,69.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,306.0,92.0,43.0,28.0,24.0,3074.0,,,,2784.0,,1.0,1.0,27.0,,,,,3.0,pyja3,https://pypi.org/project/pyja3,2784.0,,,,,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,784.0,94.0,362.0,181.0,368.0,1984.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,647.0,61.0,1834.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2126.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,57.0,77.0,256.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 103,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-13 16:36:57.000000,2026-02-13 16:35:41,645.0,8.0,73.0,34.0,470.0,96.0,122.0,251.0,,,,,,212.0,212.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,308.0,86.0,544.0,31.0,182.0,3303.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,940.0,243.0,260.0,215.0,555.0,3202.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2457.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,294.0,36.0,,53.0,792.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,,,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-03-04 16:17:19.000000,2026-03-04 16:17:16,1288.0,18.0,53.0,47.0,338.0,189.0,152.0,554.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,212.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,197.0,441.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24109.0,2.0,,,,,,,,,,,,,,,, 113,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-02-23 22:22:20.000000,2026-02-18 21:29:57,3807.0,71.0,22.0,9.0,365.0,16.0,10.0,74.0,2026-01-30 22:14:11,0.37.0,,,52.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,367.0,552.0,56.0,124.0,90.0,8122.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,54.0,4.0,310.0,16.0,22.0,1327.0,2024-06-10 20:02:54,1.15.1,3120.0,89.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-03-02 14:57:18.000000,2026-02-13 12:19:52,2019.0,19.0,162.0,61.0,574.0,8.0,246.0,696.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,19.0,101.0,73.0,524.0,9.0,380.0,458.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 119,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,28.0,6.0,24.0,15.0,22.0,241.0,2025-06-17 17:32:08,1.3.0.1,,5379.0,3.0,22.0,22.0,4.0,,,,,3.0,django-passkeys,https://pypi.org/project/django-passkeys,5379.0,,,,,,,,,,,,, 120,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,48.0,14.0,106.0,25.0,69.0,215.0,,,,,,605.0,605.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 121,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,62.0,28.0,25.0,73.0,4.0,23.0,85.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 122,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,1.0,185.0,76.0,274.0,35.0,63.0,1717.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 123,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-01-19 17:57:46.000000,2026-01-19 17:57:17,171.0,3.0,45.0,4.0,65.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 124,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,318.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 125,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,5.0,61.0,20.0,90.0,28.0,27.0,310.0,,,,341287.0,,1.0,1.0,15.0,,,,,3.0,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,341287.0,,,,,,,,, 126,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-03-05 18:34:15.000000,2026-03-05 18:28:27,3762.0,7.0,77.0,24.0,9.0,,,247.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 127,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],16,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-02-19 14:27:47.000000,2026-02-19 14:27:41,1390.0,43.0,13.0,7.0,1.0,,,144.0,2026-02-19 14:40:07,1.71.1,65.0,5.0,15.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 128,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,,,,web5/api,https://www.npmjs.com/package/web5/api,,decentralized-identity/web5-js,,,,,,,, 129,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,1.0,97.0,8.0,823.0,4.0,133.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 130,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-02-01 22:16:38.000000,2026-02-01 22:16:38,2186.0,48.0,30.0,10.0,342.0,20.0,17.0,100.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 131,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,11.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 132,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-02-19 14:37:30.000000,2026-02-19 14:37:17,2243.0,1.0,117.0,79.0,851.0,12.0,722.0,350.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 133,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-03-05 11:10:49.000000,2026-03-05 10:46:32,269.0,32.0,32.0,50.0,223.0,93.0,153.0,153.0,,,,,,,,22.0,,,,,2.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-02-24 21:12:24.000000,2026-02-24 21:12:07,916.0,8.0,236.0,51.0,442.0,47.0,178.0,132.0,,,,,,,,236.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,96.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5235.0,3.0,,,,,,,,,,,,,,,, 136,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,5.0,64.0,16.0,359.0,3.0,118.0,754.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-20 16:02:19.000000,2026-02-20 16:01:09,764.0,4.0,97.0,69.0,355.0,133.0,269.0,446.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17927.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,150.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-03-05 18:22:53.000000,2025-11-15 21:16:30,1462.0,,33.0,13.0,1606.0,7.0,9.0,139.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,14,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-02 14:54:03.000000,2026-02-10 12:22:06,5317.0,7.0,18.0,6.0,542.0,60.0,2857.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-02-13 11:40:19.000000,2026-02-13 11:38:48,190.0,15.0,17.0,8.0,20.0,2.0,10.0,22.0,2026-02-13 11:40:19,1.2.0,,,9.0,2.0,2.0,11.0,,,,,3.0,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1013.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,9.0,13.0,7.0,9.0,125.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-02-26 18:09:55.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,190.0,19.0,131.0,100.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1020.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,6.0,17.0,14.0,34.0,,5.0,72.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,25.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 159,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 160,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 161,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 162,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,46.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,9,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-03-05 16:44:50.000000,2026-01-26 17:36:49,120.0,2.0,15.0,9.0,131.0,5.0,1.0,30.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,a DID method spec for did:webs.,,,9,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2023-06-27 19:57:19,2026-02-16 17:27:14.000000,2026-02-16 17:26:43,303.0,24.0,15.0,8.0,110.0,4.0,59.0,17.0,,,,,,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-02-26 00:28:10.000000,2026-02-05 05:00:32,601.0,25.0,2.0,4.0,386.0,,2.0,7.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,110.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3538.0,3.0,,,,,,,,,,,,,,,, 169,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 171,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,56.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,56.0,646002.0,3.0,,,,,,,,,,,,,,,, 172,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4580824.0,3.0,,,,,,,,,,,,,,,, 173,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 174,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,, 175,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 176,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 178,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-03-12_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - dex (🥈31 · ⭐ 11K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - faceswap (🥉29 · ⭐ 55K · 📈) - Deepfakes Software For All. ❗️GPL-3.0 - py_webauthn (🥈27 · ⭐ 1K · 📈) - Pythonic WebAuthn. BSD-3 - keystone (🥉23 · ⭐ 710 · 📈) - OpenStack Identity (Keystone). Mirror of code maintained at.. Apache-2 openstack - keripy (🥈21 · ⭐ 76 · 📈) - Key Event Receipt Infrastructure - the spec and implementation of.. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - yubikey-manager (🥈29 · ⭐ 1.1K · 📉) - Python library and command line tool for configuring any.. BSD-2 - node-solid-server (🥇28 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - maxkey (🥉24 · ⭐ 1.9K · 📉) - Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access.. Apache-2 - universal-resolver (🥈23 · ⭐ 640 · 📉) - Universal Resolver implementation and drivers. Apache-2 - did-webs (🥉2 · 📉) - ❗Unlicensed ## ➕ Added Projects _Projects that were recently added to this best-of list._ - aip-identity (🥉15 · ⭐ 7 · 🐣) - Decentralized identity and trust layer for AI agents using.. MIT ================================================ FILE: history/2026-03-12_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,pypi_id,pypi_url,pypi_monthly_downloads,npm_id,npm_url,npm_monthly_downloads,updated_github_id,maven_id,maven_url,helm_id,trending,gem_url,brew_id,apt_id,new_addition,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-03-10 14:34:08.181841,2026-03-10 13:48:56,6244.0,199.0,1506.0,131.0,5470.0,369.0,2544.0,11369.0,2026-03-09 09:39:14,1.14.1,20108133.0,5327378.0,100.0,6524.0,6524.0,562.0,https://hub.docker.com/r/openpolicyagent/opa,2026-03-10 14:34:08.181841,46.0,612624520.0,1.0,,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-03-09 23:21:22.000000,2026-03-09 23:20:24,4631.0,124.0,2331.0,225.0,5222.0,250.0,2235.0,14165.0,2026-03-06 06:34:58,1.14.2,5725766.0,2785112.0,80.0,14612.0,14612.0,472.0,https://hub.docker.com/r/coredns/coredns,2026-03-06 06:36:36.159566,165.0,328186364.0,1.0,,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-03-12 17:42:44.000000,2026-03-12 17:42:44,10644.0,330.0,2271.0,145.0,4588.0,156.0,3550.0,13676.0,2026-03-10 15:50:52,1.20.0,113616328.0,2913239.0,100.0,2469.0,2469.0,547.0,,,,,1.0,,,,,,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,34.0,490.0,62.0,527.0,84.0,305.0,2958.0,2025-06-20 05:53:03,3.3.1,,287355248.0,50.0,645440.0,645440.0,202.0,,,,,1.0,oauthlib,https://pypi.org/project/oauthlib,287355248.0,,,,,,,,,,,,,, 15,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,1.0,3989.0,109.0,3334.0,384.0,4682.0,28139.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,13543775.0,100.0,479239.0,479239.0,899.0,,,,,1.0,,,,next-auth,https://www.npmjs.com/package/next-auth,13543775.0,,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-03-01 10:18:45.000000,2026-03-01 10:15:23,2113.0,33.0,3008.0,180.0,343.0,5.0,1230.0,22368.0,2026-03-01 10:18:45,0.0.99,,689947.0,19.0,8537.0,8537.0,96.0,,,,,1.0,deepface,https://pypi.org/project/deepface,689947.0,,,,,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-03-10 07:27:11.000000,2026-03-10 07:27:11,1736.0,101.0,514.0,57.0,302.0,116.0,419.0,5242.0,2026-03-02 07:50:44,1.6.9,,92649985.0,50.0,49976.0,49976.0,141.0,,,,,1.0,authlib,https://pypi.org/project/authlib,92649985.0,,,,authlib/authlib,,,,,,,,,, 18,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,38,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-03-12 16:24:31.000000,2026-03-12 16:24:31,1164.0,22.0,1723.0,235.0,640.0,43.0,889.0,19912.0,2026-01-26 17:06:22,3.10.0,,1831844.0,100.0,3590.0,3590.0,164.0,,,,,1.0,casbin,https://pypi.org/project/casbin,1366025.0,casbin,https://www.npmjs.com/package/casbin,465819.0,apache/casbin,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-03-01 18:29:27.000000,2026-03-01 18:29:26,10585.0,14.0,1633.0,136.0,1444.0,123.0,1057.0,11308.0,2025-04-07 17:05:07,1.0.3,,1600381.0,14.0,4086.0,4086.0,274.0,,,,,1.0,speechbrain,https://pypi.org/project/speechbrain,1600381.0,,,,,,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-03-12 05:16:31.000000,2026-03-06 21:16:08,1748.0,72.0,298.0,38.0,569.0,17.0,493.0,6844.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4355499.0,100.0,102043.0,102043.0,77.0,,,,,1.0,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4355499.0,,,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-03-12 18:14:07.000000,2026-03-12 18:14:05,22879.0,540.0,4488.0,780.0,25116.0,1213.0,5292.0,35202.0,2026-03-05 06:37:01,1.21.4,,,100.0,15553.0,15553.0,1614.0,,,,,1.0,,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1232.0,292.0,162.0,354.0,430.0,23526.0,,,,25528541.0,,1320429.0,1320429.0,38.0,,,,,2.0,,,,passport,https://www.npmjs.com/package/passport,25528541.0,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-03-09 11:18:04.000000,2026-03-09 11:18:03,4407.0,64.0,1513.0,235.0,1933.0,96.0,1489.0,17073.0,2025-11-07 14:57:03,25.4.0,537060.0,3306072.0,100.0,,,321.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,429046681.0,2.0,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],36,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-03-09 11:17:59.000000,2026-03-09 11:17:58,5026.0,84.0,1096.0,112.0,2250.0,152.0,1278.0,13548.0,2025-11-07 15:48:50,25.4.0,57227.0,1227889.0,48.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115348974.0,1.0,,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13465.0,1545.0,250.0,780.0,598.0,56209.0,2018-04-02 17:18:43,1.2.2,1449.0,211092.0,2.0,5618.0,5618.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10680.0,2.0,face_recognition,https://pypi.org/project/face_recognition,210981.0,,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-03-12 16:44:45.083391,2026-03-12 16:27:16,3334.0,209.0,1575.0,74.0,2676.0,105.0,2121.0,13161.0,2026-03-12 16:36:59,2.354.0,1175.0,16485.0,100.0,12.0,12.0,275.0,https://hub.docker.com/r/casbin/casdoor,2026-03-12 16:44:45.083391,23.0,1033389.0,1.0,,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-03-12 17:22:33.000000,2026-03-12 00:35:14,32123.0,1221.0,3926.0,584.0,7281.0,,,11427.0,2026-02-06 05:18:05,7.3.4,3500.0,8486.0,100.0,21.0,21.0,373.0,https://hub.docker.com/r/apereo/cas,2026-03-12 01:11:47.341484,131.0,1464177.0,1.0,,,,,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-03-02 08:02:00.000000,2026-03-02 08:00:24,4898.0,3.0,1942.0,188.0,1916.0,263.0,1757.0,12552.0,2025-03-05 07:11:35,r1.5.0,,1462745.0,17.0,168.0,168.0,161.0,,,,,2.0,paddlepaddle,https://pypi.org/project/paddlepaddle,1462745.0,,,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-03-12 18:02:32.000000,2026-03-12 17:23:24,7665.0,185.0,575.0,78.0,5052.0,115.0,1562.0,2242.0,2026-03-03 23:05:47,1.14.2,847056.0,14117.0,100.0,207.0,207.0,248.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-03-12 13:15:14.000000,2026-03-12 09:15:44,9029.0,439.0,1360.0,162.0,9082.0,60.0,1353.0,27152.0,2025-11-29 12:13:04,4.39.15,44426.0,705.0,100.0,,,280.0,,,,,2.0,,,,,,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-03-12 17:40:54.534706,2026-03-12 15:38:17,4209.0,162.0,319.0,41.0,5043.0,80.0,997.0,4714.0,2026-02-19 00:39:43,0.32.2,57124.0,18758397.0,100.0,23.0,23.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-03-12 17:40:54.534706,13.0,1613148881.0,2.0,,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,420.0,27.0,562.0,97.0,362.0,604.0,2025-10-07 20:02:21,7.5.4,,2542554.0,55.0,2202.0,2202.0,181.0,,,,,2.0,pysaml2,https://pypi.org/project/pysaml2,2542554.0,,,,,,,,,,,,,, 33,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-02-02 04:44:50.000000,2025-11-25 04:00:35,2386.0,,5874.0,510.0,211.0,1216.0,1395.0,28066.0,2023-04-02 07:43:27,0.7,12416979.0,354772.0,1.0,4946.0,4946.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,250.0,2.0,,,,,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-03-11 23:51:11.000000,2026-03-11 23:36:13,5457.0,148.0,366.0,49.0,2316.0,99.0,470.0,6510.0,2026-03-02 15:24:51,1.49.2,197299.0,133065.0,100.0,153.0,153.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-03-02 15:33:41.133275,7.0,7077463.0,2.0,,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-03-09 11:17:58.000000,2026-03-09 11:17:57,1871.0,68.0,373.0,55.0,1406.0,39.0,295.0,5295.0,2025-11-07 14:48:11,25.4.0,43984.0,536168.0,54.0,40.0,40.0,86.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51424267.0,2.0,,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-03-11 19:35:11.000000,2026-03-11 19:35:06,2775.0,40.0,761.0,66.0,282.0,,,3702.0,2026-03-06 22:44:35,9.7.0,,799722.0,100.0,2054.0,2054.0,76.0,,,,,2.0,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,799722.0,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-03-09 11:18:32.000000,2026-03-09 11:18:31,1643.0,47.0,385.0,47.0,770.0,64.0,307.0,3583.0,2025-11-07 14:57:21,25.4.0,25410.0,889071.0,100.0,16.0,16.0,123.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90659351.0,2.0,,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-03-12 18:40:58.000000,2026-03-12 18:40:58,18124.0,615.0,953.0,108.0,9281.0,1447.0,16140.0,883.0,2025-10-24 04:51:27,7.2.0,21180.0,14420.0,100.0,,,743.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2007140.0,2.0,,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-03-12 17:19:03.000000,2026-03-12 17:19:02,21105.0,1101.0,1504.0,69.0,16197.0,809.0,3217.0,20485.0,2026-03-03 20:13:59,ersion/2026.2.1,5073.0,195.0,100.0,,,516.0,,,,,2.0,,,,,,,,,,https://charts.goauthentik.io,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-03-12 17:50:00.000000,2026-03-12 10:34:04,8265.0,297.0,714.0,50.0,7524.0,162.0,618.0,11692.0,2026-02-28 09:31:48,1.37.1,7557.0,6727.0,81.0,6.0,6.0,83.0,https://hub.docker.com/r/svhd/logto,2026-03-12 10:39:35.545713,6.0,374341.0,2.0,,,,,,,,,,,,,,,,, 41,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],31,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-03-12 08:45:02.000000,2026-03-12 08:45:00,3758.0,163.0,1787.0,167.0,3118.0,335.0,877.0,10653.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,192.0,192.0,290.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,1.0,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-03-12 18:16:14.000000,2026-03-11 15:15:53,5019.0,74.0,301.0,189.0,6075.0,109.0,284.0,4023.0,2026-02-13 13:52:10,0.21.1,,305923.0,74.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22638375.0,3.0,,,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-03-12 16:02:00.000000,2026-03-12 16:01:58,4365.0,248.0,965.0,61.0,7347.0,833.0,2653.0,13230.0,2026-03-11 08:12:57,3.4.8,15616.0,1419.0,100.0,1.0,1.0,244.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,,https://charts.zitadel.com,,,,,,, 44,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,30,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-03-12 06:48:46.000000,2026-03-12 06:48:46,2655.0,87.0,306.0,21.0,2789.0,232.0,962.0,4681.0,2026-02-24 03:04:34,1.9.1,420.0,8942.0,54.0,42.0,42.0,148.0,https://hub.docker.com/r/kanidm/server,2026-02-24 03:58:23.691033,4.0,759692.0,3.0,,,,,,,,,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-03-12 18:45:36.000000,2026-03-12 10:42:26,35744.0,298.0,164.0,30.0,7816.0,315.0,5146.0,613.0,2026-01-22 17:46:22,1.16.0,9100.0,313.0,100.0,14.0,14.0,143.0,,,,,3.0,,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11685.0,709.0,355.0,,,95842.0,2025-06-26 01:06:09,20250625,,1792333.0,13.0,21.0,21.0,79.0,,,,,3.0,openai-whisper,https://pypi.org/project/openai-whisper,1792333.0,,,,,,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-03-12 11:34:12.000000,2026-03-12 10:27:16,1861.0,10.0,13274.0,1526.0,537.0,2.0,896.0,55034.0,2025-12-21 02:44:08,3.0.0,75444.0,887.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,1.0,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-03-12 17:09:24.000000,2026-03-11 23:07:05,7293.0,91.0,618.0,132.0,5351.0,176.0,3114.0,5686.0,2026-03-09 22:19:29,0.20260309.0,35338.0,16728.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-03-09 18:18:10.190464,13.0,2051046.0,2.0,,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-03-05 11:28:49.000000,2026-03-04 12:02:44,2534.0,14.0,1040.0,102.0,890.0,49.0,852.0,5463.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11091.0,11091.0,337.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,556.0,52.0,7293.0,,1780.0,4606.0,2025-06-30 22:09:21,ockam_v0.157.0,15071.0,327.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-03-01 20:53:02.000000,2026-02-18 14:30:05,3027.0,42.0,139.0,59.0,336.0,40.0,322.0,1080.0,2026-01-22 14:54:05,5.9.0,41371.0,35897.0,46.0,224.0,224.0,53.0,,,,,2.0,yubikey-manager,https://pypi.org/project/yubikey-manager,35541.0,,,,,,,,-1.0,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3478.0,740.0,77.0,5.0,382.0,15477.0,2024-10-04 12:56:15,0.2.2,,1298.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163640.0,3.0,,,,,,,,,,,,,,,,, 53,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-03-12 11:34:15.000000,2026-03-12 11:34:14,2410.0,167.0,172.0,33.0,2561.0,48.0,366.0,4257.0,2026-02-04 09:23:48,0.51.0,56863.0,947.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 54,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,41.0,299.0,73.0,893.0,296.0,644.0,1797.0,2026-01-07 15:47:40,6.0.0,,9157.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005416.0,1.0,,,,solid-server,https://www.npmjs.com/package/solid-server,1872.0,,,,,-1.0,,,,,, 55,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-03-10 04:53:47.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,233.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,323053.0,100.0,6190.0,6190.0,42.0,,,,,1.0,,,,did-jwt,https://www.npmjs.com/package/did-jwt,323053.0,,,,,,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3825.0,347.0,113.0,452.0,393.0,17793.0,2020-03-22 14:01:55,0.22.2,,356628.0,38.0,,,25.0,,,,,3.0,,,,face-api.js,https://www.npmjs.com/package/face-api.js,356628.0,,,,,,,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-03-12 10:31:23.000000,2026-03-12 10:31:19,2477.0,100.0,1013.0,40.0,2013.0,33.0,385.0,8865.0,2026-03-03 08:17:35,backend/v2.5.0,1125.0,25.0,40.0,337.0,337.0,54.0,,,,,3.0,,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,,266.0,29.0,611.0,49.0,127.0,5434.0,2026-01-22 11:31:58,0.9.3,1919.0,7517.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,456606.0,3.0,,,,,,,,,,,,,,,,, 59,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,184.0,25.0,1530.0,110.0,104.0,3492.0,2024-01-13 04:08:30,0.27.3,3856.0,24015.0,100.0,219.0,219.0,68.0,,,,,3.0,oso,https://pypi.org/project/oso,23952.0,,,,,,,,,,,,,, 60,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,33.0,147.0,1.0,107.0,1033.0,2026-02-11 23:35:38,2.7.1,,3609969.0,37.0,,,32.0,,,,,2.0,webauthn,https://pypi.org/project/webauthn,3609969.0,,,,,,,,1.0,,,,,, 61,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-03-12 14:43:20.000000,2026-03-12 14:43:18,3702.0,74.0,294.0,49.0,2901.0,35.0,275.0,982.0,2026-03-03 16:23:42,1.12.35,,,100.0,375.0,375.0,103.0,,,,,2.0,,,,,,,,,,,,,,,,, 62,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,26,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-03-12 16:53:22.000000,2026-03-12 11:44:54,5695.0,178.0,286.0,23.0,2458.0,57.0,291.0,5830.0,2026-03-12 12:54:04,1.6.6,11175.0,399.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,,, 63,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-03-12 18:39:40.000000,2026-02-23 18:05:41,7120.0,14.0,318.0,417.0,4724.0,109.0,448.0,1766.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,,, 64,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-03-12 17:55:54.000000,2026-02-11 12:59:21,1942.0,29.0,132.0,22.0,868.0,68.0,393.0,528.0,2026-02-11 12:59:23,7.0.0,,,47.0,923.0,923.0,59.0,,,,,1.0,,,,,,,,,,,,,,,,, 65,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-03-10 05:07:04.000000,2026-02-02 01:38:27,559.0,8.0,76.0,26.0,158.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,22256.0,71.0,1902.0,1902.0,28.0,,,,,1.0,,,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,22256.0,,,,,,,,,,, 66,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-03-10 05:41:46.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,74963.0,70.0,1367.0,1367.0,22.0,,,,,1.0,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,74963.0,,,,,,,,,,, 67,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-03-12 17:42:00.000000,2026-03-04 17:21:59,8165.0,232.0,389.0,37.0,1532.0,,323.0,1598.0,2026-02-18 15:25:01,bff-4.1.1,,,100.0,,,340.0,,,,,2.0,,,,,,,DuendeSoftware/products,,,,,,,,,, 68,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-03-12 12:30:18.000000,2026-03-12 07:40:01,23298.0,383.0,101.0,8.0,3167.0,352.0,1941.0,1493.0,2026-02-04 13:03:42,authgear-once/1.2.0,670.0,12.0,70.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,,, 69,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-03-09 22:32:21.000000,2026-03-09 14:27:55,10452.0,142.0,499.0,23.0,2646.0,153.0,1285.0,482.0,2026-03-02 22:41:29,1.3-lts,,,100.0,,,166.0,,,,,1.0,,,,,,,openwallet-foundation/acapy,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,833.0,68.0,131.0,531.0,786.0,19068.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,225944.0,3138.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-03-12 12:02:53.000000,2026-02-13 16:19:36,1407.0,53.0,643.0,66.0,674.0,131.0,403.0,14962.0,2026-02-23 15:55:18,9.2.5,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,,, 72,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-03-12 02:03:14.000000,2026-03-12 02:03:10,2744.0,36.0,387.0,30.0,124.0,2.0,133.0,1858.0,2026-02-02 00:59:44,4.1.11,,378.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,42340.0,3.0,,,,,,,,,,,-1.0,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-03-12 16:02:22.000000,2026-03-12 16:01:17,16422.0,67.0,361.0,46.0,8232.0,,,1372.0,,,,38214.0,,,,252.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-03-11 08:39:14.677793,180.0,6343613.0,3.0,,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-03-12 15:15:36.000000,2026-03-12 15:05:07,1742.0,22.0,97.0,25.0,1330.0,88.0,351.0,343.0,2026-03-03 15:36:04,1.9.2-beta.1,,,59.0,157.0,157.0,44.0,,,,,1.0,,,,,,,iotaledger/identity,,,,,,,,,, 75,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-03-12 17:52:02.000000,2026-03-09 19:50:56,2174.0,47.0,175.0,23.0,1479.0,21.0,285.0,191.0,2026-03-12 17:52:02,2.12.10,,,58.0,7.0,7.0,65.0,,,,,1.0,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,,193.0,41.0,342.0,33.0,248.0,1408.0,2025-08-29 13:12:19,4.0.0,,,21.0,371.0,371.0,51.0,,,,,3.0,,,,,,,,,,,,,,,,, 77,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,941.0,2025-11-20 20:24:03,1.24.0,1688.0,65128.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7617989.0,3.0,,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-03-10 10:45:57.000000,2026-03-10 10:44:08,15311.0,28.0,679.0,106.0,19.0,,,709.0,,,,,,191.0,191.0,760.0,,,,,3.0,,,,,,,,,,,1.0,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-03-12 12:57:05.000000,2026-03-10 18:45:00,2065.0,34.0,272.0,55.0,409.0,35.0,90.0,636.0,2022-01-07 16:42:38,0.5.0,,1460.0,6.0,,,131.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-10 19:04:48.170395,,150411.0,2.0,,,,,,,,,,,-1.0,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,16.0,57.0,7.0,40.0,1.0,63.0,588.0,2026-02-15 16:48:57,2.3.5,,,42.0,5523.0,5523.0,20.0,,,,,3.0,,,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-03-11 15:16:17.000000,2026-03-11 15:16:16,14838.0,101.0,151.0,14.0,2278.0,103.0,2925.0,482.0,2023-06-16 12:51:58,11.4.3,9962.0,99.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-03-12 15:48:35.000000,2026-03-12 15:45:30,1366.0,52.0,228.0,26.0,1758.0,238.0,651.0,338.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-03-12 14:22:52.000000,2026-03-12 11:20:32,12375.0,652.0,108.0,5.0,1286.0,5.0,300.0,260.0,2026-01-22 16:02:05,0.17.1,,,100.0,,,42.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-03-09 06:37:53.000000,2026-03-09 01:37:41,373.0,14.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,40059.0,43.0,1436.0,1436.0,12.0,,,,,2.0,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,40059.0,,,,,,,,,,, 85,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],23,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-03-05 05:54:00.000000,2026-02-13 14:21:21,3153.0,36.0,40.0,11.0,4056.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,993.0,993.0,27.0,,,,,3.0,,,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1147.0,451.0,25.0,1.0,143.0,30615.0,2023-01-21 09:26:53,TINA_SHIFT,1610324.0,28251.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,,, 87,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-03-12 14:15:35.000000,2026-03-12 11:35:43,667.0,24.0,320.0,54.0,270.0,7.0,137.0,4338.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,47.0,,,,,3.0,,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,783.0,237.0,367.0,64.0,210.0,2903.0,2015-09-29 22:50:55,1.1.0,126879.0,857.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-02-27 23:09:32.000000,2026-02-25 19:39:36,2784.0,16.0,252.0,186.0,1000.0,72.0,1246.0,1372.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,2.0,57.0,12.0,249.0,29.0,91.0,85.0,2025-11-13 16:53:54,0.2.3,371661.0,9780.0,33.0,74.0,74.0,28.0,,,,,2.0,,,,,,,anoncreds/anoncreds-rs,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,362.0,70.0,172.0,302.0,612.0,7393.0,2020-09-02 15:57:23,2.6.1,30945.0,319.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-03-10 04:37:04.000000,2026-02-02 01:58:20,418.0,2.0,42.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7830.0,7830.0,25.0,,,,,2.0,,,,,,,,,,,,,,,,, 93,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-03-12 13:11:25.000000,2026-03-12 13:11:25,3714.0,544.0,68.0,11.0,956.0,181.0,152.0,76.0,,,,,1.0,69.0,69.0,39.0,,,,,2.0,,,,,,,,,,,1.0,,,,,, 94,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-03-04 17:06:02.000000,2026-03-04 17:05:39,702.0,87.0,40.0,4.0,353.0,6.0,39.0,71.0,2026-03-04 17:06:02,1.42.1,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4682.0,550.0,123.0,511.0,619.0,14313.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-03-12 17:06:31.000000,2026-03-12 17:02:57,2834.0,116.0,88.0,20.0,1040.0,10.0,149.0,568.0,2026-03-01 17:21:47,0.31.1.RELEASE,,,87.0,,,37.0,,,,,3.0,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,decentralized-identity/dwn-sdk-js,,,,,,,,,, 98,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,239.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,,, 99,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,306.0,92.0,43.0,28.0,24.0,3074.0,,,,2724.0,,1.0,1.0,27.0,,,,,3.0,pyja3,https://pypi.org/project/pyja3,2724.0,,,,,,,,,,,,,, 100,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,94.0,362.0,181.0,368.0,1989.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,,, 101,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,647.0,61.0,1834.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2133.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,hyperledger-indy/indy-node,,,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,57.0,77.0,259.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,,, 103,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-13 16:36:57.000000,2026-02-13 16:35:41,645.0,8.0,74.0,34.0,470.0,96.0,122.0,251.0,,,,,,212.0,212.0,31.0,,,,,2.0,,,,,,,,,,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,309.0,86.0,544.0,31.0,182.0,3308.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,,, 105,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,940.0,243.0,260.0,215.0,555.0,3204.0,,,,,,,,49.0,,,,,3.0,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,,,, 106,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,,, 107,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1233.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,,, 108,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,64.0,294.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-03-12 11:30:13.000000,2026-03-12 11:30:11,1289.0,16.0,53.0,47.0,339.0,189.0,152.0,555.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,,, 111,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,212.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,,, 112,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,197.0,443.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24237.0,2.0,,,,,,,,,,,,,,,,, 113,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-03-06 20:46:50.000000,2026-03-06 20:46:50,3813.0,66.0,22.0,9.0,366.0,16.0,10.0,73.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,,, 114,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,552.0,56.0,124.0,90.0,8120.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,,, 115,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,54.0,4.0,310.0,16.0,22.0,1328.0,2024-06-10 20:02:54,1.15.1,3120.0,89.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,,, 116,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-03-12 14:51:51.000000,2026-03-10 10:09:19,2027.0,20.0,163.0,61.0,578.0,8.0,246.0,696.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,,, 117,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,19.0,101.0,73.0,524.0,11.0,380.0,459.0,,,,,,,,71.0,,,,,2.0,,,,,,,w3c/did,,,,,,,,,, 118,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,,, 119,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,28.0,6.0,24.0,15.0,22.0,242.0,2025-06-17 17:32:08,1.3.0.1,,5760.0,3.0,22.0,22.0,4.0,,,,,3.0,django-passkeys,https://pypi.org/project/django-passkeys,5760.0,,,,,,,,,,,,,, 120,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,48.0,14.0,106.0,25.0,69.0,215.0,,,,,,605.0,605.0,16.0,,,,,3.0,,,,,,,,,,,,,,,,, 121,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,58.0,28.0,25.0,73.0,4.0,23.0,86.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,2.0,,,,,,,,,,,,,,,,, 122,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,1.0,186.0,76.0,274.0,35.0,63.0,1720.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,,, 123,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-03-09 01:19:16.000000,2026-03-09 01:19:11,172.0,4.0,45.0,4.0,66.0,,46.0,397.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,,, 124,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,318.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,,, 125,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,16,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,4.0,61.0,20.0,90.0,28.0,27.0,310.0,,,,354181.0,,1.0,1.0,15.0,,,,,3.0,,,,did-resolver,https://www.npmjs.com/package/did-resolver,354181.0,,,,,,,,,,, 126,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-03-05 18:34:15.000000,2026-03-05 18:28:27,3762.0,7.0,77.0,24.0,9.0,,,247.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,,, 127,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,,,web5/api,https://www.npmjs.com/package/web5/api,,decentralized-identity/web5-js,,,,,,,,,, 128,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,1.0,97.0,8.0,823.0,4.0,133.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,,, 129,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,16,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-03-07 02:34:36.000000,2026-03-07 02:34:33,2193.0,45.0,30.0,10.0,342.0,20.0,17.0,100.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,,, 130,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-03-10 22:30:02.000000,2026-02-19 14:37:17,2243.0,1.0,117.0,79.0,853.0,11.0,723.0,351.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,,, 131,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-03-12 07:48:53.000000,2026-03-12 07:35:21,270.0,32.0,33.0,51.0,225.0,90.0,157.0,154.0,,,,,,,,22.0,,,,,2.0,,,,,,,w3c-fedid/digital-credentials,,,,,,,,,, 132,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-03-10 14:36:24.000000,2026-03-10 14:36:19,1393.0,41.0,13.0,7.0,1.0,,,144.0,2026-03-10 15:04:45,1.72.0,65.0,5.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,, 133,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,9.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,,, 134,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5299.0,3.0,,,,,,,,,,,,,,,,, 135,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,15,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-12 16:14:09.000000,2026-03-12 16:14:09,283.0,283.0,,1.0,,3.0,,7.0,2026-03-11 08:04:57,0.5.34,,3244.0,6.0,,,,,,,,3.0,aip-identity,https://pypi.org/project/aip-identity,3244.0,,,,,,,,,,,,True,, 136,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,5.0,65.0,16.0,359.0,3.0,118.0,755.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-20 16:02:19.000000,2026-02-20 16:01:09,764.0,4.0,98.0,69.0,355.0,136.0,270.0,454.0,,,,,,,,42.0,,,,,3.0,,,,,,,w3c-fedid/FedCM,,,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17937.0,3.0,,,,,,,presbrey/beyond,,,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,150.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,,, 140,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,14,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-03-12 16:33:58.000000,2025-11-15 21:16:30,1462.0,,33.0,13.0,1615.0,7.0,9.0,141.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,,, 141,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,14,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-02-24 21:12:24.000000,2026-02-24 21:12:07,916.0,2.0,238.0,51.0,446.0,47.0,178.0,131.0,,,,,,,,236.0,,,,,3.0,,,,,,,w3c/did-extensions,,,,,,,,,, 142,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,27.0,240.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,,, 143,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,14,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-10 21:19:02.000000,2026-02-10 12:22:06,5317.0,5.0,18.0,6.0,542.0,60.0,2857.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,,, 144,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,16.0,16.0,39.0,,,,,3.0,,,,,,,,,,,,,,,,, 145,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-02-13 11:40:19.000000,2026-02-13 11:38:48,190.0,15.0,17.0,8.0,20.0,2.0,10.0,22.0,2026-02-13 11:40:19,1.2.0,,,9.0,2.0,2.0,11.0,,,,,3.0,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,,, 146,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,,, 147,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,,, 148,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,9.0,13.0,7.0,9.0,125.0,,,,,,19.0,19.0,7.0,,,,,3.0,,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-02-26 18:09:55.000000,2025-07-07 17:40:36,925.0,,26.0,14.0,190.0,19.0,131.0,100.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,,, 153,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1023.0,3.0,,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,41.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,,, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,72.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-03-11 21:56:16.000000,2026-03-11 21:56:14,123.0,5.0,15.0,9.0,133.0,5.0,1.0,31.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,10,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,3.0,9.0,9.0,135.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,,, 164,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,9,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2025-10-13 21:16:29.000000,2025-10-13 21:16:29,108.0,,13.0,9.0,46.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-03-12 16:18:29.000000,2026-03-12 16:18:28,605.0,29.0,2.0,4.0,387.0,,2.0,7.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,114.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3660.0,3.0,,,,,,,,,,,,,,,,, 169,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,-7.0,,,,,, 170,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,procivis/one-core, 172,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,56.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,56.0,649836.0,3.0,,,,,,,,,,,,,,,,, 173,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4584921.0,3.0,,,,,,,,,,,,,,,,, 174,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,, 175,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-03-19_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇37 · ⭐ 33K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - ory-kratos (🥇37 · ⭐ 14K · 📈) - Headless cloud-native authentication and identity.. Apache-2 ory - dex (🥈32 · ⭐ 11K · 📈) - OpenID Connect (OIDC) identity and OAuth 2.0 provider with.. Apache-2 linux-foundation - kanidm (🥈31 · ⭐ 4.7K · 📈) - Kanidm: A simple, secure, and fast identity management platform. MPL-2.0 - yubikey-manager (🥈30 · ⭐ 1.1K · 📈) - Python library and command line tool for configuring any.. BSD-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - open-policy-agent (🥇41 · ⭐ 11K · 📉) - Open Policy Agent (OPA) is an open source, general-.. Apache-2 cncf linux-foundation - casbin (🥈33 · ⭐ 20K · 📉) - Apache Casbin: an authorization library that supports access.. Apache-2 - gotrue (🥉20 · ⭐ 4.3K · 📉) - An JWT based API for managing users and issuing JWT tokens. MIT - digitalbazaar-vc (🥉13 · ⭐ 220 · 📉) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 - did-key.rs (🥉9 · ⭐ 50 · 💀) - Rust implementation of the did:key method. Apache-2 dif ================================================ FILE: history/2026-03-19_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,trending,pypi_id,pypi_url,pypi_monthly_downloads,npm_id,npm_url,npm_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-03-19 03:00:29.000000,2026-03-19 03:00:26,4649.0,125.0,2333.0,225.0,5244.0,246.0,2240.0,14114.0,2026-03-06 06:34:58,1.14.2,5756637.0,2787480.0,80.0,14626.0,14626.0,473.0,https://hub.docker.com/r/coredns/coredns,2026-03-06 06:36:36.159566,165.0,328438099.0,1.0,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-03-19 12:06:41.000000,2026-03-19 12:04:22,10661.0,330.0,2276.0,145.0,4604.0,158.0,3552.0,13694.0,2026-03-10 15:50:52,1.20.0,114101636.0,2925682.0,100.0,2486.0,2486.0,548.0,,,,,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-03-19 11:59:43.853550,2026-03-19 11:15:33,6252.0,184.0,1505.0,131.0,5479.0,370.0,2546.0,11396.0,2026-03-09 09:39:14,1.14.1,23586217.0,5389712.0,100.0,6556.0,6556.0,564.0,https://hub.docker.com/r/openpolicyagent/opa,2026-03-19 11:59:43.853550,46.0,612915736.0,1.0,-1.0,,,,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,34.0,493.0,62.0,530.0,86.0,305.0,2958.0,2025-06-20 05:53:03,3.3.1,,289221489.0,50.0,645875.0,645875.0,202.0,,,,,1.0,,oauthlib,https://pypi.org/project/oauthlib,289221489.0,,,,,,,,,,,, 15,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,1.0,3993.0,110.0,3334.0,385.0,4684.0,28162.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,13689445.0,100.0,479521.0,479521.0,899.0,,,,,1.0,,,,,next-auth,https://www.npmjs.com/package/next-auth,13689445.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-03-01 10:18:45.000000,2026-03-01 10:15:23,2113.0,28.0,3014.0,182.0,343.0,5.0,1230.0,22418.0,2026-03-01 10:18:45,0.0.99,,769892.0,19.0,8546.0,8546.0,96.0,,,,,1.0,,deepface,https://pypi.org/project/deepface,769892.0,,,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-03-19 16:49:59.000000,2026-03-19 16:49:59,1741.0,105.0,514.0,57.0,303.0,115.0,420.0,5245.0,2026-03-02 07:50:44,1.6.9,,100562528.0,50.0,50295.0,50295.0,141.0,,,,,1.0,,authlib,https://pypi.org/project/authlib,100562528.0,,,,authlib/authlib,,,,,,,, 18,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-03-01 18:29:27.000000,2026-03-01 18:29:26,10585.0,13.0,1636.0,136.0,1444.0,124.0,1057.0,11335.0,2025-04-07 17:05:07,1.0.3,,1760524.0,14.0,4091.0,4091.0,274.0,,,,,1.0,,speechbrain,https://pypi.org/project/speechbrain,1760524.0,,,,,,,,,,,, 19,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-03-13 09:11:08.000000,2026-03-13 09:09:43,1749.0,64.0,298.0,38.0,571.0,17.0,493.0,6855.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4248208.0,100.0,102077.0,102077.0,77.0,,,,,1.0,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4248208.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-03-19 17:20:19.000000,2026-03-19 17:20:17,22962.0,580.0,4495.0,779.0,25126.0,1217.0,5293.0,35238.0,2026-03-05 06:37:01,1.21.4,,,100.0,15565.0,15565.0,1615.0,,,,,1.0,,,,,,,,,,,,,,,, 21,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2026-03-19 15:19:55.000000,2026-03-19 15:19:54,30504.0,687.0,7984.0,395.0,23216.0,2261.0,15488.0,33441.0,2026-03-19 06:45:39,26.5.6,1065599.0,17468.0,100.0,,,1761.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,37.0,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1233.0,292.0,164.0,354.0,430.0,23526.0,,,,24883137.0,,1320694.0,1320694.0,38.0,,,,,2.0,,,,,passport,https://www.npmjs.com/package/passport,24883137.0,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-03-09 11:17:59.000000,2026-03-09 11:17:58,5026.0,77.0,1098.0,112.0,2250.0,148.0,1283.0,13558.0,2025-11-07 15:48:50,25.4.0,57691.0,1228171.0,48.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2025-11-07 15:48:38.908032,22.0,115374883.0,1.0,1.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-03-09 11:18:04.000000,2026-03-09 11:18:03,4407.0,54.0,1512.0,235.0,1935.0,98.0,1489.0,17082.0,2025-11-07 14:57:03,25.4.0,537841.0,3306579.0,100.0,,,321.0,https://hub.docker.com/r/oryd/hydra,2025-11-07 14:56:52.769480,78.0,429111614.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13474.0,1545.0,250.0,778.0,598.0,56238.0,2018-04-02 17:18:43,1.2.2,1449.0,223610.0,2.0,5620.0,5620.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10713.0,2.0,,face_recognition,https://pypi.org/project/face_recognition,223498.0,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-03-19 17:49:21.000000,2026-03-19 14:48:06,3343.0,214.0,1576.0,74.0,2693.0,104.0,2129.0,13220.0,2026-03-19 15:00:07,2.360.0,1200.0,17334.0,100.0,12.0,12.0,276.0,https://hub.docker.com/r/casbin/casdoor,2026-03-19 15:09:04.458954,23.0,1048751.0,2.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-03-19 18:42:12.433174,2026-03-19 12:16:51,32293.0,1274.0,3925.0,584.0,7313.0,,,11429.0,2026-02-06 05:18:05,7.3.4,3546.0,8523.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-03-19 18:42:12.433174,131.0,1470353.0,2.0,,,,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-03-16 07:26:47.000000,2026-03-16 07:26:47,4900.0,5.0,1943.0,188.0,1920.0,264.0,1757.0,12560.0,2025-03-05 07:11:35,r1.5.0,,1527431.0,17.0,168.0,168.0,162.0,,,,,2.0,,paddlepaddle,https://pypi.org/project/paddlepaddle,1527431.0,,,,,,,,,,,, 29,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",34,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-03-19 18:39:21.000000,2026-03-19 12:14:45,7678.0,188.0,576.0,77.0,5079.0,114.0,1566.0,2254.0,2026-03-18 13:38:16,1.14.3,819604.0,13660.0,100.0,207.0,207.0,248.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-03-19 17:56:26.000000,2026-03-19 10:25:00,9099.0,462.0,1367.0,162.0,9154.0,59.0,1354.0,27263.0,2026-03-14 08:28:15,4.39.16,44546.0,707.0,100.0,,,281.0,,,,,2.0,,,,,,,,,,,,,,,, 31,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,33,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-03-12 16:24:31.000000,2026-03-12 16:24:31,1164.0,19.0,1723.0,235.0,640.0,43.0,889.0,19931.0,2026-01-26 17:06:22,3.10.0,,1931061.0,100.0,,,163.0,,,,,2.0,-5.0,casbin,https://pypi.org/project/casbin,1468913.0,casbin,https://www.npmjs.com/package/casbin,462148.0,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-03-19 17:45:48.632240,2026-03-19 15:43:23,4220.0,163.0,321.0,41.0,5061.0,81.0,999.0,4727.0,2026-03-17 22:56:18,0.32.4,56478.0,18758490.0,100.0,23.0,23.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-03-19 17:45:48.632240,13.0,1613156667.0,2.0,,,,,,,,,,,,,,,, 33,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,420.0,28.0,563.0,97.0,362.0,604.0,2025-10-07 20:02:21,7.5.4,,2717897.0,55.0,2206.0,2206.0,181.0,,,,,2.0,,pysaml2,https://pypi.org/project/pysaml2,2717897.0,,,,,,,,,,,, 34,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-18 22:04:44.000000,2026-03-18 22:04:44,2389.0,3.0,5878.0,511.0,211.0,1217.0,1395.0,28132.0,2023-04-02 07:43:27,0.7,12477409.0,356499.0,1.0,4955.0,4955.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,256.0,2.0,,,,,,,,,,,,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-03-19 14:53:15.000000,2026-03-19 14:53:15,3787.0,191.0,1792.0,167.0,3148.0,335.0,881.0,10667.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,194.0,194.0,292.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,1.0,,,,,,,,,,,,,,, 36,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-03-19 02:14:44.000000,2026-03-18 21:20:34,5461.0,141.0,368.0,49.0,2319.0,99.0,470.0,6538.0,2026-03-02 15:24:51,1.49.2,198190.0,136674.0,100.0,153.0,153.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-03-02 15:33:41.133275,7.0,7274863.0,2.0,,,,,,,,,,,,,,,, 37,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-03-09 11:17:58.000000,2026-03-09 11:17:57,1871.0,60.0,373.0,55.0,1406.0,41.0,294.0,5296.0,2025-11-07 14:48:11,25.4.0,44329.0,536263.0,54.0,40.0,40.0,86.0,https://hub.docker.com/r/oryd/keto,2025-11-07 14:47:59.149121,10.0,51433033.0,2.0,,,,,,,,,,,,,,,, 38,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-03-19 14:05:03.000000,2026-03-19 14:04:59,2781.0,46.0,762.0,66.0,283.0,,1.0,3707.0,2026-03-18 11:58:17,9.7.1,,796679.0,100.0,2071.0,2071.0,76.0,,,,,2.0,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,796679.0,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-03-19 18:18:57.000000,2026-03-19 18:18:57,18220.0,696.0,956.0,108.0,9332.0,1491.0,16202.0,882.0,2025-10-24 04:51:27,7.2.0,21229.0,14430.0,100.0,,,747.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2008522.0,2.0,,,,,,,,,,,,,,,, 40,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-03-19 18:53:06.000000,2026-03-19 15:46:47,21203.0,1107.0,1512.0,70.0,16325.0,813.0,3230.0,20579.0,2026-03-03 20:13:59,ersion/2026.2.1,5212.0,200.0,100.0,,,517.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-03-19 18:43:21.000000,2026-03-19 11:11:42,8299.0,304.0,722.0,50.0,7571.0,163.0,623.0,11730.0,2026-02-28 09:31:48,1.37.1,7607.0,6804.0,81.0,8.0,8.0,83.0,https://hub.docker.com/r/svhd/logto,2026-03-19 11:16:16.719058,6.0,378677.0,2.0,,,,,,,,,,,,,,,, 42,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-03-18 02:00:23.000000,2026-03-18 02:00:22,2660.0,90.0,308.0,21.0,2795.0,231.0,965.0,4703.0,2026-03-13 05:28:21,1.9.2,420.0,9047.0,55.0,42.0,42.0,149.0,https://hub.docker.com/r/kanidm/server,2026-03-13 05:36:24.057697,4.0,768633.0,2.0,1.0,,,,,,,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-03-19 18:48:02.000000,2026-03-19 13:12:35,5025.0,76.0,303.0,188.0,6104.0,109.0,284.0,4024.0,2026-02-13 13:52:10,0.21.1,,307087.0,74.0,13.0,13.0,200.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22724482.0,2.0,,,,,,,,,,,,,,,, 44,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],31,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-03-09 11:18:32.000000,2026-03-09 11:18:31,1643.0,41.0,387.0,48.0,772.0,64.0,308.0,3585.0,2025-11-07 14:57:21,25.4.0,25439.0,889209.0,100.0,16.0,16.0,123.0,https://hub.docker.com/r/oryd/oathkeeper,2025-11-07 14:57:11.257698,44.0,90673442.0,2.0,,,,,,,,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-03-19 18:58:08.000000,2026-03-19 08:45:21,4387.0,256.0,977.0,61.0,7382.0,828.0,2667.0,13305.0,2026-03-17 15:51:09,3.4.9,15478.0,1407.0,100.0,1.0,1.0,245.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-03-19 18:34:41.000000,2026-03-19 18:28:15,3029.0,44.0,139.0,59.0,336.0,40.0,322.0,1084.0,2026-01-22 14:54:05,5.9.0,41537.0,35381.0,46.0,226.0,226.0,53.0,,,,,2.0,1.0,yubikey-manager,https://pypi.org/project/yubikey-manager,35023.0,,,,,,,,,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-03-19 17:14:58.000000,2026-03-19 14:51:44,35761.0,299.0,166.0,30.0,7857.0,300.0,5173.0,613.0,2026-01-22 17:46:22,1.16.0,10134.0,349.0,100.0,14.0,14.0,143.0,,,,,3.0,,,,,,,,,,,,,,,, 48,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11720.0,715.0,357.0,,,96260.0,2025-06-26 01:06:09,20250625,,1791267.0,13.0,21.0,21.0,79.0,,,,,3.0,,openai-whisper,https://pypi.org/project/openai-whisper,1791267.0,,,,,,,,,,,, 49,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-03-17 18:33:07.000000,2026-03-17 18:32:52,1862.0,11.0,13274.0,1527.0,538.0,2.0,896.0,55057.0,2025-12-21 02:44:08,3.0.0,75864.0,892.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-03-19 18:55:00.000000,2026-03-19 17:19:58,7299.0,90.0,616.0,132.0,5359.0,176.0,3115.0,5690.0,2026-03-17 21:15:28,0.20260317.0,34970.0,16718.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-03-09 18:18:10.190464,13.0,2051809.0,2.0,,,,,,,,,,,,,,,, 51,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-03-18 08:20:52.000000,2026-03-04 12:02:44,2534.0,14.0,1040.0,102.0,892.0,48.0,853.0,5464.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11110.0,11110.0,337.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 52,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,556.0,52.0,7294.0,,1780.0,4607.0,2025-06-30 22:09:21,ockam_v0.157.0,15107.0,328.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3478.0,740.0,77.0,5.0,382.0,15482.0,2024-10-04 12:56:15,0.2.2,,1298.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163652.0,3.0,,,,,,,,,,,,,,,, 54,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-03-19 14:26:19.000000,2026-03-19 14:26:19,2424.0,168.0,173.0,33.0,2577.0,49.0,367.0,4276.0,2026-02-04 09:23:48,0.51.0,57794.0,963.0,75.0,33.0,33.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 55,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-01-12 11:21:39.000000,2026-01-11 10:32:45,3308.0,41.0,300.0,73.0,893.0,297.0,644.0,1797.0,2026-01-07 15:47:40,6.0.0,,9391.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005419.0,1.0,,,,,solid-server,https://www.npmjs.com/package/solid-server,2106.0,,,,,,,,, 56,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-03-17 13:41:24.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,233.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,331968.0,100.0,6207.0,6207.0,42.0,,,,,1.0,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,331968.0,,,,,,,,, 57,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3828.0,347.0,113.0,452.0,393.0,17800.0,2020-03-22 14:01:55,0.22.2,,354775.0,38.0,,,25.0,,,,,3.0,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,354775.0,,,,,,,,, 58,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-03-19 12:19:55.000000,2026-03-19 12:19:52,2493.0,106.0,1011.0,40.0,2039.0,33.0,386.0,8872.0,2026-03-03 08:17:35,backend/v2.5.0,1142.0,25.0,40.0,338.0,338.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 59,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-02-11 18:12:03.000000,2025-11-26 13:54:19,2068.0,,267.0,29.0,612.0,49.0,127.0,5441.0,2026-01-22 11:31:58,0.9.3,1919.0,7579.0,67.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-01-22 18:08:46.296112,1.0,460392.0,3.0,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3493.0,2024-01-13 04:08:30,0.27.3,3856.0,22905.0,100.0,219.0,219.0,68.0,,,,,3.0,,oso,https://pypi.org/project/oso,22842.0,,,,,,,,,,,, 61,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,34.0,147.0,1.0,107.0,1034.0,2026-02-11 23:35:38,2.7.1,,3956084.0,37.0,,,32.0,,,,,2.0,,webauthn,https://pypi.org/project/webauthn,3956084.0,,,,,,,,,,,, 62,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-03-19 18:17:29.000000,2026-03-19 17:47:57,3710.0,78.0,296.0,49.0,2913.0,35.0,277.0,983.0,2026-03-12 22:38:54,1.12.36,,,100.0,375.0,375.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 63,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,26,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-03-19 15:58:27.000000,2026-03-19 15:58:18,5707.0,167.0,289.0,23.0,2464.0,56.0,292.0,5831.0,2026-03-12 12:54:04,1.6.6,11282.0,402.0,100.0,4.0,4.0,74.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 64,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,26,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-03-17 20:28:21.000000,2026-03-17 20:28:10,7148.0,40.0,318.0,417.0,4737.0,109.0,448.0,1765.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,3.0,,,,,,,,,,,,,,,, 65,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-03-19 18:08:13.000000,2026-02-11 12:59:21,1942.0,29.0,133.0,22.0,868.0,68.0,393.0,528.0,2026-02-11 12:59:23,7.0.0,,,47.0,926.0,926.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 66,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],26,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-03-17 00:38:48.000000,2026-02-02 01:38:27,559.0,7.0,76.0,26.0,159.0,6.0,48.0,230.0,2025-08-10 14:02:43,11.0.5,,23086.0,71.0,1907.0,1907.0,28.0,,,,,1.0,,,,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,23086.0,,,,,,,,, 67,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-03-17 01:53:55.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,79953.0,70.0,1370.0,1370.0,22.0,,,,,1.0,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,79953.0,,,,,,,,, 68,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-03-19 14:26:24.000000,2026-03-19 14:26:22,8171.0,224.0,390.0,37.0,1535.0,,323.0,1598.0,2026-03-13 14:44:00,bff-4.1.2,,,100.0,,,341.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 69,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-03-19 11:48:00.000000,2026-03-19 10:43:58,23410.0,471.0,101.0,8.0,3184.0,350.0,1943.0,1534.0,2026-03-17 15:12:39,2026-03-17.0,670.0,12.0,71.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 70,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-03-18 22:35:17.000000,2026-03-18 22:35:16,10463.0,150.0,500.0,23.0,2653.0,154.0,1287.0,482.0,2026-03-02 22:41:29,1.3-lts,,,100.0,,,166.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,834.0,69.0,131.0,531.0,786.0,19087.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,226009.0,3139.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-03-19 15:10:42.000000,2026-03-18 12:04:37,1420.0,66.0,648.0,65.0,677.0,132.0,404.0,14978.0,2026-03-19 15:10:43,11.2.2,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 73,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-03-12 02:03:14.000000,2026-03-12 02:03:10,2744.0,36.0,389.0,30.0,124.0,2.0,133.0,1863.0,2026-02-02 00:59:44,4.1.11,,382.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,42870.0,3.0,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-03-19 17:52:13.000000,2026-03-19 17:51:46,16437.0,68.0,361.0,45.0,8269.0,,,1377.0,,,,38293.0,,,,252.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-03-18 06:26:32.001505,180.0,6356732.0,3.0,,,,,,,,,,,,,,,, 75,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-03-17 14:31:29.000000,2026-03-17 14:31:28,1746.0,23.0,97.0,24.0,1330.0,88.0,351.0,343.0,2026-03-13 09:41:42,1.9.3-beta.1,,,60.0,157.0,157.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 76,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,,194.0,41.0,343.0,34.0,248.0,1410.0,2025-08-29 13:12:19,4.0.0,,,21.0,374.0,374.0,51.0,,,,,3.0,,,,,,,,,,,,,,,, 77,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,144.0,47.0,1907.0,137.0,974.0,942.0,2025-11-20 20:24:03,1.24.0,1688.0,65173.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7623333.0,3.0,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-03-17 15:42:36.000000,2026-03-10 10:44:08,15311.0,19.0,677.0,106.0,19.0,,,710.0,,,,,,191.0,191.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-03-19 12:59:10.000000,2026-03-14 16:07:36,2066.0,34.0,273.0,55.0,410.0,35.0,90.0,636.0,2022-01-07 16:42:38,0.5.0,,1465.0,6.0,,,132.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-18 12:44:37.261308,,150932.0,2.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,16.0,58.0,7.0,40.0,1.0,64.0,588.0,2026-02-15 16:48:57,2.3.5,,,42.0,5531.0,5531.0,20.0,,,,,3.0,,,,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-03-19 17:27:47.000000,2026-03-19 17:18:28,14844.0,96.0,151.0,14.0,2279.0,103.0,2925.0,483.0,2023-06-16 12:51:58,11.4.3,9962.0,99.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-03-18 23:01:54.000000,2026-03-17 10:08:33,1368.0,54.0,230.0,26.0,1762.0,239.0,651.0,339.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-03-19 16:33:23.000000,2026-03-19 07:35:17,12421.0,663.0,109.0,6.0,1300.0,5.0,305.0,261.0,2026-03-13 11:50:34,0.18.0,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 84,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-03-16 03:54:56.000000,2026-03-13 19:15:10,2175.0,45.0,177.0,23.0,1485.0,21.0,286.0,191.0,2026-03-12 23:40:48,2.12.11,,,59.0,,,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-03-16 05:56:09.000000,2026-03-16 00:54:40,374.0,14.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,40310.0,43.0,1449.0,1449.0,12.0,,,,,2.0,,,,,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,40310.0,,,,,,,,, 86,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],23,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-03-19 01:01:22.000000,2026-03-19 00:41:50,3161.0,34.0,40.0,11.0,4059.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,993.0,993.0,27.0,,,,,3.0,,,,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1161.0,452.0,25.0,1.0,143.0,30639.0,2023-01-21 09:26:53,TINA_SHIFT,1611220.0,28267.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 88,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,783.0,237.0,367.0,64.0,210.0,2900.0,2015-09-29 22:50:55,1.1.0,126936.0,857.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-03-18 19:16:33.000000,2026-02-25 19:39:36,2784.0,13.0,252.0,187.0,1000.0,73.0,1246.0,1375.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,2.0,57.0,12.0,249.0,29.0,91.0,85.0,2025-11-13 16:53:54,0.2.3,373829.0,9837.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,364.0,70.0,172.0,304.0,612.0,7402.0,2020-09-02 15:57:23,2.6.1,31000.0,319.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],21,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-03-16 18:45:14.000000,2026-02-02 01:58:20,418.0,2.0,43.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7860.0,7860.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 93,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-03-18 18:50:46.000000,2026-03-18 18:50:46,3835.0,664.0,68.0,11.0,982.0,175.0,160.0,76.0,,,,,1.0,71.0,71.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 94,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-03-18 16:00:50.000000,2026-03-18 12:13:33,703.0,86.0,41.0,4.0,355.0,6.0,39.0,71.0,2026-03-18 12:14:01,1.43.0,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4680.0,550.0,123.0,511.0,619.0,14314.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,20,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-03-19 08:05:02.000000,2026-03-19 08:05:00,675.0,32.0,320.0,54.0,279.0,7.0,137.0,4344.0,2022-02-09 12:50:28,1.0.1,,,2.0,,,48.0,,,,,3.0,-2.0,,,,,,,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-03-19 14:32:43.000000,2026-03-17 22:43:00,2838.0,119.0,88.0,20.0,1044.0,10.0,149.0,570.0,2026-03-01 17:21:47,0.31.1.RELEASE,,,87.0,,,37.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,decentralized-identity/dwn-sdk-js,,,,,,,, 99,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 100,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,306.0,91.0,43.0,28.0,24.0,3075.0,,,,2763.0,,1.0,1.0,27.0,,,,,3.0,,pyja3,https://pypi.org/project/pyja3,2763.0,,,,,,,,,,,, 101,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2025-09-29 23:07:10.000000,2025-04-22 20:11:48,414.0,,785.0,94.0,362.0,181.0,368.0,1990.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 102,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],19,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2025-12-01 15:07:14.000000,2025-02-24 16:33:21,4946.0,,646.0,61.0,1834.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2181.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 103,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,19,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,128.0,26.0,363.0,57.0,77.0,260.0,2025-02-10 16:01:17,8.5.1,,,51.0,42.0,42.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-02-13 16:36:57.000000,2026-02-13 16:35:41,645.0,8.0,74.0,34.0,470.0,96.0,122.0,252.0,,,,,,216.0,216.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 105,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,310.0,86.0,544.0,31.0,182.0,3311.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2025-03-10 20:57:13.000000,2025-03-10 20:57:13,343.0,,940.0,243.0,260.0,215.0,555.0,3207.0,,,,,,,,49.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2454.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1233.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,64.0,292.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,,,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,, 110,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-03-18 17:21:04.000000,2026-03-12 11:30:11,1289.0,16.0,53.0,47.0,340.0,189.0,152.0,555.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 111,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,212.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 113,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,35.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,197.0,443.0,98.0,,,17.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24253.0,2.0,,,,,,,,,,,,,,,, 114,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-03-19 15:48:12.000000,2026-03-18 13:43:08,3826.0,72.0,23.0,9.0,368.0,16.0,10.0,73.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,551.0,56.0,124.0,90.0,8119.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,54.0,4.0,310.0,16.0,22.0,1327.0,2024-06-10 20:02:54,1.15.1,3120.0,89.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 117,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,17,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-03-19 15:50:43.000000,2026-03-19 15:38:02,2043.0,34.0,164.0,61.0,585.0,9.0,246.0,696.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,19.0,102.0,74.0,524.0,12.0,380.0,461.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,340.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 120,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,4.0,63.0,21.0,90.0,28.0,28.0,312.0,,,,366341.0,,1.0,1.0,15.0,,,,,2.0,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,366341.0,,,,,,,,, 121,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,17,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2025-08-21 15:48:58.000000,2025-06-17 17:35:57,66.0,,28.0,6.0,24.0,15.0,22.0,242.0,2025-06-17 17:32:08,1.3.0.1,,6665.0,3.0,22.0,22.0,4.0,,,,,3.0,,django-passkeys,https://pypi.org/project/django-passkeys,6665.0,,,,,,,,,,,, 122,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,55.0,28.0,25.0,73.0,4.0,23.0,86.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,2.0,,,,,,,,,,,,,,,, 123,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-02-06 15:07:50.000000,2026-01-09 15:44:32,607.0,1.0,188.0,76.0,274.0,35.0,63.0,1727.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 124,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-03-09 01:19:16.000000,2026-03-09 01:19:11,172.0,4.0,45.0,4.0,66.0,,46.0,398.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 125,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,318.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 126,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-03-17 10:14:15.000000,2026-03-05 18:28:27,3762.0,5.0,77.0,24.0,9.0,,,248.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 127,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,,,,web5/api,https://www.npmjs.com/package/web5/api,,decentralized-identity/web5-js,,,,,,,, 128,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,16,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,1.0,98.0,8.0,823.0,3.0,134.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 129,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],15,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-03-10 22:30:02.000000,2026-02-19 14:37:17,2243.0,1.0,117.0,79.0,853.0,11.0,723.0,352.0,,,,,,,,80.0,,,,,2.0,,,,,,,,,,,,,,,, 130,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-03-19 16:53:28.000000,2026-03-12 23:27:24,271.0,30.0,33.0,51.0,226.0,91.0,158.0,156.0,,,,,,,,22.0,,,,,2.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 131,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-03-10 14:36:24.000000,2026-03-10 14:36:19,1393.0,31.0,13.0,7.0,1.0,,,144.0,2026-03-10 15:04:45,1.72.0,65.0,5.0,16.0,,,,,,,,2.0,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-03-16 01:52:05.000000,2026-03-16 01:51:49,919.0,5.0,242.0,51.0,451.0,49.0,179.0,131.0,,,,,,,,238.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-03-07 02:34:36.000000,2026-03-07 02:34:33,2193.0,27.0,30.0,10.0,342.0,20.0,17.0,100.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,2.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 134,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,8.0,22.0,7.0,183.0,17.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,12.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5306.0,3.0,,,,,,,,,,,,,,,, 136,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,15,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-17 00:15:28.000000,2026-03-17 00:14:07,319.0,319.0,1.0,1.0,,3.0,,9.0,2026-03-17 00:17:10,0.5.51,,2916.0,14.0,,,,,,,,3.0,,aip-identity,https://pypi.org/project/aip-identity,2916.0,,,,,,,,,,,, 137,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,5.0,64.0,16.0,359.0,3.0,118.0,756.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-20 16:02:19.000000,2026-02-20 16:01:09,764.0,4.0,98.0,69.0,355.0,135.0,271.0,455.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17943.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,150.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,26.0,241.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,14,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-17 13:13:55.000000,2026-02-10 12:22:06,5317.0,3.0,18.0,6.0,542.0,63.0,2857.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-02-13 11:40:19.000000,2026-02-13 11:38:48,190.0,15.0,17.0,8.0,20.0,2.0,10.0,22.0,2026-02-13 11:40:19,1.2.0,,,9.0,2.0,2.0,11.0,,,,,3.0,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,13,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,215.0,,,,,,,,16.0,,,,,3.0,-4.0,,,,,,,,,,,,,,, 147,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,13,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-03-19 09:17:38.000000,2026-03-16 11:29:43,1463.0,1.0,33.0,13.0,1622.0,7.0,9.0,141.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,18.0,,,,,3.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 148,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],12,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2025-10-31 10:05:36.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,45.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,10.0,13.0,7.0,9.0,125.0,,,,,,21.0,21.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,19.0,131.0,101.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 153,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,9.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1026.0,3.0,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,73.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 158,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],10,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,7.0,13.0,9.0,47.0,21.0,28.0,39.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-03-11 21:56:16.000000,2026-03-11 21:56:14,123.0,5.0,15.0,9.0,133.0,5.0,1.0,31.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],9,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,,,11.0,,,,,3.0,-3.0,,,,,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,2.0,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 166,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-03-12 16:18:29.000000,2026-03-12 16:18:28,605.0,29.0,2.0,4.0,387.0,,2.0,7.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 168,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,114.0,48.0,,,8.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3667.0,3.0,,,,,,,,,,,,,,,, 170,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 171,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 173,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,56.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,56.0,654070.0,3.0,,,,,,,,,,,,,,,, 174,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4588583.0,3.0,,,,,,,,,,,,,,,, 175,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-03-26_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - ethr-did-resolver (🥇28 · ⭐ 230 · 📈) - DID resolver for Ethereum Addresses with support for.. Apache-2 dif - django-passkeys (🥉20 · ⭐ 240 · 📈) - Django Authentication Backend For Passkeys. MIT - digitalbazaar-vc (🥉17 · ⭐ 220 · 📈) - W3C Verifiable Credentials implementation in JavaScript. BSD-3 - cf-identity-wallet (🥈17 · ⭐ 140 · 📈) - Veridian Wallet is an open source mobile application.. Apache-2 - did-key.rs (🥉12 · ⭐ 50 · 💀) - Rust implementation of the did:key method. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - cas (🥈34 · ⭐ 11K · 📉) - Apereo CAS - Identity & Single Sign On for all earthlings and beyond. Apache-2 - oauthlib (🥈32 · ⭐ 3K · 📉) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - web-did-resolver (🥈18 · ⭐ 98 · 📉) - DID resolver for HTTPS domains. Apache-2 dif - deepface (🥉6 · 📉) - ❗Unlicensed - keycloak (📉) - ❗Unlicensed cncf ================================================ FILE: history/2026-03-26_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,updated_github_id,pypi_url,pypi_monthly_downloads,helm_id,trending,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-03-24 20:46:35.000000,2026-03-24 20:46:32,4667.0,133.0,2332.0,225.0,5266.0,246.0,2242.0,14141.0,2026-03-06 06:34:58,1.14.2,5788491.0,2789741.0,80.0,14653.0,14653.0,474.0,https://hub.docker.com/r/coredns/coredns,2026-03-06 06:36:36.159566,165.0,328675864.0,1.0,,,,,,,,,,,,,,,, 12,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-03-26 00:41:49.000000,2026-03-25 14:09:56,10682.0,335.0,2294.0,145.0,4620.0,161.0,3556.0,13720.0,2026-03-10 15:50:52,1.20.0,114720782.0,3018967.0,100.0,2498.0,2498.0,550.0,,,,,1.0,,,,,,,,,,,,,,,, 13,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",41,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-03-26 16:24:21.315108,2026-03-26 15:39:06,6259.0,189.0,1513.0,131.0,5490.0,369.0,2549.0,11532.0,2026-03-09 09:39:14,1.14.1,20537152.0,5339592.0,100.0,6578.0,6578.0,564.0,https://hub.docker.com/r/openpolicyagent/opa,2026-03-26 16:24:21.315108,47.0,613217039.0,1.0,,,,,,,,,,,,,,,, 14,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,40,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,1.0,3987.0,111.0,3336.0,385.0,4684.0,28181.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,14072494.0,100.0,479793.0,479793.0,899.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,14072494.0,,,,,,,,,,,,, 15,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-03-25 16:17:16.000000,2026-03-25 15:38:16,1743.0,106.0,515.0,58.0,306.0,115.0,420.0,5255.0,2026-03-02 07:50:44,1.6.9,,113086382.0,50.0,50548.0,50548.0,141.0,,,,,1.0,,,,authlib,authlib/authlib,https://pypi.org/project/authlib,113086382.0,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-03-26 12:13:47.000000,2026-03-01 18:29:26,10585.0,13.0,1640.0,136.0,1445.0,124.0,1057.0,11371.0,2025-04-07 17:05:07,1.0.3,,1803132.0,14.0,4102.0,4102.0,274.0,,,,,1.0,,,,speechbrain,,https://pypi.org/project/speechbrain,1803132.0,,,,,,,,, 17,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-03-25 22:04:57.000000,2026-03-13 09:09:43,1749.0,55.0,298.0,38.0,572.0,17.0,493.0,6868.0,2026-01-18 07:40:26,@casl/vue@2.2.6,,4840443.0,100.0,102100.0,102100.0,77.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,4840443.0,,,,,,,,,,,,, 18,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-03-26 18:16:20.000000,2026-03-26 18:16:19,23060.0,673.0,4501.0,780.0,25132.0,1217.0,5298.0,35280.0,2026-03-05 06:37:01,1.21.4,,,100.0,15591.0,15591.0,1616.0,,,,,1.0,,,,,,,,,,,,,,,, 19,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1233.0,292.0,165.0,354.0,430.0,23526.0,,,,27136463.0,,1320942.0,1320942.0,38.0,,,,,1.0,passport,https://www.npmjs.com/package/passport,27136463.0,,,,,,,,,,,,, 20,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-03-26 10:33:24.000000,2026-03-26 10:33:23,5068.0,116.0,1100.0,112.0,2251.0,148.0,1286.0,13571.0,2026-03-20 14:10:32,26.2.0,57278.0,1228457.0,49.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115402293.0,1.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 21,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-03-25 18:33:18.000000,2026-03-25 18:33:17,4426.0,71.0,1511.0,235.0,1936.0,99.0,1490.0,17099.0,2026-03-20 13:23:08,26.2.0,540403.0,3307069.0,100.0,,,321.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429171758.0,2.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13463.0,1545.0,250.0,778.0,598.0,56251.0,2018-04-02 17:18:43,1.2.2,1449.0,231588.0,2.0,5624.0,5624.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10726.0,1.0,,,,face_recognition,,https://pypi.org/project/face_recognition,231476.0,,,,,,,,, 23,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP gateway and auth server with web UI supporting..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-03-26 15:21:50.205901,2026-03-26 15:02:11,3358.0,216.0,1588.0,74.0,2718.0,109.0,2137.0,13248.0,2026-03-26 15:13:53,2.370.0,1211.0,17564.0,100.0,12.0,12.0,278.0,https://hub.docker.com/r/casbin/casdoor,2026-03-26 15:21:50.205901,23.0,1062973.0,1.0,,,,,,,,,,,,,,,, 24,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-03-26 16:04:11.000000,2026-03-26 08:56:44,7706.0,213.0,581.0,77.0,5102.0,110.0,1574.0,2270.0,2026-03-19 20:04:54,1.14.4,818850.0,13647.0,100.0,208.0,208.0,252.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 25,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-03-16 07:26:47.000000,2026-03-16 07:26:47,4900.0,5.0,1943.0,188.0,1920.0,264.0,1754.0,12569.0,2025-03-05 07:11:35,r1.5.0,,1624391.0,17.0,168.0,168.0,162.0,,,,,2.0,,,,paddlepaddle,,https://pypi.org/project/paddlepaddle,1624391.0,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,34,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-03-26 14:06:07.174184,2026-03-26 12:22:26,32414.0,1331.0,3925.0,583.0,7360.0,,,11439.0,2026-03-26 02:32:20,7.2.7.1,3602.0,8566.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-03-26 14:06:07.174184,131.0,1477424.0,2.0,,,,,,,,,-1.0,,,,,,, 27,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-03-26 18:42:41.000000,2026-03-25 20:11:36,9141.0,482.0,1364.0,162.0,9201.0,60.0,1356.0,27314.0,2026-03-14 08:28:15,4.39.16,46162.0,732.0,100.0,,,282.0,,,,,2.0,,,,,,,,,,,,,,,, 28,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,33,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-03-23 12:21:37.000000,2026-03-23 12:21:23,1165.0,17.0,1724.0,234.0,642.0,47.0,889.0,19956.0,2026-01-26 17:06:22,3.10.0,,2168181.0,100.0,,,163.0,,,,,2.0,casbin,https://www.npmjs.com/package/casbin,561427.0,casbin,apache/casbin,https://pypi.org/project/casbin,1606754.0,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 29,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-03-26 14:29:25.947794,2026-03-26 12:28:02,4228.0,169.0,320.0,41.0,5069.0,81.0,1000.0,4738.0,2026-03-17 22:56:18,0.32.4,56496.0,18758569.0,100.0,23.0,23.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-03-26 14:29:25.947794,13.0,1613163374.0,2.0,,,,,,,,,,,,,,,, 30,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,421.0,28.0,563.0,98.0,362.0,604.0,2025-10-07 20:02:21,7.5.4,,2831150.0,55.0,2211.0,2211.0,181.0,,,,,2.0,,,,pysaml2,,https://pypi.org/project/pysaml2,2831150.0,,,,,,,,, 31,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,32,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-18 22:04:44.000000,2026-03-18 22:04:44,2389.0,3.0,5886.0,511.0,211.0,1217.0,1395.0,28197.0,2023-04-02 07:43:27,0.7,12550000.0,358573.0,1.0,4965.0,4965.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,257.0,2.0,,,,,,,,,,,,,,,, 32,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-03-26 14:41:22.000000,2026-03-26 14:41:19,3800.0,203.0,1797.0,167.0,3165.0,337.0,882.0,10681.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,194.0,194.0,294.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 33,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-03-26 16:58:52.000000,2026-03-26 15:05:50,5478.0,157.0,368.0,49.0,2338.0,103.0,471.0,6551.0,2026-03-24 16:27:50,1.51.0,198896.0,139696.0,100.0,154.0,154.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-03-24 16:42:28.002810,7.0,7428954.0,2.0,,,,,,,,,,,,,,,, 34,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-03-25 20:58:32.000000,2026-03-25 20:58:31,1895.0,82.0,375.0,55.0,1406.0,42.0,293.0,5303.0,2026-03-20 14:29:37,26.2.0,44114.0,536352.0,55.0,41.0,41.0,86.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51441788.0,2.0,,,,,,,,,,,,,,,, 35,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-03-25 21:05:41.000000,2026-03-25 21:05:36,2782.0,47.0,762.0,66.0,284.0,,1.0,3709.0,2026-03-18 11:58:17,9.7.1,,906326.0,100.0,2077.0,2077.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,906326.0,,,,,,,,,,,,, 36,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-03-25 18:33:56.000000,2026-03-25 18:33:46,1664.0,60.0,389.0,48.0,772.0,65.0,309.0,3586.0,2026-03-20 11:40:09,26.2.0,25239.0,889377.0,100.0,16.0,16.0,123.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90690753.0,2.0,,,,,,,,,,,,,,,, 37,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,32,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,34.0,492.0,62.0,530.0,86.0,305.0,2960.0,2025-06-20 05:53:03,3.3.1,,296352025.0,50.0,,,202.0,,,,,2.0,,,,oauthlib,,https://pypi.org/project/oauthlib,296352025.0,,-9.0,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-03-26 17:48:21.000000,2026-03-26 17:48:21,18313.0,772.0,957.0,108.0,9406.0,1475.0,16270.0,882.0,2025-10-24 04:51:27,7.2.0,21225.0,14439.0,100.0,,,747.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2009787.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-03-26 19:01:45.000000,2026-03-26 19:00:11,21311.0,1179.0,1524.0,70.0,16473.0,812.0,3243.0,20674.0,2026-03-03 20:13:59,ersion/2026.2.1,6108.0,234.0,100.0,,,521.0,,,,,2.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-03-26 15:58:40.000000,2026-03-26 15:51:45,8330.0,309.0,730.0,50.0,7602.0,168.0,625.0,11768.0,2026-02-28 09:31:48,1.37.1,7618.0,6908.0,81.0,8.0,8.0,85.0,https://hub.docker.com/r/svhd/logto,2026-03-26 15:57:24.948319,6.0,384523.0,2.0,,,,,,,,,,,,,,,, 41,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-03-26 17:31:30.000000,2026-03-26 02:48:40,2667.0,97.0,310.0,21.0,2804.0,230.0,968.0,4722.0,2026-03-13 05:28:21,1.9.2,420.0,9155.0,55.0,42.0,42.0,149.0,https://hub.docker.com/r/kanidm/server,2026-03-20 01:54:51.431132,4.0,777826.0,2.0,,,,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-03-26 05:35:52.000000,2026-03-26 05:35:49,5043.0,90.0,303.0,188.0,6144.0,110.0,284.0,4025.0,2026-02-13 13:52:10,0.21.1,,308391.0,74.0,13.0,13.0,203.0,https://hub.docker.com/r/hashicorp/boundary,2026-02-13 14:00:41.345158,19.0,22820950.0,3.0,,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-03-26 16:52:50.000000,2026-03-26 11:33:44,4397.0,256.0,991.0,60.0,7410.0,841.0,2672.0,13362.0,2026-03-23 07:23:30,4.13.0,15625.0,1562.0,100.0,1.0,1.0,245.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,https://charts.zitadel.com,,,,,,,, 44,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-03-26 14:55:22.000000,2026-03-20 20:29:58,3030.0,45.0,139.0,59.0,337.0,40.0,322.0,1087.0,2026-01-22 14:54:05,5.9.0,41709.0,35033.0,46.0,227.0,227.0,53.0,,,,,2.0,,,,yubikey-manager,,https://pypi.org/project/yubikey-manager,34674.0,,,,,,,,, 45,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-03-26 18:25:22.000000,2026-03-26 14:08:11,35773.0,298.0,168.0,30.0,7884.0,291.0,5193.0,616.0,2026-01-22 17:46:22,1.16.0,9199.0,317.0,100.0,16.0,16.0,143.0,,,,,3.0,,,,,,,,,,,,,,,, 46,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2025-12-15 10:18:21.000000,2025-06-26 01:05:47,166.0,,11748.0,717.0,359.0,,,96678.0,2025-06-26 01:06:09,20250625,,1871644.0,13.0,21.0,21.0,79.0,,,,,2.0,,,,openai-whisper,,https://pypi.org/project/openai-whisper,1871644.0,,,,,,,,, 47,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-03-24 17:26:04.000000,2026-03-24 17:25:12,1864.0,11.0,13269.0,1525.0,540.0,2.0,896.0,55080.0,2025-12-21 02:44:08,3.0.0,76578.0,900.0,5.0,,,98.0,,,,,2.0,,,,,,,,,,,,,,,, 48,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-03-26 17:48:40.000000,2026-03-26 15:02:07,7305.0,95.0,617.0,132.0,5365.0,176.0,3117.0,5693.0,2026-03-24 16:57:23,0.20260324.0,34632.0,16777.0,100.0,,,147.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-03-09 18:18:10.190464,13.0,2052451.0,2.0,,,,,,,,,,,,,,,, 49,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,29,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-03-26 09:32:05.000000,2026-03-26 09:31:59,2552.0,32.0,1041.0,102.0,895.0,46.0,856.0,5467.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11130.0,11130.0,339.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 50,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,29,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,14.0,555.0,52.0,7294.0,,1780.0,4607.0,2025-06-30 22:09:21,ockam_v0.157.0,15107.0,328.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3479.0,740.0,77.0,5.0,382.0,15487.0,2024-10-04 12:56:15,0.2.2,,1298.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163657.0,3.0,,,,,,,,,,,,,,,, 52,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,28,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-03-25 16:56:23.000000,2026-03-25 16:56:22,2434.0,171.0,173.0,33.0,2587.0,49.0,367.0,4290.0,2026-02-04 09:23:48,0.51.0,59472.0,991.0,75.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 53,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],28,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,27.0,300.0,73.0,894.0,298.0,644.0,1797.0,2026-01-07 15:47:40,6.0.0,,9586.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005426.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,2301.0,,,,,,,,,,,,, 54,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-03-26 17:17:50.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,233.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,415009.0,100.0,6214.0,6214.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,415009.0,,,,,,,,,,,,, 55,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-03-26 17:45:52.000000,2026-03-26 17:45:11,565.0,12.0,77.0,26.0,160.0,11.0,49.0,230.0,2026-03-26 15:42:00,11.1.0,,24686.0,72.0,1909.0,1909.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,24686.0,,,,,,2.0,,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3827.0,348.0,113.0,452.0,393.0,17806.0,2020-03-22 14:01:55,0.22.2,,387007.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,387007.0,,,,,,,,,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-03-26 17:19:56.000000,2026-03-26 17:17:30,2512.0,124.0,1010.0,40.0,2073.0,32.0,387.0,8892.0,2026-03-03 08:17:35,backend/v2.5.0,1145.0,26.0,40.0,338.0,338.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 58,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-03-26 14:53:53.000000,2026-03-26 14:45:52,5745.0,191.0,291.0,23.0,2476.0,54.0,294.0,5832.0,2026-03-24 13:11:53,1.6.7,11351.0,420.0,100.0,4.0,4.0,75.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 59,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-03-26 17:47:53.175782,2025-11-26 13:54:19,2068.0,,267.0,29.0,613.0,49.0,127.0,5445.0,2026-01-22 11:31:58,0.9.3,1937.0,7677.0,71.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-03-26 17:47:53.175782,1.0,466368.0,3.0,,,,,,,,,,,,,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3495.0,2024-01-13 04:08:30,0.27.3,3856.0,25632.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,,https://pypi.org/project/oso,25569.0,,,,,,,,, 61,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-03-26 18:36:27.000000,2026-03-26 18:36:27,7177.0,69.0,318.0,416.0,4750.0,109.0,448.0,1766.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,158.0,,,,,2.0,,,,,,,,,,,,,,,, 62,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,34.0,147.0,1.0,107.0,1034.0,2026-02-11 23:35:38,2.7.1,,4448768.0,37.0,,,32.0,,,,,2.0,,,,webauthn,,https://pypi.org/project/webauthn,4448768.0,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-03-26 05:17:02.000000,2026-03-25 14:49:41,3718.0,80.0,295.0,49.0,2925.0,36.0,277.0,984.0,2026-03-12 22:38:54,1.12.36,,,100.0,376.0,376.0,103.0,,,,,2.0,,,,,,,,,,,,,,,, 64,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-03-26 16:59:20.000000,2026-02-11 12:59:21,1942.0,27.0,133.0,22.0,868.0,68.0,393.0,532.0,2026-02-11 12:59:23,7.0.0,,,47.0,928.0,928.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 65,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],26,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-03-26 17:16:23.000000,2025-11-20 16:45:53,405.0,,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,121378.0,70.0,1371.0,1371.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,121378.0,,,,,,,,,,,,, 66,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-03-24 13:52:09.000000,2026-03-19 14:26:22,8171.0,224.0,389.0,37.0,1536.0,,323.0,1600.0,2026-03-13 14:44:00,bff-4.1.2,,,100.0,,,341.0,,,,,2.0,,,,,DuendeSoftware/products,,,,,,,,,,, 67,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-03-26 13:41:30.000000,2026-03-26 10:16:39,23443.0,454.0,105.0,9.0,3201.0,351.0,1943.0,1569.0,2026-03-17 15:12:39,2026-03-17.0,670.0,12.0,71.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 68,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],25,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-03-26 16:11:58.000000,2026-03-26 16:11:26,10478.0,161.0,500.0,23.0,2660.0,153.0,1288.0,481.0,2026-03-02 22:41:29,1.3-lts,,,100.0,,,167.0,,,,,1.0,,,,,openwallet-foundation/acapy,,,,,,,,,,, 69,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,838.0,69.0,131.0,531.0,786.0,19108.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,226095.0,3140.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 70,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-03-26 14:48:52.000000,2026-03-20 08:59:18,1447.0,93.0,653.0,65.0,682.0,132.0,404.0,14988.0,2026-03-20 08:54:34,7.0.20,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 71,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-03-12 02:03:14.000000,2026-03-12 02:03:10,2744.0,27.0,389.0,30.0,124.0,2.0,133.0,1870.0,2026-02-02 00:59:44,4.1.11,,386.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,43314.0,3.0,,,,,,,,,,,,,,,, 72,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-03-26 16:28:54.000000,2026-03-26 16:28:18,16473.0,103.0,362.0,45.0,8284.0,,,1382.0,,,,38377.0,,,,256.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-03-25 13:50:12.315404,180.0,6370714.0,3.0,,,,,,,,,,,,,,,, 73,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-03-24 09:11:47.000000,2026-03-17 14:31:28,1746.0,23.0,97.0,24.0,1331.0,89.0,351.0,343.0,2026-03-13 09:41:42,1.9.3-beta.1,,,60.0,157.0,157.0,44.0,,,,,1.0,,,,,iotaledger/identity,,,,,,,,,,, 74,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],24,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-03-24 19:32:16.000000,2026-03-24 19:30:36,2178.0,46.0,177.0,22.0,1489.0,22.0,286.0,191.0,2026-03-12 23:40:48,2.12.11,,,59.0,7.0,7.0,65.0,,,,,1.0,,,,,openwallet-foundation/bifold-wallet,,,,,,,,,,, 75,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,23,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2025-12-11 18:50:40.000000,2025-12-11 18:50:38,684.0,,196.0,41.0,343.0,34.0,248.0,1414.0,2025-08-29 13:12:19,4.0.0,,,21.0,374.0,374.0,51.0,,,,,3.0,,,,,,,,,,,,,,,, 76,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,144.0,47.0,1907.0,137.0,974.0,942.0,2025-11-20 20:24:03,1.24.0,1688.0,65228.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7629696.0,3.0,,,,,,,,,,,,,,,, 77,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-03-24 17:25:44.000000,2026-03-24 12:43:34,15312.0,20.0,677.0,106.0,19.0,,,709.0,,,,,,192.0,192.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 78,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-03-26 19:06:19.000000,2026-03-26 15:35:32,2068.0,35.0,273.0,55.0,410.0,35.0,90.0,637.0,2022-01-07 16:42:38,0.5.0,,1469.0,6.0,,,133.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-26 14:13:21.491624,,151321.0,2.0,,,,,,,,,,,,,,,, 79,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,16.0,58.0,7.0,40.0,1.0,64.0,594.0,2026-02-15 16:48:57,2.3.5,,,42.0,5535.0,5535.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-03-26 10:25:01.000000,2026-03-26 10:25:00,14860.0,109.0,151.0,14.0,2284.0,103.0,2925.0,483.0,2023-06-16 12:51:58,11.4.3,9962.0,99.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-03-26 13:33:29.000000,2026-03-26 13:30:15,1374.0,59.0,230.0,26.0,1779.0,239.0,651.0,339.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,88.0,,,,,2.0,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-03-26 16:02:34.000000,2026-03-23 10:26:55,12441.0,626.0,111.0,6.0,1307.0,5.0,307.0,265.0,2026-03-13 11:50:34,0.18.0,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 83,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],23,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-03-26 15:19:57.000000,2026-03-26 15:19:44,3170.0,36.0,41.0,11.0,4074.0,57.0,104.0,77.0,2025-10-30 14:51:08,3.1.1,,,38.0,994.0,994.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 84,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1167.0,456.0,25.0,1.0,143.0,30667.0,2023-01-21 09:26:53,TINA_SHIFT,1612892.0,28296.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 85,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-03-26 13:18:16.000000,2026-03-24 11:41:53,676.0,33.0,321.0,54.0,282.0,7.0,137.0,4350.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 86,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,22,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,783.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,126956.0,857.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 87,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-03-25 19:07:01.000000,2026-02-25 19:39:36,2784.0,13.0,252.0,189.0,1003.0,75.0,1246.0,1376.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,82.0,,,,,1.0,,,,,,,,,,,,,,,, 88,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-03-24 18:03:51.000000,2026-03-23 01:06:54,419.0,3.0,43.0,21.0,132.0,4.0,18.0,229.0,2023-03-08 14:05:37,4.1.0,,,24.0,7870.0,7870.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 89,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,2.0,57.0,12.0,249.0,29.0,91.0,86.0,2025-11-13 16:53:54,0.2.3,377344.0,9930.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,anoncreds/anoncreds-rs,,,,,,,,,,, 90,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,364.0,69.0,172.0,307.0,613.0,7421.0,2020-09-02 15:57:23,2.6.1,31070.0,320.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 91,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-03-26 14:38:51.000000,2026-03-26 14:38:50,3960.0,789.0,68.0,11.0,991.0,175.0,164.0,76.0,,,,,1.0,71.0,71.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 92,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-03-18 16:00:50.000000,2026-03-18 12:13:33,703.0,84.0,41.0,4.0,355.0,6.0,39.0,71.0,2026-03-18 12:14:01,1.43.0,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 93,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4678.0,550.0,123.0,511.0,619.0,14318.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 94,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-03-25 22:43:54.000000,2025-04-22 20:11:48,414.0,,786.0,94.0,362.0,182.0,368.0,1993.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 95,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-03-19 21:15:46.000000,2025-02-24 16:33:21,4946.0,,646.0,61.0,1835.0,39.0,60.0,701.0,2024-02-09 14:17:29,1.13.2,2189.0,27.0,37.0,,,111.0,,,,,2.0,,,,,hyperledger-indy/indy-node,,,,,,,,,,, 96,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-03-26 15:21:03.000000,2026-03-26 15:17:40,2871.0,141.0,88.0,20.0,1060.0,10.0,150.0,571.0,2026-03-01 17:21:47,0.31.1.RELEASE,,,87.0,,,37.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 97,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,323.0,2024-10-23 19:02:40,0.5.2,,,62.0,492.0,492.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,decentralized-identity/dwn-sdk-js,,,,,,,,,,, 98,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,129.0,26.0,364.0,57.0,77.0,260.0,2025-02-10 16:01:17,8.5.1,,,51.0,43.0,43.0,57.0,,,,,3.0,,,,,,,,,,,,,,,, 99,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,20,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-03-25 15:13:55.000000,2026-03-24 15:31:27,69.0,3.0,29.0,6.0,27.0,9.0,28.0,242.0,2026-03-24 15:33:05,1.4.1,,7620.0,5.0,22.0,22.0,4.0,,,,,3.0,,,,django-passkeys,,https://pypi.org/project/django-passkeys,7620.0,,3.0,,,,,,, 100,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,hyperledger-aries/aries-framework-go,,,,,,,,,,, 101,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,306.0,91.0,43.0,28.0,24.0,3077.0,,,,2811.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,,https://pypi.org/project/pyja3,2811.0,,,,,,,,, 102,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-03-23 17:17:33.000000,2026-02-13 16:35:41,645.0,8.0,74.0,34.0,471.0,96.0,122.0,252.0,,,,,,216.0,216.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 103,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],18,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,311.0,86.0,544.0,31.0,182.0,3311.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 104,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,941.0,243.0,260.0,215.0,555.0,3211.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 105,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2456.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 106,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 107,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,64.0,290.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 108,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-03-26 13:54:11.000000,2026-03-26 12:19:55,2063.0,54.0,162.0,61.0,594.0,9.0,246.0,698.0,,,,,,,,71.0,,,,,3.0,,,,,,,,,,,,,,,, 109,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-03-26 14:02:33.000000,2026-03-26 14:02:31,1293.0,20.0,53.0,47.0,342.0,189.0,152.0,555.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 110,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 111,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,18,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,4.0,63.0,21.0,90.0,28.0,28.0,312.0,,,,456530.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,456530.0,,,,,,,,,,,,, 112,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,212.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,74.0,74.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 113,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,18,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,197.0,444.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24258.0,2.0,,,,,,,,,,,,,,,, 114,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],18,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-03-26 16:50:28.000000,2026-03-23 00:38:30,375.0,14.0,20.0,12.0,126.0,1.0,11.0,98.0,2025-12-03 20:47:02,2.0.32,,44484.0,43.0,,,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,44484.0,,,,,,-5.0,,,,,,, 115,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-03-24 09:31:45.000000,2026-03-24 09:31:41,3833.0,79.0,22.0,9.0,368.0,17.0,10.0,73.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,365.0,551.0,56.0,124.0,90.0,8119.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,54.0,4.0,310.0,16.0,22.0,1327.0,2024-06-10 20:02:54,1.15.1,3120.0,89.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,19.0,102.0,74.0,524.0,12.0,380.0,461.0,,,,,,,,71.0,,,,,2.0,,,,,w3c/did,,,,,,,,,,, 119,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,True,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,341.0,,,,,,,,94.0,,,,,2.0,,,,,decentralized-identity/aries-rfcs,,,,,,,,,,, 120,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,215.0,,,,,,610.0,610.0,16.0,,,,,3.0,,,,,,,,,4.0,,,,,,, 121,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-03-26 10:16:22.000000,2026-03-23 13:17:11,1881.0,183.0,34.0,13.0,1626.0,7.0,9.0,141.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,21.0,,,,,2.0,,,,,cardano-foundation/veridian-wallet,,,,4.0,,,,,,, 122,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-01-15 16:04:58.000000,2025-12-22 12:03:51,2367.0,,98.0,8.0,823.0,3.0,134.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 123,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-01-20 19:51:11.000000,2026-01-20 19:51:10,621.0,46.0,28.0,25.0,73.0,4.0,23.0,86.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 124,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-03-26 14:46:54.000000,2026-03-26 14:46:54,608.0,2.0,188.0,76.0,275.0,36.0,64.0,1728.0,,,,,,,,73.0,,,,,3.0,,,,,,,,,,,,,,,, 125,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-03-09 01:19:16.000000,2026-03-09 01:19:11,172.0,4.0,47.0,4.0,66.0,,46.0,400.0,2026-01-19 17:57:46,4.1.0,,,24.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 126,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-03-22 18:12:03.000000,2026-03-20 13:57:02,2245.0,3.0,117.0,78.0,854.0,11.0,724.0,353.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 127,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,82.0,37.0,258.0,46.0,77.0,319.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 128,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-03-22 20:01:54.000000,2026-03-05 18:28:27,3762.0,4.0,77.0,24.0,9.0,,,248.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,54.0,6.0,818.0,103.0,145.0,138.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,decentralized-identity/web5-js,,,,,,,,,,, 130,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-03-26 08:51:18.000000,2026-03-26 08:50:13,274.0,33.0,33.0,51.0,234.0,91.0,159.0,156.0,,,,,,,,22.0,,,,,3.0,,,,,w3c-fedid/digital-credentials,,,,,,,,,,, 131,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-03-10 14:36:24.000000,2026-03-10 14:36:19,1393.0,31.0,13.0,7.0,1.0,,,145.0,2026-03-10 15:04:45,1.72.0,65.0,5.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 132,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-03-16 01:52:05.000000,2026-03-16 01:51:49,919.0,5.0,247.0,51.0,458.0,49.0,179.0,132.0,,,,,,,,238.0,,,,,3.0,,,,,w3c/did-extensions,,,,,,,,,,, 133,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-03-07 02:34:36.000000,2026-03-07 02:34:33,2193.0,27.0,30.0,10.0,342.0,20.0,17.0,101.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,,,, 134,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-02-04 13:17:20.000000,2026-02-01 20:00:28,1686.0,8.0,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,Sphereon-Opensource/OID4VC,,,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5306.0,3.0,,,,,,,,,,,,,,,, 136,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,15,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,325.0,1.0,1.0,,4.0,,11.0,2026-03-17 00:17:10,0.5.51,,2738.0,14.0,,,,,,,,3.0,,,,aip-identity,,https://pypi.org/project/aip-identity,2738.0,,,,,,,,, 137,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,14,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,3.0,64.0,16.0,359.0,3.0,118.0,759.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-02-20 16:02:19.000000,2026-02-20 16:01:09,764.0,4.0,99.0,70.0,356.0,136.0,271.0,457.0,,,,,,,,42.0,,,,,3.0,,,,,w3c-fedid/FedCM,,,,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,26.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,174.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17951.0,3.0,,,,,presbrey/beyond,,,,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,150.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,26.0,238.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 143,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,17.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,,https://pypi.org/project/pymdoccobr,,,,,,,,,, 144,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1011.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 145,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-03-24 12:09:42.000000,2025-10-31 10:04:57,513.0,,25.0,25.0,46.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 146,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,55.0,2866.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 147,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,38.0,10.0,13.0,8.0,9.0,125.0,,,,,,21.0,21.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 148,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,19.0,131.0,101.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 149,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 150,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,96.0,96.0,11.0,,,,,3.0,,,,,,,,,3.0,,,,,,, 151,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 152,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1026.0,3.0,,,,,,,,,,,,,,,, 153,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,48.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,15.0,23.0,123.0,9.0,15.0,82.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,74.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,7.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-03-11 21:56:16.000000,2026-03-11 21:56:14,123.0,5.0,15.0,9.0,133.0,5.0,1.0,31.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,4.0,,,,,3.0,,,,,,,,,,,,,,,, 160,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 161,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 162,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 163,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,2.0,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-03-12 16:18:29.000000,2026-03-12 16:18:28,605.0,29.0,2.0,4.0,387.0,,2.0,8.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 165,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 166,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 167,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,114.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3667.0,3.0,,,,,,,,,,,,,,,, 168,deepface,{},biometrics,,,,6,False,serengil/deepface,,,,,,,,,,,,,,,,,,815438.0,,,,,,,,,3.0,,,,deepface,,https://pypi.org/project/deepface,815438.0,,-33.0,,,,,,, 169,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,56.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,56.0,658517.0,3.0,,,,,,,,,,,,,,,, 173,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4592139.0,3.0,,,,,,,,,,,,,,,, 174,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 175,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,-37.0,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-04-09_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - oauthlib (🥇41 · ⭐ 3K · 📈) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - deepface (🥇39 · ⭐ 23K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - keycloak (🥇37 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - fido2-net-lib (🥈25 · ⭐ 1.4K · 📈) - Passkeys, FIDO2 and WebAuhtn .NET library. MIT - web-did-resolver (🥈23 · ⭐ 99 · 📈) - DID resolver for HTTPS domains. Apache-2 dif ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - nextauthjs (🥇39 · ⭐ 28K · 📉) - Authentication for the Web. ISC - whisper (🥉27 · ⭐ 97K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - ockam (🥉27 · ⭐ 4.6K · 📉) - Orchestrate end-to-end encryption, cryptographic identities,.. Apache-2 - node-solid-server (🥇26 · ⭐ 1.8K · 📉) - Solid server on top of the file-system in NodeJS. MIT solid - webauthn-ruby (🥉12 · ⭐ 760 · 📉) - WebAuthn ruby server library Make your Ruby/Rails web server.. MIT ================================================ FILE: history/2026-04-09_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,pypi_id,pypi_url,pypi_monthly_downloads,trending,npm_id,npm_url,npm_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-04-09 18:49:50.393289,2026-04-09 18:05:37,6297.0,193.0,1523.0,131.0,5538.0,358.0,2571.0,11619.0,2026-04-08 13:32:23,1.15.2,20557174.0,5310860.0,100.0,6642.0,6642.0,567.0,https://hub.docker.com/r/openpolicyagent/opa,2026-04-09 18:49:50.393289,47.0,613825834.0,1.0,,,,,,,,,,,,,,,, 12,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-04-09 12:24:00.000000,2026-04-09 12:24:00,4721.0,178.0,2334.0,223.0,5320.0,248.0,2251.0,14140.0,2026-03-06 06:34:58,1.14.2,5873020.0,2771612.0,80.0,14701.0,14701.0,479.0,https://hub.docker.com/r/coredns/coredns,2026-03-06 06:36:36.159566,165.0,329185808.0,1.0,,,,,,,,,,,,,,,, 13,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-04-09 17:39:57.000000,2026-04-09 17:25:58,10733.0,356.0,2303.0,144.0,4656.0,162.0,3563.0,13742.0,2026-03-27 19:13:14,1.20.1,117524399.0,3013446.0,100.0,2522.0,2522.0,553.0,,,,,1.0,,,,,,,,,,,,,,,, 14,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,23.0,493.0,63.0,541.0,87.0,308.0,2959.0,2025-06-20 05:53:03,3.3.1,,303507466.0,50.0,647130.0,647130.0,203.0,,,,,1.0,oauthlib,https://pypi.org/project/oauthlib,303507466.0,9.0,,,,,,,,,,,, 15,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,39,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-02-07 21:40:57.000000,2026-02-07 21:40:57,3940.0,1.0,3981.0,111.0,3339.0,385.0,4686.0,28172.0,2025-10-26 02:41:51,@auth/azure-tables-adapter@1.11.1,,14034873.0,100.0,480324.0,480324.0,899.0,,,,,1.0,,,,-1.0,next-auth,https://www.npmjs.com/package/next-auth,14034873.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-03-01 10:18:45.000000,2026-03-01 10:15:23,2113.0,14.0,3015.0,182.0,343.0,8.0,1230.0,22520.0,2026-03-01 10:18:45,0.0.99,,884615.0,19.0,8577.0,8577.0,96.0,,,,,1.0,deepface,https://pypi.org/project/deepface,884615.0,33.0,,,,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-04-03 15:45:42.000000,2026-04-03 15:45:42,10594.0,18.0,1646.0,136.0,1451.0,124.0,1057.0,11432.0,2026-03-30 14:41:48,1.1.0,,1913849.0,15.0,4124.0,4124.0,274.0,,,,,1.0,speechbrain,https://pypi.org/project/speechbrain,1913849.0,,,,,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-04-01 18:31:07.000000,2026-04-01 18:31:07,1750.0,103.0,518.0,57.0,307.0,115.0,420.0,5266.0,2026-03-02 07:50:44,1.6.9,,123554456.0,50.0,51221.0,51221.0,142.0,,,,,1.0,authlib,https://pypi.org/project/authlib,123554456.0,,,,,authlib/authlib,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-04-09 18:18:52.000000,2026-04-09 18:18:51,23143.0,716.0,4510.0,780.0,25166.0,1223.0,5303.0,35377.0,2026-03-05 06:37:01,1.21.4,,,100.0,15631.0,15631.0,1616.0,,,,,1.0,,,,,,,,,,,,,,,, 20,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2026-04-09 18:20:29.000000,2026-04-09 18:20:29,30711.0,825.0,8062.0,393.0,23533.0,2282.0,15737.0,33796.0,2026-04-08 08:54:19,26.6.0,1081928.0,18337.0,100.0,,,1784.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,37.0,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1236.0,292.0,166.0,354.0,430.0,23524.0,,,,26270947.0,,1321463.0,1321463.0,38.0,,,,,2.0,,,,,passport,https://www.npmjs.com/package/passport,26270947.0,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-04-09 10:52:11.000000,2026-04-09 10:52:10,5082.0,118.0,1101.0,112.0,2252.0,149.0,1287.0,13594.0,2026-03-20 14:10:32,26.2.0,58654.0,1216152.0,49.0,55.0,55.0,244.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115460196.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-04-08 18:56:15.000000,2026-04-08 18:55:51,1751.0,24.0,298.0,38.0,576.0,16.0,494.0,6883.0,2026-04-08 18:56:15,@casl/prisma@1.6.2,,4897926.0,100.0,102164.0,102164.0,78.0,,,,,1.0,,,,,@casl/ability,https://www.npmjs.com/package/@casl/ability,4897926.0,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-09 09:58:10.000000,2026-04-09 09:58:09,4434.0,72.0,1511.0,236.0,1936.0,98.0,1492.0,17127.0,2026-03-20 13:23:08,26.2.0,552782.0,3282873.0,100.0,,,321.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429294240.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13468.0,1543.0,250.0,779.0,598.0,56294.0,2018-04-02 17:18:43,1.2.2,1449.0,235631.0,2.0,5630.0,5630.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10846.0,2.0,face_recognition,https://pypi.org/project/face_recognition,235519.0,,,,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source AI-first Identity and Access Management (IAM) /AI MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-04-09 14:46:19.000000,2026-04-09 14:37:08,3429.0,262.0,1606.0,74.0,2747.0,106.0,2151.0,13336.0,2026-04-09 14:46:20,2.401.0,1496.0,17493.0,100.0,12.0,12.0,282.0,https://hub.docker.com/r/casbin/casdoor,2026-04-08 17:21:17.149289,23.0,1105177.0,2.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-04-09 14:14:29.000000,2026-04-09 10:54:45,32570.0,1358.0,3924.0,582.0,7435.0,,,11456.0,2026-04-04 03:04:39,7.3.6,3729.0,8600.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-04-09 02:31:29.922888,131.0,1491565.0,2.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-04-09 18:40:27.000000,2026-04-09 18:03:02,7747.0,231.0,587.0,77.0,5161.0,112.0,1578.0,2306.0,2026-04-08 19:23:31,1.14.5,814509.0,13805.0,100.0,210.0,210.0,252.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-04-02 12:15:57.000000,2026-03-31 03:02:56,4901.0,6.0,1942.0,187.0,1922.0,264.0,1754.0,12581.0,2025-03-05 07:11:35,r1.5.0,,1612340.0,17.0,170.0,170.0,163.0,,,,,2.0,paddlepaddle,https://pypi.org/project/paddlepaddle,1612340.0,,,,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5904.0,513.0,211.0,1218.0,1395.0,28364.0,2023-04-02 07:43:27,0.7,12810426.0,355847.0,1.0,4994.0,4994.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,281.0,2.0,,,,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-04-09 18:59:34.000000,2026-04-09 12:51:38,9272.0,586.0,1369.0,163.0,9342.0,57.0,1363.0,27457.0,2026-04-09 12:01:47,4.39.17,48745.0,773.0,100.0,,,283.0,,,,,2.0,,,,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-04-09 18:31:53.248286,2026-04-09 16:30:33,4258.0,171.0,321.0,41.0,5104.0,80.0,1004.0,4748.0,2026-04-08 20:21:36,0.32.5,56471.0,18543154.0,100.0,23.0,23.0,101.0,https://hub.docker.com/r/pomerium/pomerium,2026-04-09 18:31:53.248286,13.0,1613180017.0,2.0,,,,,,,,,,,,,,,, 33,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-03-23 12:21:37.000000,2026-03-23 12:21:23,1165.0,3.0,1723.0,236.0,643.0,46.0,890.0,19988.0,2026-01-26 17:06:22,3.10.0,,2378006.0,100.0,,,163.0,,,,,2.0,casbin,https://pypi.org/project/casbin,1812382.0,,casbin,https://www.npmjs.com/package/casbin,565624.0,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 34,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-04-09 04:46:15.000000,2026-04-09 04:46:13,3847.0,250.0,1802.0,167.0,3208.0,336.0,886.0,10714.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,195.0,195.0,297.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 35,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-04-09 11:18:28.000000,2026-04-08 22:32:55,5492.0,160.0,370.0,49.0,2367.0,103.0,474.0,6584.0,2026-03-24 16:27:50,1.51.0,201737.0,143225.0,100.0,162.0,162.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-03-24 16:42:28.002810,7.0,7763945.0,2.0,,,,,,,,,,,,,,,, 36,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-04-09 09:58:09.000000,2026-04-09 09:58:08,1906.0,87.0,376.0,55.0,1406.0,42.0,293.0,5319.0,2026-03-20 14:29:37,26.2.0,44922.0,531002.0,55.0,41.0,41.0,86.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51458378.0,2.0,,,,,,,,,,,,,,,, 37,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-04-07 14:01:43.000000,2026-04-07 14:01:07,2788.0,51.0,762.0,66.0,286.0,,1.0,3714.0,2026-04-07 14:01:43,9.8.0,,910458.0,100.0,2090.0,2090.0,76.0,,,,,2.0,,,,,oidc-provider,https://www.npmjs.com/package/oidc-provider,910458.0,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-04-09 09:59:10.000000,2026-04-09 09:59:09,1672.0,62.0,392.0,47.0,773.0,66.0,309.0,3596.0,2026-03-20 11:40:09,26.2.0,25640.0,881038.0,100.0,16.0,16.0,124.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90720951.0,2.0,,,,,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-04-09 15:19:52.000000,2026-04-09 13:10:00,18476.0,907.0,962.0,108.0,9543.0,1449.0,16381.0,890.0,2025-10-24 04:51:27,7.2.0,21495.0,14357.0,100.0,,,747.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2012268.0,2.0,,,,,,,,,,,,,,,, 40,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,422.0,29.0,564.0,99.0,362.0,604.0,2025-10-07 20:02:21,7.5.4,,3084126.0,55.0,2221.0,2221.0,181.0,,,,,2.0,pysaml2,https://pypi.org/project/pysaml2,3084126.0,,,,,,,,,,,,, 41,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-04-09 18:09:38.000000,2026-04-09 18:08:00,21545.0,1313.0,1533.0,71.0,16775.0,813.0,3277.0,20890.0,2026-04-07 16:18:57,ersion/2026.2.2,6456.0,248.0,100.0,,,528.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-04-09 14:06:30.000000,2026-04-08 07:19:50,8376.0,305.0,744.0,50.0,7665.0,163.0,637.0,11885.0,2026-03-31 10:45:02,1.38.0,7762.0,7058.0,82.0,8.0,8.0,86.0,https://hub.docker.com/r/svhd/logto,2026-04-08 07:25:11.381653,6.0,400059.0,2.0,,,,,,,,,,,,,,,, 43,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-04-09 02:33:01.000000,2026-04-09 02:33:01,2680.0,101.0,309.0,21.0,2823.0,231.0,973.0,4771.0,2026-03-13 05:28:21,1.9.2,421.0,9254.0,55.0,42.0,42.0,150.0,https://hub.docker.com/r/kanidm/server,2026-03-20 01:54:51.431132,4.0,795473.0,2.0,,,,,,,,,,,,,,,, 44,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-04-09 18:38:42.000000,2026-04-09 12:07:48,5055.0,99.0,301.0,188.0,6172.0,109.0,285.0,4031.0,2026-04-07 15:32:19,0.21.2,,306507.0,75.0,13.0,13.0,204.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-07 15:42:13.962398,19.0,22988055.0,3.0,,,,,,,,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-04-09 14:22:52.000000,2026-04-09 09:30:23,4428.0,263.0,1009.0,60.0,7466.0,864.0,2683.0,13482.0,2026-04-01 07:41:31,4.13.1,16231.0,1475.0,100.0,1.0,1.0,251.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-04-02 10:30:31.000000,2026-04-02 10:30:27,2569.0,49.0,1041.0,101.0,902.0,44.0,858.0,5474.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11164.0,11164.0,339.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-04-09 18:38:17.000000,2026-04-09 17:51:24,35881.0,373.0,169.0,30.0,7955.0,279.0,5249.0,621.0,2026-01-22 17:46:22,1.16.0,9808.0,326.0,100.0,16.0,16.0,143.0,,,,,3.0,,,,,,,,,,,,,,,, 48,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-04-08 09:07:57.000000,2026-04-08 09:07:47,1879.0,23.0,13261.0,1521.0,540.0,3.0,897.0,55144.0,2025-12-21 02:44:08,3.0.0,82559.0,959.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-04-09 16:38:13.000000,2026-04-09 16:38:10,7317.0,103.0,617.0,131.0,5379.0,174.0,3122.0,5695.0,2026-04-06 21:22:20,0.20260406.0,34313.0,16597.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2054545.0,2.0,,,,,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-04-09 14:27:26.000000,2026-04-09 14:26:16,2462.0,181.0,173.0,33.0,2625.0,49.0,367.0,4307.0,2026-02-04 09:23:48,0.51.0,67826.0,1111.0,75.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 51,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-04-09 11:39:39.000000,2026-03-20 20:29:58,3030.0,38.0,139.0,59.0,340.0,41.0,322.0,1095.0,2026-01-22 14:54:05,5.9.0,42380.0,29259.0,46.0,228.0,228.0,53.0,,,,,2.0,yubikey-manager,https://pypi.org/project/yubikey-manager,28897.0,,,,,,,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3481.0,738.0,77.0,5.0,382.0,15483.0,2024-10-04 12:56:15,0.2.2,,1288.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163675.0,3.0,,,,,,,,,,,,,,,, 53,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-04-08 23:14:39.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,235.0,5.0,87.0,370.0,2025-08-25 22:29:37,8.0.18,,434708.0,100.0,6222.0,6222.0,42.0,,,,,1.0,,,,,did-jwt,https://www.npmjs.com/package/did-jwt,434708.0,,,,,,,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-04-08 20:32:44.000000,2026-04-06 01:42:41,575.0,20.0,77.0,26.0,166.0,11.0,49.0,230.0,2026-03-26 15:42:00,11.1.0,,25454.0,72.0,1910.0,1910.0,28.0,,,,,1.0,,,,,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,25454.0,,,,,,,,, 55,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-03-27 21:08:20.000000,2026-03-27 21:08:20,167.0,1.0,11824.0,721.0,362.0,,,97438.0,2025-06-26 01:06:09,20250625,,1804352.0,13.0,,,80.0,,,,,3.0,openai-whisper,https://pypi.org/project/openai-whisper,1804352.0,-2.0,,,,,,,,,,,, 56,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3824.0,348.0,113.0,452.0,393.0,17819.0,2020-03-22 14:01:55,0.22.2,,396014.0,38.0,,,25.0,,,,,3.0,,,,,face-api.js,https://www.npmjs.com/package/face-api.js,396014.0,,,,,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-04-09 16:12:27.000000,2026-04-09 16:12:23,2533.0,139.0,1010.0,40.0,2112.0,32.0,387.0,8895.0,2026-03-03 08:17:35,backend/v2.5.0,1160.0,25.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-04-06 16:34:40.000000,2026-04-06 16:34:38,2074.0,6.0,268.0,28.0,618.0,49.0,127.0,5446.0,2026-03-31 10:59:23,0.9.4,1964.0,7692.0,73.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-03-31 11:29:04.048466,1.0,474946.0,3.0,,,,,,,,,,,,,,,, 59,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,555.0,52.0,7294.0,,1780.0,4612.0,2025-06-30 22:09:21,ockam_v0.157.0,15113.0,321.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,-2.0,,,,,,,,,build-trust/ockam/ockam,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3496.0,2024-01-13 04:08:30,0.27.3,3862.0,30887.0,100.0,219.0,219.0,68.0,,,,,3.0,oso,https://pypi.org/project/oso,30825.0,,,,,,,,,,,,, 61,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-04-08 21:40:57.000000,2026-04-08 01:41:20,7228.0,120.0,319.0,414.0,4775.0,106.0,451.0,1769.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,159.0,,,,,2.0,,,,,,,,,,,,,,,, 62,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,34.0,147.0,1.0,107.0,1036.0,2026-02-11 23:35:38,2.7.1,,4719207.0,37.0,,,32.0,,,,,2.0,webauthn,https://pypi.org/project/webauthn,4719207.0,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-04-09 18:26:01.000000,2026-04-09 18:18:12,3735.0,90.0,297.0,50.0,2948.0,41.0,282.0,985.0,2026-03-27 03:07:56,1.12.37,,,100.0,377.0,377.0,105.0,,,,,2.0,,,,,,,,,,,,,,,, 64,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,26,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-04-09 18:32:54.000000,2026-04-06 20:45:13,5763.0,177.0,299.0,24.0,2510.0,57.0,294.0,5839.0,2026-04-06 21:16:13,1.6.8,11619.0,414.0,100.0,4.0,4.0,75.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 65,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],26,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,1.0,299.0,73.0,894.0,298.0,644.0,1799.0,2026-01-07 15:47:40,6.0.0,,9391.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005568.0,1.0,,,,-2.0,solid-server,https://www.npmjs.com/package/solid-server,2157.0,,,,,,,,, 66,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,26,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-04-09 02:36:01.000000,2026-02-11 12:59:21,1942.0,27.0,134.0,22.0,868.0,68.0,393.0,534.0,2026-02-11 12:59:23,7.0.0,,,47.0,929.0,929.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 67,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-04-09 16:16:24.000000,2026-04-09 16:15:52,10496.0,159.0,499.0,23.0,2672.0,150.0,1291.0,483.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 68,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-04-09 11:32:09.000000,2026-04-09 11:16:47,23602.0,545.0,107.0,9.0,3238.0,350.0,1944.0,1612.0,2026-03-17 15:12:39,2026-03-17.0,671.0,11.0,71.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 69,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-01 19:07:15.000000,2026-04-01 08:55:07,8173.0,202.0,390.0,37.0,1537.0,,323.0,1601.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 70,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-08 11:43:45.000000,2026-04-08 11:43:43,688.0,4.0,196.0,41.0,346.0,33.0,249.0,1415.0,2026-04-06 10:34:14,4.0.1,,,22.0,377.0,377.0,53.0,,,,,2.0,,,,2.0,,,,,,,,,,,, 71,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-04-08 16:54:12.000000,2026-03-26 17:16:19,406.0,1.0,44.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,103481.0,70.0,1372.0,1372.0,22.0,,,,,1.0,,,,,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,103481.0,,,,,,,,, 72,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,844.0,69.0,131.0,531.0,786.0,19123.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,226801.0,3106.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 73,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-04-09 13:47:36.000000,2026-04-08 13:12:03,1475.0,117.0,654.0,65.0,697.0,132.0,404.0,15000.0,2026-04-08 13:58:10,11.4.3,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 74,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-04-09 13:28:37.000000,2026-04-09 13:26:36,2747.0,26.0,389.0,30.0,124.0,2.0,133.0,1874.0,2026-02-02 00:59:44,4.1.11,,390.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,44136.0,3.0,,,,,,,,,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-04-09 08:12:48.000000,2026-04-08 12:24:04,16484.0,110.0,362.0,45.0,8317.0,,,1391.0,,,,38256.0,,,,256.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-04-08 07:15:51.313034,180.0,6388848.0,3.0,,,,,,,,,,,,,,,, 76,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-04-05 13:43:33.000000,2026-03-30 08:37:34,3180.0,44.0,41.0,11.0,4086.0,56.0,105.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,994.0,994.0,27.0,,,,,3.0,,,,,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,, 77,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,943.0,2025-11-20 20:24:03,1.24.0,1703.0,64774.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7641334.0,3.0,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-04-09 17:19:37.000000,2026-04-09 17:17:43,15327.0,35.0,679.0,106.0,21.0,,,709.0,,,,,,193.0,193.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-04-09 13:12:09.000000,2026-03-31 21:23:57,2073.0,38.0,274.0,55.0,410.0,35.0,90.0,637.0,2022-01-07 16:42:38,0.5.0,,1462.0,6.0,,,133.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-31 21:41:10.088023,,152111.0,2.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,14.0,58.0,7.0,40.0,1.0,64.0,597.0,2026-02-15 16:48:57,2.3.5,,,42.0,5544.0,5544.0,20.0,,,,,3.0,,,,,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-04-06 16:21:25.000000,2026-04-06 16:20:57,14863.0,105.0,152.0,14.0,2292.0,105.0,2925.0,484.0,2023-06-16 12:51:58,11.4.3,9962.0,98.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 82,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,23,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-04-08 09:51:52.000000,2026-04-01 13:32:09,1752.0,28.0,97.0,24.0,1337.0,89.0,351.0,345.0,2026-03-30 19:37:17,wasm-v1.9.4-beta.1,,,62.0,157.0,157.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-04-08 15:06:27.000000,2026-04-08 15:02:53,1387.0,67.0,230.0,26.0,1801.0,242.0,651.0,341.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,88.0,,,,,1.0,,,,,,,,,,,,,,,, 84,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-04-09 17:11:16.000000,2026-04-09 11:59:48,12593.0,633.0,111.0,6.0,1326.0,6.0,309.0,271.0,2026-03-27 09:39:26,0.18.2,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,1.0,,,,,,,,,,,,,,,, 85,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-03-31 22:06:03.000000,2026-03-27 16:59:58,2179.0,39.0,177.0,22.0,1496.0,22.0,286.0,192.0,2026-03-31 22:06:04,2.12.12,,,60.0,7.0,7.0,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 86,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-04-09 00:57:26.000000,2026-04-08 23:09:30,379.0,16.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,48901.0,43.0,1457.0,1457.0,12.0,,,,,2.0,,,,5.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,48901.0,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1185.0,456.0,25.0,1.0,143.0,30710.0,2023-01-21 09:26:53,TINA_SHIFT,1622527.0,27974.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 88,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-04-02 19:00:25.000000,2026-04-02 19:00:23,680.0,37.0,321.0,54.0,284.0,7.0,137.0,4360.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-04-08 18:47:25.000000,2026-04-08 18:46:07,2796.0,20.0,257.0,191.0,1006.0,75.0,1249.0,1379.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 90,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-04-08 19:07:44.000000,2026-03-31 09:58:58,420.0,4.0,43.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7885.0,7885.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 91,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,57.0,12.0,249.0,29.0,91.0,86.0,2025-11-13 16:53:54,0.2.3,384822.0,9867.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 92,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,366.0,70.0,173.0,309.0,613.0,7443.0,2020-09-02 15:57:23,2.6.1,31493.0,321.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 93,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,781.0,237.0,367.0,64.0,210.0,2903.0,2015-09-29 22:50:55,1.1.0,126973.0,852.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 94,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,21,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-03-29 08:37:51.000000,2026-03-24 15:31:27,69.0,3.0,29.0,6.0,30.0,9.0,28.0,243.0,2026-03-24 15:33:05,1.4.1,,9108.0,7.0,23.0,23.0,4.0,,,,,3.0,django-passkeys,https://pypi.org/project/django-passkeys,9108.0,,,,,,,,,,,,, 95,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-04-08 20:25:48.000000,2026-04-07 17:30:12,4003.0,828.0,68.0,11.0,1025.0,175.0,164.0,76.0,,,,,1.0,71.0,71.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 96,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,64.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 97,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4674.0,550.0,123.0,511.0,619.0,14319.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 98,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-03-25 22:43:54.000000,2025-04-22 20:11:48,414.0,,787.0,94.0,362.0,182.0,368.0,1996.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,52.0,,,,,3.0,,,,,,,,,,,,,,,, 99,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-03-19 21:15:46.000000,2025-02-24 16:33:21,4946.0,,648.0,61.0,1837.0,39.0,60.0,703.0,2024-02-09 14:17:29,1.13.2,2189.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 100,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-04-09 14:32:01.000000,2026-04-09 01:03:43,2894.0,148.0,89.0,19.0,1070.0,10.0,152.0,571.0,2026-04-01 08:00:13,0.31.2.RELEASE,,,88.0,,,38.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 101,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,321.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,,,,,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,decentralized-identity/dwn-sdk-js,,,,,,,, 102,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,129.0,27.0,364.0,57.0,77.0,261.0,2025-02-10 16:01:17,8.5.1,,,51.0,43.0,43.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 103,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 104,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,307.0,91.0,43.0,28.0,24.0,3085.0,,,,2668.0,,1.0,1.0,27.0,,,,,3.0,pyja3,https://pypi.org/project/pyja3,2668.0,,,,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-03-23 17:17:33.000000,2026-02-13 16:35:41,645.0,8.0,74.0,34.0,471.0,96.0,122.0,254.0,,,,,,216.0,216.0,31.0,,,,,2.0,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,940.0,243.0,260.0,217.0,555.0,3210.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,62.0,108.0,,61.0,2455.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,83.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,63.0,290.0,36.0,,53.0,790.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,,,,,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,, 110,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-04-09 13:19:30.000000,2026-04-09 09:35:01,2090.0,79.0,165.0,61.0,607.0,8.0,249.0,702.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-04-08 19:49:04.000000,2026-04-06 13:26:07,1296.0,21.0,53.0,47.0,348.0,191.0,152.0,557.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 113,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,18,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,3.0,65.0,21.0,91.0,28.0,28.0,314.0,,,,502526.0,,1.0,1.0,15.0,,,,,2.0,,,,,did-resolver,https://www.npmjs.com/package/did-resolver,502526.0,,,,,,,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 115,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-04-01 21:04:24.000000,2026-03-24 09:31:41,3833.0,79.0,22.0,9.0,368.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 116,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,364.0,551.0,56.0,124.0,90.0,8118.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 117,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],17,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-01-14 15:14:54.000000,2026-01-14 15:14:54,1326.0,1.0,313.0,86.0,544.0,31.0,182.0,3317.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 118,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1329.0,2024-06-10 20:02:54,1.15.1,3134.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 119,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,18.0,103.0,76.0,524.0,16.0,380.0,463.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 120,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,341.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 121,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,216.0,,,,,,615.0,615.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 122,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,17,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-04-08 09:00:09.000000,2026-03-23 13:17:11,1881.0,162.0,34.0,13.0,1630.0,7.0,9.0,141.0,2025-07-29 10:33:00,1.1.0,,,4.0,,,21.0,,,,,2.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,5.0,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,197.0,437.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24321.0,3.0,,,,,,,,,,,,,,,, 124,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-04-06 09:23:55.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,828.0,4.0,134.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 125,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-02 00:23:06.000000,2026-04-02 00:23:06,635.0,60.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 126,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",16,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-04-02 17:33:41.000000,2026-04-02 17:33:41,609.0,2.0,187.0,76.0,275.0,36.0,65.0,1734.0,,,,,,,,73.0,,,,,3.0,,,,,,,,,,,,,,,, 127,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-04-06 22:32:42.000000,2026-04-06 22:00:14,175.0,7.0,47.0,4.0,67.0,1.0,48.0,403.0,2026-04-06 22:32:42,5.0.1,,,26.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 128,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-04-09 15:19:39.000000,2026-04-09 15:19:36,2249.0,7.0,117.0,78.0,855.0,11.0,724.0,353.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,38.0,258.0,46.0,77.0,319.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 130,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-04-01 10:34:37.000000,2026-03-05 18:28:27,3762.0,4.0,76.0,24.0,9.0,,,246.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 131,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,53.0,6.0,818.0,103.0,145.0,139.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,,,,,web5/api,https://www.npmjs.com/package/web5/api,,decentralized-identity/web5-js,,,,,,,, 132,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-04-09 18:58:43.000000,2026-04-09 07:14:39,278.0,37.0,33.0,51.0,238.0,91.0,162.0,157.0,,,,,,,,22.0,,,,,3.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 133,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-02 08:24:01.000000,2026-04-02 08:23:55,1404.0,39.0,13.0,7.0,1.0,,,146.0,2026-04-07 11:32:15,1.74.0,72.0,5.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-03-16 01:52:05.000000,2026-03-16 01:51:49,919.0,4.0,251.0,52.0,462.0,50.0,179.0,136.0,,,,,,,,238.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,28.0,30.0,10.0,342.0,20.0,17.0,101.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,8.0,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 137,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,15,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,325.0,1.0,1.0,,4.0,,12.0,2026-03-17 00:17:10,0.5.51,,2180.0,14.0,,,,,,,,3.0,aip-identity,https://pypi.org/project/aip-identity,2180.0,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-04-02 17:23:49.000000,2026-04-02 17:22:20,765.0,5.0,99.0,70.0,357.0,136.0,271.0,459.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,172.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17962.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,26.0,238.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 143,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,14,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,1.0,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,97.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5374.0,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,17.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-03-31 23:31:05.000000,2025-10-31 10:04:57,513.0,,26.0,26.0,46.0,26.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,57.0,2865.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 148,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,12,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,1.0,64.0,16.0,359.0,3.0,118.0,762.0,,,,,,,,39.0,,,,,3.0,,,,-2.0,,,,,,,,,,,, 149,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,39.0,10.0,13.0,8.0,9.0,126.0,,,,,,21.0,21.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,19.0,131.0,101.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,97.0,97.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,11,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,1.0,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,21.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1074.0,3.0,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 158,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,75.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 159,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,10,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 160,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,7.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-04-09 17:36:21.000000,2026-04-09 17:36:18,124.0,6.0,15.0,9.0,134.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-04-02 18:15:38.000000,2026-04-02 18:15:35,606.0,30.0,2.0,4.0,388.0,,2.0,8.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,2.0,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 168,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,1.0,1.0,69.0,,6.0,1.0,2023-11-24 22:29:54,1.2311242224.0,,113.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3742.0,3.0,,,,,,,,,,,,,,,, 170,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 171,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 173,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,57.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,57.0,667511.0,3.0,,,,,,,,,,,,,,,, 174,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4600205.0,3.0,,,,,,,,,,,,,,,, 175,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-04-16_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - nextauthjs (🥇41 · ⭐ 28K · 📈) - Authentication for the Web. ISC - pysaml2 (🥈33 · ⭐ 600 · 📈) - Python implementation of SAML2. Apache-2 - yubikey-manager (🥈30 · ⭐ 1.1K · 📈) - Python library and command line tool for configuring any.. BSD-2 - whisper (🥉29 · ⭐ 98K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - opensk (🥉19 · ⭐ 3.3K · 📈) - OpenSK is an open-source implementation for security keys.. Apache-2 cncf ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - spicedb (🥈29 · ⭐ 6.6K · 📉) - Open Source, Google Zanzibar-inspired database for scalably.. Apache-2 - veramo (🥇25 · ⭐ 530 · 📉) - A JavaScript Framework for Verifiable Data. Apache-2 - django-passkeys (🥉20 · ⭐ 240 · 📉) - Django Authentication Backend For Passkeys. MIT - appauth-ios (🥉19 · ⭐ 2K · 📉) - iOS and macOS SDK for communicating with OAuth 2.0 and.. Apache-2 openid - keycloak (📉) - ❗Unlicensed cncf ================================================ FILE: history/2026-04-16_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,trending,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-04-16 19:05:15.554904,2026-04-16 19:01:35,6318.0,196.0,1526.0,131.0,5555.0,349.0,2580.0,11648.0,2026-04-08 13:32:23,1.15.2,20839925.0,5318382.0,100.0,6673.0,6673.0,567.0,https://hub.docker.com/r/openpolicyagent/opa,2026-04-16 19:05:15.554904,47.0,614143578.0,1.0,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-04-14 21:43:37.000000,2026-04-14 21:43:31,3947.0,8.0,3987.0,110.0,3345.0,385.0,4688.0,28170.0,2026-04-14 21:06:16,next-auth@4.24.14,,14359006.0,100.0,480567.0,480567.0,903.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,14359006.0,2.0,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-04-16 17:31:32.000000,2026-04-16 17:31:32,4731.0,171.0,2341.0,222.0,5332.0,249.0,2253.0,14156.0,2026-03-06 06:34:58,1.14.2,5924260.0,2774191.0,80.0,14723.0,14723.0,481.0,https://hub.docker.com/r/coredns/coredns,2026-03-06 06:36:36.159566,165.0,329443897.0,1.0,,,,,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-04-16 18:53:50.000000,2026-04-16 18:52:24,10762.0,348.0,2306.0,145.0,4677.0,161.0,3566.0,13754.0,2026-04-11 15:12:30,1.20.2,118961256.0,3050288.0,100.0,2536.0,2536.0,555.0,,,,,1.0,,,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-02-28 14:03:09.000000,2026-02-28 14:03:09,1818.0,23.0,494.0,62.0,542.0,87.0,308.0,2963.0,2025-06-20 05:53:03,3.3.1,,311536548.0,50.0,647502.0,647502.0,203.0,,,,,1.0,,,,,oauthlib,https://pypi.org/project/oauthlib,311536548.0,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-03-01 10:18:45.000000,2026-03-01 10:15:23,2113.0,10.0,3022.0,182.0,343.0,8.0,1230.0,22563.0,2026-03-01 10:18:45,0.0.99,,884700.0,19.0,8590.0,8590.0,96.0,,,,,1.0,,,,,deepface,https://pypi.org/project/deepface,884700.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-04-03 15:45:42.000000,2026-04-03 15:45:42,10594.0,18.0,1648.0,136.0,1452.0,124.0,1057.0,11454.0,2026-03-30 14:41:48,1.1.0,,1795376.0,15.0,4134.0,4134.0,274.0,,,,,1.0,,,,,speechbrain,https://pypi.org/project/speechbrain,1795376.0,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-04-16 07:22:01.000000,2026-04-16 07:13:38,1765.0,103.0,517.0,57.0,308.0,115.0,420.0,5272.0,2026-04-16 07:25:51,1.6.11,,127894365.0,52.0,51499.0,51499.0,142.0,,,,,1.0,,,,,authlib,https://pypi.org/project/authlib,127894365.0,authlib/authlib,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-04-16 18:23:35.000000,2026-04-16 18:21:04,23185.0,711.0,4517.0,780.0,25169.0,1228.0,5304.0,35423.0,2026-04-14 20:07:04,2.0.0,,,100.0,15654.0,15654.0,1616.0,,,,,1.0,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1235.0,292.0,166.0,355.0,430.0,23534.0,,,,26471553.0,,1321723.0,1321723.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,26471553.0,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-04-16 14:53:48.000000,2026-04-16 14:53:46,5094.0,126.0,1104.0,112.0,2253.0,147.0,1289.0,13606.0,2026-03-20 14:10:32,26.2.0,59430.0,1216501.0,49.0,55.0,55.0,245.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115492379.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 22,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-04-16 10:41:04.000000,2026-04-16 10:37:26,1755.0,25.0,300.0,38.0,579.0,16.0,495.0,6889.0,2026-04-13 13:25:09,@casl/react@6.0.0,,4919317.0,100.0,102195.0,102195.0,78.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,4919317.0,,,,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-14 07:13:13.000000,2026-04-14 07:13:12,4438.0,72.0,1513.0,235.0,1937.0,100.0,1492.0,17145.0,2026-03-20 13:23:08,26.2.0,560826.0,3283468.0,100.0,,,322.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429361137.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13479.0,1542.0,250.0,779.0,598.0,56325.0,2018-04-02 17:18:43,1.2.2,1453.0,235725.0,2.0,5631.0,5631.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10867.0,2.0,,,,,face_recognition,https://pypi.org/project/face_recognition,235613.0,,,,,,,,, 25,casdoor,https://github.com/casdoor/casdoor,idp,An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-04-16 18:24:05.000000,2026-04-16 18:14:22,3521.0,335.0,1616.0,74.0,2762.0,94.0,2173.0,13400.0,2026-04-16 18:24:06,3.21.0,1479.0,18556.0,100.0,12.0,12.0,283.0,https://hub.docker.com/r/casbin/casdoor,2026-04-16 18:16:18.245209,23.0,1127102.0,1.0,,,,,,,,,,,,,,,, 26,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-04-16 16:23:20.758071,2026-04-16 00:35:55,32671.0,1373.0,3922.0,582.0,7471.0,,,11454.0,2026-04-04 03:04:39,7.3.6,3828.0,8634.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-04-16 16:23:20.758071,131.0,1497184.0,1.0,,,,,,,,,,,,,,,, 27,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-04-16 16:03:50.000000,2026-04-15 13:33:11,7766.0,241.0,589.0,77.0,5180.0,109.0,1583.0,2312.0,2026-04-08 19:23:31,1.14.5,818027.0,13864.0,100.0,210.0,210.0,256.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 28,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-04-15 11:10:22.000000,2026-03-31 03:02:56,4901.0,6.0,1941.0,187.0,1925.0,264.0,1754.0,12588.0,2025-03-05 07:11:35,r1.5.0,,1640524.0,17.0,170.0,170.0,163.0,,,,,2.0,,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1640524.0,,,,,,,,, 29,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5914.0,514.0,211.0,1219.0,1395.0,28436.0,2023-04-02 07:43:27,0.7,12952255.0,359786.0,1.0,5005.0,5005.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,281.0,2.0,,,,,,,,,,,,,,,, 30,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-04-16 11:08:33.000000,2026-04-16 11:03:00,9338.0,602.0,1371.0,164.0,9418.0,55.0,1367.0,27522.0,2026-04-12 07:25:12,4.39.19,50152.0,796.0,100.0,,,285.0,,,,,2.0,,,,,,,,,,,,,,,, 31,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-04-16 18:42:08.897015,2026-04-16 18:35:49,4273.0,174.0,323.0,41.0,5123.0,81.0,1004.0,4760.0,2026-04-08 20:21:36,0.32.5,56999.0,18543301.0,100.0,23.0,23.0,102.0,https://hub.docker.com/r/pomerium/pomerium,2026-04-16 18:42:08.897015,13.0,1613192116.0,2.0,,,,,,,,,,,,,,,, 32,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,33,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,423.0,28.0,565.0,99.0,362.0,605.0,2025-10-07 20:02:21,7.5.4,,3277829.0,55.0,2229.0,2229.0,181.0,,,,,2.0,,,,1.0,pysaml2,https://pypi.org/project/pysaml2,3277829.0,,,,,,,,, 33,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-03-23 12:21:37.000000,2026-03-23 12:21:23,1165.0,3.0,1722.0,235.0,644.0,45.0,891.0,20004.0,2026-01-26 17:06:22,3.10.0,,2428917.0,100.0,,,163.0,,,,,2.0,casbin,https://www.npmjs.com/package/casbin,571276.0,,casbin,https://pypi.org/project/casbin,1857641.0,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 34,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-04-16 18:28:14.000000,2026-04-16 18:28:12,3857.0,237.0,1800.0,166.0,3220.0,335.0,887.0,10741.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,195.0,195.0,298.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-04-16 15:24:03.000000,2026-04-16 15:24:01,1915.0,90.0,378.0,55.0,1406.0,42.0,293.0,5320.0,2026-03-20 14:29:37,26.2.0,45313.0,531109.0,55.0,41.0,41.0,87.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51468284.0,2.0,,,,,,,,,,,,,,,, 36,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,32,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-04-15 19:44:54.000000,2026-04-15 19:44:51,2791.0,53.0,762.0,66.0,287.0,1.0,2.0,3717.0,2026-04-15 17:04:44,9.8.1,,945935.0,100.0,2105.0,2105.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,945935.0,,,,,,,,,,,,, 37,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-04-16 14:54:12.000000,2026-04-16 14:54:10,1680.0,66.0,394.0,47.0,773.0,65.0,310.0,3597.0,2026-03-20 11:40:09,26.2.0,25835.0,881189.0,100.0,16.0,16.0,125.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90736303.0,2.0,,,,,,,,,,,,,,,, 38,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-04-16 18:50:32.000000,2026-04-16 17:26:21,18500.0,909.0,964.0,108.0,9569.0,1475.0,16398.0,892.0,2025-10-24 04:51:27,7.2.0,21570.0,14368.0,100.0,,,746.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2013694.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-04-16 17:35:40.000000,2026-04-16 17:35:38,21616.0,1212.0,1544.0,71.0,16863.0,808.0,3312.0,21011.0,2026-04-07 16:18:57,ersion/2026.2.2,6605.0,254.0,100.0,,,531.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-04-16 17:50:23.000000,2026-04-16 13:39:17,8398.0,306.0,754.0,50.0,7686.0,167.0,640.0,11921.0,2026-03-31 10:45:02,1.38.0,7815.0,7148.0,82.0,8.0,8.0,89.0,https://hub.docker.com/r/svhd/logto,2026-04-16 13:44:32.239765,7.0,405225.0,2.0,,,,,,,,,,,,,,,, 41,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-04-16 05:15:50.000000,2026-04-16 05:15:50,2687.0,99.0,313.0,21.0,2832.0,235.0,977.0,4829.0,2026-03-13 05:28:21,1.9.2,421.0,9378.0,55.0,42.0,42.0,151.0,https://hub.docker.com/r/kanidm/server,2026-03-20 01:54:51.431132,4.0,806128.0,2.0,,,,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-04-16 17:42:10.000000,2026-04-16 17:42:08,5059.0,93.0,301.0,187.0,6183.0,109.0,286.0,4038.0,2026-04-07 15:32:19,0.21.2,,307525.0,75.0,13.0,13.0,204.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-07 15:42:13.962398,19.0,23064448.0,3.0,,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-04-16 16:08:04.000000,2026-04-16 08:58:17,4448.0,257.0,1021.0,60.0,7501.0,862.0,2696.0,13535.0,2026-04-01 07:41:31,4.13.1,16705.0,1518.0,100.0,1.0,1.0,253.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 44,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-04-16 07:43:28.000000,2026-04-16 07:43:28,2572.0,52.0,1042.0,100.0,904.0,44.0,858.0,5476.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11184.0,11184.0,340.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-04-16 17:26:34.000000,2026-04-15 10:54:27,3035.0,33.0,140.0,59.0,340.0,41.0,322.0,1098.0,2026-04-15 13:40:47,5.9.1,43130.0,26366.0,47.0,229.0,229.0,53.0,,,,,2.0,,,,1.0,yubikey-manager,https://pypi.org/project/yubikey-manager,25998.0,,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-04-16 18:56:20.000000,2026-04-16 15:55:22,35963.0,434.0,169.0,30.0,8070.0,253.0,5300.0,623.0,2026-01-22 17:46:22,1.16.0,10278.0,342.0,100.0,16.0,16.0,143.0,,,,,3.0,,,,,,,,,,,,,,,, 47,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-04-15 16:32:15.000000,2026-04-15 16:32:15,168.0,2.0,11865.0,724.0,363.0,,,97867.0,2025-06-26 01:06:09,20250625,,1937095.0,13.0,21.0,21.0,81.0,,,,,3.0,,,,2.0,openai-whisper,https://pypi.org/project/openai-whisper,1937095.0,,,,,,,,, 48,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-04-16 18:22:41.000000,2026-04-16 18:19:53,1880.0,24.0,13264.0,1521.0,542.0,4.0,897.0,55172.0,2025-12-21 02:44:08,3.0.0,85438.0,993.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 49,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,29,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-04-16 18:43:32.000000,2026-04-16 15:13:00,5509.0,158.0,376.0,48.0,2391.0,104.0,474.0,6608.0,2026-04-14 19:23:03,1.51.1,203799.0,146563.0,100.0,,,75.0,https://hub.docker.com/r/authzed/spicedb,2026-04-14 19:34:31.359952,7.0,7942193.0,2.0,,,,-3.0,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-04-16 00:48:13.000000,2026-04-15 05:21:52,7320.0,95.0,616.0,130.0,5385.0,178.0,3124.0,5701.0,2026-04-13 22:15:44,0.20260413.0,34179.0,16600.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2055534.0,2.0,,,,,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-04-16 12:57:28.000000,2026-04-16 12:57:28,2472.0,175.0,174.0,33.0,2635.0,50.0,367.0,4321.0,2026-02-04 09:23:48,0.51.0,70297.0,1152.0,75.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,2.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3479.0,738.0,77.0,5.0,382.0,15486.0,2024-10-04 12:56:15,0.2.2,,1288.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163676.0,3.0,,,,,,,,,,,,,,,, 53,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-04-16 09:16:39.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,235.0,5.0,87.0,371.0,2025-08-25 22:29:37,8.0.18,,406962.0,100.0,6226.0,6226.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,406962.0,,,,,,,,,,,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-04-13 04:53:38.000000,2026-04-13 02:09:00,577.0,21.0,77.0,26.0,166.0,11.0,49.0,230.0,2026-03-26 15:42:00,11.1.0,,24101.0,72.0,1914.0,1914.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,24101.0,,,,,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3824.0,348.0,113.0,452.0,393.0,17825.0,2020-03-22 14:01:55,0.22.2,,413829.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,413829.0,,,,,,,,,,,,, 56,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-04-14 19:52:20.000000,2026-04-10 11:12:46,2537.0,132.0,1008.0,40.0,2130.0,32.0,387.0,8904.0,2026-03-03 08:17:35,backend/v2.5.0,1179.0,26.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-04-16 05:06:38.000000,2026-04-15 19:45:47,5828.0,239.0,303.0,24.0,2529.0,57.0,294.0,5844.0,2026-04-06 21:16:13,1.6.8,11848.0,423.0,100.0,4.0,4.0,75.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-04-06 16:34:40.000000,2026-04-06 16:34:38,2074.0,6.0,269.0,28.0,618.0,49.0,127.0,5448.0,2026-03-31 10:59:23,0.9.4,1990.0,7751.0,73.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-03-31 11:29:04.048466,1.0,478523.0,3.0,,,,,,,,,,,,,,,, 59,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,555.0,52.0,7294.0,,1780.0,4615.0,2025-06-30 22:09:21,ockam_v0.157.0,15086.0,320.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3495.0,2024-01-13 04:08:30,0.27.3,3864.0,31375.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,,oso,https://pypi.org/project/oso,31313.0,,,,,,,,, 61,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,,300.0,73.0,894.0,298.0,644.0,1799.0,2026-01-07 15:47:40,6.0.0,,8368.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005585.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1134.0,,,,,,,,,,,,, 62,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-04-15 16:38:15.000000,2026-04-15 16:38:15,7253.0,142.0,319.0,414.0,4787.0,107.0,451.0,1769.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,159.0,,,,,2.0,,,,,,,,,,,,,,,, 63,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,34.0,147.0,1.0,107.0,1036.0,2026-02-11 23:35:38,2.7.1,,4777459.0,37.0,,,32.0,,,,,2.0,,,,,webauthn,https://pypi.org/project/webauthn,4777459.0,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-04-16 03:06:22.000000,2026-04-16 00:49:46,3744.0,95.0,298.0,50.0,2959.0,40.0,283.0,985.0,2026-04-11 00:53:09,1.12.38,,,100.0,378.0,378.0,105.0,,,,,2.0,,,,,,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-04-14 14:51:01.000000,2026-04-14 14:50:59,10503.0,156.0,499.0,23.0,2676.0,145.0,1296.0,483.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-04-16 05:36:25.000000,2026-04-16 05:36:25,23669.0,588.0,106.0,9.0,3260.0,350.0,1944.0,1639.0,2026-03-17 15:12:39,2026-03-17.0,672.0,12.0,71.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 67,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,25,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-01 19:07:15.000000,2026-04-01 08:55:07,8173.0,202.0,391.0,37.0,1537.0,1.0,323.0,1601.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-14 11:40:59.000000,2026-04-14 11:40:19,691.0,7.0,197.0,41.0,348.0,32.0,250.0,1417.0,2026-04-06 10:34:14,4.0.1,,,24.0,380.0,380.0,55.0,,,,,2.0,,,,,,,,,,,,,,,, 69,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-04-16 12:00:23.000000,2026-02-11 12:59:21,1942.0,6.0,133.0,22.0,868.0,69.0,393.0,534.0,2026-02-11 12:59:23,7.0.0,,,47.0,929.0,929.0,59.0,,,,,1.0,,,,-1.0,,,,,,,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-04-15 01:44:45.000000,2026-03-26 17:16:19,406.0,1.0,45.0,19.0,103.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,,77176.0,70.0,1373.0,1373.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,77176.0,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,847.0,71.0,131.0,531.0,786.0,19138.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,227050.0,3110.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-04-14 19:19:44.000000,2026-04-08 13:12:03,1475.0,105.0,653.0,65.0,697.0,132.0,404.0,15012.0,2026-04-08 13:58:10,11.4.3,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 73,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-04-09 13:28:37.000000,2026-04-09 13:26:36,2747.0,21.0,390.0,30.0,124.0,2.0,134.0,1874.0,2026-02-02 00:59:44,4.1.11,,394.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,44531.0,3.0,,,,,,,,,,,,,,,, 74,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-04-16 12:48:54.000000,2026-04-16 06:59:30,16495.0,117.0,361.0,45.0,8340.0,,,1397.0,,,,38301.0,,,,256.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-04-15 06:59:03.335105,180.0,6396414.0,3.0,,,,,,,,,,,,,,,, 75,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],24,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-04-16 09:18:11.000000,2026-04-10 19:29:06,15337.0,44.0,679.0,106.0,21.0,,,709.0,,,,,,194.0,194.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 76,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-04-10 15:26:13.000000,2026-04-10 15:25:57,1754.0,29.0,97.0,24.0,1338.0,88.0,352.0,346.0,2026-04-10 15:26:43,1.9.5-beta.1,,,63.0,157.0,157.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 77,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-04-15 07:43:08.000000,2026-04-15 07:41:13,3185.0,49.0,41.0,11.0,4089.0,56.0,106.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,994.0,994.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 78,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,945.0,2025-11-20 20:24:03,1.24.0,1723.0,64826.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7647497.0,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-04-16 13:12:04.000000,2026-03-31 21:23:57,2073.0,32.0,276.0,55.0,413.0,35.0,90.0,637.0,2022-01-07 16:42:38,0.5.0,,1465.0,6.0,,,133.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-03-31 21:41:10.088023,,152421.0,2.0,,,,,,,,,,,,,,,, 80,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,14.0,58.0,7.0,40.0,1.0,64.0,598.0,2026-02-15 16:48:57,2.3.5,,,42.0,5553.0,5553.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 81,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-04-10 12:07:43.000000,2026-04-10 12:07:43,14864.0,96.0,152.0,14.0,2295.0,106.0,2925.0,487.0,2023-06-16 12:51:58,11.4.3,9962.0,98.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 82,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-04-15 12:10:41.000000,2026-04-15 06:45:07,1390.0,66.0,230.0,26.0,1809.0,242.0,651.0,342.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,89.0,,,,,2.0,,,,,,,,,,,,,,,, 83,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-04-16 16:06:46.000000,2026-04-13 15:01:44,12622.0,575.0,112.0,6.0,1336.0,6.0,310.0,273.0,2026-04-10 10:14:10,0.19.0,,,100.0,,,43.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 84,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-04-15 20:57:03.000000,2026-04-15 20:54:48,2183.0,40.0,177.0,22.0,1499.0,22.0,286.0,192.0,2026-04-15 20:57:03,3.0.1,,,61.0,7.0,7.0,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-04-13 06:03:36.000000,2026-04-13 01:29:11,380.0,16.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,49234.0,43.0,1458.0,1458.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,49234.0,,,,,,,,,,,,, 86,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1193.0,457.0,25.0,1.0,143.0,30749.0,2023-01-21 09:26:53,TINA_SHIFT,1627078.0,28053.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 87,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-04-16 11:29:26.000000,2026-04-16 11:28:14,681.0,38.0,322.0,54.0,285.0,7.0,137.0,4372.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 88,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-04-16 11:54:29.000000,2026-04-08 18:46:07,2796.0,19.0,256.0,190.0,1006.0,76.0,1256.0,1381.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 89,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-04-15 01:26:15.000000,2026-03-31 09:58:58,420.0,4.0,43.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7893.0,7893.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 90,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,57.0,12.0,249.0,29.0,91.0,86.0,2025-11-13 16:53:54,0.2.3,388391.0,9958.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,366.0,70.0,173.0,309.0,614.0,7455.0,2020-09-02 15:57:23,2.6.1,31686.0,323.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,781.0,237.0,367.0,64.0,210.0,2903.0,2015-09-29 22:50:55,1.1.0,126993.0,852.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 93,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-04-08 20:25:48.000000,2026-04-07 17:30:12,4003.0,828.0,68.0,11.0,1029.0,175.0,164.0,76.0,,,,,1.0,73.0,73.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 94,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,21,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,57.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,270.0,270.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4672.0,550.0,123.0,511.0,619.0,14321.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-03-19 21:15:46.000000,2025-02-24 16:33:21,4946.0,,648.0,61.0,1837.0,39.0,60.0,703.0,2024-02-09 14:17:29,1.13.2,2196.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-04-14 14:32:41.000000,2026-04-14 08:19:05,2900.0,150.0,90.0,19.0,1075.0,10.0,153.0,573.0,2026-04-01 08:00:13,0.31.2.RELEASE,,,88.0,,,38.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,321.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,129.0,27.0,364.0,57.0,77.0,261.0,2025-02-10 16:01:17,8.5.1,,,51.0,43.0,43.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 100,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,20,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-04-16 12:47:30.000000,2026-04-16 12:41:11,648.0,11.0,74.0,34.0,471.0,95.0,123.0,254.0,,,,,,216.0,216.0,32.0,,,,,2.0,,,,,,,,,,,,,,,, 101,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,20,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-04-12 15:36:44.000000,2026-04-12 15:36:23,72.0,6.0,29.0,6.0,30.0,9.0,28.0,244.0,2026-04-12 14:47:44,2.0-release,,9185.0,8.0,23.0,23.0,4.0,,,,,3.0,,,,-1.0,django-passkeys,https://pypi.org/project/django-passkeys,9185.0,,,,,,,,, 102,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 103,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-04-15 07:56:19.000000,2026-01-14 15:14:54,1326.0,,314.0,86.0,545.0,31.0,182.0,3322.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,2.0,,,,,,,,,,,, 104,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,308.0,91.0,43.0,28.0,24.0,3089.0,,,,2875.0,,1.0,1.0,27.0,,,,,3.0,,,,,pyja3,https://pypi.org/project/pyja3,2875.0,,,,,,,,, 105,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-04-16 00:41:18.000000,2026-04-16 00:19:31,416.0,2.0,788.0,93.0,365.0,183.0,368.0,1996.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,53.0,,,,,3.0,,,,-1.0,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,940.0,243.0,260.0,217.0,555.0,3212.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,61.0,108.0,,61.0,2457.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,82.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,290.0,36.0,,53.0,790.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 110,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-04-15 12:54:20.000000,2026-04-15 08:59:20,2103.0,91.0,165.0,61.0,608.0,8.0,249.0,703.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-04-16 16:41:59.000000,2026-04-11 16:18:50,1298.0,22.0,53.0,47.0,350.0,191.0,152.0,558.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 113,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,18,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,3.0,65.0,21.0,91.0,28.0,28.0,315.0,,,,481512.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,481512.0,,,,,,,,,,,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 115,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,18,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-04-16 14:14:13.000000,2026-03-23 13:17:11,1881.0,138.0,34.0,13.0,1632.0,8.0,9.0,141.0,2026-04-15 09:08:59,1.2.0,,,5.0,,,21.0,,,,,2.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 116,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,(Legacy) Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-04-15 08:28:30.000000,2026-04-15 08:28:29,3834.0,72.0,22.0,9.0,368.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,363.0,551.0,56.0,124.0,90.0,8115.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-04-13 17:10:08.000000,2026-04-13 17:10:08,613.0,6.0,190.0,76.0,279.0,37.0,65.0,1738.0,,,,,,,,75.0,,,,,3.0,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1329.0,2024-06-10 20:02:54,1.15.1,3143.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,17.0,103.0,76.0,524.0,16.0,380.0,463.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 121,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,211.0,51.0,648.0,57.0,175.0,341.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 122,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,49.0,14.0,106.0,25.0,69.0,215.0,,,,,,617.0,617.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,204.0,438.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24392.0,3.0,,,,,,,,,,,,,,,, 124,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-04-06 09:23:55.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,828.0,4.0,134.0,103.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 125,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,17,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-15 11:49:54.000000,2026-04-15 11:49:54,639.0,61.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 126,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-04-06 22:32:42.000000,2026-04-06 22:00:14,175.0,7.0,47.0,4.0,67.0,1.0,48.0,403.0,2026-04-06 22:32:42,5.0.1,,,26.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 127,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-04-09 15:19:39.000000,2026-04-09 15:19:36,2249.0,7.0,116.0,78.0,855.0,11.0,724.0,353.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,38.0,258.0,46.0,77.0,319.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 129,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-04-01 10:34:37.000000,2026-03-05 18:28:27,3762.0,4.0,76.0,24.0,9.0,,,246.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 130,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,53.0,6.0,818.0,103.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,,decentralized-identity/web5-js,,,,,,,, 131,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-04-16 15:01:40.000000,2026-04-14 00:44:36,280.0,33.0,33.0,50.0,239.0,90.0,165.0,157.0,,,,,,,,22.0,,,,,3.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 132,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-16 15:29:17.000000,2026-04-16 15:29:12,1409.0,34.0,13.0,7.0,1.0,,,146.0,2026-04-07 11:32:15,1.74.0,72.0,5.0,18.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-04-10 18:33:33.000000,2026-04-10 18:33:19,920.0,5.0,252.0,52.0,464.0,50.0,179.0,137.0,,,,,,,,239.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 134,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,28.0,30.0,10.0,342.0,20.0,17.0,101.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 135,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,8.0,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,98.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5424.0,3.0,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-04-02 17:23:49.000000,2026-04-02 17:22:20,765.0,4.0,101.0,70.0,358.0,136.0,271.0,459.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,,172.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17965.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,26.0,238.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 142,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,17.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,, 143,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,14,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,325.0,1.0,1.0,,4.0,,13.0,2026-03-17 00:17:10,0.5.51,,764.0,14.0,,,,,,,,3.0,,,,,aip-identity,https://pypi.org/project/aip-identity,764.0,,,,,,,,, 144,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 145,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,13,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,,64.0,16.0,359.0,3.0,118.0,763.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 146,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],13,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-03-31 23:31:05.000000,2025-10-31 10:04:57,513.0,,26.0,26.0,46.0,27.0,47.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 147,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,57.0,2865.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 148,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,41.0,10.0,13.0,8.0,9.0,126.0,,,,,,21.0,21.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,20.0,131.0,101.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,98.0,98.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 153,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1087.0,3.0,,,,,,,,,,,,,,,, 154,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 155,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 156,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 157,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,75.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 158,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,10,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,1.0,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 159,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,7.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 160,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-04-15 19:01:40.000000,2026-04-10 17:34:05,125.0,7.0,15.0,9.0,135.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 162,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 164,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-04-02 18:15:38.000000,2026-04-02 18:15:35,606.0,30.0,2.0,4.0,388.0,,2.0,8.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,2.0,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,2.0,1.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,114.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3783.0,3.0,,,,,,,,,,,,,,,, 169,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 170,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 171,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 172,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,58.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,58.0,672797.0,3.0,,,,,,,,,,,,,,,, 173,cfssl,{},pki,CloudFlares PKI toolkit.,,,1,False,cloudfare/cfssl,cfssl/cfssl,,,,2025-02-26 11:08:44.049713,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2025-02-26 11:08:44.049713,26.0,4604714.0,3.0,,,,,,,,,,,,,,,, 174,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 175,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,-37.0,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-04-23_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇37 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - node-oidc-provider (🥈33 · ⭐ 3.7K · 📈) - OpenID Certified OAuth 2.0 Authorization Server.. MIT - spicedb (🥈32 · ⭐ 6.6K · 📈) - Open Source, Google Zanzibar-inspired database for scalably.. Apache-2 - web-access-control (🥉14 · ⭐ 130 · 📈) - Web Access Control (WAC). MIT solid - selective-disclosure-jwt (🥉11 · ⭐ 62 · 📈) - ❗Unlicensed ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - pysaml2 (🥈26 · ⭐ 600 · 📉) - Python implementation of SAML2. Apache-2 - identity-server (🥉24 · ⭐ 1.6K · 📉) - The most flexible and standards-compliant OpenID.. ❗️Custom - polygon-js-sdk (🥈20 · ⭐ 72 · 📉) - SDK to work with Privado ID. Apache-2 - did-method-plc (🥈17 · ⭐ 320 · 📉) - Public Ledger of Credentials: a cryptographic,.. ❗Unlicensed - universal-registrar (🥉16 · ⭐ 87 · 📉) - Universal Registrar implementation and drivers. Apache-2 ================================================ FILE: history/2026-04-23_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,trending,helm_id,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-04-23 18:56:11.000000,2026-04-23 18:00:19,6345.0,214.0,1538.0,130.0,5585.0,348.0,2586.0,11682.0,2026-04-08 13:32:23,1.15.2,21115536.0,5325719.0,100.0,6704.0,6704.0,570.0,https://hub.docker.com/r/openpolicyagent/opa,2026-04-23 14:55:50.155357,47.0,614453606.0,1.0,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-04-14 21:43:37.000000,2026-04-14 21:43:31,3947.0,8.0,3985.0,111.0,3347.0,386.0,4688.0,28197.0,2026-04-14 21:06:16,next-auth@4.24.14,,14936290.0,100.0,480837.0,480837.0,903.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,14936290.0,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-04-22 14:23:45.000000,2026-04-22 14:23:43,4743.0,179.0,2346.0,223.0,5345.0,248.0,2254.0,14173.0,2026-04-22 12:43:18,1.14.3,5963695.0,2776779.0,81.0,14764.0,14764.0,481.0,https://hub.docker.com/r/coredns/coredns,2026-04-22 12:44:41.454579,165.0,329715478.0,1.0,,,,,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-04-23 12:39:33.000000,2026-04-23 12:39:32,10784.0,333.0,2309.0,145.0,4693.0,161.0,3570.0,13769.0,2026-04-21 15:35:06,1.19.5,120394306.0,3087033.0,100.0,2551.0,2551.0,557.0,,,,,1.0,,,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-04-22 08:13:47.000000,2026-04-22 08:13:47,1819.0,24.0,496.0,62.0,543.0,87.0,309.0,2964.0,2025-06-20 05:53:03,3.3.1,,319217170.0,50.0,647930.0,647930.0,204.0,,,,,1.0,,,,oauthlib,https://pypi.org/project/oauthlib,319217170.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-04-23 16:27:55.000000,2026-04-23 16:27:55,2115.0,10.0,3028.0,182.0,346.0,8.0,1230.0,22615.0,2026-03-01 10:18:45,0.0.99,,894211.0,19.0,8604.0,8604.0,97.0,,,,,1.0,,,,deepface,https://pypi.org/project/deepface,894211.0,,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-04-03 15:45:42.000000,2026-04-03 15:45:42,10594.0,18.0,1647.0,136.0,1453.0,124.0,1057.0,11473.0,2026-03-30 14:41:48,1.1.0,,1686384.0,15.0,4155.0,4155.0,274.0,,,,,1.0,,,,speechbrain,https://pypi.org/project/speechbrain,1686384.0,,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-04-18 10:59:50.000000,2026-04-18 10:59:19,1766.0,54.0,521.0,57.0,308.0,118.0,420.0,5283.0,2026-04-19 20:34:09,1.7.0,,125887816.0,53.0,51857.0,51857.0,142.0,,,,,1.0,,,,authlib,https://pypi.org/project/authlib,125887816.0,authlib/authlib,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-04-23 17:29:45.000000,2026-04-23 17:29:44,23253.0,734.0,4532.0,781.0,25174.0,1229.0,5306.0,35475.0,2026-04-14 20:07:04,2.0.0,,,100.0,15695.0,15695.0,1616.0,,,,,1.0,,,,,,,,,,,,,,,, 20,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],37,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2026-04-23 18:22:24.000000,2026-04-23 18:22:24,30855.0,847.0,8099.0,393.0,23766.0,2400.0,15891.0,34033.0,2026-04-15 13:58:02,26.6.1,1063671.0,18028.0,100.0,,,1800.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,,,,,37.0,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1235.0,292.0,166.0,355.0,430.0,23533.0,,,,26963958.0,,1321986.0,1321986.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,26963958.0,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-04-23 09:03:38.000000,2026-04-23 09:03:36,5105.0,129.0,1103.0,112.0,2254.0,146.0,1290.0,13614.0,2026-03-20 14:10:32,26.2.0,59956.0,1216885.0,49.0,55.0,55.0,245.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115528173.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-04-23 10:09:05.000000,2026-04-23 10:00:27,1767.0,33.0,300.0,38.0,596.0,13.0,498.0,6897.0,2026-04-20 04:58:05,@casl/ability@6.8.1,,5006587.0,100.0,102230.0,102230.0,78.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,5006587.0,,,,,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-14 07:13:13.000000,2026-04-14 07:13:12,4438.0,70.0,1513.0,235.0,1938.0,101.0,1493.0,17163.0,2026-03-20 13:23:08,26.2.0,567462.0,3284061.0,100.0,,,322.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429429657.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13488.0,1542.0,250.0,779.0,598.0,56346.0,2018-04-02 17:18:43,1.2.2,1455.0,241613.0,2.0,5632.0,5632.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10889.0,2.0,,,,face_recognition,https://pypi.org/project/face_recognition,241501.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-04-23 17:11:34.536973,2026-04-23 16:53:38,3555.0,358.0,1635.0,74.0,2776.0,92.0,2191.0,13488.0,2026-04-23 17:03:22,3.38.0,1423.0,18859.0,100.0,12.0,12.0,286.0,https://hub.docker.com/r/casbin/casdoor,2026-04-23 17:11:34.536973,23.0,1150815.0,2.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-04-23 17:57:07.000000,2026-04-23 17:18:57,32824.0,1401.0,3922.0,583.0,7521.0,,,11453.0,2026-04-04 03:04:39,7.3.6,3880.0,8671.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-04-22 02:00:36.128450,131.0,1503447.0,2.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-04-23 19:07:20.000000,2026-04-23 18:29:50,7782.0,213.0,589.0,77.0,5196.0,113.0,1586.0,2324.0,2026-04-08 19:23:31,1.14.5,820556.0,13907.0,100.0,210.0,210.0,258.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-04-15 11:10:22.000000,2026-03-31 03:02:56,4901.0,6.0,1941.0,187.0,1925.0,265.0,1754.0,12594.0,2025-03-05 07:11:35,r1.5.0,,1654129.0,17.0,170.0,170.0,163.0,,,,,2.0,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1654129.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5920.0,515.0,211.0,1220.0,1395.0,28509.0,2023-04-02 07:43:27,0.7,13095384.0,363762.0,1.0,5021.0,5021.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,281.0,2.0,,,,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-04-23 14:45:01.000000,2026-04-23 06:33:01,9393.0,616.0,1381.0,165.0,9480.0,55.0,1368.0,27601.0,2026-04-12 07:25:12,4.39.19,51310.0,814.0,100.0,,,285.0,,,,,2.0,,,,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-04-23 17:31:00.466053,2026-04-23 17:15:41,4282.0,177.0,323.0,41.0,5140.0,81.0,1006.0,4766.0,2026-04-08 20:21:36,0.32.5,57430.0,18543458.0,100.0,24.0,24.0,102.0,https://hub.docker.com/r/pomerium/pomerium,2026-04-23 17:31:00.466053,13.0,1613205210.0,2.0,,,,,,,,,,,,,,,, 33,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-04-17 11:16:49.000000,2026-04-17 11:08:08,2794.0,55.0,760.0,66.0,287.0,,3.0,3721.0,2026-04-17 11:16:54,9.8.2,,989049.0,100.0,2115.0,2115.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,989049.0,,,,,1.0,,,,,,,, 34,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-04-23 16:58:54.000000,2026-04-23 16:57:00,1166.0,4.0,1727.0,235.0,646.0,46.0,891.0,20030.0,2026-01-26 17:06:22,3.10.0,,2572293.0,100.0,,,164.0,,,,,2.0,casbin,https://www.npmjs.com/package/casbin,575912.0,casbin,https://pypi.org/project/casbin,1996381.0,apache/casbin,,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-04-23 13:30:47.000000,2026-04-23 13:30:44,3869.0,236.0,1800.0,166.0,3228.0,336.0,887.0,10766.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,195.0,195.0,298.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 36,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-04-23 16:35:31.000000,2026-04-23 16:12:38,5522.0,154.0,377.0,49.0,2405.0,102.0,475.0,6637.0,2026-04-14 19:23:03,1.51.1,205672.0,149819.0,100.0,166.0,166.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-04-14 19:34:31.359952,7.0,8122051.0,2.0,,,,,,,,3.0,,,,,,,, 37,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-04-22 13:28:49.000000,2026-04-22 13:28:47,1920.0,93.0,377.0,55.0,1406.0,43.0,293.0,5327.0,2026-03-20 14:29:37,26.2.0,45467.0,531218.0,55.0,41.0,41.0,87.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51478686.0,2.0,,,,,,,,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-04-22 13:29:20.000000,2026-04-22 13:29:19,1684.0,68.0,394.0,47.0,773.0,65.0,310.0,3596.0,2026-03-20 11:40:09,26.2.0,26025.0,881347.0,100.0,16.0,16.0,125.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90752317.0,2.0,,,,,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-04-23 12:19:53.000000,2026-04-23 12:19:52,18542.0,916.0,966.0,108.0,9602.0,1487.0,16419.0,893.0,2025-10-24 04:51:27,7.2.0,21673.0,14377.0,100.0,,,747.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2014674.0,2.0,,,,,,,,,,,,,,,, 40,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-04-23 16:26:57.000000,2026-04-23 16:09:55,21717.0,1221.0,1553.0,70.0,17008.0,790.0,3341.0,21112.0,2026-04-07 16:18:57,ersion/2026.2.2,6931.0,266.0,100.0,,,533.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 41,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-04-23 09:37:57.000000,2026-04-23 07:30:26,8430.0,322.0,759.0,50.0,7728.0,168.0,641.0,11943.0,2026-03-31 10:45:02,1.38.0,7895.0,7242.0,82.0,8.0,8.0,90.0,https://hub.docker.com/r/svhd/logto,2026-04-23 07:35:47.723952,7.0,410551.0,2.0,,,,,,,,,,,,,,,, 42,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-04-22 05:04:33.000000,2026-04-22 05:04:32,2694.0,98.0,316.0,21.0,2842.0,236.0,981.0,4865.0,2026-03-13 05:28:21,1.9.2,421.0,9464.0,55.0,42.0,42.0,152.0,https://hub.docker.com/r/kanidm/server,2026-03-20 01:54:51.431132,4.0,813551.0,2.0,,,,,,,,,,,,,,,, 43,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-04-23 19:12:05.000000,2026-04-23 13:24:13,5066.0,92.0,301.0,186.0,6205.0,109.0,286.0,4042.0,2026-04-07 15:32:19,0.21.2,,308543.0,75.0,13.0,13.0,204.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-07 15:42:13.962398,19.0,23140733.0,3.0,,,,,,,,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-04-23 12:20:18.000000,2026-04-23 12:04:10,4453.0,247.0,1030.0,59.0,7513.0,869.0,2698.0,13614.0,2026-04-01 07:41:31,4.13.1,17097.0,1554.0,100.0,1.0,1.0,253.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-04-23 07:04:41.000000,2026-04-23 06:44:54,2581.0,61.0,1041.0,100.0,906.0,39.0,864.0,5477.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11199.0,11199.0,341.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-04-23 14:08:54.000000,2026-04-15 10:54:27,3035.0,24.0,141.0,59.0,340.0,41.0,322.0,1102.0,2026-04-15 13:40:47,5.9.1,44882.0,24250.0,47.0,230.0,230.0,53.0,,,,,2.0,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,23867.0,,,,,,,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-04-23 18:05:52.000000,2026-04-23 16:54:24,35996.0,450.0,168.0,30.0,8138.0,259.0,5334.0,626.0,2026-04-22 06:54:36,2.0.0,10725.0,357.0,100.0,16.0,16.0,144.0,,,,,3.0,,,,,,,,,,,,,,,, 48,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-04-15 16:32:15.000000,2026-04-15 16:32:15,168.0,2.0,11896.0,729.0,365.0,,,98262.0,2025-06-26 01:06:09,20250625,,2159572.0,13.0,21.0,21.0,81.0,,,,,3.0,,,,openai-whisper,https://pypi.org/project/openai-whisper,2159572.0,,,,,,,,,, 49,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-04-23 15:35:32.000000,2026-04-23 15:35:20,1885.0,29.0,13262.0,1520.0,542.0,3.0,898.0,55191.0,2025-12-21 02:44:08,3.0.0,85032.0,988.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-04-23 02:07:20.000000,2026-04-17 13:14:22,7321.0,84.0,617.0,130.0,5391.0,178.0,3126.0,5703.0,2026-04-20 21:09:05,0.20260420.0,33721.0,16649.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2056037.0,2.0,,,,,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-04-23 07:40:22.000000,2026-04-23 07:39:08,2482.0,166.0,177.0,34.0,2649.0,50.0,367.0,4364.0,2026-02-04 09:23:48,0.51.0,72812.0,1193.0,75.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 52,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3480.0,738.0,77.0,5.0,382.0,15484.0,2024-10-04 12:56:15,0.2.2,,1288.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163683.0,3.0,,,,,,,,,,,,,,,, 53,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-04-21 23:05:26.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,235.0,5.0,87.0,371.0,2025-08-25 22:29:37,8.0.18,,391919.0,100.0,6227.0,6227.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,391919.0,,,,,,,,,,,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-04-23 14:15:32.000000,2026-04-22 17:34:23,579.0,22.0,77.0,26.0,166.0,11.0,49.0,230.0,2026-03-26 15:42:00,11.1.0,,24439.0,72.0,1915.0,1915.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,24439.0,,,,,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3826.0,348.0,113.0,452.0,393.0,17828.0,2020-03-22 14:01:55,0.22.2,,431646.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,431646.0,,,,,,,,,,,,, 56,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-04-23 00:53:15.000000,2026-04-21 18:32:42,2539.0,127.0,1007.0,40.0,2144.0,32.0,387.0,8906.0,2026-03-03 08:17:35,backend/v2.5.0,1187.0,26.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-04-23 14:29:16.000000,2026-04-23 14:29:16,5838.0,228.0,307.0,24.0,2540.0,58.0,295.0,5856.0,2026-04-21 12:35:52,1.6.9,12061.0,430.0,100.0,4.0,4.0,76.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-04-06 16:34:40.000000,2026-04-06 16:34:38,2074.0,6.0,271.0,28.0,621.0,51.0,127.0,5450.0,2026-03-31 10:59:23,0.9.4,2005.0,7821.0,73.0,47.0,47.0,74.0,https://hub.docker.com/r/permitio/opal-server,2026-03-31 11:29:04.048466,1.0,482878.0,3.0,,,,,,,,,,,,,,,, 59,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,555.0,52.0,7294.0,,1780.0,4614.0,2025-06-30 22:09:21,ockam_v0.157.0,15125.0,321.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3496.0,2024-01-13 04:08:30,0.27.3,3866.0,32633.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,https://pypi.org/project/oso,32571.0,,,,,,,,,, 61,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,,300.0,73.0,894.0,299.0,644.0,1799.0,2026-01-07 15:47:40,6.0.0,,8286.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005588.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1052.0,,,,,,,,,,,,, 62,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,27,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-04-21 17:56:19.000000,2026-04-21 17:56:19,7273.0,162.0,320.0,413.0,4799.0,110.0,451.0,1769.0,2024-06-11 16:44:34,1.8.2,64.0,0.0,31.0,47.0,47.0,159.0,,,,,2.0,,,,,,,,,,,,,,,, 63,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,181.0,34.0,147.0,1.0,107.0,1038.0,2026-02-11 23:35:38,2.7.1,,4744632.0,37.0,,,32.0,,,,,2.0,,,,webauthn,https://pypi.org/project/webauthn,4744632.0,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-04-23 01:43:58.000000,2026-04-23 01:02:30,3765.0,107.0,298.0,50.0,2975.0,38.0,288.0,986.0,2026-04-22 05:57:31,1.12.39,,,100.0,379.0,379.0,107.0,,,,,2.0,,,,,,,,,,,,,,,, 65,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,26,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,423.0,28.0,565.0,99.0,362.0,605.0,2025-10-07 20:02:21,7.5.4,,,55.0,2234.0,2234.0,181.0,,,,,2.0,,,,pysaml2,https://pypi.org/project/pysaml2,,,-7.0,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-04-21 23:32:25.000000,2026-04-21 23:31:53,10510.0,142.0,499.0,23.0,2681.0,146.0,1296.0,483.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,openwallet-foundation/acapy,,,,,,,,, 67,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-04-23 07:49:29.000000,2026-04-23 04:31:40,23751.0,644.0,107.0,10.0,3275.0,348.0,1946.0,1660.0,2026-04-21 11:02:27,2026-04-21.0,673.0,12.0,72.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-20 15:45:25.000000,2026-04-20 15:43:43,692.0,8.0,197.0,41.0,348.0,32.0,250.0,1423.0,2026-04-06 10:34:14,4.0.1,,,25.0,384.0,384.0,55.0,,,,,2.0,,,,,,,,,,,,,,,, 69,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-04-21 08:51:36.000000,2026-02-11 12:59:21,1942.0,6.0,133.0,22.0,868.0,69.0,393.0,534.0,2026-02-11 12:59:23,7.0.0,,,47.0,929.0,929.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-04-20 21:02:53.000000,2026-03-26 17:16:19,406.0,1.0,45.0,19.0,103.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,,68227.0,70.0,1373.0,1373.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,68227.0,,,,,,,,,,,,, 71,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,849.0,71.0,131.0,531.0,786.0,19159.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,227348.0,3114.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 72,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-04-23 16:36:38.000000,2026-04-08 13:12:03,1475.0,104.0,655.0,65.0,699.0,132.0,404.0,15015.0,2026-04-08 13:58:10,11.4.3,,,100.0,,,34.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 73,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-04-09 13:28:37.000000,2026-04-09 13:26:36,2747.0,19.0,391.0,30.0,124.0,3.0,134.0,1878.0,2026-02-02 00:59:44,4.1.11,,398.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,44981.0,3.0,,,,,,,,,,,,,,,, 74,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,24,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-21 08:14:26.000000,2026-04-21 08:14:24,8174.0,190.0,391.0,37.0,1537.0,,324.0,1601.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,3.0,,,,,,,DuendeSoftware/products,-1.0,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-04-23 15:13:36.000000,2026-04-23 15:13:10,16499.0,113.0,361.0,45.0,8355.0,,,1401.0,,,,38342.0,,,,257.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-04-23 08:20:00.793469,181.0,6403120.0,3.0,,,,,,,,,,,,,,,, 76,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],24,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-04-23 14:43:06.000000,2026-04-23 14:42:26,15343.0,47.0,679.0,106.0,21.0,,,710.0,,,,,,194.0,194.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 77,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-04-23 11:37:41.000000,2026-04-10 15:25:57,1754.0,26.0,98.0,24.0,1339.0,88.0,352.0,347.0,2026-04-10 15:26:43,1.9.5-beta.1,,,63.0,157.0,157.0,44.0,,,,,1.0,,,,,,,iotaledger/identity,,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-04-21 21:11:45.000000,2026-04-20 15:28:52,3189.0,53.0,41.0,11.0,4095.0,56.0,106.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,997.0,997.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 79,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,946.0,2025-11-20 20:24:03,1.24.0,1728.0,64862.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7651789.0,3.0,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-04-23 16:00:35.810312,2026-04-23 15:56:27,2082.0,23.0,278.0,55.0,418.0,35.0,90.0,637.0,2022-01-07 16:42:38,0.5.0,,1474.0,6.0,,,135.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-04-23 16:00:35.810312,,153360.0,2.0,,,,,,,,,,,,,,,, 81,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,10.0,58.0,7.0,40.0,1.0,64.0,600.0,2026-02-15 16:48:57,2.3.5,,,42.0,5556.0,5556.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 82,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-04-23 14:01:49.000000,2026-04-22 18:04:27,14872.0,101.0,152.0,14.0,2297.0,107.0,2925.0,488.0,2023-06-16 12:51:58,11.4.3,10176.0,100.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-04-23 13:51:33.000000,2026-04-23 13:36:27,1393.0,66.0,230.0,26.0,1815.0,242.0,651.0,343.0,2026-03-09 19:53:36,0.6.3,,,100.0,,,89.0,,,,,2.0,,,,,,,,,,,,,,,, 84,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-04-23 15:56:55.000000,2026-04-21 03:13:17,12676.0,550.0,112.0,6.0,1342.0,6.0,310.0,274.0,2026-04-10 10:14:10,0.19.0,,,100.0,,,44.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 85,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-04-22 23:57:21.000000,2026-04-21 21:00:29,2186.0,36.0,177.0,22.0,1503.0,22.0,286.0,192.0,2026-04-15 20:57:03,3.0.1,,,61.0,7.0,7.0,65.0,,,,,1.0,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 86,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-04-20 05:18:43.000000,2026-04-20 01:07:36,381.0,16.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,50629.0,43.0,1459.0,1459.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,50629.0,,,,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1198.0,457.0,25.0,1.0,143.0,30770.0,2023-01-21 09:26:53,TINA_SHIFT,1631875.0,28135.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 88,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-04-16 11:29:26.000000,2026-04-16 11:28:14,681.0,38.0,322.0,54.0,285.0,7.0,137.0,4376.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-04-23 13:41:52.000000,2026-04-20 14:35:48,2798.0,21.0,258.0,190.0,1009.0,78.0,1251.0,1383.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 90,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-04-20 20:10:32.000000,2026-03-31 09:58:58,420.0,3.0,42.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7898.0,7898.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 91,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,57.0,12.0,249.0,29.0,91.0,87.0,2025-11-13 16:53:54,0.2.3,391998.0,10051.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,anoncreds/anoncreds-rs,,,,,,,,, 92,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,368.0,70.0,174.0,310.0,614.0,7475.0,2020-09-02 15:57:23,2.6.1,31881.0,325.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 93,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,781.0,237.0,367.0,64.0,210.0,2903.0,2015-09-29 22:50:55,1.1.0,127000.0,852.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 94,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-04-08 20:25:48.000000,2026-04-07 17:30:12,4003.0,807.0,69.0,11.0,1030.0,175.0,164.0,76.0,,,,,1.0,73.0,73.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4672.0,550.0,123.0,511.0,619.0,14316.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-04-16 21:15:43.000000,2025-02-24 16:33:21,4946.0,,649.0,61.0,1838.0,39.0,60.0,704.0,2024-02-09 14:17:29,1.13.2,2206.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,hyperledger-indy/indy-node,,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-04-23 14:40:34.000000,2026-04-22 05:24:05,2913.0,127.0,91.0,19.0,1081.0,10.0,153.0,573.0,2026-04-22 07:45:46,0.30.3.RELEASE,,,90.0,,,39.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,322.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,129.0,27.0,364.0,56.0,78.0,261.0,2025-02-10 16:01:17,8.5.1,,,51.0,44.0,44.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 100,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,20,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-04-16 12:47:30.000000,2026-04-16 12:41:11,648.0,11.0,74.0,33.0,471.0,96.0,123.0,256.0,,,,,,216.0,216.0,32.0,,,,,2.0,,,,,,,,,,,,,,,, 101,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,20,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-04-23 16:56:45.000000,2026-04-12 15:36:23,72.0,6.0,30.0,6.0,31.0,9.0,31.0,247.0,2026-04-12 14:47:44,2.0-release,,8746.0,8.0,23.0,23.0,4.0,,,,,3.0,,,,django-passkeys,https://pypi.org/project/django-passkeys,8746.0,,,,,,,,,, 102,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 103,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,41.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,271.0,271.0,19.0,,,,,2.0,,,,,,,,-1.0,,,,,,,, 104,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-04-23 00:33:00.000000,2026-01-14 15:14:54,1326.0,,314.0,86.0,546.0,31.0,182.0,3324.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 105,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,308.0,91.0,43.0,28.0,24.0,3093.0,,,,3329.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,https://pypi.org/project/pyja3,3329.0,,,,,,,,,, 106,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-04-22 00:20:27.000000,2026-04-16 00:19:31,416.0,2.0,788.0,93.0,366.0,183.0,368.0,1997.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,53.0,,,,,3.0,,,,,,,,,,,,,,,, 107,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,941.0,243.0,260.0,217.0,555.0,3215.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,61.0,108.0,,61.0,2457.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,82.0,184.0,72.0,70.0,1234.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,62.0,290.0,36.0,,53.0,791.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 111,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-04-15 12:54:20.000000,2026-04-15 08:59:20,2103.0,87.0,164.0,61.0,608.0,8.0,249.0,705.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-04-23 16:07:18.000000,2026-04-23 16:07:15,1300.0,23.0,52.0,47.0,352.0,191.0,152.0,559.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 113,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 115,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,18,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-04-20 13:57:22.000000,2026-03-23 13:17:11,1881.0,99.0,34.0,13.0,1635.0,8.0,9.0,142.0,2026-04-20 13:58:08,1.2.1,,,6.0,,,21.0,,,,,2.0,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 116,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,(Legacy) Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-04-23 13:55:27.000000,2026-04-21 22:07:24,3836.0,70.0,22.0,9.0,371.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,363.0,551.0,56.0,124.0,90.0,8113.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-04-13 17:10:08.000000,2026-04-13 17:10:08,613.0,6.0,191.0,76.0,279.0,37.0,65.0,1746.0,,,,,,,,75.0,,,,,3.0,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1330.0,2024-06-10 20:02:54,1.15.1,3150.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,17.0,103.0,75.0,524.0,16.0,380.0,463.0,,,,,,,,71.0,,,,,2.0,,,,,,,w3c/did,,,,,,,,, 121,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,648.0,57.0,175.0,341.0,,,,,,,,94.0,,,,,2.0,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 122,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,1.0,64.0,22.0,91.0,28.0,28.0,316.0,,,,473391.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,473391.0,,,,,-1.0,,,,,,,, 123,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,48.0,14.0,106.0,25.0,69.0,215.0,,,,,,618.0,618.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 124,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,206.0,438.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24401.0,3.0,,,,,,,,,,,,,,,, 125,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-04-06 09:23:55.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,828.0,4.0,134.0,104.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 126,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-04-06 22:32:42.000000,2026-04-06 22:00:14,175.0,4.0,47.0,4.0,67.0,1.0,48.0,402.0,2026-04-06 22:32:42,5.0.1,,,26.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 127,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],16,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-04-09 15:19:39.000000,2026-04-09 15:19:36,2249.0,7.0,117.0,78.0,855.0,12.0,724.0,354.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 128,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,38.0,258.0,46.0,77.0,319.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 129,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],16,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-04-01 10:34:37.000000,2026-03-05 18:28:27,3762.0,4.0,76.0,24.0,9.0,,,246.0,,,,,,,,308.0,,,,,3.0,,,,,,,,,,,,,,,, 130,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,,,,,, 131,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-15 11:49:54.000000,2026-04-15 11:49:54,639.0,18.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,-1.0,,,,,,,, 132,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-04-23 14:19:18.000000,2026-04-19 20:43:11,284.0,36.0,34.0,50.0,242.0,90.0,166.0,157.0,,,,,,,,22.0,,,,,3.0,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 133,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-16 15:29:17.000000,2026-04-16 15:29:12,1409.0,30.0,13.0,7.0,1.0,,,146.0,2026-04-21 09:12:12,1.75.0,72.0,5.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-04-10 18:33:33.000000,2026-04-10 18:33:19,920.0,5.0,253.0,51.0,468.0,50.0,179.0,137.0,,,,,,,,239.0,,,,,3.0,,,,,,,w3c/did-extensions,,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,28.0,30.0,10.0,342.0,20.0,17.0,101.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 136,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,8.0,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 137,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,99.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5471.0,3.0,,,,,,,,,,,,,,,, 138,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-04-02 17:23:49.000000,2026-04-02 17:22:20,765.0,4.0,101.0,70.0,358.0,138.0,271.0,459.0,,,,,,,,42.0,,,,,3.0,,,,,,,w3c-fedid/FedCM,,,,,,,,, 139,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,,172.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17971.0,3.0,,,,,,,presbrey/beyond,,,,,,,,, 140,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 141,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-04-22 14:09:10.000000,2026-04-22 14:09:09,526.0,13.0,26.0,27.0,46.0,26.0,48.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,1.0,,,,,,,, 142,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,34.0,26.0,238.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,14,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,17.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 145,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,14,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,325.0,1.0,1.0,,4.0,,13.0,2026-03-17 00:17:10,0.5.51,,472.0,14.0,,,,,,,,3.0,,,,aip-identity,https://pypi.org/project/aip-identity,472.0,,,,,,,,,, 146,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 147,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,13,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,,64.0,16.0,359.0,3.0,118.0,764.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 148,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,57.0,2865.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 149,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,42.0,10.0,13.0,8.0,9.0,126.0,,,,,,21.0,21.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,20.0,131.0,101.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,23.0,12.0,28.0,7.0,9.0,50.0,,,,,,98.0,98.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 154,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1087.0,3.0,,,,,,,,,,,,,,,, 155,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,1.0,,,,,,,, 156,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 157,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 159,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,76.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 160,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,7.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-04-15 19:01:40.000000,2026-04-10 17:34:05,125.0,6.0,15.0,9.0,135.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 162,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 165,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,9,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-04-02 18:15:38.000000,2026-04-02 18:15:35,606.0,30.0,2.0,4.0,388.0,,2.0,8.0,,,,,,3.0,3.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,8,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,1.0,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 168,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,2.0,1.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,116.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3853.0,3.0,,,,,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,cfssl/cfssl,,,,2026-04-17 14:15:15.991400,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2026-04-17 14:15:15.991400,26.0,4609496.0,3.0,,,,,,,,,,,,,,,, 171,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 173,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 174,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,58.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,58.0,678692.0,3.0,,,,,,,,,,,,,,,, 175,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-04-30_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - keycloak (🥇39 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - lemur (🥈28 · ⭐ 1.8K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - vc-data-model (🥈17 · ⭐ 360 · 📈) - W3C Verifiable Credentials v2.0 Specification. ❗️W3C w3c - barbican (🥉17 · ⭐ 250 · 📈) - Barbican is a ReST API designed for the secure storage,.. Apache-2 openstack - trinsic-sdk (🥉10 · ⭐ 8 · 📈) - This repository contains the samples for all major languages and.. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - deepface (🥇38 · ⭐ 23K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - wso2-identity-server (🥈31 · ⭐ 890 · 📉) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - doorkeeper (🥈24 · ⭐ 5.5K · 📉) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - spruceid-ssi (🥈19 · ⭐ 260 · 📉) - Core library for decentralized identity. Apache-2 - sphereon-openid4vci (🥉14 · ⭐ 88 · 📉) - OpenID for Verifiable Credentials - modules for.. Apache-2 ================================================ FILE: history/2026-04-30_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,trending,updated_github_id,helm_id,maven_id,maven_url,brew_id,gem_url,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-04-30 19:15:23.000000,2026-04-30 18:45:46,6368.0,220.0,1541.0,130.0,5610.0,344.0,2592.0,11713.0,2026-04-30 14:54:12,1.16.0,21369386.0,5332702.0,100.0,6751.0,6751.0,573.0,https://hub.docker.com/r/openpolicyagent/opa,2026-04-30 15:15:23.916010,47.0,614767374.0,1.0,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-04-14 21:43:37.000000,2026-04-14 21:43:31,3947.0,8.0,3979.0,110.0,3351.0,387.0,4689.0,28208.0,2026-04-14 21:06:16,next-auth@4.24.14,,15492338.0,100.0,481082.0,481082.0,903.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,15492338.0,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-04-30 09:17:18.000000,2026-04-30 09:17:16,4750.0,181.0,2349.0,221.0,5361.0,249.0,2253.0,14207.0,2026-04-22 12:43:18,1.14.3,6015505.0,2779345.0,81.0,14784.0,14784.0,481.0,https://hub.docker.com/r/coredns/coredns,2026-04-22 12:44:41.454579,165.0,329971504.0,1.0,,,,,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-04-30 18:08:39.000000,2026-04-30 18:07:40,10805.0,333.0,2312.0,145.0,4706.0,160.0,3576.0,13780.0,2026-04-21 15:35:06,1.19.5,121835328.0,3123982.0,100.0,2569.0,2569.0,558.0,,,,,1.0,,,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-04-22 08:13:47.000000,2026-04-22 08:13:47,1819.0,24.0,496.0,62.0,543.0,87.0,309.0,2965.0,2025-06-20 05:53:03,3.3.1,,334775107.0,50.0,648335.0,648335.0,204.0,,,,,1.0,,,,oauthlib,https://pypi.org/project/oauthlib,334775107.0,,,,,,,,,, 16,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],39,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2026-04-30 17:30:19.000000,2026-04-30 17:30:18,30912.0,858.0,8126.0,394.0,23861.0,2395.0,15998.0,34151.0,2026-04-15 13:58:02,26.6.1,1090551.0,18483.0,100.0,,,1802.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,,,,2.0,,,,,,,,, 17,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-04-26 00:06:08.000000,2026-04-03 15:45:42,10594.0,16.0,1651.0,136.0,1454.0,124.0,1057.0,11499.0,2026-03-30 14:41:48,1.1.0,,1625165.0,15.0,4165.0,4165.0,274.0,,,,,1.0,,,,speechbrain,https://pypi.org/project/speechbrain,1625165.0,,,,,,,,,, 18,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-04-18 10:59:50.000000,2026-04-18 10:59:19,1766.0,51.0,520.0,57.0,308.0,118.0,420.0,5290.0,2026-04-19 20:34:09,1.7.0,,117402344.0,53.0,52140.0,52140.0,142.0,,,,,1.0,,,,authlib,https://pypi.org/project/authlib,117402344.0,,authlib/authlib,,,,,,,, 19,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-04-23 16:27:55.000000,2026-04-23 16:27:55,2115.0,5.0,3035.0,182.0,349.0,10.0,1230.0,22654.0,2026-03-01 10:18:45,0.0.99,,855831.0,19.0,8613.0,8613.0,97.0,,,,,1.0,,,,deepface,https://pypi.org/project/deepface,855831.0,-1.0,,,,,,,,, 20,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-04-30 16:31:18.000000,2026-04-30 16:28:36,23315.0,737.0,4539.0,779.0,25177.0,1229.0,5308.0,35539.0,2026-04-14 20:07:04,2.0.0,,,100.0,15716.0,15716.0,1617.0,,,,,1.0,,,,,,,,,,,,,,,, 21,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1234.0,291.0,166.0,355.0,430.0,23530.0,,,,27450109.0,,1322201.0,1322201.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,27450109.0,,,,,,,,,,,,, 22,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-04-30 10:05:07.000000,2026-04-30 10:05:05,5114.0,130.0,1105.0,112.0,2255.0,147.0,1290.0,13632.0,2026-03-20 14:10:32,26.2.0,60565.0,1217289.0,49.0,55.0,55.0,245.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115565852.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 23,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,37,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-04-30 15:39:47.000000,2026-04-23 10:00:27,1767.0,32.0,300.0,38.0,596.0,13.0,498.0,6906.0,2026-04-20 04:58:05,@casl/ability@6.8.1,,5070939.0,100.0,102254.0,102254.0,78.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,5070939.0,,,,,,,,,,,,, 24,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],36,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-14 07:13:13.000000,2026-04-14 07:13:12,4438.0,67.0,1517.0,235.0,1938.0,100.0,1495.0,17183.0,2026-03-20 13:23:08,26.2.0,575470.0,3284662.0,100.0,,,322.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429497271.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 25,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13477.0,1543.0,251.0,779.0,598.0,56378.0,2018-04-02 17:18:43,1.2.2,1455.0,241174.0,2.0,5634.0,5634.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10938.0,2.0,,,,face_recognition,https://pypi.org/project/face_recognition,241061.0,,,,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-04-28 17:54:14.000000,2026-04-28 17:52:47,3576.0,360.0,1642.0,75.0,2777.0,95.0,2195.0,13545.0,2026-04-28 15:48:33,3.49.0,1511.0,19318.0,100.0,12.0,12.0,287.0,https://hub.docker.com/r/casbin/casdoor,2026-04-28 15:56:54.030695,23.0,1175299.0,2.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-04-30 09:33:36.000000,2026-04-29 09:21:50,32865.0,1319.0,3919.0,583.0,7556.0,,,11454.0,2026-04-04 03:04:39,7.3.6,3965.0,8781.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-04-30 01:16:35.528391,131.0,1522348.0,2.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-04-30 16:05:47.000000,2026-04-30 09:16:10,7791.0,214.0,591.0,77.0,5209.0,113.0,1590.0,2330.0,2026-04-27 23:58:27,1.14.6,816841.0,14586.0,100.0,210.0,210.0,259.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-04-15 11:10:22.000000,2026-03-31 03:02:56,4901.0,5.0,1943.0,187.0,1925.0,265.0,1754.0,12593.0,2025-03-05 07:11:35,r1.5.0,,1694680.0,17.0,170.0,170.0,163.0,,,,,2.0,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1694680.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5924.0,515.0,211.0,1222.0,1395.0,28567.0,2023-04-02 07:43:27,0.7,13223554.0,367322.0,1.0,5037.0,5037.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,284.0,2.0,,,,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-04-30 19:19:17.000000,2026-04-30 11:33:34,9427.0,622.0,1393.0,165.0,9523.0,54.0,1369.0,27662.0,2026-04-12 07:25:12,4.39.19,52686.0,836.0,100.0,,,285.0,,,,,2.0,,,,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-04-30 18:36:03.130063,2026-04-30 18:30:04,4292.0,174.0,324.0,41.0,5153.0,84.0,1008.0,4780.0,2026-04-28 17:19:36,0.32.6,57999.0,18543659.0,100.0,24.0,24.0,102.0,https://hub.docker.com/r/pomerium/pomerium,2026-04-30 18:36:03.130063,13.0,1613220798.0,2.0,,,,,,,,,,,,,,,, 33,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-04-28 08:00:09.000000,2026-04-28 08:00:04,2827.0,86.0,760.0,66.0,288.0,,3.0,3728.0,2026-04-27 15:20:32,9.8.3,,1069049.0,100.0,2129.0,2129.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,1069049.0,,,,,,,,,,,,, 34,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-04-26 16:58:33.000000,2026-04-26 16:58:17,1167.0,4.0,1727.0,234.0,649.0,45.0,893.0,20061.0,2026-04-26 16:58:33,3.11.0-snapshot.2,13.0,2578283.0,100.0,,,164.0,,,,,2.0,casbin,https://www.npmjs.com/package/casbin,583596.0,casbin,https://pypi.org/project/casbin,1994687.0,,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-04-30 16:31:47.000000,2026-04-30 16:31:45,3874.0,227.0,1806.0,166.0,3235.0,336.0,888.0,10781.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,197.0,197.0,299.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 36,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-04-30 18:29:33.000000,2026-04-30 16:25:50,5527.0,148.0,379.0,49.0,2416.0,99.0,479.0,6662.0,2026-04-30 15:50:04,1.52.0,210340.0,153609.0,100.0,169.0,169.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-04-30 15:55:15.436062,7.0,8321669.0,2.0,,,,,,,,,,,,,,,, 37,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-04-29 14:40:37.000000,2026-04-29 14:40:36,1924.0,93.0,375.0,56.0,1406.0,42.0,294.0,5333.0,2026-03-20 14:29:37,26.2.0,46241.0,531355.0,55.0,41.0,41.0,87.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51491180.0,2.0,,,,,,,,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-04-29 14:41:14.000000,2026-04-29 14:41:13,1687.0,68.0,396.0,47.0,774.0,66.0,310.0,3596.0,2026-03-20 11:40:09,26.2.0,26162.0,881486.0,100.0,16.0,16.0,125.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90766437.0,2.0,,,,,,,,,,,,,,,, 39,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-04-30 19:11:07.000000,2026-04-30 19:11:07,21839.0,1246.0,1568.0,69.0,17168.0,794.0,3359.0,21268.0,2026-04-07 16:18:57,ersion/2026.2.2,7040.0,270.0,100.0,,,535.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 40,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-04-30 18:14:29.699212,2026-04-30 18:09:08,8463.0,326.0,765.0,51.0,7761.0,166.0,646.0,11966.0,2026-04-30 02:55:56,1.39.0,7972.0,7366.0,83.0,9.0,9.0,91.0,https://hub.docker.com/r/svhd/logto,2026-04-30 18:14:29.699212,7.0,417639.0,2.0,,,,,,,,,,,,,,,, 41,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-04-30 04:27:49.660393,2026-04-30 03:55:32,2708.0,107.0,317.0,22.0,2849.0,234.0,986.0,4895.0,2026-04-30 02:48:22,1.9.3,446.0,9557.0,56.0,42.0,42.0,152.0,https://hub.docker.com/r/kanidm/server,2026-04-30 04:27:49.660393,4.0,821548.0,2.0,,,,,,,,,,,,,,,, 42,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-04-30 18:59:41.000000,2026-04-30 18:49:25,5082.0,101.0,301.0,186.0,6264.0,109.0,286.0,4044.0,2026-04-30 15:23:16,0.21.3,,309559.0,78.0,13.0,13.0,204.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-30 15:31:22.303713,19.0,23216930.0,3.0,,,,,,,,,,,,,,,, 43,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-04-30 17:50:49.000000,2026-04-30 17:50:48,18461.0,807.0,968.0,108.0,9633.0,1495.0,16435.0,893.0,2025-10-24 04:51:27,7.2.0,21802.0,14386.0,100.0,,,748.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2015677.0,2.0,,,,,,,-1.0,,,,,,,,, 44,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-04-30 14:13:04.000000,2026-04-30 14:02:28,4462.0,244.0,1040.0,58.0,7529.0,875.0,2704.0,13663.0,2026-04-24 05:41:55,4.14.0,17689.0,1608.0,100.0,1.0,1.0,254.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 45,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-04-24 13:41:44.000000,2026-04-15 10:54:27,3035.0,12.0,141.0,59.0,340.0,41.0,322.0,1106.0,2026-04-15 13:40:47,5.9.1,45749.0,24139.0,47.0,231.0,231.0,53.0,,,,,2.0,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,23748.0,,,,,,,,,, 46,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-04-30 18:48:26.000000,2026-04-30 05:02:21,36022.0,455.0,167.0,30.0,8173.0,256.0,5354.0,627.0,2026-04-22 06:54:36,2.0.0,11395.0,379.0,100.0,16.0,16.0,145.0,,,,,3.0,,,,,,,,,,,,,,,, 47,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-04-15 16:32:15.000000,2026-04-15 16:32:15,168.0,2.0,11942.0,724.0,364.0,,,98687.0,2025-06-26 01:06:09,20250625,,2225335.0,13.0,21.0,21.0,81.0,,,,,3.0,,,,openai-whisper,https://pypi.org/project/openai-whisper,2225335.0,,,,,,,,,, 48,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-04-28 17:22:51.000000,2026-04-24 17:12:42,1888.0,32.0,13260.0,1520.0,544.0,4.0,897.0,55195.0,2025-12-21 02:44:08,3.0.0,87558.0,1018.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-04-30 17:48:46.000000,2026-04-29 14:39:58,7331.0,87.0,617.0,130.0,5403.0,177.0,3128.0,5712.0,2026-04-28 21:14:02,0.20260428.0,34071.0,16677.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2057628.0,2.0,,,,,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-04-30 07:18:14.000000,2026-04-30 07:18:14,2499.0,171.0,179.0,34.0,2666.0,49.0,368.0,4378.0,2026-04-28 06:16:35,0.52.0,73353.0,1202.0,76.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 51,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3479.0,737.0,77.0,1.0,382.0,15485.0,2024-10-04 12:56:15,0.2.2,,1288.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163689.0,3.0,,,,,,,,,,,,,,,, 52,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,28,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-04-28 15:19:29.000000,2026-04-28 15:19:20,7305.0,187.0,319.0,413.0,4808.0,109.0,452.0,1769.0,2026-04-28 00:10:31,1.9.0,64.0,0.0,32.0,47.0,47.0,159.0,,,,,2.0,,,,,,,1.0,,,,,,,,, 53,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-04-29 19:15:38.000000,2025-12-01 01:00:51,676.0,,70.0,37.0,235.0,5.0,87.0,371.0,2025-08-25 22:29:37,8.0.18,,382738.0,100.0,6231.0,6231.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,382738.0,,,,,,,,,,,,, 54,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-04-27 06:11:59.000000,2026-04-27 01:32:56,581.0,23.0,77.0,26.0,166.0,12.0,49.0,231.0,2026-03-26 15:42:00,11.1.0,,25205.0,72.0,1915.0,1915.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,25205.0,,,,,,,,,,,,, 55,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,27,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3822.0,348.0,113.0,453.0,393.0,17835.0,2020-03-22 14:01:55,0.22.2,,441978.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,441978.0,,,,,,,,,,,,, 56,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-04-30 13:47:45.000000,2026-04-21 18:32:42,2539.0,125.0,1010.0,40.0,2144.0,33.0,387.0,8910.0,2026-03-03 08:17:35,backend/v2.5.0,1192.0,26.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 57,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-04-30 18:35:55.000000,2026-04-30 18:34:47,5843.0,222.0,310.0,24.0,2547.0,54.0,299.0,5861.0,2026-04-21 12:35:52,1.6.9,12381.0,442.0,100.0,4.0,4.0,76.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 58,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-04-28 11:22:26.073029,2026-04-28 10:19:40,2077.0,9.0,272.0,28.0,625.0,52.0,127.0,5449.0,2026-04-28 10:52:44,0.9.5,2034.0,8000.0,76.0,47.0,47.0,75.0,https://hub.docker.com/r/permitio/opal-server,2026-04-28 11:22:26.073029,1.0,493959.0,3.0,,,,,,,,,,,,,,,, 59,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,555.0,52.0,7294.0,,1780.0,4614.0,2025-06-30 22:09:21,ockam_v0.157.0,15378.0,327.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,build-trust/ockam/ockam,,,, 60,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3497.0,2024-01-13 04:08:30,0.27.3,3932.0,32753.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,https://pypi.org/project/oso,32690.0,,,,,,,,,, 61,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,,299.0,73.0,894.0,299.0,644.0,1799.0,2026-01-07 15:47:40,6.0.0,,8580.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005667.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1345.0,,,,,,,,,,,,, 62,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,27,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,10.0,183.0,34.0,148.0,2.0,107.0,1039.0,2026-02-11 23:35:38,2.7.1,,4849673.0,37.0,,,32.0,,,,,2.0,,,,webauthn,https://pypi.org/project/webauthn,4849673.0,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-04-30 16:56:02.000000,2026-04-30 16:55:59,3772.0,111.0,298.0,50.0,2985.0,39.0,288.0,986.0,2026-04-22 05:57:31,1.12.39,,,100.0,380.0,380.0,107.0,,,,,3.0,,,,,,,,,,,,,,,, 64,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,26,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,423.0,29.0,566.0,99.0,362.0,606.0,2025-10-07 20:02:21,7.5.4,,,55.0,2240.0,2240.0,181.0,,,,,2.0,,,,pysaml2,https://pypi.org/project/pysaml2,,,,,,,,,,, 65,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-04-29 19:13:25.000000,2026-04-29 19:12:46,10516.0,133.0,499.0,23.0,2684.0,146.0,1296.0,484.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 66,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-04-30 11:41:42.000000,2026-04-30 09:37:15,23834.0,687.0,109.0,10.0,3292.0,348.0,1947.0,1685.0,2026-04-21 11:02:27,2026-04-21.0,673.0,12.0,72.0,9.0,9.0,49.0,,,,,3.0,,,,,,,,,,,,,,,, 67,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-20 15:45:25.000000,2026-04-20 15:43:43,692.0,8.0,198.0,41.0,348.0,32.0,250.0,1423.0,2026-04-06 10:34:14,4.0.1,,,25.0,384.0,384.0,55.0,,,,,2.0,,,,,,,,,,,,,,,, 68,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-04-29 12:06:56.000000,2026-02-11 12:59:21,1942.0,4.0,133.0,22.0,868.0,69.0,393.0,534.0,2026-02-11 12:59:23,7.0.0,,,47.0,929.0,929.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 69,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-04-29 11:08:51.000000,2026-03-26 17:16:19,406.0,1.0,45.0,19.0,103.0,4.0,49.0,207.0,2025-08-26 05:57:14,4.0.16,,68100.0,70.0,1373.0,1373.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,68100.0,,,,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,856.0,74.0,131.0,531.0,786.0,19166.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,227617.0,3118.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-04-24 09:11:46.000000,2026-04-24 08:26:49,1491.0,117.0,655.0,65.0,700.0,131.0,405.0,15029.0,2026-04-24 09:11:49,11.4.4,,,100.0,,,36.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 72,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,24,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-04-30 12:13:39.000000,2026-04-30 12:13:35,2583.0,61.0,1041.0,100.0,906.0,39.0,864.0,5477.0,2026-03-04 12:04:39,.5.9.0,,,71.0,,,341.0,,,,,2.0,,,,,,,-6.0,,,,,,doorkeeper,,, 73,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,24,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-04-09 13:28:37.000000,2026-04-09 13:26:36,2747.0,14.0,392.0,30.0,124.0,3.0,134.0,1882.0,2026-02-02 00:59:44,4.1.11,,402.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,45500.0,3.0,,,,,,,,,,,,,,,, 74,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,24,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-21 08:14:26.000000,2026-04-21 08:14:24,8174.0,183.0,390.0,37.0,1537.0,,324.0,1601.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,2.0,,,,,,,,DuendeSoftware/products,,,,,,,, 75,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-04-30 17:23:43.000000,2026-04-30 10:33:21,16507.0,116.0,362.0,45.0,8388.0,,,1402.0,,,,38395.0,,,,258.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-04-29 07:27:48.576779,181.0,6412115.0,3.0,,,,,,,,,,,,,,,, 76,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],24,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-04-27 15:13:49.000000,2026-04-23 14:42:26,15343.0,43.0,679.0,106.0,21.0,,,710.0,,,,,,194.0,194.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 77,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-04-29 17:07:32.000000,2026-04-29 17:07:11,1757.0,27.0,98.0,24.0,1341.0,89.0,352.0,348.0,2026-04-29 17:39:53,1.9.6-beta.1,,,64.0,157.0,157.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 78,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-04-26 13:43:28.000000,2026-04-20 15:28:52,3189.0,46.0,41.0,11.0,4097.0,56.0,106.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,998.0,998.0,27.0,,,,,2.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 79,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,23,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,953.0,2025-11-20 20:24:03,1.24.0,1738.0,64902.0,83.0,,,114.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7656522.0,3.0,,,,,,,,,,,,,,,, 80,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-04-30 19:17:38.000000,2026-04-24 08:06:26,2085.0,25.0,277.0,55.0,423.0,35.0,90.0,638.0,2022-01-07 16:42:38,0.5.0,,1478.0,6.0,,,135.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-04-24 08:23:48.703345,,153774.0,2.0,,,,,,,,,,,,,,,, 81,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,23,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,10.0,58.0,7.0,40.0,1.0,64.0,601.0,2026-02-15 16:48:57,2.3.5,,,42.0,5566.0,5566.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 82,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-04-29 21:04:47.000000,2026-04-29 19:52:32,14879.0,96.0,152.0,14.0,2298.0,107.0,2925.0,488.0,2023-06-16 12:51:58,11.4.3,10176.0,100.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 83,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-04-30 09:12:49.000000,2026-04-30 09:09:51,1397.0,69.0,230.0,26.0,1825.0,243.0,651.0,343.0,2026-04-29 08:06:01,0.7.0,,,100.0,,,89.0,,,,,2.0,,,,,,,,,,,,,,,, 84,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-04-30 15:54:17.000000,2026-04-30 14:41:04,12764.0,594.0,114.0,6.0,1358.0,7.0,312.0,276.0,2026-04-10 10:14:10,0.19.0,,,100.0,,,45.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 85,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-04-24 19:44:29.000000,2026-04-24 19:42:14,2189.0,34.0,177.0,21.0,1505.0,22.0,286.0,192.0,2026-04-24 19:44:29,3.0.2,,,62.0,7.0,7.0,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 86,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-04-27 04:49:11.000000,2026-04-27 00:47:15,382.0,15.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,53047.0,43.0,1460.0,1460.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,53047.0,,,,,,,,,,,,, 87,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1203.0,457.0,25.0,1.0,143.0,30778.0,2023-01-21 09:26:53,TINA_SHIFT,1636043.0,28207.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 88,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-04-28 09:16:00.000000,2026-04-28 09:06:09,682.0,39.0,322.0,53.0,286.0,7.0,137.0,4384.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 89,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-04-29 16:29:10.000000,2026-04-29 16:27:59,2799.0,19.0,260.0,190.0,1009.0,78.0,1253.0,1386.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 90,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],22,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-04-29 11:13:27.000000,2026-03-31 09:58:58,420.0,3.0,42.0,21.0,132.0,4.0,18.0,230.0,2023-03-08 14:05:37,4.1.0,,,24.0,7906.0,7906.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 91,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],22,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,57.0,12.0,249.0,29.0,91.0,87.0,2025-11-13 16:53:54,0.2.3,395802.0,10148.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 92,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,369.0,70.0,174.0,312.0,614.0,7490.0,2020-09-02 15:57:23,2.6.1,32100.0,327.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 93,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,781.0,237.0,367.0,64.0,210.0,2902.0,2015-09-29 22:50:55,1.1.0,127007.0,852.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 94,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-04-08 20:25:48.000000,2026-04-07 17:30:12,4003.0,799.0,69.0,11.0,1030.0,175.0,164.0,76.0,,,,,1.0,74.0,74.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4670.0,550.0,123.0,511.0,619.0,14318.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-04-27 12:56:51.000000,2025-02-24 16:33:21,4946.0,,649.0,61.0,1839.0,39.0,60.0,704.0,2024-02-09 14:17:29,1.13.2,2210.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 97,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-04-30 14:32:38.000000,2026-04-29 15:13:11,2923.0,119.0,91.0,19.0,1088.0,10.0,154.0,573.0,2026-04-22 07:45:46,0.30.3.RELEASE,,,90.0,,,39.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 98,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,322.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 99,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,27.0,364.0,56.0,78.0,262.0,2025-02-10 16:01:17,8.5.1,,,51.0,44.0,44.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 100,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,20,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-04-28 19:08:35.000000,2026-04-12 15:36:23,72.0,6.0,30.0,6.0,34.0,9.0,31.0,247.0,2026-04-12 14:47:44,2.0-release,,8991.0,8.0,23.0,23.0,4.0,,,,,3.0,,,,django-passkeys,https://pypi.org/project/django-passkeys,8991.0,,,,,,,,,, 101,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,157.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 102,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,40.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,271.0,271.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 103,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-04-29 14:18:34.000000,2026-04-29 14:18:34,1332.0,6.0,314.0,85.0,553.0,11.0,202.0,3330.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,24.0,,,,,3.0,,,,,,,,,,,,,,,, 104,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,308.0,91.0,43.0,28.0,24.0,3097.0,,,,3526.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,https://pypi.org/project/pyja3,3526.0,,,,,,,,,, 105,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],19,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-04-28 21:58:45.000000,2026-04-16 00:19:31,416.0,2.0,787.0,93.0,368.0,184.0,368.0,1998.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,53.0,,,,,3.0,,,,,,,,,,,,,,,, 106,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-04-16 12:47:30.000000,2026-04-16 12:41:11,648.0,9.0,73.0,33.0,471.0,96.0,123.0,258.0,,,,,,217.0,217.0,33.0,,,,,2.0,,,,,,,-1.0,,,,,,,,, 107,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,941.0,242.0,260.0,217.0,555.0,3221.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,61.0,108.0,,61.0,2458.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,162.0,82.0,184.0,72.0,70.0,1232.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 110,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,290.0,36.0,,53.0,789.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 111,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-04-15 12:54:20.000000,2026-04-15 08:59:20,2103.0,86.0,163.0,61.0,608.0,8.0,249.0,709.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 112,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-04-27 10:11:43.000000,2026-04-27 06:30:13,1301.0,20.0,53.0,46.0,356.0,191.0,152.0,559.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 113,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,106.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 114,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,210.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 115,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,18,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-04-20 13:57:22.000000,2026-03-23 13:17:11,1881.0,86.0,36.0,13.0,1636.0,7.0,10.0,141.0,2026-04-20 13:58:08,1.2.1,,,6.0,,,21.0,,,,,2.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 116,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,(Legacy) Self Sovereign Identity SDK.,,,18,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-04-23 13:55:27.000000,2026-04-21 22:07:24,3836.0,45.0,22.0,9.0,371.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,2.0,,,,,,,,,,,,,,,, 117,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,363.0,551.0,56.0,124.0,90.0,8113.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 118,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-04-30 14:11:38.000000,2026-04-13 17:10:08,613.0,6.0,193.0,76.0,281.0,37.0,65.0,1749.0,,,,,,,,75.0,,,,,3.0,,,,,,,,,,,,,,,, 119,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1330.0,2024-06-10 20:02:54,1.15.1,3150.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 120,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,13.0,103.0,75.0,524.0,16.0,380.0,466.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 121,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-04-29 14:49:41.000000,2026-04-29 14:49:38,2254.0,12.0,117.0,78.0,855.0,10.0,727.0,355.0,,,,,,,,81.0,,,,,2.0,,,,,,,1.0,,,,,,,,, 122,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,648.0,57.0,175.0,342.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 123,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,1.0,64.0,22.0,91.0,28.0,28.0,317.0,,,,472948.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,472948.0,,,,,,,,,,,,, 124,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-04-27 10:22:18.000000,2026-04-27 10:14:26,3771.0,12.0,76.0,24.0,9.0,,,246.0,,,,,,,,309.0,,,,,3.0,,,,,,,1.0,,,,,,,,, 125,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,17,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,7.0,48.0,14.0,106.0,25.0,69.0,215.0,,,,,,620.0,620.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 126,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,206.0,438.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24412.0,3.0,,,,,,,,,,,,,,,, 127,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-04-06 09:23:55.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,828.0,4.0,134.0,104.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 128,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-04-06 22:32:42.000000,2026-04-06 22:00:14,175.0,4.0,47.0,4.0,67.0,1.0,48.0,404.0,2026-04-06 22:32:42,5.0.1,,,26.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 129,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,38.0,258.0,46.0,77.0,319.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 130,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,,decentralized-identity/web5-js,,,,,,,, 131,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-15 11:49:54.000000,2026-04-15 11:49:54,639.0,18.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 132,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-04-30 06:42:07.000000,2026-04-30 00:21:33,286.0,31.0,34.0,50.0,246.0,90.0,167.0,157.0,,,,,,,,22.0,,,,,3.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 133,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-29 18:55:35.000000,2026-04-29 18:55:27,1416.0,34.0,13.0,7.0,1.0,,,145.0,2026-04-30 09:48:47,1.76.1,72.0,5.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-04-10 18:33:33.000000,2026-04-10 18:33:19,920.0,5.0,255.0,53.0,470.0,50.0,179.0,139.0,,,,,,,,239.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,15,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,20.0,32.0,10.0,342.0,20.0,17.0,101.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 136,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,99.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5481.0,3.0,,,,,,,,,,,,,,,, 137,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-04-02 17:23:49.000000,2026-04-02 17:22:20,765.0,4.0,101.0,71.0,358.0,140.0,271.0,460.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 138,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,254.0,2022-05-26 15:15:14,1.8.10,,172.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17983.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 139,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 140,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-04-22 14:09:10.000000,2026-04-22 14:09:09,526.0,13.0,27.0,27.0,46.0,28.0,48.0,127.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 141,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,14,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,2.0,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,-1.0,Sphereon-Opensource/OID4VC,,,,,,,, 142,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,26.0,241.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 143,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 144,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,14,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,325.0,1.0,1.0,,4.0,,13.0,2026-03-17 00:17:10,0.5.51,,479.0,14.0,,,,,,,,3.0,,,,aip-identity,https://pypi.org/project/aip-identity,479.0,,,,,,,,,, 145,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 146,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,13,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,,64.0,15.0,359.0,4.0,118.0,767.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 147,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,55.0,2868.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 148,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,6.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 149,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,42.0,10.0,13.0,8.0,9.0,127.0,,,,,,22.0,22.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,20.0,131.0,100.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,12.0,28.0,7.0,9.0,50.0,,,,,,99.0,99.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 153,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 154,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1095.0,3.0,,,,,,,,,,,,,,,, 155,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,,34.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 156,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 157,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 159,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],10,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,77.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 160,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,4.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 161,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-04-29 20:53:05.000000,2026-04-10 17:34:05,125.0,5.0,15.0,9.0,136.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 162,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-04-28 18:02:41.000000,2026-04-28 18:02:39,609.0,20.0,3.0,4.0,390.0,,2.0,8.0,,,,,,3.0,3.0,12.0,,,,,3.0,,,,,,,1.0,,,,,,,,, 163,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 164,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 165,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 166,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-01-26 17:36:57.000000,2026-01-26 17:36:55,112.0,,10.0,9.0,136.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,6.0,,,,,3.0,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 168,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,2.0,1.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,117.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3864.0,3.0,,,,,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,cfssl/cfssl,,,,2026-04-17 14:15:15.991400,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2026-04-17 14:15:15.991400,26.0,4613729.0,3.0,,,,,,,,,,,,,,,, 171,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 173,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 174,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,58.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,58.0,683872.0,3.0,,,,,,,,,,,,,,,, 175,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-05-07_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - pysaml2 (🥈32 · ⭐ 610 · 💤) - Python implementation of SAML2. Apache-2 - doorkeeper (🥈30 · ⭐ 5.5K · 📈) - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. MIT - lemur (🥈29 · ⭐ 1.8K · 📈) - Repository for the Lemur Certificate Manager. Apache-2 - did-resolver (🥈24 · ⭐ 230 · 📈) - Universal did-resolver for javascript environments. Apache-2 dif - django-passkeys (🥉22 · ⭐ 250 · 📈) - Django Authentication Backend For Passkeys. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - casl (🥈30 · ⭐ 6.9K · 📉) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - whisper (🥉27 · ⭐ 99K · 📉) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT - py_webauthn (🥈25 · ⭐ 1K · 📉) - Pythonic WebAuthn. BSD-3 - passwordlessid-webauthn (🥉21 · ⭐ 600 · 📉) - Webauthn / passkeys helper library to make your life.. MIT - keycloak (📉) - ❗Unlicensed cncf ================================================ FILE: history/2026-05-07_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,updated_github_id,helm_id,maven_id,maven_url,trending,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-05-07 15:51:39.000000,2026-05-07 15:51:39,6387.0,218.0,1540.0,130.0,5638.0,343.0,2595.0,11739.0,2026-05-01 12:13:30,1.16.1,21540362.0,5292287.0,100.0,6784.0,6784.0,573.0,https://hub.docker.com/r/openpolicyagent/opa,2026-05-07 13:31:02.822550,47.0,615112831.0,1.0,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-04-14 21:43:37.000000,2026-04-14 21:43:31,3947.0,8.0,3983.0,110.0,3354.0,388.0,4690.0,28227.0,2026-04-14 21:06:16,next-auth@4.24.14,,16043287.0,100.0,481290.0,481290.0,903.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,16043287.0,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-05-07 00:11:36.000000,2026-05-07 00:11:33,4752.0,178.0,2353.0,222.0,5365.0,248.0,2254.0,14222.0,2026-04-22 12:43:18,1.14.3,6065064.0,2758998.0,81.0,14824.0,14824.0,481.0,https://hub.docker.com/r/coredns/coredns,2026-04-22 12:44:41.454579,165.0,330219101.0,1.0,,,,,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-05-07 16:32:07.000000,2026-05-04 03:39:05,10812.0,315.0,2314.0,145.0,4712.0,160.0,3578.0,13794.0,2026-04-21 15:35:06,1.19.5,123278424.0,3081960.0,100.0,2611.0,2611.0,559.0,,,,,1.0,,,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-04-22 08:13:47.000000,2026-04-22 08:13:47,1819.0,23.0,496.0,62.0,543.0,89.0,309.0,2967.0,2025-06-20 05:53:03,3.3.1,,343010240.0,50.0,648711.0,648711.0,204.0,,,,,1.0,,,,oauthlib,https://pypi.org/project/oauthlib,343010240.0,,,,,,,,,, 16,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,39,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-05-03 17:30:53.000000,2026-05-03 17:30:52,10595.0,14.0,1653.0,135.0,1455.0,124.0,1057.0,11520.0,2026-03-30 14:41:48,1.1.0,,1622934.0,15.0,4176.0,4176.0,274.0,,,,,1.0,,,,speechbrain,https://pypi.org/project/speechbrain,1622934.0,,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-05-06 08:09:35.000000,2026-05-06 08:08:51,1783.0,66.0,523.0,56.0,314.0,113.0,426.0,5297.0,2026-05-06 08:10:42,1.7.2,,119258951.0,56.0,52383.0,52383.0,142.0,,,,,1.0,,,,authlib,https://pypi.org/project/authlib,119258951.0,authlib/authlib,,,,,,,,, 18,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,38,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-05-01 16:35:14.000000,2026-05-01 16:35:10,2116.0,6.0,3042.0,182.0,350.0,8.0,1232.0,22683.0,2026-03-01 10:18:45,0.0.99,,840886.0,19.0,8619.0,8619.0,97.0,,,,,1.0,,,,deepface,https://pypi.org/project/deepface,840886.0,,,,,,,,,, 19,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-05-07 18:32:53.000000,2026-05-07 18:30:37,23362.0,737.0,4543.0,780.0,25181.0,1231.0,5309.0,35579.0,2026-04-14 20:07:04,2.0.0,,,100.0,15752.0,15752.0,1617.0,,,,,1.0,,,,,,,,,,,,,,,, 20,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1236.0,291.0,166.0,355.0,430.0,23530.0,,,,28230649.0,,1322389.0,1322389.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,28230649.0,,,,,,,,,,,,, 21,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-05-07 18:33:28.000000,2026-05-07 18:33:27,5131.0,135.0,1107.0,112.0,2255.0,147.0,1292.0,13649.0,2026-03-20 14:10:32,26.2.0,61022.0,1204969.0,49.0,55.0,55.0,246.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115600041.0,1.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 22,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13480.0,1543.0,252.0,779.0,598.0,56412.0,2018-04-02 17:18:43,1.2.2,1455.0,238265.0,2.0,5638.0,5638.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10977.0,2.0,,,,face_recognition,https://pypi.org/project/face_recognition,238153.0,,,,,,,,,, 23,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],35,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-14 07:13:13.000000,2026-04-14 07:13:12,4438.0,57.0,1522.0,237.0,1939.0,100.0,1497.0,17198.0,2026-03-20 13:23:08,26.2.0,582151.0,3260282.0,100.0,,,322.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429556876.0,2.0,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,,, 24,casdoor,https://github.com/casdoor/casdoor,idp,An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-05-04 16:54:36.093603,2026-05-04 16:36:10,3582.0,343.0,1645.0,77.0,2777.0,93.0,2202.0,13586.0,2026-05-04 16:46:23,3.52.0,1587.0,19369.0,100.0,12.0,12.0,287.0,https://hub.docker.com/r/casbin/casdoor,2026-05-04 16:54:36.093603,23.0,1191428.0,1.0,,,,,,,,,,,,,,,, 25,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-05-07 16:29:29.000000,2026-05-07 16:23:11,32895.0,1231.0,3917.0,583.0,7608.0,,,11456.0,2026-04-04 03:04:39,7.3.6,4020.0,8880.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-05-07 01:30:36.555713,131.0,1548614.0,1.0,,,,,,,,,,,,,,,, 26,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-05-07 19:38:47.000000,2026-05-07 18:49:12,7805.0,218.0,593.0,77.0,5223.0,113.0,1593.0,2341.0,2026-04-27 23:58:27,1.14.6,820333.0,14391.0,100.0,210.0,210.0,259.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 27,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-05-07 13:27:17.000000,2026-03-31 03:02:56,4901.0,5.0,1943.0,187.0,1926.0,265.0,1754.0,12596.0,2025-03-05 07:11:35,r1.5.0,,1708360.0,17.0,170.0,170.0,163.0,,,,,2.0,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1708360.0,,,,,,,,,, 28,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5931.0,516.0,212.0,1221.0,1397.0,28619.0,2023-04-02 07:43:27,0.7,13359159.0,361060.0,1.0,5048.0,5048.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,285.0,2.0,,,,,,,,,,,,,,,, 29,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-05-07 13:05:26.000000,2026-05-07 06:30:15,9475.0,634.0,1391.0,164.0,9576.0,53.0,1371.0,27722.0,2026-04-12 07:25:12,4.39.19,53843.0,841.0,100.0,,,289.0,,,,,2.0,,,,,,,,,,,,,,,, 30,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-05-07 18:54:05.684291,2026-05-07 18:44:06,4297.0,161.0,326.0,41.0,5168.0,86.0,1009.0,4795.0,2026-04-28 17:19:36,0.32.6,58614.0,18333142.0,100.0,24.0,24.0,102.0,https://hub.docker.com/r/pomerium/pomerium,2026-05-07 18:54:05.684291,13.0,1613238406.0,2.0,,,,,,,,,,,,,,,, 31,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-05-02 05:25:46.000000,2026-05-02 05:25:38,2828.0,85.0,763.0,67.0,289.0,,3.0,3732.0,2026-04-27 15:20:32,9.8.3,,1143702.0,100.0,2137.0,2137.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,1143702.0,,,,,,,,,,,,, 32,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-05-06 11:15:52.000000,2026-05-06 11:15:36,1168.0,5.0,1730.0,236.0,652.0,45.0,893.0,20091.0,2026-05-06 11:15:52,3.11.0-snapshot.3,17.0,2717599.0,100.0,,,165.0,,,,,1.0,casbin,https://www.npmjs.com/package/casbin,597254.0,casbin,https://pypi.org/project/casbin,2120345.0,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,,, 33,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-05-07 18:13:25.000000,2026-05-07 18:13:20,3881.0,223.0,1810.0,166.0,3247.0,338.0,888.0,10796.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,197.0,197.0,299.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 34,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-05-06 23:22:03.000000,2026-05-06 23:13:14,5537.0,144.0,382.0,50.0,2429.0,96.0,482.0,6699.0,2026-04-30 15:50:04,1.52.0,213133.0,153726.0,100.0,171.0,171.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-04-30 15:55:15.436062,7.0,8479912.0,1.0,,,,,,,,,,,,,,,, 35,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-05-07 18:34:14.000000,2026-05-07 18:34:12,1932.0,93.0,377.0,56.0,1406.0,42.0,294.0,5342.0,2026-03-20 14:29:37,26.2.0,46848.0,526054.0,55.0,41.0,41.0,87.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51502361.0,1.0,,,,,,,,,,,,,,,, 36,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-05-07 18:33:47.000000,2026-05-07 18:33:46,1696.0,69.0,397.0,47.0,774.0,66.0,310.0,3596.0,2026-03-20 11:40:09,26.2.0,26459.0,873146.0,100.0,16.0,16.0,125.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90780350.0,2.0,,,,,,,,,,,,,,,, 37,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,425.0,29.0,567.0,99.0,362.0,606.0,2025-10-07 20:02:21,7.5.4,,3925140.0,55.0,2241.0,2241.0,181.0,,,,,2.0,,,,pysaml2,https://pypi.org/project/pysaml2,3925140.0,,,,,6.0,,,,, 38,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-05-07 18:36:56.000000,2026-05-07 18:36:54,21959.0,1244.0,1583.0,69.0,17287.0,786.0,3387.0,21361.0,2026-04-07 16:18:57,ersion/2026.2.2,7148.0,264.0,100.0,,,541.0,,,,,2.0,,,,,,,,https://charts.goauthentik.io,,,,,,,, 39,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-05-07 13:38:08.000000,2026-05-07 08:58:22,8471.0,306.0,775.0,51.0,7777.0,166.0,649.0,12000.0,2026-04-30 02:55:56,1.39.0,8067.0,7342.0,83.0,9.0,9.0,92.0,https://hub.docker.com/r/svhd/logto,2026-05-07 09:03:45.118038,7.0,423535.0,2.0,,,,,,,,,,,,,,,, 40,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-05-07 02:36:13.000000,2026-05-07 02:36:13,2716.0,109.0,319.0,21.0,2859.0,235.0,989.0,4912.0,2026-05-07 02:20:01,1.10.1,446.0,9560.0,58.0,42.0,42.0,153.0,https://hub.docker.com/r/kanidm/server,2026-05-07 02:28:43.493774,4.0,831315.0,2.0,,,,,,,,,,,,,,,, 41,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-05-07 19:04:38.000000,2026-05-07 19:04:35,5093.0,99.0,302.0,186.0,6282.0,109.0,286.0,4046.0,2026-04-30 15:23:16,0.21.3,,306497.0,78.0,13.0,13.0,205.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-30 15:31:22.303713,19.0,23293827.0,3.0,,,,,,,,,,,,,,,, 42,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,31,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-05-07 01:42:52.000000,2026-05-07 01:42:52,18498.0,815.0,971.0,108.0,9652.0,1505.0,16445.0,893.0,2025-10-24 04:51:27,7.2.0,22075.0,14293.0,100.0,,,749.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2016469.0,2.0,,,,,,,,,,,,,,,, 43,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-05-07 14:48:56.000000,2026-05-04 05:05:54,4463.0,223.0,1046.0,58.0,7538.0,877.0,2706.0,13714.0,2026-05-04 07:16:10,3.4.10,18542.0,1545.0,100.0,1.0,1.0,254.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,https://charts.zitadel.com,,,,,,,, 44,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,30,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-05-07 12:41:58.000000,2026-05-04 13:57:35,1783.0,46.0,298.0,38.0,614.0,10.0,501.0,6915.0,2026-04-20 04:58:05,@casl/ability@6.8.1,,5246070.0,100.0,,,78.0,,,,,2.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,5246070.0,,,,,,,,-7.0,,,,, 45,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-05-05 06:20:02.000000,2026-05-05 06:20:02,2587.0,65.0,1041.0,99.0,906.0,38.0,865.0,5480.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11221.0,11221.0,341.0,,,,,2.0,,,,,,,,,,,6.0,doorkeeper,,,, 46,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,30,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-05-07 14:54:37.000000,2026-04-15 10:54:27,3035.0,10.0,142.0,59.0,341.0,41.0,323.0,1111.0,2026-04-15 13:40:47,5.9.1,46424.0,24541.0,47.0,232.0,232.0,53.0,,,,,2.0,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,24148.0,,,,,,,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-05-07 18:27:07.000000,2026-05-07 14:33:20,36035.0,456.0,167.0,30.0,8193.0,253.0,5368.0,628.0,2026-04-22 06:54:36,2.0.0,11657.0,376.0,100.0,16.0,16.0,145.0,,,,,3.0,,,,,,,,,,,,,,,, 48,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-05-01 09:36:42.000000,2026-05-01 09:34:52,1889.0,33.0,13257.0,1518.0,544.0,5.0,897.0,55218.0,2025-12-21 02:44:08,3.0.0,81491.0,936.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 49,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-05-07 18:42:00.000000,2026-05-05 00:00:40,7339.0,82.0,617.0,129.0,5406.0,178.0,3130.0,5711.0,2026-05-05 01:58:43,0.20260504.0,34149.0,16510.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2058615.0,2.0,,,,,,,,,,,,,,,, 50,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-05-07 13:21:08.000000,2026-05-07 13:21:07,2520.0,184.0,181.0,34.0,2686.0,49.0,368.0,4396.0,2026-05-05 11:34:52,0.53.0,74254.0,1197.0,77.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,,, 51,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,29,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-05-06 18:17:04.000000,2026-05-06 18:17:04,7319.0,199.0,319.0,413.0,4815.0,110.0,452.0,1769.0,2026-04-28 00:10:31,1.9.0,66.0,0.0,32.0,47.0,47.0,159.0,,,,,2.0,,,,,,,,,,,1.0,,,,, 52,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,28,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3821.0,348.0,113.0,453.0,393.0,17844.0,2020-03-22 14:01:55,0.22.2,,465045.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,465045.0,,,,,,,,,,,,, 53,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3475.0,736.0,77.0,1.0,382.0,15489.0,2024-10-04 12:56:15,0.2.2,,1278.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163697.0,3.0,,,,,,,,,,,,,,,, 54,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-05-05 17:48:55.000000,2025-12-01 01:00:51,676.0,,71.0,37.0,236.0,5.0,87.0,372.0,2025-08-25 22:29:37,8.0.18,,364371.0,100.0,6231.0,6231.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,364371.0,,,,,,,,,,,,, 55,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-05-07 11:56:52.000000,2026-05-07 11:53:38,591.0,32.0,77.0,26.0,171.0,12.0,49.0,231.0,2026-05-07 11:53:47,11.1.3,,24444.0,75.0,1915.0,1915.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,24444.0,,,,,,,,,,,,, 56,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,27,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-04-15 16:32:15.000000,2026-04-15 16:32:15,168.0,2.0,11972.0,725.0,364.0,,,99083.0,2025-06-26 01:06:09,20250625,,2290878.0,13.0,,,81.0,,,,,3.0,,,,openai-whisper,https://pypi.org/project/openai-whisper,2290878.0,,,,,-2.0,,,,, 57,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-05-07 00:14:54.000000,2026-04-21 18:32:42,2539.0,120.0,1010.0,40.0,2145.0,33.0,387.0,8915.0,2026-03-03 08:17:35,backend/v2.5.0,1204.0,26.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 58,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-05-07 14:12:28.000000,2026-05-07 14:12:23,5864.0,229.0,310.0,24.0,2576.0,54.0,299.0,5868.0,2026-05-05 20:39:24,1.6.10,12624.0,435.0,100.0,4.0,4.0,76.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 59,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,27,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-05-04 17:45:32.000000,2026-04-28 10:19:40,2077.0,9.0,273.0,28.0,627.0,52.0,127.0,5453.0,2026-04-28 10:52:44,0.9.5,2043.0,7951.0,76.0,47.0,47.0,75.0,https://hub.docker.com/r/permitio/opal-server,2026-04-28 11:22:26.073029,1.0,498896.0,3.0,,,,,,,,,,,,,,,, 60,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,555.0,52.0,7294.0,,1780.0,4620.0,2025-06-30 22:09:21,ockam_v0.157.0,15390.0,320.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 61,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3497.0,2024-01-13 04:08:30,0.27.3,3933.0,35819.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,https://pypi.org/project/oso,35757.0,,,,,,,,,, 62,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-03-21 18:56:41.000000,2026-01-11 10:32:45,3308.0,,300.0,73.0,904.0,299.0,644.0,1800.0,2026-01-07 15:47:40,6.0.0,,8601.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005697.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1418.0,,,,,,,,,,,,, 63,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-05-06 01:19:16.000000,2026-05-06 01:19:14,3781.0,112.0,299.0,50.0,2991.0,40.0,289.0,989.0,2026-05-05 01:00:10,1.12.40,,,100.0,380.0,380.0,107.0,,,,,3.0,,,,,,,,,,,,,,,, 64,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-05-05 01:41:02.000000,2026-05-05 01:40:23,10518.0,131.0,499.0,23.0,2685.0,147.0,1296.0,484.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,openwallet-foundation/acapy,,,,,,,,, 65,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-05-07 09:48:41.000000,2026-05-07 09:45:38,23890.0,722.0,112.0,10.0,3303.0,348.0,1947.0,1742.0,2026-05-06 14:13:33,2026-05-06.0,677.0,11.0,73.0,9.0,9.0,50.0,,,,,3.0,,,,,,,,,,,,,,,, 66,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-20 15:45:25.000000,2026-04-20 15:43:43,692.0,8.0,199.0,41.0,348.0,32.0,250.0,1424.0,2026-04-06 10:34:14,4.0.1,,,25.0,385.0,385.0,55.0,,,,,2.0,,,,,,,,,,,,,,,, 67,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,25,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-02-11 23:35:11.000000,2026-02-11 23:33:40,571.0,9.0,184.0,34.0,149.0,2.0,107.0,1039.0,2026-02-11 23:35:38,2.7.1,,4978303.0,37.0,,,32.0,,,,,2.0,,,,webauthn,https://pypi.org/project/webauthn,4978303.0,,,,,-2.0,,,,, 68,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-05-07 12:47:09.000000,2026-02-11 12:59:21,1942.0,4.0,133.0,22.0,868.0,69.0,393.0,535.0,2026-02-11 12:59:23,7.0.0,,,47.0,929.0,929.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 69,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-05-05 18:49:39.000000,2026-03-26 17:16:19,406.0,1.0,45.0,19.0,104.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,,62867.0,70.0,1373.0,1373.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,62867.0,,,,,,,,,,,,, 70,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,24,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,864.0,76.0,131.0,531.0,786.0,19183.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,227894.0,3079.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-05-07 10:27:00.000000,2026-05-05 13:48:40,1505.0,124.0,657.0,65.0,707.0,132.0,405.0,15030.0,2026-03-19 19:47:15,11.0.7,,,100.0,,,36.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 72,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,24,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-21 08:14:26.000000,2026-04-21 08:14:24,8174.0,178.0,390.0,37.0,1537.0,,324.0,1604.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,3.0,,,,,,,DuendeSoftware/products,,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-05-07 17:33:19.000000,2026-05-05 23:49:59,16511.0,114.0,362.0,45.0,8396.0,,,1402.0,,,,38204.0,,,,258.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-05-07 07:35:42.868870,181.0,6418373.0,3.0,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-05-06 16:35:35.000000,2026-04-29 17:07:11,1757.0,26.0,98.0,24.0,1342.0,90.0,352.0,348.0,2026-04-29 17:39:53,1.9.6-beta.1,,,64.0,157.0,157.0,44.0,,,,,1.0,,,,,,,iotaledger/identity,,,,,,,,, 75,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],24,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-05-07 13:32:37.000000,2026-05-04 13:18:05,428.0,10.0,43.0,21.0,134.0,3.0,19.0,230.0,2026-05-04 13:17:45,5.0.1,,,27.0,7911.0,7911.0,25.0,,,,,2.0,,,,,,,,,,,2.0,,,,, 76,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-05-07 14:01:43.000000,2026-05-06 12:06:55,3195.0,46.0,41.0,11.0,4105.0,56.0,106.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,999.0,999.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 77,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,23,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-05-06 06:22:25.000000,2026-05-06 06:21:33,2748.0,7.0,393.0,30.0,124.0,3.0,134.0,1884.0,2026-02-02 00:59:44,4.1.11,,401.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,45717.0,3.0,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-05-07 11:35:17.000000,2026-04-23 14:42:26,15343.0,42.0,680.0,106.0,21.0,,,709.0,,,,,,194.0,194.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-05-07 19:20:17.000000,2026-04-24 08:06:26,2085.0,25.0,276.0,55.0,426.0,35.0,90.0,638.0,2022-01-07 16:42:38,0.5.0,,1468.0,6.0,,,135.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-04-24 08:23:48.703345,,154216.0,2.0,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-05-07 18:32:47.000000,2026-05-07 18:32:47,14892.0,93.0,151.0,14.0,2304.0,107.0,2925.0,489.0,2023-06-16 12:51:58,11.4.3,10176.0,99.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-05-07 14:27:19.000000,2026-05-07 14:24:15,1404.0,64.0,230.0,26.0,1836.0,245.0,651.0,343.0,2026-04-29 08:06:01,0.7.0,,,100.0,,,89.0,,,,,2.0,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-05-07 15:52:27.000000,2026-05-07 15:16:01,12908.0,691.0,115.0,6.0,1374.0,5.0,315.0,278.0,2026-04-10 10:14:10,0.19.0,,,100.0,,,45.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 83,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-05-07 18:29:27.000000,2026-05-07 18:26:42,2194.0,29.0,178.0,21.0,1512.0,23.0,286.0,192.0,2026-05-07 18:29:27,3.0.4,,,64.0,7.0,7.0,65.0,,,,,1.0,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,,, 84,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-05-06 22:27:25.000000,2026-05-06 17:42:42,385.0,17.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,51688.0,43.0,1461.0,1461.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,51688.0,,,,,,,,,,,,, 85,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,22,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1216.0,457.0,25.0,1.0,143.0,30815.0,2023-01-21 09:26:53,TINA_SHIFT,1640510.0,27805.0,35.0,,,11.0,,,,,3.0,,,,,,,,,,,,,,,, 86,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-04-28 09:16:00.000000,2026-04-28 09:06:09,682.0,38.0,322.0,53.0,286.0,7.0,137.0,4388.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 87,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-05-06 18:08:59.000000,2026-05-06 18:07:43,2800.0,19.0,262.0,190.0,1010.0,73.0,1259.0,1388.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 88,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,955.0,2025-11-20 20:24:03,1.24.0,1832.0,64396.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7661087.0,3.0,,,,,,,,,,,,,,,, 89,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,22,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-05-01 14:12:25.000000,2026-05-01 14:10:43,90.0,24.0,30.0,6.0,35.0,9.0,31.0,250.0,2026-05-01 14:12:25,2.1.0,,9317.0,9.0,24.0,24.0,6.0,,,,,3.0,,,,django-passkeys,https://pypi.org/project/django-passkeys,9317.0,,,,,2.0,,,,, 90,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,371.0,69.0,177.0,312.0,614.0,7501.0,2020-09-02 15:57:23,2.6.1,32360.0,326.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 91,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,782.0,237.0,368.0,64.0,210.0,2901.0,2015-09-29 22:50:55,1.1.0,127014.0,846.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 92,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,21,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-02-28 16:05:47.000000,2026-02-15 16:52:31,304.0,9.0,59.0,7.0,40.0,1.0,64.0,603.0,2026-02-15 16:48:57,2.3.5,,,42.0,5569.0,5569.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,-2.0,,,,, 93,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,57.0,12.0,249.0,29.0,91.0,87.0,2025-11-13 16:53:54,0.2.3,398239.0,9955.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,anoncreds/anoncreds-rs,,,,,,,,, 94,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-04-08 20:25:48.000000,2026-04-07 17:30:12,4003.0,771.0,69.0,11.0,1031.0,175.0,164.0,76.0,,,,,1.0,74.0,74.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,548.0,123.0,511.0,619.0,14320.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-05-04 21:34:04.000000,2026-05-04 20:43:24,418.0,4.0,788.0,93.0,368.0,184.0,368.0,2001.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,53.0,,,,,3.0,,,,,,,,,,,,,,,, 97,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-04-27 12:56:51.000000,2025-02-24 16:33:21,4946.0,,648.0,61.0,1839.0,39.0,60.0,704.0,2024-02-09 14:17:29,1.13.2,2223.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,hyperledger-indy/indy-node,,,,,,,,, 98,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-05-04 18:40:58.000000,2026-05-01 11:56:05,2929.0,117.0,91.0,19.0,1092.0,10.0,154.0,575.0,2026-05-01 12:39:50,0.31.5.RELEASE,,,91.0,,,39.0,,,,,3.0,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,,, 99,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,322.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,decentralized-identity/dwn-sdk-js,,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,27.0,364.0,56.0,78.0,263.0,2025-02-10 16:01:17,8.5.1,,,51.0,44.0,44.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 101,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],20,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,156.0,17.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,,, 102,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,38.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,271.0,271.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 103,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-05-07 05:13:38.000000,2026-05-07 05:13:34,1334.0,8.0,313.0,83.0,555.0,11.0,202.0,3334.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,25.0,,,,,3.0,,,,,,,,,,,,,,,, 104,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,19,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,308.0,91.0,43.0,28.0,24.0,3098.0,,,,3943.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,https://pypi.org/project/pyja3,3943.0,,,,,,,,,, 105,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-04-16 12:47:30.000000,2026-04-16 12:41:11,648.0,5.0,73.0,33.0,472.0,96.0,123.0,258.0,,,,,,218.0,218.0,33.0,,,,,2.0,,,,,,,,,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,941.0,242.0,260.0,218.0,555.0,3224.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,,, 107,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,61.0,108.0,,61.0,2458.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 108,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,161.0,82.0,184.0,72.0,70.0,1231.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 109,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,18,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,290.0,36.0,,53.0,789.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 110,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-05-06 09:07:48.000000,2026-05-06 09:07:45,2107.0,90.0,163.0,61.0,610.0,9.0,250.0,710.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-05-07 10:46:18.000000,2026-04-27 06:30:13,1301.0,19.0,53.0,46.0,357.0,193.0,152.0,559.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,12.0,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 114,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,18,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-04-20 13:57:22.000000,2026-03-23 13:17:11,1881.0,66.0,36.0,13.0,1636.0,7.0,10.0,141.0,2026-04-20 13:58:08,1.2.1,,,6.0,,,21.0,,,,,2.0,,,,,,,cardano-foundation/veridian-wallet,,,,,,,,, 115,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],17,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,363.0,550.0,56.0,124.0,90.0,8114.0,,,,,,,,22.0,,,,,2.0,,,,,,,,,,,,,,,, 116,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-05-01 08:02:49.000000,2026-05-01 08:02:49,614.0,7.0,195.0,76.0,281.0,38.0,65.0,1750.0,,,,,,,,75.0,,,,,3.0,,,,,,,,,,,,,,,, 117,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1332.0,2024-06-10 20:02:54,1.15.1,3225.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,13.0,103.0,75.0,524.0,16.0,380.0,469.0,,,,,,,,71.0,,,,,2.0,,,,,,,w3c/did,,,,,,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-04-29 14:49:41.000000,2026-04-29 14:49:38,2254.0,12.0,117.0,78.0,855.0,9.0,728.0,356.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 120,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,648.0,57.0,175.0,342.0,,,,,,,,94.0,,,,,2.0,,,,,,,decentralized-identity/aries-rfcs,,,,,,,,, 121,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,,64.0,22.0,91.0,28.0,28.0,317.0,,,,445782.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,445782.0,,,,,,,,,,,,, 122,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-05-04 18:47:48.000000,2026-05-04 18:46:15,3783.0,20.0,76.0,24.0,10.0,,,246.0,,,,,,,,309.0,,,,,3.0,,,,,,,,,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,206.0,435.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24670.0,3.0,,,,,,,,,,,,,,,, 124,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-05-07 11:21:56.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,829.0,3.0,135.0,105.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,(Legacy) Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-05-05 08:43:40.000000,2026-05-05 08:43:37,3846.0,40.0,22.0,9.0,371.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,3.0,,,,,,,,,,,,,,,, 126,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,16,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-04-06 22:32:42.000000,2026-04-06 22:00:14,175.0,4.0,47.0,4.0,67.0,1.0,48.0,404.0,2026-04-06 22:32:42,5.0.1,,,26.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 127,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,16,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,38.0,258.0,46.0,77.0,320.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 128,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,,48.0,14.0,106.0,25.0,69.0,215.0,,,,,,622.0,622.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 129,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],16,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,6.0,818.0,103.0,145.0,141.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,71.0,71.0,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,decentralized-identity/web5-js,,,,,,,,, 130,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-15 11:49:54.000000,2026-04-15 11:49:54,639.0,18.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 131,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-05-07 09:37:39.000000,2026-05-07 06:18:30,288.0,28.0,34.0,50.0,248.0,89.0,170.0,158.0,,,,,,,,22.0,,,,,3.0,,,,,,,w3c-fedid/digital-credentials,,,,,,,,, 132,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-29 18:55:35.000000,2026-04-29 18:55:27,1416.0,31.0,14.0,7.0,1.0,,,146.0,2026-04-30 09:48:47,1.76.1,77.0,5.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 133,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-04-10 18:33:33.000000,2026-04-10 18:33:19,920.0,5.0,261.0,53.0,476.0,50.0,179.0,140.0,,,,,,,,239.0,,,,,3.0,,,,,,,w3c/did-extensions,,,,,,,,, 134,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,15,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,20.0,,,,,3.0,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,101.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5669.0,3.0,,,,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-05-06 05:31:09.000000,2026-05-06 05:30:02,766.0,4.0,101.0,71.0,359.0,140.0,271.0,460.0,,,,,,,,42.0,,,,,3.0,,,,,,,w3c-fedid/FedCM,,,,,,,,, 137,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,171.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17992.0,3.0,,,,,,,presbrey/beyond,,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,11.0,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 139,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-04-22 14:09:10.000000,2026-04-22 14:09:09,526.0,13.0,27.0,27.0,46.0,28.0,48.0,128.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,26.0,241.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 141,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 142,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,14,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,260.0,1.0,1.0,,4.0,,13.0,2026-03-17 00:17:10,0.5.51,,481.0,14.0,,,,,,,,3.0,,,,aip-identity,https://pypi.org/project/aip-identity,481.0,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 144,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,13,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,,64.0,15.0,359.0,4.0,118.0,768.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 145,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,8.0,32.0,10.0,342.0,20.0,17.0,102.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,14.0,,,,,3.0,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,,, 146,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,13,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,1.0,18.0,6.0,542.0,55.0,2868.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 147,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,13,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,6.0,17.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 148,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,42.0,10.0,13.0,8.0,9.0,128.0,,,,,,22.0,22.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 149,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,20.0,131.0,100.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 150,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 151,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,12.0,28.0,7.0,9.0,50.0,,,,,,99.0,99.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 152,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,12,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,20.0,,,,,3.0,,,,,,,,,,,,,,,, 153,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1103.0,3.0,,,,,,,,,,,,,,,, 154,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,,35.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 155,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 156,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,11,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,24.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 157,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,10,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,23.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,4.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-05-04 17:17:11.000000,2026-05-04 17:17:09,126.0,6.0,15.0,9.0,137.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 160,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-05-07 17:35:55.000000,2026-05-07 17:35:54,618.0,17.0,3.0,4.0,396.0,,2.0,8.0,,,,,,3.0,3.0,12.0,,,,,3.0,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 162,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],9,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,5.0,17.0,14.0,34.0,,5.0,77.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 163,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,9,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,23.0,6.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 164,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 165,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-05-02 04:55:35.000000,2026-05-02 04:55:33,113.0,1.0,10.0,9.0,137.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 166,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 167,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 168,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,2.0,1.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,116.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3962.0,3.0,,,,,,,,,,,,,,,, 169,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,cfssl/cfssl,,,,2026-04-17 14:15:15.991400,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2026-04-17 14:15:15.991400,26.0,4617747.0,3.0,,,,,,,,,,,,,,,, 170,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 171,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 173,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,58.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,58.0,688873.0,3.0,,,,,,,,,,,,,,,, 174,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 175,keycloak,,idp,,,['cncf'],0,False,keycloak/keycloak,quay.io/keycloak/keycloak,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,,,,,,,,,,,,-39.0,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: history/2026-05-14_changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥇39 · ⭐ 23K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - keycloak (🥇38 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - casl (🥇38 · ⭐ 6.9K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - wso2-identity-server (🥈32 · ⭐ 890 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - whisper (🥉29 · ⭐ 99K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇38 · ⭐ 12K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - yubikey-manager (🥈29 · ⭐ 1.1K · 📉) - Python library and command line tool for configuring any.. BSD-2 - deepfacelive (🥉19 · ⭐ 31K · 💀) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - solid-project (🥈15 · ⭐ 8.1K · 💀) - Solid - Re-decentralizing the web (project directory). MIT solid - web5-js (🥉13 · ⭐ 140 · 💀) - Monorepo for the Web5 JS TypeScript implementation. Apache-2 web5 ================================================ FILE: history/2026-05-14_projects.csv ================================================ ,name,homepage,category,description,resource,labels,projectrank,show,github_id,dockerhub_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,pypi_id,pypi_url,pypi_monthly_downloads,trending,updated_github_id,helm_id,maven_id,maven_url,gem_url,brew_id,apt_id,github,github-id 0,weboftrust,https://github.com/WebOfTrust,groups,Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems.,True,['weboftrust'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,ietf,https://github.com/ietf,groups,Internet Engineering Task Force.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,identity-foundation,https://identity.foundation/,groups,"Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people,..",True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,solidproject,https://github.com/solid,groups,Re-decentralizing the web.,True,['solid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,w3c,https://github.com/w3c,groups,We are an international community that develops open standards to ensure the long-term growth of the Web.,True,['w3c'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 5,openid,https://github.com/openid,groups,The OpenID Foundation.,True,['openid'],0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 6,trustoverip,https://github.com/trustoverip,groups,Trust over IP Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 7,openwallet-foundation,https://github.com/openwallet-foundation,groups,OpenWallet Foundation.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8,kantara,https://github.com/KantaraInitiative,groups,Kantara Initiative.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 9,fido alliance,https://github.com/fido-alliance,groups,FIDO Alliance.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 10,mosip,https://github.com/mosip,groups,Modular Open Source Identity Platform.,True,,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 11,open-policy-agent,https://github.com/open-policy-agent/opa,authorization,"Open Policy Agent (OPA) is an open source, general-purpose policy engine.",,"['cncf', 'linux-foundation']",42,True,open-policy-agent/opa,openpolicyagent/opa,https://github.com/open-policy-agent/opa,Apache-2.0,2015-12-28 22:08:25,2026-05-13 12:09:41.000000,2026-05-13 12:09:41,6414.0,227.0,1544.0,131.0,5676.0,344.0,2598.0,11764.0,2026-05-12 10:27:35,1.16.2,21398976.0,5299318.0,100.0,6807.0,6807.0,574.0,https://hub.docker.com/r/openpolicyagent/opa,2026-05-12 10:49:54.629338,47.0,615487300.0,1.0,,,,,,,,,,,,,,,, 12,nextauthjs,https://github.com/nextauthjs/next-auth,authentication,Authentication for the Web.,,,41,True,nextauthjs/next-auth,,https://github.com/nextauthjs/next-auth,ISC,2018-01-27 12:28:16,2026-04-14 21:43:37.000000,2026-04-14 21:43:31,3947.0,7.0,3984.0,111.0,3355.0,388.0,4690.0,28241.0,2026-04-14 21:06:16,next-auth@4.24.14,,16220698.0,100.0,481552.0,481552.0,903.0,,,,,1.0,next-auth,https://www.npmjs.com/package/next-auth,16220698.0,,,,,,,,,,,,, 13,coredns,https://github.com/coredns/coredns,machine,CoreDNS is a DNS server that chains plugins.,,"['linux-foundation', 'cncf']",41,True,coredns/coredns,coredns/coredns,https://github.com/coredns/coredns,Apache-2.0,2016-03-18 20:56:45,2026-05-14 05:59:05.000000,2026-05-14 05:59:03,4763.0,184.0,2357.0,222.0,5384.0,248.0,2255.0,14241.0,2026-04-22 12:43:18,1.14.3,6114222.0,2761491.0,81.0,14865.0,14865.0,481.0,https://hub.docker.com/r/coredns/coredns,2026-04-22 12:44:41.454579,165.0,330471643.0,1.0,,,,,,,,,,,,,,,, 14,cert-manager,https://github.com/cert-manager/cert-manager,pki,Automatically provision and manage TLS certificates in Kubernetes.,,['linux-foundation'],41,True,cert-manager/cert-manager,,https://github.com/cert-manager/cert-manager,Apache-2.0,2017-05-24 16:25:59,2026-05-14 17:12:04.000000,2026-05-14 17:12:04,10843.0,314.0,2315.0,145.0,4727.0,156.0,3586.0,13812.0,2026-04-21 15:35:06,1.19.5,124749439.0,3118735.0,100.0,2623.0,2623.0,560.0,,,,,1.0,,,,,,,,,,,,,,,, 15,oauthlib,https://github.com/oauthlib/oauthlib,authentication,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",,,41,True,oauthlib/oauthlib,,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51,2026-04-22 08:13:47.000000,2026-04-22 08:13:47,1819.0,23.0,496.0,62.0,543.0,89.0,309.0,2969.0,2025-06-20 05:53:03,3.3.1,,348267054.0,50.0,649090.0,649090.0,204.0,,,,,1.0,,,,oauthlib,https://pypi.org/project/oauthlib,348267054.0,,,,,,,,,, 16,deepface,https://github.com/serengil/deepface,biometrics,"A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python.",,,39,True,serengil/deepface,,https://github.com/serengil/deepface,MIT,2020-02-08 20:42:28,2026-05-13 14:22:15.000000,2026-05-13 14:22:15,2122.0,10.0,3050.0,182.0,356.0,8.0,1231.0,22753.0,2026-05-09 18:30:37,0.0.100,,821545.0,20.0,8627.0,8627.0,97.0,,,,,1.0,,,,deepface,https://pypi.org/project/deepface,821545.0,1.0,,,,,,,,, 17,authlib,https://github.com/authlib/authlib,authentication,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS, JWE, JWK, JWA, JWT included.",,,39,True,lepture/authlib,,https://github.com/authlib/authlib,BSD-3-Clause,2017-10-27 06:52:26,2026-05-06 08:09:35.000000,2026-05-06 08:08:51,1783.0,61.0,524.0,56.0,314.0,113.0,426.0,5310.0,2026-05-06 08:10:42,1.7.2,,121598284.0,56.0,52706.0,52706.0,142.0,,,,,1.0,,,,authlib,https://pypi.org/project/authlib,121598284.0,,authlib/authlib,,,,,,,, 18,keycloak,https://github.com/keycloak/keycloak,idp,Open Source Identity and Access Management For Modern Applications and Services.,,['cncf'],38,True,keycloak/keycloak,quay.io/keycloak/keycloak,https://github.com/keycloak/keycloak,Apache-2.0,2013-07-02 13:38:51,2026-05-14 15:04:36.000000,2026-05-14 15:04:36,31010.0,815.0,8173.0,395.0,24008.0,2468.0,16124.0,34391.0,2026-04-15 13:58:02,26.6.1,1196894.0,19948.0,100.0,,,1809.0,https://hub.docker.com/r/quay.io/keycloak/keycloak,,,,1.0,,,,,,,38.0,,,,,,,,, 19,speechbrain,https://github.com/speechbrain/speechbrain,biometrics,A PyTorch-based Speech Toolkit.,,,38,True,speechbrain/speechbrain,,https://github.com/speechbrain/speechbrain,Apache-2.0,2020-04-28 17:48:45,2026-05-13 14:03:30.000000,2026-05-13 14:03:30,10596.0,9.0,1653.0,137.0,1457.0,124.0,1058.0,11541.0,2026-03-30 14:41:48,1.1.0,,1594269.0,15.0,4184.0,4184.0,274.0,,,,,1.0,,,,speechbrain,https://pypi.org/project/speechbrain,1594269.0,-1.0,,,,,,,,, 20,casl,https://github.com/stalniy/casl,authorization,CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access.,,,38,True,stalniy/casl,,https://github.com/stalniy/casl,MIT,2017-07-18 17:49:47,2026-05-14 00:41:22.000000,2026-05-13 04:30:40,1793.0,55.0,298.0,38.0,621.0,10.0,501.0,6918.0,2026-04-20 04:58:05,@casl/ability@6.8.1,,5404281.0,100.0,102307.0,102307.0,78.0,,,,,1.0,@casl/ability,https://www.npmjs.com/package/@casl/ability,5404281.0,,,,8.0,,,,,,,,, 21,vault,https://github.com/hashicorp/vault,pki,"A tool for secrets management, encryption as a service, and privileged access management.",,['hashicorp'],37,True,hashicorp/vault,,https://github.com/hashicorp/vault,Business Source License 1.1,2015-02-25 00:15:59,2026-05-14 17:32:36.000000,2026-05-14 16:36:35,23420.0,745.0,4547.0,779.0,25193.0,1232.0,5310.0,35615.0,2026-04-14 20:07:04,2.0.0,,,100.0,15784.0,15784.0,1617.0,,,,,1.0,,,,,,,,,,,,,,,, 22,passport,https://github.com/jaredhanson/passport,authentication,"Simple, unobtrusive authentication for Node.js.",,,37,False,jaredhanson/passport,,https://github.com/jaredhanson/passport,MIT,2011-10-08 22:38:32,2024-08-16 21:56:14.000000,2024-08-16 21:56:08,645.0,,1234.0,291.0,166.0,355.0,430.0,23533.0,,,,28902245.0,,1322610.0,1322610.0,38.0,,,,,2.0,passport,https://www.npmjs.com/package/passport,28902245.0,,,,,,,,,,,,, 23,ory-kratos,https://github.com/ory/kratos,idp,Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace..,,['ory'],37,True,ory/kratos,oryd/kratos,https://github.com/ory/kratos,Apache-2.0,2018-05-29 16:09:37,2026-05-13 08:02:42.000000,2026-05-13 08:02:41,5134.0,132.0,1113.0,113.0,2257.0,146.0,1293.0,13663.0,2026-03-20 14:10:32,26.2.0,61448.0,1205334.0,49.0,55.0,55.0,246.0,https://hub.docker.com/r/oryd/kratos,2026-03-20 14:10:20.091266,22.0,115634501.0,1.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 24,ageitgey-face-recognition,https://github.com/ageitgey/face_recognition,biometrics,The worlds simplest facial recognition api for Python and the command line.,,,35,False,ageitgey/face_recognition,animcogn/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39,2024-08-21 06:22:36.000000,2022-06-10 09:12:18,238.0,,13498.0,1543.0,253.0,780.0,598.0,56424.0,2018-04-02 17:18:43,1.2.2,1456.0,236961.0,2.0,5643.0,5643.0,54.0,https://hub.docker.com/r/animcogn/face_recognition,2021-08-17 00:42:22.824355,20.0,10985.0,2.0,,,,face_recognition,https://pypi.org/project/face_recognition,236849.0,,,,,,,,,, 25,ory-hydra,https://github.com/ory/hydra,authentication,Internet-scale OpenID Certified OpenID Connect and OAuth2.1 provider that integrates with your user management through..,,['ory'],35,True,ory/hydra,oryd/hydra,https://github.com/ory/hydra,Apache-2.0,2015-05-22 12:42:08,2026-04-14 07:13:13.000000,2026-04-14 07:13:12,4438.0,52.0,1524.0,238.0,1940.0,100.0,1497.0,17213.0,2026-03-20 13:23:08,26.2.0,588640.0,3260835.0,100.0,,,322.0,https://hub.docker.com/r/oryd/hydra,2026-03-20 13:22:55.749711,78.0,429620954.0,2.0,,,,,,,,,https://k8s.ory.sh/helm/charts,,,,,,, 26,casdoor,https://github.com/casdoor/casdoor,idp,An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI..,,,35,True,casdoor/casdoor,casbin/casdoor,https://github.com/casdoor/casdoor,Apache-2.0,2020-10-22 14:40:03,2026-05-12 12:45:36.726805,2026-05-12 12:27:56,3587.0,325.0,1649.0,77.0,2785.0,99.0,2205.0,13633.0,2026-05-12 12:37:50,3.54.2,1746.0,19832.0,100.0,12.0,12.0,288.0,https://hub.docker.com/r/casbin/casdoor,2026-05-12 12:45:36.726805,23.0,1211820.0,2.0,,,,,,,,,,,,,,,, 27,cas,https://github.com/apereo/cas,idp,Apereo CAS - Identity & Single Sign On for all earthlings and beyond.,,,35,True,apereo/cas,apereo/cas,https://github.com/apereo/cas,Apache-2.0,2011-09-09 01:36:42,2026-05-14 18:05:17.000000,2026-05-14 09:02:41,32912.0,1138.0,3916.0,583.0,7629.0,,,11458.0,2026-04-04 03:04:39,7.3.6,4102.0,9011.0,100.0,21.0,21.0,374.0,https://hub.docker.com/r/apereo/cas,2026-05-14 16:57:12.484062,131.0,1571464.0,2.0,,,,,,,,,,,,,,,, 28,spire,https://github.com/spiffe/spire,machine,The SPIFFE Runtime Environment.,,"['cncf', 'linux-foundation']",35,True,spiffe/spire,ghcr.io/spiffe/spire-server,https://github.com/spiffe/spire,Apache-2.0,2017-08-11 18:46:51,2026-05-14 16:04:52.000000,2026-05-11 10:11:15,7817.0,219.0,596.0,77.0,5239.0,116.0,1594.0,2349.0,2026-04-27 23:58:27,1.14.6,824637.0,14467.0,100.0,210.0,210.0,260.0,https://hub.docker.com/r/ghcr.io/spiffe/spire-server,,,,2.0,,,,,,,,,,,,,,,, 29,paddlespeech,https://github.com/PaddlePaddle/PaddleSpeech,biometrics,"Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming..",,,34,True,PaddlePaddle/PaddleSpeech,,https://github.com/PaddlePaddle/PaddleSpeech,Apache-2.0,2017-11-14 12:36:30,2026-05-07 13:27:17.000000,2026-03-31 03:02:56,4901.0,5.0,1941.0,187.0,1926.0,265.0,1754.0,12597.0,2025-03-05 07:11:35,r1.5.0,,1732799.0,17.0,170.0,170.0,163.0,,,,,2.0,,,,paddlepaddle,https://pypi.org/project/paddlepaddle,1732799.0,,,,,,,,,, 30,insightface,https://github.com/deepinsight/insightface,biometrics,State-of-the-art 2D and 3D Face Analysis Project.,,,33,False,deepinsight/insightface,animcogn/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51,2026-03-29 11:01:56.000000,2026-03-29 11:01:56,2397.0,11.0,5938.0,518.0,212.0,1221.0,1398.0,28677.0,2023-04-02 07:43:27,0.7,13498598.0,364828.0,1.0,5068.0,5068.0,67.0,https://hub.docker.com/r/animcogn/insightface,2021-03-18 22:57:48.799620,,287.0,2.0,,,,,,,,,,,,,,,, 31,authelia,https://github.com/authelia/authelia,idp,"The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified.",,,33,True,authelia/authelia,,https://github.com/authelia/authelia,Apache-2.0,2016-12-07 00:56:57,2026-05-14 18:44:44.000000,2026-05-14 10:42:39,9551.0,686.0,1397.0,164.0,9667.0,55.0,1373.0,27784.0,2026-04-12 07:25:12,4.39.19,54868.0,857.0,100.0,,,289.0,,,,,2.0,,,,,,,,,,,,,,,, 32,pomerium,https://github.com/pomerium/pomerium,machine,Pomerium is an identity and context-aware access proxy.,,,33,True,pomerium/pomerium,pomerium/pomerium,https://github.com/pomerium/pomerium,Apache-2.0,2019-01-01 08:04:37,2026-05-14 19:46:52.993030,2026-05-14 19:45:09,4314.0,163.0,330.0,41.0,5190.0,87.0,1009.0,4812.0,2026-05-07 20:13:40,0.32.7,58828.0,18333299.0,100.0,24.0,24.0,102.0,https://hub.docker.com/r/pomerium/pomerium,2026-05-14 19:46:52.993030,14.0,1613251959.0,2.0,,,,,,,,,,,,,,,, 33,node-oidc-provider,https://github.com/panva/node-oidc-provider,authentication,OpenID Certified OAuth 2.0 Authorization Server implementation for Node.js.,,,33,True,panva/node-oidc-provider,,https://github.com/panva/node-oidc-provider,MIT,2015-12-02 09:17:41,2026-05-09 05:09:21.000000,2026-05-09 05:09:14,2829.0,83.0,764.0,67.0,290.0,,3.0,3740.0,2026-04-27 15:20:32,9.8.3,,1205063.0,100.0,2150.0,2150.0,76.0,,,,,2.0,oidc-provider,https://www.npmjs.com/package/oidc-provider,1205063.0,,,,,,,,,,,,, 34,casbin,https://github.com/apache/casbin,authorization,"Apache Casbin: an authorization library that supports access control models like ACL, RBAC, ABAC.",,,32,True,casbin/casbin,,https://github.com/apache/casbin,Apache-2.0,2017-04-08 07:51:23,2026-05-06 11:15:52.000000,2026-05-06 11:15:36,1168.0,5.0,1732.0,236.0,652.0,45.0,893.0,20112.0,2026-05-06 11:15:52,3.11.0-snapshot.3,25.0,2831405.0,100.0,,,165.0,,,,,2.0,casbin,https://www.npmjs.com/package/casbin,611083.0,casbin,https://pypi.org/project/casbin,2220322.0,,apache/casbin,,org.casbin:casbin-spring-boot-starter,https://search.maven.org/artifact/org.casbin/casbin-spring-boot-starter,,,,, 35,dex,https://github.com/dexidp/dex,authentication,OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.,,['linux-foundation'],32,True,dexidp/dex,quay.io/dexidp/dex,https://github.com/dexidp/dex,Apache-2.0,2015-08-17 17:57:06,2026-05-13 04:03:25.000000,2026-05-11 21:23:17,3890.0,210.0,1812.0,166.0,3259.0,338.0,888.0,10812.0,2026-03-03 13:43:12,2.45.1,362.0,2.0,94.0,198.0,198.0,301.0,https://hub.docker.com/r/quay.io/dexidp/dex,,,,2.0,,,,,,,,,,,,,,,, 36,spicedb,https://github.com/authzed/spicedb,authorization,"Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data.",,,32,True,authzed/spicedb,authzed/spicedb,https://github.com/authzed/spicedb,Apache-2.0,2021-08-16 15:32:09,2026-05-14 14:11:42.000000,2026-05-14 02:01:43,5546.0,146.0,384.0,50.0,2451.0,98.0,482.0,6711.0,2026-05-13 18:48:19,1.53.0,215127.0,156061.0,100.0,172.0,172.0,75.0,https://hub.docker.com/r/authzed/spicedb,2026-05-13 18:54:53.601306,7.0,8603550.0,2.0,,,,,,,,,,,,,,,, 37,keto,https://github.com/ory/keto,authorization,The most scalable and customizable permission server on the market. Fix your slow or broken permission system with..,,['ory'],32,True,ory/keto,oryd/keto,https://github.com/ory/keto,Apache-2.0,2018-03-17 10:40:15,2026-05-12 18:01:52.000000,2026-05-12 18:01:51,1934.0,87.0,377.0,56.0,1406.0,42.0,294.0,5346.0,2026-03-20 14:29:37,26.2.0,46958.0,526153.0,55.0,41.0,41.0,87.0,https://hub.docker.com/r/oryd/keto,2026-03-20 14:29:27.004272,10.0,51512012.0,2.0,,,,,,,,,,,,,,,, 38,oathkeeper,https://github.com/ory/oathkeeper,machine,"A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and..",,['ory'],32,True,ory/oathkeeper,oryd/oathkeeper,https://github.com/ory/oathkeeper,Apache-2.0,2017-09-25 11:04:45,2026-05-07 18:33:47.000000,2026-05-07 18:33:46,1696.0,67.0,397.0,47.0,774.0,66.0,310.0,3601.0,2026-03-20 11:40:09,26.2.0,26624.0,873277.0,100.0,16.0,16.0,125.0,https://hub.docker.com/r/oryd/oathkeeper,2026-03-20 11:39:54.790499,44.0,90793684.0,2.0,,,,,,,,,,,,,,,, 39,wso2-identity-server,https://github.com/wso2/product-is,idp,Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and..,,,32,True,wso2/product-is,wso2/wso2is,https://github.com/wso2/product-is,Apache-2.0,2014-04-21 08:55:36,2026-05-14 09:54:21.000000,2026-05-14 09:54:20,18548.0,805.0,975.0,108.0,9676.0,1516.0,16460.0,893.0,2026-05-13 11:06:23,7.3.0,22159.0,14310.0,100.0,,,749.0,https://hub.docker.com/r/wso2/wso2is,2025-11-04 21:41:11.324073,40.0,2017737.0,2.0,,,,,,,1.0,,,,,,,,, 40,pysaml2,https://github.com/IdentityPython/pysaml2,authentication,Python implementation of SAML2.,,,32,True,IdentityPython/pysaml2,,https://github.com/IdentityPython/pysaml2,Apache-2.0,2012-05-23 21:12:14,2026-02-11 01:26:55.000000,2025-10-07 20:35:19,3632.0,,425.0,29.0,568.0,99.0,362.0,607.0,2025-10-07 20:02:21,7.5.4,,3950594.0,55.0,2251.0,2251.0,181.0,,,,,2.0,,,,pysaml2,https://pypi.org/project/pysaml2,3950594.0,,,,,,,,,, 41,authentik,https://github.com/goauthentik/authentik,idp,The authentication glue you need.,,,31,True,goauthentik/authentik,,https://github.com/goauthentik/authentik,https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE,2019-12-30 09:19:48,2026-05-14 16:54:24.000000,2026-05-14 16:22:43,22084.0,1281.0,1589.0,70.0,17502.0,791.0,3404.0,21463.0,2026-05-12 19:55:59,ersion/2026.2.3,7201.0,288.0,100.0,,,544.0,,,,,2.0,,,,,,,,,https://charts.goauthentik.io,,,,,,, 42,logto,https://github.com/logto-io/logto,idp,"Authentication and authorization infrastructure for SaaS and AI apps, built on OIDC and OAuth 2.1 with multi-tenancy,..",,,31,True,logto-io/logto,svhd/logto,https://github.com/logto-io/logto,MPL-2.0,2021-06-19 03:01:50,2026-05-14 18:18:03.000000,2026-05-14 10:01:41,8505.0,310.0,783.0,51.0,7816.0,168.0,655.0,12031.0,2026-04-30 02:55:56,1.39.0,8112.0,7457.0,83.0,9.0,9.0,92.0,https://hub.docker.com/r/svhd/logto,2026-05-14 10:09:09.170573,7.0,430283.0,2.0,,,,,,,,,,,,,,,, 43,kanidm,https://github.com/kanidm/kanidm,idp,"Kanidm: A simple, secure, and fast identity management platform.",,,31,True,kanidm/kanidm,kanidm/server,https://github.com/kanidm/kanidm,MPL-2.0,2019-02-02 01:41:26,2026-05-14 07:37:00.226303,2026-05-14 07:06:41,2727.0,103.0,322.0,21.0,2878.0,237.0,992.0,4944.0,2026-05-14 07:03:55,1.10.2,446.0,9663.0,60.0,42.0,42.0,153.0,https://hub.docker.com/r/kanidm/server,2026-05-14 07:37:00.226303,4.0,840281.0,2.0,,,,,,,,,,,,,,,, 44,boundary,https://github.com/hashicorp/boundary,machine,Boundary enables identity-based access management for dynamic infrastructure.,,['hashicorp'],31,False,hashicorp/boundary,hashicorp/boundary,https://github.com/hashicorp/boundary,,2020-01-08 18:24:07,2026-05-14 18:08:40.000000,2026-05-14 18:02:32,5104.0,101.0,303.0,186.0,6314.0,109.0,286.0,4049.0,2026-04-30 15:23:16,0.21.3,,307525.0,78.0,14.0,14.0,205.0,https://hub.docker.com/r/hashicorp/boundary,2026-04-30 15:31:22.303713,19.0,23371938.0,3.0,,,,,,,,,,,,,,,, 45,zitadel,https://github.com/zitadel/zitadel,idp,"ZITADEL - Identity infrastructure, simplified foryou.",,,30,True,zitadel/zitadel,ghcr.io/zitadel/zitadel,https://github.com/zitadel/zitadel,AGPL-3.0,2020-03-16 13:51:31,2026-05-14 18:03:42.000000,2026-05-12 11:51:05,4466.0,204.0,1055.0,59.0,7550.0,882.0,2708.0,13763.0,2026-05-04 07:16:10,3.4.10,19322.0,1610.0,100.0,1.0,1.0,254.0,https://hub.docker.com/r/ghcr.io/zitadel/zitadel,,,,3.0,,,,,,,,,https://charts.zitadel.com,,,,,,, 46,doorkeeper,https://github.com/doorkeeper-gem/doorkeeper,authentication,Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.,,,30,True,doorkeeper-gem/doorkeeper,,https://github.com/doorkeeper-gem/doorkeeper,MIT,2011-11-18 13:02:01,2026-05-05 06:20:02.000000,2026-05-05 06:20:02,2587.0,56.0,1040.0,99.0,906.0,39.0,865.0,5482.0,2026-03-04 12:04:39,.5.9.0,,,71.0,11232.0,11232.0,341.0,,,,,2.0,,,,,,,,,,,,doorkeeper,,,, 47,jansen,https://github.com/JanssenProject/jans,idp,"The Janssen Project is a home for open source IAM components, featuring Auth Server (OAuth/OpenID), Agama low-code..",,['linux-foundation'],30,True,janssenproject/jans,,https://github.com/JanssenProject/jans,Apache-2.0,2020-11-03 15:00:37,2026-05-14 17:48:46.000000,2026-05-14 15:16:41,36053.0,444.0,167.0,30.0,8229.0,264.0,5384.0,629.0,2026-05-12 12:19:48,2.1.0,11152.0,359.0,100.0,16.0,16.0,145.0,,,,,3.0,,,,,,,,,,,,,,,, 48,whisper,https://github.com/openai/whisper,biometrics,Robust Speech Recognition via Large-Scale Weak Supervision.,,,29,True,openai/whisper,,https://github.com/openai/whisper,MIT,2022-09-16 20:02:54,2026-04-15 16:32:15.000000,2026-04-15 16:32:15,168.0,2.0,11999.0,730.0,365.0,,,99490.0,2025-06-26 01:06:09,20250625,,2329777.0,13.0,21.0,21.0,81.0,,,,,3.0,,,,openai-whisper,https://pypi.org/project/openai-whisper,2329777.0,2.0,,,,,,,,, 49,faceswap,https://github.com/deepfakes/faceswap,biometrics,Deepfakes Software For All.,,,29,True,deepfakes/faceswap,,https://github.com/deepfakes/faceswap,GPL-3.0,2017-12-19 09:44:13,2026-05-09 18:27:48.000000,2026-05-09 18:07:30,1891.0,35.0,13250.0,1518.0,545.0,5.0,897.0,55233.0,2025-12-21 02:44:08,3.0.0,83984.0,965.0,5.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 50,boulder,https://github.com/letsencrypt/boulder,pki,"An ACME-based certificate authority, written in Go.",,['linux-foundation'],29,True,letsencrypt/boulder,letsencrypt/boulder-tools,https://github.com/letsencrypt/boulder,MPL-2.0,2014-12-21 00:29:54,2026-05-13 02:29:00.000000,2026-05-12 00:36:46,7341.0,80.0,617.0,129.0,5407.0,179.0,3131.0,5713.0,2026-05-12 15:09:32,0.20260512.0,34440.0,16526.0,100.0,,,148.0,https://hub.docker.com/r/letsencrypt/boulder-tools,2026-04-07 23:09:29.625326,13.0,2059091.0,2.0,,,,,,,,,,,,,,,, 51,cerbos,https://github.com/cerbos/cerbos,authorization,"Cerbos is the open core, language-agnostic, scalable authorization solution that makes user permissions and..",,,29,True,cerbos/cerbos,ghcr.io/cerbos/cerbos,https://github.com/cerbos/cerbos,Apache-2.0,2021-03-21 13:23:10,2026-05-14 11:25:47.000000,2026-05-14 11:25:47,2537.0,181.0,182.0,34.0,2707.0,49.0,368.0,4409.0,2026-05-05 11:34:52,0.53.0,77396.0,1248.0,77.0,34.0,34.0,33.0,https://hub.docker.com/r/ghcr.io/cerbos/cerbos,,,,3.0,,,,,,,,,oci://ghcr.io/cerbos/helm-charts/cerbos,,,,,,, 52,lemur,https://github.com/Netflix/lemur,pki,Repository for the Lemur Certificate Manager.,,,29,True,netflix/lemur,,https://github.com/Netflix/lemur,Apache-2.0,2015-06-16 16:36:07,2026-05-12 17:55:07.000000,2026-05-12 17:45:37,7335.0,210.0,320.0,412.0,4825.0,110.0,452.0,1771.0,2026-04-28 00:10:31,1.9.0,66.0,0.0,32.0,47.0,47.0,159.0,,,,,2.0,,,,,,,,,,,,,,,, 53,yubikey-manager,https://github.com/Yubico/yubikey-manager,pki,Python library and command line tool for configuring any YubiKey over all USB interfaces.,,,29,True,Yubico/yubikey-manager,,https://github.com/Yubico/yubikey-manager,BSD-2-Clause,2016-07-04 14:23:53,2026-05-13 16:11:01.000000,2026-04-15 10:54:27,3035.0,9.0,143.0,59.0,342.0,41.0,323.0,1113.0,2026-04-15 13:40:47,5.9.1,47008.0,25210.0,47.0,235.0,235.0,53.0,,,,,2.0,,,,yubikey-manager,https://pypi.org/project/yubikey-manager,24812.0,-1.0,,,,,,,,, 54,face-api-js,https://github.com/justadudewhohacks/face-api.js,biometrics,JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js.,,,28,False,justadudewhohacks/face-api.js,,https://github.com/justadudewhohacks/face-api.js,MIT,2018-05-19 06:14:53,2024-01-24 09:25:35.000000,2020-04-22 16:40:10,488.0,,3820.0,348.0,113.0,453.0,393.0,17849.0,2020-03-22 14:01:55,0.22.2,,464093.0,38.0,,,25.0,,,,,3.0,face-api.js,https://www.npmjs.com/package/face-api.js,464093.0,,,,,,,,,,,,, 55,openface,https://github.com/cmusatyalab/openface,biometrics,Face recognition with deep neural networks.,,,28,False,cmusatyalab/openface,bamos/openface,https://github.com/cmusatyalab/openface,Apache-2.0,2015-09-16 12:47:27,2024-10-04 12:59:04.000000,2024-10-04 12:58:31,743.0,,3475.0,735.0,77.0,1.0,382.0,15488.0,2024-10-04 12:56:15,0.2.2,,1278.0,5.0,96.0,96.0,31.0,https://hub.docker.com/r/bamos/openface,2018-06-18 18:11:58.528635,71.0,163700.0,3.0,,,,,,,,,,,,,,,, 56,opal,https://github.com/permitio/opal,authorization,"Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...).",,,28,True,permitio/opal,permitio/opal-server,https://github.com/permitio/opal,Apache-2.0,2021-02-14 11:37:31,2026-05-13 07:23:58.197862,2026-05-12 16:40:43,2079.0,11.0,273.0,28.0,630.0,51.0,128.0,5454.0,2026-05-13 07:15:38,0.9.6,2076.0,8043.0,77.0,47.0,47.0,76.0,https://hub.docker.com/r/permitio/opal-server,2026-05-13 07:23:58.197862,1.0,504573.0,3.0,,,,,,,,,,,,,,,, 57,did-jwt,https://github.com/decentralized-identity/did-jwt,dids,Create and verify DID verifiable JWTs in Javascript.,,['dif'],28,True,decentralized-identity/did-jwt,,https://github.com/decentralized-identity/did-jwt,Apache-2.0,2018-02-24 02:00:53,2026-05-12 17:17:21.000000,2025-12-01 01:00:51,676.0,,71.0,37.0,236.0,5.0,87.0,372.0,2025-08-25 22:29:37,8.0.18,,360073.0,100.0,6235.0,6235.0,42.0,,,,,1.0,did-jwt,https://www.npmjs.com/package/did-jwt,360073.0,,,,,,,,,,,,, 58,ethr-did-resolver,https://github.com/decentralized-identity/ethr-did-resolver,dids,DID resolver for Ethereum Addresses with support for key management.,,['dif'],28,True,decentralized-identity/ethr-did-resolver,,https://github.com/decentralized-identity/ethr-did-resolver,Apache-2.0,2018-03-31 18:40:19,2026-05-14 13:59:43.000000,2026-05-14 13:58:58,598.0,39.0,77.0,26.0,177.0,8.0,53.0,231.0,2026-05-08 13:10:51,12.0.0,,25856.0,77.0,1915.0,1915.0,28.0,,,,,1.0,ethr-did-resolver,https://www.npmjs.com/package/ethr-did-resolver,25856.0,,,,,,,,,,,,, 59,hanko,https://github.com/teamhanko/hanko,idp,"Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.",,,27,False,teamhanko/hanko,,https://github.com/teamhanko/hanko,,2022-03-14 17:03:46,2026-05-12 22:00:20.000000,2026-04-21 18:32:42,2539.0,113.0,1011.0,40.0,2149.0,33.0,387.0,8924.0,2026-03-03 08:17:35,backend/v2.5.0,1219.0,26.0,40.0,341.0,341.0,54.0,,,,,3.0,,,,,,,,,,,,,,,, 60,permify,https://github.com/Permify/permify,authorization,"An open-source authorization as a service inspired by Google Zanzibar, designed to build and manage fine-grained and..",,,27,True,permify/permify,ghcr.io/permify/permify,https://github.com/Permify/permify,AGPL-3.0,2022-07-14 11:16:57,2026-05-11 07:08:41.000000,2026-05-07 14:12:23,5864.0,193.0,314.0,24.0,2580.0,53.0,300.0,5869.0,2026-05-05 20:39:24,1.6.10,12882.0,444.0,100.0,4.0,4.0,76.0,https://hub.docker.com/r/ghcr.io/permify/permify,,,,3.0,,,,,,,,,,,,,,,, 61,ockam,https://github.com/build-trust/ockam,machine,"Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between..",,,27,True,build-trust/ockam,,https://github.com/build-trust/ockam,Apache-2.0,2018-11-30 18:57:01,2026-01-04 22:01:38.000000,2026-01-04 21:59:47,9734.0,,556.0,52.0,7294.0,,1780.0,4624.0,2025-06-30 22:09:21,ockam_v0.157.0,15390.0,320.0,100.0,189.0,189.0,318.0,,,,,3.0,,,,,,,,,,,,,build-trust/ockam/ockam,,, 62,oso,https://github.com/osohq/oso,authorization,Deprecated: See README.,,,27,False,osohq/oso,,https://github.com/osohq/oso,Apache-2.0,2020-05-04 20:05:50,2025-02-26 16:59:39.000000,2025-02-26 16:59:37,1215.0,,185.0,25.0,1531.0,111.0,104.0,3496.0,2024-01-13 04:08:30,0.27.3,3933.0,39714.0,100.0,219.0,219.0,68.0,,,,,3.0,,,,oso,https://pypi.org/project/oso,39652.0,,,,,,,,,, 63,node-solid-server,https://github.com/nodeSolidServer/node-solid-server,ssi-agents,Solid server on top of the file-system in NodeJS.,,['solid'],27,True,nodesolidserver/node-solid-server,nodesolidserver/node-solid-server,https://github.com/nodeSolidServer/node-solid-server,MIT,2014-09-21 22:05:03,2026-05-09 10:27:02.000000,2026-01-11 10:32:45,3308.0,,300.0,73.0,907.0,300.0,644.0,1800.0,2026-01-07 15:47:40,6.0.0,,8546.0,60.0,3.0,3.0,90.0,https://hub.docker.com/r/nodesolidserver/node-solid-server,2024-04-30 17:23:49.835167,5.0,1005708.0,1.0,solid-server,https://www.npmjs.com/package/solid-server,1363.0,,,,,,,,,,,,, 64,athenz,https://github.com/AthenZ/athenz,pki,Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic..,,['linux-foundation'],27,True,athenz/athenz,,https://github.com/AthenZ/athenz,Apache-2.0,2016-11-16 18:23:08,2026-05-14 02:17:48.000000,2026-05-14 02:17:46,3795.0,117.0,299.0,50.0,3005.0,38.0,292.0,989.0,2026-05-05 01:00:10,1.12.40,,,100.0,380.0,380.0,108.0,,,,,3.0,,,,,,,,,,,,,,,, 65,py_webauthn,https://github.com/duo-labs/py_webauthn,authentication,Pythonic WebAuthn.,,,26,True,duo-labs/py_webauthn,,https://github.com/duo-labs/py_webauthn,BSD-3-Clause,2017-11-10 18:02:28,2026-05-12 15:42:22.000000,2026-05-12 15:42:21,574.0,3.0,186.0,34.0,150.0,2.0,107.0,1039.0,2026-02-11 23:35:38,2.7.1,,5132013.0,37.0,,,34.0,,,,,2.0,,,,webauthn,https://pypi.org/project/webauthn,5132013.0,,,,,,,,,, 66,aries-python,https://github.com/openwallet-foundation/acapy,ssi-sdks,ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.,,['hyperledger'],26,True,hyperledger/aries-cloudagent-python,,https://github.com/openwallet-foundation/acapy,Apache-2.0,2019-06-24 18:12:14,2026-05-12 04:29:32.000000,2026-05-12 04:29:03,10524.0,120.0,498.0,23.0,2688.0,147.0,1296.0,484.0,2026-04-01 23:21:41,1.6.0,,,100.0,,,167.0,,,,,1.0,,,,,,,,openwallet-foundation/acapy,,,,,,,, 67,authgear,https://github.com/authgear/authgear-server,idp,"Open source Auth0/Clerk/Firebase alternative. Passkeys, SSO, MFA, passwordless, biometric login. Self-hosted or cloud...",,,25,True,authgear/authgear-server,,https://github.com/authgear/authgear-server,Apache-2.0,2020-06-16 03:34:34,2026-05-14 16:11:57.000000,2026-05-14 09:59:36,23933.0,738.0,112.0,10.0,3316.0,348.0,1947.0,1764.0,2026-05-06 14:13:33,2026-05-06.0,681.0,11.0,73.0,9.0,9.0,50.0,,,,,3.0,,,,,,,,,,,,,,,, 68,fido2-net-lib,https://github.com/passwordless-lib/fido2-net-lib,authentication,"Passkeys, FIDO2 and WebAuhtn .NET library.",,,25,True,passwordless-lib/fido2-net-lib,,https://github.com/passwordless-lib/fido2-net-lib,MIT,2018-05-31 07:51:51,2026-04-20 15:45:25.000000,2026-04-20 15:43:43,692.0,8.0,199.0,41.0,348.0,32.0,250.0,1426.0,2026-04-06 10:34:14,4.0.1,,,25.0,386.0,386.0,55.0,,,,,2.0,,,,,,,,,,,,,,,, 69,veramo,https://github.com/decentralized-identity/veramo,ssi-sdks,A JavaScript Framework for Verifiable Data.,,,25,True,decentralized-identity/veramo,,https://github.com/decentralized-identity/veramo,Apache-2.0,2019-11-12 14:18:17,2026-05-12 09:56:10.000000,2026-02-11 12:59:21,1942.0,,133.0,22.0,868.0,68.0,394.0,536.0,2026-02-11 12:59:23,7.0.0,,,47.0,930.0,930.0,59.0,,,,,1.0,,,,,,,,,,,,,,,, 70,did-jwt-vc,https://github.com/decentralized-identity/did-jwt-vc,ssi-sdks,Create and verify W3C Verifiable Credentials and Presentations in JWT format.,,['dif'],25,True,decentralized-identity/did-jwt-vc,,https://github.com/decentralized-identity/did-jwt-vc,Apache-2.0,2019-07-22 20:20:06,2026-05-12 16:51:25.000000,2026-03-26 17:16:19,406.0,1.0,45.0,19.0,104.0,4.0,49.0,208.0,2025-08-26 05:57:14,4.0.16,,71056.0,70.0,1375.0,1375.0,22.0,,,,,1.0,did-jwt-vc,https://www.npmjs.com/package/did-jwt-vc,71056.0,,,,,,,,,,,,, 71,supertokens,https://github.com/supertokens/supertokens-core,idp,Open source alternative to Auth0 / Firebase Auth / AWS Cognito.,,,24,True,supertokens/supertokens-core,registry.supertokens.io/supertokens/supertokens-postgresql,https://github.com/supertokens/supertokens-core,https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md,2020-01-05 13:30:52,2026-05-07 10:27:00.000000,2026-05-05 13:48:40,1505.0,98.0,660.0,65.0,707.0,132.0,405.0,15037.0,2026-03-19 19:47:15,11.0.7,,,100.0,,,36.0,https://hub.docker.com/r/registry.supertokens.io/supertokens/supertokens-postgresql,,,,3.0,,,,,,,,,,,,,,,, 72,identity-server,https://github.com/DuendeSoftware/products,authentication,The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core.,,,24,True,duendesoftware/identityserver,,https://github.com/DuendeSoftware/products,https://duendesoftware.com/license,2020-10-01 08:46:31,2026-04-21 08:14:26.000000,2026-04-21 08:14:24,8174.0,168.0,390.0,37.0,1537.0,,324.0,1604.0,2026-04-01 09:40:52,dmcp-0.4.0,,,100.0,,,341.0,,,,,3.0,,,,,,,,DuendeSoftware/products,,,,,,,, 73,freeipa,https://github.com/freeipa/freeipa,idp,"Mirror of FreeIPA, an integrated security information management solution.",,,24,True,freeipa/freeipa,freeipa/freeipa-server,https://github.com/freeipa/freeipa,GPL-3.0,2012-05-15 20:34:40,2026-05-13 11:09:28.000000,2026-05-12 17:49:50,16519.0,113.0,364.0,45.0,8404.0,,,1408.0,,,,38244.0,,,,258.0,https://hub.docker.com/r/freeipa/freeipa-server,2026-05-13 09:43:00.569910,181.0,6425073.0,3.0,,,,,,,,,,,,,,,, 74,iota-identity,https://github.com/iotaledger/identity,ssi-sdks,Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA..,,,24,True,iotaledger/identity.rs,,https://github.com/iotaledger/identity,Apache-2.0,2020-02-06 14:33:11,2026-05-08 10:47:08.000000,2026-05-08 10:46:48,1759.0,24.0,99.0,24.0,1343.0,90.0,352.0,348.0,2026-05-08 10:47:51,1.9.7-beta.1,,,65.0,157.0,157.0,44.0,,,,,1.0,,,,,,,,iotaledger/identity,,,,,,,, 75,solid-client-authn-js,https://github.com/inrupt/solid-client-authn-js,authentication,A client library for authenticating with Solid.,,['solid'],24,False,inrupt/solid-client-authn-js,,https://github.com/inrupt/solid-client-authn-js,MIT,2019-11-21 00:49:46,2026-05-12 09:35:53.000000,2026-05-12 09:33:31,3202.0,49.0,41.0,11.0,4109.0,56.0,106.0,77.0,2026-03-30 08:40:11,4.0.0,,,39.0,1001.0,1001.0,27.0,,,,,3.0,inrupt/solid-client-authn-node,https://www.npmjs.com/package/inrupt/solid-client-authn-node,,,,,,,,,,,,,, 76,deepfacelab,https://github.com/iperov/DeepFaceLab,biometrics,DeepFaceLab is the leading software for creating deepfakes.,,,23,False,iperov/DeepFaceLab,,https://github.com/iperov/DeepFaceLab,GPL-3.0,2018-06-04 13:10:00,2024-11-13 19:29:05.000000,2024-11-13 19:29:05,1317.0,,868.0,,131.0,531.0,786.0,19188.0,2020-04-09 05:48:48,DF.wf.288res.384.92.72.22,228248.0,3084.0,2.0,21.0,21.0,22.0,,,,,3.0,,,,,,,,,,,,,,,, 77,maxkey,https://github.com/dromara/MaxKey,idp,"Dromara MaxKey SSO ,Leading-Edge IAM-IDaas(Identity and Access Management) Product , Under Apache-2.0 is free IAM-..",,,23,True,dromara/MaxKey,maxkeytop/maxkey,https://github.com/dromara/MaxKey,Apache-2.0,2016-11-16 03:06:50,2026-05-06 06:22:25.000000,2026-05-06 06:21:33,2748.0,6.0,394.0,30.0,125.0,4.0,134.0,1890.0,2026-02-02 00:59:44,4.1.11,,405.0,72.0,,,60.0,https://hub.docker.com/r/maxkeytop/maxkey,2026-02-01 06:50:25.105245,5.0,46186.0,3.0,,,,,,,,,,,,,,,, 78,keystone,https://github.com/openstack/keystone,idp,OpenStack Identity (Keystone). Mirror of code maintained at opendev.org.,,['openstack'],23,True,openstack/keystone,,https://github.com/openstack/keystone,Apache-2.0,2013-05-30 14:48:39,2026-05-12 10:37:43.000000,2026-04-23 14:42:26,15343.0,42.0,680.0,106.0,21.0,,,710.0,,,,,,195.0,195.0,760.0,,,,,3.0,,,,,,,,,,,,,,,, 79,universal-resolver,https://github.com/decentralized-identity/universal-resolver,dids,Universal Resolver implementation and drivers.,,,23,True,decentralized-identity/universal-resolver,universalresolver/uni-resolver-web,https://github.com/decentralized-identity/universal-resolver,Apache-2.0,2017-08-01 18:25:42,2026-05-14 19:24:56.000000,2026-04-24 08:06:26,2085.0,23.0,277.0,56.0,426.0,35.0,90.0,641.0,2022-01-07 16:42:38,0.5.0,,1471.0,6.0,,,135.0,https://hub.docker.com/r/universalresolver/uni-resolver-web,2026-04-24 08:23:48.703345,,154544.0,2.0,,,,,,,,,,,,,,,, 80,dogtagpki,https://github.com/dogtagpki/pki,pki,The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of..,,,23,True,dogtagpki/pki,,https://github.com/dogtagpki/pki,GPL-2.0,2017-02-16 19:36:36,2026-05-13 21:54:07.000000,2026-05-13 21:54:07,14902.0,94.0,152.0,14.0,2309.0,106.0,2926.0,490.0,2023-06-16 12:51:58,11.4.3,10176.0,99.0,55.0,,,98.0,,,,,3.0,,,,,,,,,,,,,,,, 81,credo-ts,https://github.com/openwallet-foundation/credo-ts,ssi-sdks,Typescript framework for building decentralized identity and verifiable credential solutions.,,['openwallet-foundation'],23,True,openwallet-foundation/credo-ts,,https://github.com/openwallet-foundation/credo-ts,Apache-2.0,2019-11-20 17:23:33,2026-05-13 19:29:41.000000,2026-05-13 12:00:37,1406.0,61.0,231.0,26.0,1845.0,245.0,651.0,343.0,2026-04-29 08:06:01,0.7.0,,,100.0,,,89.0,,,,,2.0,,,,,,,,,,,,,,,, 82,waltid-identity,https://github.com/walt-id/waltid-identity,ssi-sdks,All-in-one open-source identity and wallet toolkit.,,,23,True,walt-id/waltid-identity,waltid/identity,https://github.com/walt-id/waltid-identity,Apache-2.0,2023-10-05 20:33:14,2026-05-14 15:44:32.000000,2026-05-14 15:44:29,12957.0,660.0,115.0,7.0,1395.0,3.0,317.0,278.0,2026-05-08 14:53:54,0.20.0,,,100.0,,,45.0,https://hub.docker.com/r/waltid/identity,,,,2.0,,,,,,,,,,,,,,,, 83,did-resolver,https://github.com/decentralized-identity/did-resolver,dids,Universal did-resolver for javascript environments.,,['dif'],23,True,decentralized-identity/did-resolver,,https://github.com/decentralized-identity/did-resolver,Apache-2.0,2018-02-20 16:33:55,2026-05-12 18:09:26.000000,2026-05-12 14:58:30,433.0,15.0,43.0,20.0,134.0,3.0,19.0,230.0,2026-05-04 13:17:45,5.0.1,,,27.0,7916.0,7916.0,25.0,,,,,2.0,,,,,,,,,,,,,,,, 84,aries-mobile-agent-react-native,https://github.com/openwallet-foundation/bifold-wallet,ssi-agents,Bifold is an extensible open-source React Native project designed to enhance the way we interact with digital..,,['hyperledger'],23,True,hyperledger/aries-mobile-agent-react-native,,https://github.com/openwallet-foundation/bifold-wallet,Apache-2.0,2020-11-06 19:58:19,2026-05-12 18:06:38.000000,2026-05-12 18:04:18,2202.0,35.0,178.0,21.0,1519.0,23.0,286.0,192.0,2026-05-12 18:06:39,3.0.6,,,66.0,7.0,7.0,65.0,,,,,1.0,,,,,,,,openwallet-foundation/bifold-wallet,,,,,,,, 85,web-did-resolver,https://github.com/decentralized-identity/web-did-resolver,dids,DID resolver for HTTPS domains.,,['dif'],23,False,decentralized-identity/web-did-resolver,,https://github.com/decentralized-identity/web-did-resolver,Apache-2.0,2018-09-20 21:44:09,2026-05-11 05:28:25.000000,2026-05-11 01:50:12,386.0,17.0,20.0,12.0,126.0,1.0,11.0,99.0,2025-12-03 20:47:02,2.0.32,,51657.0,43.0,1461.0,1461.0,12.0,,,,,2.0,web-did-resolver,https://www.npmjs.com/package/web-did-resolver,51657.0,,,,,,,,,,,,, 86,gotrue,https://github.com/netlify/gotrue,idp,An JWT based API for managing users and issuing JWT tokens.,,,22,True,netlify/gotrue,,https://github.com/netlify/gotrue,MIT,2016-05-16 23:14:24,2026-05-13 09:44:44.000000,2026-04-28 09:06:09,682.0,30.0,323.0,53.0,287.0,7.0,137.0,4390.0,2022-02-09 12:50:28,1.0.1,,,2.0,11.0,11.0,48.0,,,,,3.0,,,,,,,,,,,,,,,, 87,webauthn,https://github.com/w3c/webauthn,specs,Web Authentication: An API for accessing Public Key Credentials.,,['w3c'],22,True,w3c/webauthn,,https://github.com/w3c/webauthn,W3C,2016-02-08 14:51:38,2026-05-13 19:01:04.000000,2026-05-06 18:07:43,2800.0,19.0,264.0,190.0,1012.0,70.0,1262.0,1391.0,2018-03-20 13:11:25,CR-00-20180320,,,7.0,,,83.0,,,,,1.0,,,,,,,,,,,,,,,, 88,conjur,https://github.com/cyberark/conjur,machine,CyberArk Conjur automatically secures secrets used by privileged users and machine identities.,,,22,True,cyberark/conjur,cyberark/conjur,https://github.com/cyberark/conjur,LGPL,2016-06-28 21:18:07,2025-11-20 20:24:22.000000,2025-11-10 16:00:50,4111.0,,143.0,47.0,1907.0,137.0,974.0,958.0,2025-11-20 20:24:03,1.24.0,2205.0,64431.0,83.0,,,115.0,https://hub.docker.com/r/cyberark/conjur,2025-11-10 16:58:40.255868,29.0,7664812.0,3.0,,,,,,,,,,,,,,,, 89,passwordlessid-webauthn,https://github.com/passwordless-id/webauthn,authentication,"Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.",,,22,True,passwordless-id/webauthn,,https://github.com/passwordless-id/webauthn,MIT,2022-08-11 07:41:33,2026-05-11 13:09:34.000000,2026-05-11 13:09:25,308.0,9.0,59.0,7.0,41.0,,65.0,603.0,2026-02-15 16:48:57,2.3.5,,,42.0,5572.0,5572.0,20.0,,,,,3.0,passwordless-id/webauthn,https://www.npmjs.com/package/passwordless-id/webauthn,,,,,,,,,,,,,, 90,django-passkeys,https://github.com/mkalioby/django-passkeys,authentication,Django Authentication Backend For Passkeys.,,,22,True,mkalioby/django-passkeys,,https://github.com/mkalioby/django-passkeys,MIT,2022-10-28 09:46:58,2026-05-01 14:12:25.000000,2026-05-01 14:10:43,90.0,24.0,30.0,6.0,35.0,9.0,31.0,250.0,2026-05-01 14:12:25,2.1.0,,9802.0,9.0,24.0,24.0,6.0,,,,,3.0,,,,django-passkeys,https://pypi.org/project/django-passkeys,9802.0,,,,,,,,,, 91,howdy,https://github.com/boltgolt/howdy,authentication,Windows Hello style facial authentication for Linux.,,,21,True,boltgolt/howdy,,https://github.com/boltgolt/howdy,MIT,2018-01-05 00:54:21,2025-07-29 10:07:27.000000,2025-06-22 10:19:45,592.0,,372.0,69.0,178.0,314.0,614.0,7518.0,2020-09-02 15:57:23,2.6.1,32588.0,329.0,11.0,,,69.0,,,,,3.0,,,,,,,,,,,,,,howdy,, 92,openbr,https://github.com/biometrics/openbr,biometrics,"Open Source Biometrics, Face Recognition.",,,21,False,biometrics/openbr,,https://github.com/biometrics/openbr,,2012-12-20 02:52:37,2026-01-09 17:26:39.000000,2025-11-14 16:30:51,4083.0,,782.0,237.0,368.0,64.0,210.0,2901.0,2015-09-29 22:50:55,1.1.0,127028.0,846.0,4.0,,,60.0,,,,,3.0,,,,,,,,,,,,,,,, 93,hyperledger-anoncreds-rs,https://github.com/anoncreds/anoncreds-rs,ssi-sdks,anoncreds-rs.,,['hyperledger'],21,False,hyperledger/anoncreds-rs,,https://github.com/anoncreds/anoncreds-rs,Apache-2.0,2022-10-20 16:09:54,2026-01-07 14:36:37.000000,2026-01-07 14:36:37,835.0,,58.0,12.0,249.0,29.0,91.0,87.0,2025-11-13 16:53:54,0.2.3,401181.0,10029.0,33.0,76.0,76.0,28.0,,,,,2.0,,,,,,,,anoncreds/anoncreds-rs,,,,,,,, 94,keripy,https://github.com/WebOfTrust/keripy,ssi-sdks,Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol.,,,21,False,weboftrust/keripy,,https://github.com/WebOfTrust/keripy,Apache-2.0,2021-06-09 16:01:34,2026-05-14 11:30:37.000000,2026-05-14 11:30:37,4035.0,745.0,69.0,11.0,1038.0,175.0,164.0,76.0,,,,,1.0,74.0,74.0,39.0,,,,,2.0,,,,,,,,,,,,,,,, 95,facenet,https://github.com/davidsandberg/facenet,biometrics,Face recognition using Tensorflow.,,,20,False,davidsandberg/facenet,,https://github.com/davidsandberg/facenet,MIT,2016-02-12 22:14:40,2023-07-24 12:43:21.000000,2018-04-16 17:32:11,566.0,,4667.0,548.0,123.0,511.0,619.0,14319.0,,,,,,,,36.0,,,,,3.0,,,,,,,,,,,,,,,, 96,appauth-ios,https://github.com/openid/AppAuth-iOS,authentication,iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],20,True,openid/appauth-ios,,https://github.com/openid/AppAuth-iOS,Apache-2.0,2016-02-11 14:38:23,2026-05-13 23:55:35.000000,2026-05-04 20:43:24,418.0,4.0,789.0,93.0,368.0,184.0,368.0,2001.0,2025-04-23 13:34:24,2.0.0,,,33.0,,,53.0,,,,,3.0,,,,,,,,,,,,,,,, 97,indy-node,https://github.com/hyperledger-indy/indy-node,ssi-sdks,The server portion of a distributed ledger purpose-built for decentralized identity.,,['hyperledger'],20,False,hyperledger/indy-node,,https://github.com/hyperledger-indy/indy-node,Apache-2.0,2016-12-21 05:45:04,2026-05-11 17:10:09.000000,2025-02-24 16:33:21,4946.0,,648.0,61.0,1847.0,39.0,60.0,704.0,2024-02-09 14:17:29,1.13.2,2227.0,26.0,37.0,,,111.0,,,,,2.0,,,,,,,,hyperledger-indy/indy-node,,,,,,,, 98,webauthn4j,https://github.com/webauthn4j/webauthn4j,authentication,A portable Java library for WebAuthn(Passkeys) server side verification.,,,20,True,webauthn4j/webauthn4j,,https://github.com/webauthn4j/webauthn4j,Apache-2.0,2018-05-20 12:14:36,2026-05-14 14:35:36.000000,2026-05-14 14:25:57,2941.0,127.0,92.0,19.0,1098.0,10.0,154.0,577.0,2026-05-01 12:39:50,0.31.5.RELEASE,,,91.0,,,39.0,,,,,3.0,,,,,,,,,,com.webauthn4j:webauthn4j-core,https://search.maven.org/artifact/com.webauthn4j/webauthn4j-core,,,,, 99,dwn-sdk-js,https://github.com/decentralized-identity/dwn-sdk-js,ssi-agents,Decentralized Web Node (DWN) Reference implementation.,,['web5'],20,False,TBD54566975/dwn-sdk-js,,https://github.com/decentralized-identity/dwn-sdk-js,Apache-2.0,2022-03-11 17:33:48,2024-10-23 19:02:40.000000,2024-10-23 19:00:48,551.0,,99.0,18.0,546.0,42.0,238.0,322.0,2024-10-23 19:02:40,0.5.2,,,62.0,493.0,493.0,48.0,,,,,2.0,tbd54566975/dwn-sdk-js,https://www.npmjs.com/package/tbd54566975/dwn-sdk-js,,,,,,decentralized-identity/dwn-sdk-js,,,,,,,, 100,satosa,https://github.com/IdentityPython/SATOSA,authentication,"Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2).",,,20,False,IdentityPython/satosa,,https://github.com/IdentityPython/SATOSA,Apache-2.0,2015-09-02 07:08:03,2025-02-17 10:37:28.000000,2025-02-17 10:37:28,1754.0,,127.0,27.0,364.0,56.0,78.0,263.0,2025-02-10 16:01:17,8.5.1,,,51.0,44.0,44.0,58.0,,,,,3.0,,,,,,,,,,,,,,,, 101,polygon-js-sdk,https://github.com/0xPolygonID/js-sdk,ssi-sdks,SDK to work with Privado ID.,,,20,False,0xPolygonID/js-sdk,,https://github.com/0xPolygonID/js-sdk,Apache-2.0,2022-11-08 12:11:09,2026-04-08 15:14:12.000000,2026-03-18 12:13:33,703.0,34.0,41.0,4.0,356.0,6.0,39.0,72.0,2026-03-18 12:14:01,1.43.0,,,100.0,273.0,273.0,19.0,,,,,2.0,,,,,,,,,,,,,,,, 102,deepfacelive,https://github.com/iperov/DeepFaceLive,biometrics,Real-time face swap for PC streaming or video calls.,,,19,False,iperov/DeepFaceLive,,https://github.com/iperov/DeepFaceLive,GPL-3.0,2020-12-15 12:19:22,2024-11-08 03:07:42.000000,2024-10-24 16:17:15,328.0,,1223.0,1.0,25.0,1.0,143.0,30834.0,2023-01-21 09:26:53,TINA_SHIFT,1644809.0,27878.0,35.0,,,11.0,,,,,3.0,,,,,,,-3.0,,,,,,,,, 103,opensk,https://github.com/google/OpenSK,authentication,OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2..,,['cncf'],19,True,google/OpenSK,,https://github.com/google/OpenSK,Apache-2.0,2019-12-17 18:55:43,2026-05-07 05:13:38.000000,2026-05-07 05:13:34,1334.0,8.0,314.0,83.0,555.0,11.0,202.0,3335.0,2021-06-23 10:02:43,ctap2.0,,,1.0,,,25.0,,,,,3.0,,,,,,,,,,,,,,,, 104,spruceid-ssi,https://github.com/spruceid/ssi,ssi-sdks,Core library for decentralized identity.,,,19,True,spruceid/ssi,,https://github.com/spruceid/ssi,Apache-2.0,2020-08-04 14:40:34,2026-04-16 12:47:30.000000,2026-04-16 12:41:11,648.0,3.0,74.0,33.0,472.0,96.0,123.0,258.0,,,,,,218.0,218.0,33.0,,,,,2.0,,,,,,,,,,,,,,,, 105,aries-framework-go,https://github.com/hyperledger-aries/aries-framework-go,ssi-sdks,Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.,,['hyperledger'],19,False,hyperledger/aries-framework-go,,https://github.com/hyperledger-aries/aries-framework-go,Apache-2.0,2019-07-09 20:45:08,2024-03-27 16:44:00.000000,2024-03-27 16:36:25,3197.0,,156.0,1.0,2046.0,388.0,1196.0,240.0,2023-05-09 10:57:15,0.3.2,,,14.0,3.0,3.0,62.0,,,,,2.0,,,,,,,,hyperledger-aries/aries-framework-go,,,,,,,, 106,appauth-android,https://github.com/openid/AppAuth-Android,authentication,Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],18,True,openid/appauth-android,,https://github.com/openid/AppAuth-Android,Apache-2.0,2016-02-19 15:09:43,2026-03-22 20:54:07.000000,2026-03-22 20:54:07,347.0,2.0,942.0,242.0,260.0,218.0,555.0,3226.0,,,,,,,,51.0,,,,,3.0,,,,,,,,,,net.openid:appauth,https://search.maven.org/artifact/net.openid/appauth,,,,, 107,ja3,https://github.com/salesforce/ja3,pki,JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.,,,18,True,salesforce/ja3,,https://github.com/salesforce/ja3,BSD-3-Clause,2017-06-13 22:54:10,2025-05-01 17:30:05.000000,2025-05-01 17:30:05,152.0,,307.0,,43.0,28.0,24.0,3101.0,,,,3915.0,,1.0,1.0,27.0,,,,,3.0,,,,pyja3,https://pypi.org/project/pyja3,3915.0,,,,,,,,,, 108,ladon,https://github.com/ory/ladon,authorization,A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies...,,['ory'],18,True,ory/ladon,,https://github.com/ory/ladon,Apache-2.0,2015-10-16 15:21:28,2025-10-22 16:06:57.000000,2025-10-22 16:06:52,166.0,,221.0,61.0,108.0,,61.0,2459.0,2024-03-06 13:35:30,1.3.0,,,41.0,,,54.0,,,,,3.0,,,,,,,,,,,,,,,, 109,ion,https://github.com/decentralized-identity/ion,dids,The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin.,,,18,False,decentralized-identity/ion,,https://github.com/decentralized-identity/ion,Apache-2.0,2019-01-25 00:34:40,2023-08-25 15:24:32.000000,2023-08-25 15:23:54,215.0,,161.0,82.0,184.0,72.0,70.0,1231.0,2022-06-09 01:42:53,1.0.4,,,17.0,,,32.0,,,,,2.0,,,,,,,,,,,,,,,, 110,libfido2,https://github.com/Yubico/libfido2,authentication,"Provides library functionality for FIDO2, including communication with a device over USB or NFC.",,,18,False,yubico/libfido2,,https://github.com/Yubico/libfido2,,2018-04-19 06:32:10,2026-05-06 09:07:48.000000,2026-05-06 09:07:45,2107.0,88.0,163.0,61.0,610.0,9.0,250.0,713.0,,,,,,,,72.0,,,,,3.0,,,,,,,,,,,,,,,, 111,solid-specification,https://github.com/solid/specification,specs,Solid Technical Reports.,,['solid'],18,True,solid/specification,,https://github.com/solid/specification,MIT,2019-05-14 21:20:03,2026-05-13 17:52:20.000000,2026-05-11 05:12:58,1302.0,19.0,53.0,46.0,358.0,193.0,152.0,559.0,2021-12-21 13:00:06,protocol-v0.9.0,,,1.0,,,31.0,,,,,1.0,,,,,,,,,,,,,,,, 112,sidetree,https://github.com/decentralized-identity/sidetree,specs,Sidetree Specification and Reference Implementation.,,['dif'],18,False,decentralized-identity/sidetree,,https://github.com/decentralized-identity/sidetree,Apache-2.0,2018-09-04 17:20:14,2024-12-12 16:15:38.000000,2023-04-04 19:14:54,1149.0,,107.0,38.0,684.0,37.0,441.0,436.0,2021-03-09 22:06:35,1.0.2,,,12.0,,,47.0,,,,,1.0,,,,,,,,,,,,,,,, 113,tbd-ssi-sdk,https://github.com/TBD54566975/ssi-sdk,ssi-sdks,self sovereign identity sdk.,,['web5'],18,False,tbd54566975/ssi-sdk,,https://github.com/TBD54566975/ssi-sdk,Apache-2.0,2022-02-02 20:20:10,2024-12-11 23:50:38.000000,2024-10-03 18:09:33,367.0,,58.0,,399.0,49.0,107.0,211.0,2024-10-03 18:13:37,0.0.1-beta,,,5.0,75.0,75.0,23.0,,,,,2.0,,,,,,,,,,,,,,,, 114,cf-identity-wallet,https://github.com/cardano-foundation/veridian-wallet,ssi-agents,Veridian Wallet is an open source mobile application developed by the Cardano Foundation. Built on the KERI and ACDC..,,,18,True,cardano-foundation/cf-identity-wallet,,https://github.com/cardano-foundation/veridian-wallet,Apache-2.0,2022-12-19 13:49:48,2026-05-14 07:30:39.000000,2026-05-12 08:39:08,1882.0,56.0,36.0,13.0,1636.0,7.0,10.0,142.0,2026-04-20 13:58:08,1.2.1,,,6.0,,,22.0,,,,,2.0,,,,,,,,cardano-foundation/veridian-wallet,,,,,,,, 115,spiffe,https://github.com/spiffe/spiffe,machine,The SPIFFE Project.,,"['cncf', 'linux-foundation']",17,True,spiffe/spiffe,,https://github.com/spiffe/spiffe,Apache-2.0,2017-08-07 20:45:21,2026-05-13 13:35:50.000000,2026-05-13 13:35:50,615.0,8.0,197.0,76.0,282.0,39.0,66.0,1760.0,,,,,,,,75.0,,,,,3.0,,,,,,,,,,,,,,,, 116,warrant,https://github.com/warrant-dev/warrant,authorization,"Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce,..",,,17,True,warrant-dev/warrant,warrantdev/warrant,https://github.com/warrant-dev/warrant,Apache-2.0,2023-02-14 23:22:46,2025-12-05 19:39:14.000000,2025-12-05 19:39:13,288.0,,53.0,4.0,310.0,16.0,22.0,1336.0,2024-06-10 20:02:54,1.15.1,3225.0,87.0,100.0,4.0,4.0,5.0,https://hub.docker.com/r/warrantdev/warrant,,,,3.0,,,,,,,,,,,,,,,, 117,webauthn-json,https://github.com/github/webauthn-json,authentication,A small WebAuthn API wrapper that translates to/from pure JSON using base64url.,,,17,True,github/webauthn-json,,https://github.com/github/webauthn-json,MIT,2019-07-01 18:52:54,2025-08-25 21:02:41.000000,2025-08-11 13:26:58,295.0,,61.0,95.0,36.0,,53.0,789.0,2023-01-31 02:32:05,2.1.1,,,52.0,30.0,30.0,15.0,,,,,3.0,github/webauthn-json,https://www.npmjs.com/package/github/webauthn-json,,,,,,,,,,,,,, 118,did-core,https://github.com/w3c/did,specs,W3C Decentralized Identifier Specification.,,['w3c'],17,True,w3c/did-core,,https://github.com/w3c/did,W3C,2019-09-10 07:46:26,2026-03-05 08:38:02.000000,2026-03-05 08:37:57,1437.0,11.0,103.0,75.0,524.0,16.0,380.0,468.0,,,,,,,,71.0,,,,,2.0,,,,,,,,w3c/did,,,,,,,, 119,vc-data-model,https://github.com/w3c/vc-data-model,specs,W3C Verifiable Credentials v2.0 Specification.,,['w3c'],17,True,w3c/vc-data-model,,https://github.com/w3c/vc-data-model,W3C,2016-11-15 20:14:42,2026-05-12 03:52:55.000000,2026-05-11 01:44:14,2256.0,14.0,117.0,79.0,857.0,8.0,729.0,356.0,,,,,,,,81.0,,,,,2.0,,,,,,,,,,,,,,,, 120,aries-rfcs,https://github.com/decentralized-identity/aries-rfcs,specs,"Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions.",,['hyperledger'],17,False,hyperledger/aries-rfcs,,https://github.com/decentralized-identity/aries-rfcs,Apache-2.0,2019-05-08 16:49:20,2025-05-19 11:18:19.000000,2025-03-12 15:21:23,2409.0,,212.0,52.0,648.0,57.0,175.0,342.0,,,,,,,,94.0,,,,,2.0,,,,,,,,decentralized-identity/aries-rfcs,,,,,,,, 121,did-method-plc,https://github.com/did-method-plc/did-method-plc,dids,"Public Ledger of Credentials: a cryptographic, strongly-consistent, and recoverable DID method.",,,17,False,did-method-plc/did-method-plc,,https://github.com/did-method-plc/did-method-plc,,2023-02-22 19:57:31,2026-02-03 16:21:24.000000,2026-02-03 16:21:23,208.0,,64.0,22.0,91.0,28.0,28.0,318.0,,,,452620.0,,1.0,1.0,15.0,,,,,2.0,did-resolver,https://www.npmjs.com/package/did-resolver,452620.0,,,,,,,,,,,,, 122,barbican,https://github.com/openstack/barbican,pki,"Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack..",,['openstack'],17,True,openstack/barbican,,https://github.com/openstack/barbican,Apache-2.0,2014-05-23 22:15:27,2026-05-12 09:31:49.000000,2026-05-12 09:30:05,3789.0,26.0,76.0,24.0,10.0,,,246.0,,,,,,,,309.0,,,,,3.0,,,,,,,,,,,,,,,, 123,waltid-ssikit,https://github.com/walt-id/waltid-ssikit,ssi-sdks,All-In-One SSI infrastructure toolkit.,,,17,True,walt-id/waltid-ssikit,waltid/ssikit,https://github.com/walt-id/waltid-ssikit,Apache-2.0,2021-08-04 08:19:14,2026-01-13 10:53:25.000000,2026-01-13 10:53:25,1540.0,,34.0,6.0,198.0,,166.0,112.0,2023-12-13 10:55:46,1.2312131048.0,206.0,435.0,98.0,,,18.0,https://hub.docker.com/r/waltid/ssikit,2023-12-13 10:55:45.426370,,24677.0,3.0,,,,,,,,,,,,,,,, 124,polygon-issuer,https://github.com/0xPolygonID/issuer-node,ssi-agents,Privado ID Self-Hosted Issuer Node.,,,17,True,0xPolygonID/issuer-node,,https://github.com/0xPolygonID/issuer-node,Apache-2.0,2022-12-20 15:29:39,2026-05-14 13:05:05.000000,2025-12-22 12:03:51,2367.0,,99.0,8.0,829.0,3.0,135.0,105.0,2025-12-22 12:04:18,3.0.5,,,24.0,,,29.0,,,,,2.0,,,,,,,,,,,,,,,, 125,sphereon-ssi,https://github.com/Sphereon-Opensource/SSI-SDK,ssi-sdks,(Legacy) Self Sovereign Identity SDK.,,,17,False,sphereon-opensource/ssi-sdk,,https://github.com/Sphereon-Opensource/SSI-SDK,Apache-2.0,2021-11-22 08:30:41,2026-05-05 08:43:40.000000,2026-05-05 08:43:37,3846.0,40.0,22.0,9.0,371.0,17.0,10.0,75.0,2026-03-06 19:32:26,0.37.1,,,53.0,2.0,2.0,21.0,,,,,3.0,,,,,,,,,,,,,,,, 126,digitalbazaar-vc,https://github.com/digitalbazaar/vc,ssi-sdks,W3C Verifiable Credentials implementation in JavaScript.,,,16,True,digitalbazaar/vc,,https://github.com/digitalbazaar/vc,BSD-3-Clause,2017-10-24 20:45:37,2026-02-05 23:09:34.000000,2026-02-05 23:09:33,558.0,,48.0,15.0,106.0,25.0,69.0,216.0,,,,,,622.0,622.0,16.0,,,,,3.0,,,,,,,,,,,,,,,, 127,sphereon-openid4vci,https://github.com/Sphereon-Opensource/OID4VC,ssi-sdks,"OpenID for Verifiable Credentials - modules for issuers, holders and RPs.",,,16,False,sphereon-opensource/openid4vci,,https://github.com/Sphereon-Opensource/OID4VC,Apache-2.0,2022-10-09 21:29:30,2026-04-01 18:17:33.000000,2026-02-01 20:00:28,1686.0,,22.0,7.0,183.0,18.0,17.0,88.0,2026-01-30 21:51:05,0.20.1,,,29.0,,,22.0,,,,,3.0,,,,,,,,Sphereon-Opensource/OID4VC,,,,,,,, 128,universal-registrar,https://github.com/decentralized-identity/universal-registrar,dids,Universal Registrar implementation and drivers.,,,16,False,decentralized-identity/universal-registrar,,https://github.com/decentralized-identity/universal-registrar,Apache-2.0,2017-09-29 13:01:11,2026-04-15 11:49:54.000000,2026-04-15 11:49:54,639.0,18.0,28.0,25.0,73.0,4.0,23.0,87.0,2021-10-08 12:33:05,0.2.0,,,2.0,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 129,solid-project,https://github.com/solid/solid,specs,Solid - Re-decentralizing the web (project directory).,,['solid'],15,False,solid/solid,,https://github.com/solid/solid,MIT,2015-11-24 05:45:27,2022-08-24 14:54:37.000000,2022-05-27 15:42:07,132.0,,363.0,13.0,56.0,124.0,90.0,8113.0,,,,,,,,22.0,,,,,2.0,,,,,,,-2.0,,,,,,,,, 130,laragear-webauthn,https://github.com/Laragear/WebAuthn,authentication,"Authenticate users with Passkeys: fingerprints, patterns and biometric data.",,,15,True,laragear/webauthn,,https://github.com/Laragear/WebAuthn,MIT,2022-06-14 09:13:53,2026-05-08 18:29:07.000000,2026-05-08 18:25:42,178.0,7.0,47.0,4.0,,,,402.0,2026-05-08 18:29:08,5.0.2,,,27.0,,,12.0,,,,,3.0,,,,,,,,,,,,,,,, 131,spruceid-didkit,https://www.spruceid.dev/didkit/didkit,ssi-sdks,A cross-platform toolkit for decentralized identity.,,,15,True,spruceid/didkit,ghcr.io/spruceid/didkit-http,https://github.com/spruceid/didkit,Apache-2.0,2020-10-06 21:52:28,2025-07-10 12:39:09.000000,2025-07-10 12:39:09,313.0,,84.0,7.0,258.0,46.0,77.0,320.0,,,,,,14.0,14.0,23.0,https://hub.docker.com/r/ghcr.io/spruceid/didkit-http,,,,3.0,,,,,,,,,,,,,,,, 132,identity-credential,https://github.com/w3c-fedid/digital-credentials,specs,Proposals related to the invocation of digital identity wallets from the web.,,['w3c'],15,False,wicg/identity-credential,,https://github.com/w3c-fedid/digital-credentials,,2023-04-23 18:07:46,2026-05-14 08:55:51.000000,2026-05-14 08:54:58,295.0,35.0,34.0,49.0,255.0,73.0,186.0,159.0,,,,,,,,22.0,,,,,2.0,,,,,,,,w3c-fedid/digital-credentials,,,,,,,, 133,procivis-one-wallet,https://github.com/procivis/one-wallet,ssi-agents,"Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs.",,['w3c'],15,True,procivis/one-wallet,,https://github.com/procivis/one-wallet,Apache-2.0,2024-09-23 08:17:29,2026-04-29 18:55:35.000000,2026-04-29 18:55:27,1416.0,27.0,14.0,7.0,1.0,,,146.0,2026-04-30 09:48:47,1.76.1,77.0,5.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,, 134,did-spec-registries,https://github.com/w3c/did-extensions,dids,Decentralized Identifier Ecosystem Extensions.,,,15,False,w3c/did-spec-registries,,https://github.com/w3c/did-extensions,,2020-02-11 17:25:04,2026-04-10 18:33:33.000000,2026-04-10 18:33:19,920.0,5.0,266.0,53.0,481.0,50.0,179.0,140.0,,,,,,,,239.0,,,,,3.0,,,,,,,,w3c/did-extensions,,,,,,,, 135,waltid-walletkit,https://github.com/walt-id/waltid-walletkit,ssi-sdks,Toolkit for SSI and NFT/SBT wallets.,,,15,False,walt-id/waltid-walletkit,waltid/walletkit,https://github.com/walt-id/waltid-walletkit,Apache-2.0,2021-09-24 15:14:51,2026-01-13 10:56:36.000000,2026-01-13 10:56:35,1377.0,,23.0,3.0,111.0,1.0,47.0,32.0,2023-12-13 10:51:55,1.2312131047.0,,101.0,48.0,,,13.0,https://hub.docker.com/r/waltid/walletkit,2023-12-13 10:51:53.446549,,5675.0,3.0,,,,,,,,,,,,,,,, 136,fedfm,https://github.com/w3c-fedid/FedCM,specs,A privacy preserving identity exchange Web API.,,['w3c'],14,False,fedidcg/FedCM,,https://github.com/w3c-fedid/FedCM,,2020-03-20 21:58:44,2026-05-06 05:31:09.000000,2026-05-06 05:30:02,766.0,4.0,101.0,71.0,360.0,141.0,271.0,460.0,,,,,,,,42.0,,,,,3.0,,,,,,,,w3c-fedid/FedCM,,,,,,,, 137,beyond,https://github.com/presbrey/beyond,machine,BeyondCorp-inspired HTTPS/SSO Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-..,,,14,True,cogolabs/beyond,cogolabs/beyond,https://github.com/presbrey/beyond,Apache-2.0,2017-08-13 18:29:25,2025-11-10 21:03:49.000000,2025-11-10 20:59:58,153.0,,25.0,7.0,6.0,1.0,1.0,255.0,2022-05-26 15:15:14,1.8.10,,171.0,4.0,,,6.0,https://hub.docker.com/r/cogolabs/beyond,2021-03-16 02:43:33.655703,,17999.0,3.0,,,,,,,,presbrey/beyond,,,,,,,, 138,tbd-ssi-service,https://github.com/TBD54566975/ssi-service,ssi-agents,The Self Sovereign Identity Service.,,['web5'],14,False,tbd54566975/ssi-service,,https://github.com/TBD54566975/ssi-service,Apache-2.0,2022-03-11 18:07:18,2024-05-06 00:08:36.000000,2024-02-05 20:54:24,451.0,,52.0,,536.0,87.0,126.0,149.0,,,,,3.0,,,23.0,,,,,3.0,,,,,,,,,,,,,,,, 139,web-access-control,https://github.com/solid/web-access-control-spec,specs,Web Access Control (WAC).,,['solid'],14,True,solid/web-access-control-spec,,https://github.com/solid/web-access-control-spec,MIT,2016-04-01 18:02:56,2026-04-22 14:09:10.000000,2026-04-22 14:09:09,526.0,13.0,27.0,27.0,46.0,28.0,48.0,129.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 140,presentation-exchange,https://github.com/decentralized-identity/presentation-exchange,specs,Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation..,,['dif'],14,False,decentralized-identity/presentation-exchange,,https://github.com/decentralized-identity/presentation-exchange,Apache-2.0,2020-01-07 23:10:12,2024-07-01 16:19:30.000000,2024-07-01 16:19:09,633.0,,35.0,25.0,241.0,53.0,181.0,88.0,,,,,,,,40.0,,,,,3.0,,,,,,,,,,,,,,,, 141,talao-altme,https://github.com/TalaoDAO/AltMe,ssi-agents,Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI..,,,14,False,talaodao/altme,,https://github.com/TalaoDAO/AltMe,Apache-2.0,2021-12-27 07:56:07,2026-03-20 15:54:00.000000,2026-02-10 12:22:06,5317.0,,18.0,6.0,542.0,55.0,2868.0,60.0,,,,,,2.0,2.0,5.0,,,,,3.0,,,,,,,,,,,,,,,, 142,verity-sdk,https://github.com/evernym/verity-sdk,ssi-sdks,Evernym Verity is a decentralized protocol platform for issuing and verifying digital credentials. This repo contains..,,,14,False,evernym/verity-sdk,,https://github.com/evernym/verity-sdk,Apache-2.0,2020-06-18 20:16:43,2023-04-11 16:19:34.000000,2023-04-11 16:19:31,1451.0,,36.0,12.0,115.0,,,47.0,,,,,,17.0,17.0,39.0,,,,,3.0,,,,,,,,,,,,,,,, 143,appauth-js,https://github.com/openid/AppAuth-JS,authentication,JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.,,['openid'],13,False,openid/appauth-js,,https://github.com/openid/AppAuth-JS,Apache-2.0,2017-04-03 11:22:40,2024-04-22 03:03:12.000000,2024-04-15 20:19:29,90.0,,162.0,30.0,96.0,34.0,102.0,1012.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 144,webauthn-ruby,https://github.com/cedarcode/webauthn-ruby,authentication,WebAuthn ruby server library Make your Ruby/Rails web server become a conformant WebAuthn Relying Party.,,,13,True,cedarcode/webauthn-ruby,,https://github.com/cedarcode/webauthn-ruby,MIT,2018-05-09 21:49:17,2026-01-15 14:16:31.000000,2026-01-15 14:16:30,1037.0,,64.0,15.0,359.0,4.0,118.0,767.0,,,,,,,,39.0,,,,,3.0,,,,,,,,,,,,,,,, 145,web5-js,https://github.com/decentralized-identity/web5-js,ssi-sdks,Monorepo for the Web5 JS TypeScript implementation.,,['web5'],13,False,TBD54566975/web5-js,,https://github.com/decentralized-identity/web5-js,Apache-2.0,2023-03-06 19:11:53,2025-03-01 10:03:25.000000,2024-10-22 22:16:06,743.0,,55.0,5.0,818.0,103.0,145.0,140.0,2024-10-22 22:17:48,@web5/api@0.12.0,,,100.0,,,32.0,,,,,3.0,web5/api,https://www.npmjs.com/package/web5/api,,,,,-3.0,decentralized-identity/web5-js,,,,,,,, 146,sphereon-ssi-mobile-wallet,https://github.com/Sphereon-Opensource/mobile-wallet,ssi-agents,Open-Source Mobile SSI Wallet.,,,13,True,sphereon-opensource/ssi-mobile-wallet,,https://github.com/Sphereon-Opensource/mobile-wallet,Apache-2.0,2022-11-08 00:55:26,2026-04-01 10:30:32.000000,2026-04-01 10:30:28,2194.0,8.0,32.0,10.0,342.0,20.0,17.0,102.0,2025-11-19 22:38:48,0.7.0,,,1.0,,,15.0,,,,,3.0,,,,,,,,Sphereon-Opensource/mobile-wallet,,,,,,,, 147,sphereon-pex,https://github.com/Sphereon-Opensource/PEX,ssi-sdks,A Typescript implementation of the DIF Presentation Exchange specification.,,,13,False,sphereon-opensource/pex,,https://github.com/Sphereon-Opensource/PEX,Apache-2.0,2021-04-12 14:54:14,2024-12-16 12:31:13.000000,2024-12-16 12:31:12,1177.0,,15.0,4.0,145.0,16.0,29.0,43.0,2024-04-24 20:52:31,3.3.2,114.0,2.0,30.0,1.0,1.0,21.0,,,,,3.0,,,,,,,,,,,,,,,, 148,aip-identity,https://github.com/The-Nexus-Guard/aip,dids,"Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted..",,,13,False,The-Nexus-Guard/aip,,https://github.com/The-Nexus-Guard/aip,MIT,2026-02-01 20:14:11,2026-03-22 08:10:08.000000,2026-03-22 08:10:07,325.0,126.0,1.0,1.0,,4.0,,13.0,2026-03-17 00:17:10,0.5.51,,605.0,14.0,,,,,,,,3.0,,,,aip-identity,https://pypi.org/project/aip-identity,605.0,,,,,,,,,, 149,crypto,https://github.com/docknetwork/crypto,pki,"Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures.",,,12,True,docknetwork/crypto,,https://github.com/docknetwork/crypto,Apache-2.0,2021-08-02 10:17:00,2025-10-02 08:06:20.000000,2025-10-02 08:05:57,295.0,,43.0,10.0,13.0,8.0,9.0,129.0,,,,,,22.0,22.0,7.0,,,,,3.0,,,,,,,,,,,,,,,, 150,bbs-signature,https://github.com/decentralized-identity/bbs-signature,specs,The BBS Signature Scheme.,,['dif'],12,True,decentralized-identity/bbs-signature,,https://github.com/decentralized-identity/bbs-signature,Apache-2.0,2021-08-23 11:09:09,2026-03-16 19:12:45.000000,2025-07-07 17:40:36,925.0,,26.0,15.0,190.0,20.0,131.0,100.0,,,,,,,,19.0,,,,,3.0,,,,,,,,,,,,,,,, 151,sidetree.js,https://github.com/transmute-industries/sidetree.js,dids,Sidetree Core Protocol and DID Method Drivers.,,,12,False,transmute-industries/sidetree.js,,https://github.com/transmute-industries/sidetree.js,Apache-2.0,2020-03-05 16:17:28,2023-11-18 18:29:02.000000,2022-09-20 17:04:09,2014.0,,26.0,7.0,432.0,29.0,75.0,50.0,,,,,1.0,2.0,2.0,14.0,,,,,3.0,,,,,,,,,,,,,,,, 152,did-key.rs,https://github.com/decentralized-identity/did-key.rs,dids,Rust implementation of the did:key method.,,['dif'],12,False,decentralized-identity/did-key.rs,,https://github.com/decentralized-identity/did-key.rs,Apache-2.0,2021-01-18 13:26:31,2024-03-18 01:31:53.000000,2023-02-10 20:11:40,37.0,,22.0,12.0,28.0,7.0,9.0,50.0,,,,,,99.0,99.0,11.0,,,,,3.0,,,,,,,,,,,,,,,, 153,waltid-idpkit,https://github.com/walt-id/waltid-idpkit,ssi-sdks,OIDC identity provider for digital identity.,,,12,False,walt-id/waltid-idpkit,waltid/idpkit,https://github.com/walt-id/waltid-idpkit,Apache-2.0,2022-03-21 16:28:15,2026-01-13 10:57:48.000000,2026-01-13 10:57:48,352.0,,4.0,2.0,36.0,,36.0,26.0,2023-09-07 16:06:04,1.2309071555.0,,22.0,28.0,,,10.0,https://hub.docker.com/r/waltid/idpkit,2024-07-17 14:26:13.313442,,1105.0,3.0,,,,,,,,,,,,,,,, 154,pyMDOC-CBOR,https://github.com/IdentityPython/pyMDOC-CBOR,ssi-sdks,MDOC CBOR static Verifier and Issuer for EUDI Wallet PID and mDL use cases.,,,12,False,IdentityPython/pyMDOC-CBOR,,https://github.com/IdentityPython/pyMDOC-CBOR,Apache-2.0,2023-04-23 15:28:16,2026-03-24 15:55:57.000000,2026-03-24 15:54:56,192.0,2.0,18.0,7.0,21.0,3.0,10.0,22.0,2026-03-24 15:55:57,1.3.0,,,10.0,2.0,2.0,11.0,,,,,3.0,,,,pymdoccobr,https://pypi.org/project/pymdoccobr,,,,,,,,,,, 155,selective-disclosure-jwt,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,specs,,,,11,False,oauth-wg/oauth-selective-disclosure-jwt,,https://github.com/oauth-wg/oauth-selective-disclosure-jwt,,2022-05-09 14:15:35,2026-01-19 09:47:13.000000,2026-01-19 09:47:12,796.0,,35.0,17.0,284.0,,297.0,62.0,2025-05-29 16:46:56,draft-ietf-oauth-selective-disclosure-jwt-22,,,17.0,,,27.0,,,,,3.0,,,,,,,,,,,,,,,, 156,universal-wallet-interop-spec,https://github.com/w3c-ccg/universal-wallet-interop-spec,specs,A data model and abstract interfaces for digital wallets.,,['w3c'],11,False,w3c-ccg/universal-wallet-interop-spec,,https://github.com/w3c-ccg/universal-wallet-interop-spec,W3C,2020-08-25 01:43:15,2025-04-05 08:13:56.000000,2023-02-22 15:32:05,319.0,,12.0,40.0,47.0,42.0,24.0,55.0,,,,,,3.0,3.0,10.0,,,,,3.0,,,,,,,,,,,,,,,, 157,credible,https://github.com/spruceid/wallet,ssi-agents,A reference credential wallet built on Flutter and DIDKit.,,,10,False,spruceid/wallet,,https://github.com/spruceid/wallet,Apache-2.0,2020-07-23 21:18:28,2025-07-10 12:31:18.000000,2025-07-10 12:31:18,195.0,,19.0,6.0,74.0,12.0,25.0,47.0,,,,,,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 158,vlei,https://github.com/WebOfTrust/vLEI,specs,Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers).,,,10,False,weboftrust/vlei,,https://github.com/WebOfTrust/vLEI,Apache-2.0,2021-04-19 14:33:35,2026-03-19 05:01:41.000000,2026-03-19 05:00:45,115.0,4.0,14.0,10.0,47.0,22.0,28.0,40.0,,,,,,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 159,entra-verifiedid-wallet-library-ios,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on iOS.,,,10,False,microsoft/entra-verifiedid-wallet-library-ios,,https://github.com/microsoft/entra-verifiedid-wallet-library-ios,MIT,2022-11-17 19:38:59,2026-05-04 17:17:11.000000,2026-05-04 17:17:09,126.0,6.0,15.0,9.0,137.0,5.0,1.0,32.0,2024-04-02 18:31:17,1.0.1,,,3.0,,,5.0,,,,,3.0,,,,,,,,,,,,,,,, 160,trinsic-sdk,https://github.com/trinsic-id/sdk,ssi-sdks,This repository contains the samples for all major languages and frameworks. It also contains our UI SDKs to launch..,,,10,False,trinsic-id/sdk,,https://github.com/trinsic-id/sdk,MIT,2024-08-12 19:18:57,2026-05-07 17:35:55.000000,2026-05-07 17:35:54,618.0,17.0,3.0,4.0,396.0,,2.0,8.0,,,,,,3.0,3.0,12.0,,,,,3.0,,,,,,,,,,,,,,,, 161,ion-tools,https://github.com/decentralized-identity/ion-tools,dids,Tools and utilities to make working with the ION network and using ION DIDs easy peasy lemon squeezy.,,,9,False,decentralized-identity/ion-tools,,https://github.com/decentralized-identity/ion-tools,Apache-2.0,2021-03-22 20:30:11,2024-03-19 15:54:10.000000,2023-07-31 13:48:42,119.0,,33.0,14.0,24.0,20.0,14.0,143.0,,,,,,,,10.0,,,,,3.0,,,,,,,,,,,,,,,, 162,kepler,https://github.com/spruceid/kepler,ssi-sdks,Decentralized storage based on permissioned data overlays called orbits.,,,9,False,spruceid/kepler,,https://github.com/spruceid/kepler,Apache-2.0,2021-03-22 16:14:05,2023-10-20 13:00:41.000000,2023-07-27 11:22:21,202.0,,14.0,6.0,123.0,9.0,15.0,81.0,,,,,,,,8.0,,,,,3.0,,,,,,,,,,,,,,,, 163,did-key.js,https://github.com/transmute-industries/did-key.js,dids,A DID Key Implementation in TypeScript.,,,9,False,transmute-industries/did-key.js,,https://github.com/transmute-industries/did-key.js,Apache-2.0,2020-06-09 00:16:20,2024-07-21 08:49:34.000000,2022-12-12 16:31:36,556.0,,15.0,7.0,261.0,38.0,10.0,57.0,,,,,,1.0,1.0,9.0,,,,,3.0,,,,,,,,,,,,,,,, 164,entra-verifiedid-wallet-library-android,https://github.com/microsoft/entra-verifiedid-wallet-library-android,ssi-sdks,A library to manage your Decentralized Identities and Verified IDs on Android.,,,9,False,microsoft/entra-verifiedid-wallet-library-android,,https://github.com/microsoft/entra-verifiedid-wallet-library-android,MIT,2022-11-17 18:59:22,2026-05-02 04:55:35.000000,2026-05-02 04:55:33,113.0,1.0,10.0,9.0,137.0,3.0,1.0,26.0,2023-06-20 20:22:25,1.0.0,,,2.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 165,keri,https://github.com/WebOfTrust/keri,specs,KERI Community Development Efforts Meetings Discussion.,,['weboftrust'],8,False,weboftrust/keri,,https://github.com/WebOfTrust/keri,Apache-2.0,2021-10-11 17:54:56,2026-02-17 14:44:47.000000,2026-02-17 14:44:47,274.0,1.0,17.0,14.0,34.0,,5.0,77.0,,,,,,,,14.0,,,,,3.0,,,,,,,,,,,,,,,, 166,sphereon-siop-oid4vp,https://github.com/Sphereon-Opensource/SIOP-OID4VP,ssi-sdks,Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP).,,,8,False,sphereon-opensource/siop-oid4vp,,https://github.com/Sphereon-Opensource/SIOP-OID4VP,,2021-09-08 22:32:38,2024-07-15 18:12:12.000000,2024-07-15 18:11:29,664.0,,22.0,1.0,56.0,4.0,18.0,76.0,2024-04-24 21:53:08,0.6.4,45.0,0.0,15.0,,,13.0,,,,,3.0,,,,,,,,,,,,,,,, 167,ssi-to-oidc-bridge,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,ssi-sdks,TP 1.2 OIDC Provider with VC Support.,,,8,False,gaia-x4plc-aad/ssi-to-oidc-bridge,,https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge,MIT,2023-11-14 09:30:33,2025-12-04 20:49:32.000000,2025-12-04 20:49:30,21.0,,8.0,8.0,19.0,4.0,25.0,12.0,,,,,,,,3.0,,,,,3.0,,,,,,,,,,,,,,,, 168,did-webs-resolver,https://github.com/hyperledger-labs/did-webs-resolver,dids,A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-..,,,7,False,hyperledger-labs/did-webs-resolver,,https://github.com/hyperledger-labs/did-webs-resolver,Apache-2.0,2023-09-19 23:27:32,2024-10-28 15:31:49.000000,2024-10-28 15:31:49,124.0,,11.0,2.0,41.0,13.0,33.0,13.0,,,,,1.0,,,7.0,,,,,3.0,,,,,,,,,,,,,,,, 169,waltid-web-wallet,https://github.com/walt-id/waltid-web-wallet,ssi-agents,Custodian identity wallet white-label solution.,,,6,False,walt-id/waltid-web-wallet,waltid/ssikit-web-wallet,https://github.com/walt-id/waltid-web-wallet,,2023-07-27 19:04:55,2024-01-09 08:33:17.000000,2024-01-09 08:32:53,181.0,,2.0,1.0,69.0,,6.0,2.0,2023-11-24 22:29:54,1.2311242224.0,,116.0,48.0,,,9.0,https://hub.docker.com/r/waltid/ssikit-web-wallet,2023-06-29 16:56:55.416195,,3963.0,3.0,,,,,,,,,,,,,,,, 170,cfssl,{},pki,CloudFlares PKI toolkit.,,,2,False,cloudfare/cfssl,cfssl/cfssl,,,,2026-04-17 14:15:15.991400,,,,,,,,,26.0,,,,,,,,,https://hub.docker.com/r/cfssl/cfssl,2026-04-17 14:15:15.991400,26.0,4622945.0,3.0,,,,,,,,,,,,,,,, 171,did-webs,https://github.com/trustoverip/tswg-did-method-webs-specification,dids,,,,2,False,trustoverip/tswg-did-method-webs-specification,,https://github.com/trustoverip/tswg-did-method-webs-specification,,2026-03-12 14:08:50,2026-03-12 14:08:50.000000,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 172,anoncreds,https://github.com/hyperledger/anoncreds-spec,specs,The former home of the AnonCreds specification.,,['hyperledger'],2,False,hyperledger/anoncreds-spec,,https://github.com/hyperledger/anoncreds-spec,,2025-12-04 23:15:53,2025-12-04 23:29:22.000000,2025-12-04 23:29:21,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 173,procivis-one-core,,ssi-sdks,"Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs,..",,['w3c'],2,False,,,,Apache-2.0,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,procivis/one-core, 174,ejbca-ce,{},pki,EJBCA Open source public key infrastructure (PKI) and certificate authority (CA) software.,,,1,False,Keyfactor/ejbca,keyfactor/ejbca-ce,,,,2025-12-17 01:31:09.041590,,,,,,,,,58.0,,,,,,,,,https://hub.docker.com/r/keyfactor/ejbca-ce,2025-12-17 01:31:09.041590,58.0,693731.0,3.0,,,,,,,,,,,,,,,, 175,vc-api,{},specs,,,['w3c'],1,False,w3c-ccg/vs-api,,,W3C,,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, 176,decentralized-web-node,{},specs,,,"['dif', 'web5']",0,False,decentralized-identity/decentralize-web-node,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 177,didcomm-messaging,{},specs,,,['dif'],0,False,decentralized-identity/didcomm-messagging,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 178,go-webauthn,,authentication,,,,0,False,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,go-webauthn/webauthn 179,oauth2-proxy,,authentication,,,,0,False,,quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,,,https://hub.docker.com/r/quay.io/oauth2-proxy/oauth2-proxy,,,,,,,,,,,,,,,,,,,,oauth2-proxy/oauth2-proxy ================================================ FILE: latest-changes.md ================================================ ## 📈 Trending Up _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - deepface (🥇39 · ⭐ 23K · 📈) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - keycloak (🥇38 · ⭐ 34K · 📈) - Open Source Identity and Access Management For Modern.. Apache-2 cncf - casl (🥇38 · ⭐ 6.9K · 📈) - CASL is an isomorphic authorization JavaScript library which restricts.. MIT - wso2-identity-server (🥈32 · ⭐ 890 · 📈) - Welcome to the WSO2 Identity Server source code! For.. Apache-2 - whisper (🥉29 · ⭐ 99K · 📈) - Robust Speech Recognition via Large-Scale Weak Supervision. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - speechbrain (🥇38 · ⭐ 12K · 📉) - A PyTorch-based Speech Toolkit. Apache-2 - yubikey-manager (🥈29 · ⭐ 1.1K · 📉) - Python library and command line tool for configuring any.. BSD-2 - deepfacelive (🥉19 · ⭐ 31K · 💀) - Real-time face swap for PC streaming or video calls. ❗️GPL-3.0 - solid-project (🥈15 · ⭐ 8.1K · 💀) - Solid - Re-decentralizing the web (project directory). MIT solid - web5-js (🥉13 · ⭐ 140 · 💀) - Monorepo for the Web5 JS TypeScript implementation. Apache-2 web5 ================================================ FILE: projects.yaml ================================================ configuration: markdown_header_file: "config/header.md" markdown_footer_file: "config/footer.md" allowed_licenses: ["all"] categories: - category: idp title: Identity Providers subtitle: Identity providers (IdPs) and Identity and Access Management (IAMs) solutions - category: authentication title: Authentication, Oauth2, OIDC, Webauthn subtitle: Authentication, Oauth2 authorization, and OIDC tools and projects - category: authorization title: Access control and authorization subtitle: Authorization and policy managing libraries, tools and projects. - category: groups title: Shared Groups subtitle: Repository groups from organizations, business or open-source communities that collaborate across many open source projects at once. - category: pki title: Cryptographics and Public Key Infrastructure subtitle: Tools, libraries and services for cryptographics and PKI management - category: machine title: Machine Identity Management subtitle: Tools, services and protocols for machine to machine secure digital interactions - category: biometrics title: Biometrics subtitle: Face, voice and other biometrics tools and projects concerning natural person identification - category: specs title: Specifications subtitle: Specification documents for protocols, standards, format, data models and digital identity representations. - category: dids title: Decentralized Identifiers subtitle: Decentralized Identifiers (DIDs), DID methods and resolver projects - category: ssi-agents title: Self-Sovereign Identity Agents subtitle: SSI Agents such as Identity Wallets, decentralized nodes and decentralized web applications - category: ssi-sdks title: Self-Sovereign Identity, credentials and protocols SDKs subtitle: SDKs, toolkits and libraries for building SSI Agents and services labels: - label: ory name: ory url: https://www.ory.sh/ description: "Advanced open source security software solving authentication, authorization, access control, application network security, and delegation. " - label: cncf name: cncf url: https://www.cncf.io/ description: "CNCF is the open source, vendor-neutral hub of cloud native computing, hosting projects like Kubernetes and Prometheus to make cloud native universal and sustainable." - label: linux-foundation name: linux-foundation url: https://www.linuxfoundation.org/ description: "The Linux Foundation provides a neutral, trusted hub for developers and organizations to code, manage, and scale open technology projects and ecosystems." - label: openstack name: openstack url: https://www.openstack.org/ - label: hashicorp name: hashicorp url: https://www.hashicorp.com/ - label: solid name: solid url : https://solidproject.org/ description: Re-decentralizing the web. - label: dif name: dif url: https://identity.foundation/ - label: web5 name: web5 url: https://developer.tbd.website/ - label: hyperledger name: hyperledger url: https://www.hyperledger.org/ - label: w3c name: w3c url: https://www.w3.org/ - label: openid name: openid description: global open standards body committed to helping people assert their identity wherever they choose. url: https://openid.net/ - label: weboftrust name: weboftrust url: https://github.com/WebOfTrust description: Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems - label: openwallet-foundation name: openwallet-foundation description: he OWF is a consortium of companies and non-profit organisations collaborating to drive global adoption of open, secure and interoperable digital wallet solutions. url: https://openwallet.foundation/ projects: - name: nextauthjs github_id: nextauthjs/next-auth category: authentication npm_id: next-auth - name: ory-hydra github_id: ory/hydra category: authentication labels: ["ory"] dockerhub_id: oryd/hydra helm_id: https://k8s.ory.sh/helm/charts - name: dex github_id: dexidp/dex category: authentication dockerhub_id: quay.io/dexidp/dex labels: ["linux-foundation"] - name: node-oidc-provider github_id: panva/node-oidc-provider category: authentication npm_id: oidc-provider - name: identity-server github_id: duendesoftware/identityserver category: authentication license: https://duendesoftware.com/license - name: pysaml2 github_id: IdentityPython/pysaml2 category: authentication pypi_id: pysaml2 - name: satosa github_id: IdentityPython/satosa category: authentication - name: pyMDOC-CBOR github_id: IdentityPython/pyMDOC-CBOR category: ssi-sdks pypi_id: pymdoccobr - name: casbin github_id: casbin/casbin category: authorization pypi_id: casbin npm_id: casbin maven_id: org.casbin:casbin-spring-boot-starter - name: cerbos github_id: cerbos/cerbos category: authorization dockerhub_id: ghcr.io/cerbos/cerbos helm_id: oci://ghcr.io/cerbos/helm-charts/cerbos - name: permify github_id: permify/permify category: authorization dockerhub_id: ghcr.io/permify/permify - name: ladon github_id: ory/ladon category: authorization labels: ["ory"] - name: keto github_id: ory/keto category: authorization labels: ["ory"] dockerhub_id: oryd/keto - name: oso github_id: osohq/oso category: authorization pypi_id: oso - name: open-policy-agent github_id: open-policy-agent/opa category: authorization dockerhub_id: openpolicyagent/opa labels: ["cncf", "linux-foundation"] - name: oauthlib github_id: oauthlib/oauthlib category: authentication pypi_id: oauthlib - name: authlib github_id: lepture/authlib category: authentication pypi_id: authlib - name: casl github_id: stalniy/casl category: authorization npm_id: "@casl/ability" - name: spicedb github_id: authzed/spicedb category: authorization dockerhub_id: authzed/spicedb - name: warrant github_id: warrant-dev/warrant category: authorization dockerhub_id: warrantdev/warrant - name: doorkeeper github_id: doorkeeper-gem/doorkeeper category: authentication gem_url: doorkeeper - name: keycloak github_id: keycloak/keycloak dockerhub_id: quay.io/keycloak/keycloak category: idp labels: ["cncf"] - name: casdoor github_id: casdoor/casdoor category: idp dockerhub_id: casbin/casdoor - name: freeipa github_id: freeipa/freeipa category: idp dockerhub_id: freeipa/freeipa-server - name: ory-kratos github_id: ory/kratos category: idp dockerhub_id: oryd/kratos labels: ["ory"] helm_id: https://k8s.ory.sh/helm/charts - name: cas github_id: apereo/cas category: idp dockerhub_id: apereo/cas - name: logto github_id: logto-io/logto category: idp dockerhub_id: svhd/logto license: "MPL-2.0" - name: zitadel github_id: zitadel/zitadel category: idp dockerhub_id: ghcr.io/zitadel/zitadel helm_id: https://charts.zitadel.com - name: authentik github_id: goauthentik/authentik category: idp helm_id: https://charts.goauthentik.io license: https://github.com/goauthentik/authentik/blob/13591fc72cd2f07bdd1c17f66e4f4f0a6608d8eb/authentik/enterprise/LICENSE - name: kanidm github_id: kanidm/kanidm category: idp dockerhub_id: kanidm/server - name: authelia github_id: authelia/authelia category: idp - name: jansen github_id: janssenproject/jans category: idp labels: ["linux-foundation"] - name: wso2-identity-server github_id: wso2/product-is category: idp dockerhub_id: wso2/wso2is - name: hanko github_id: teamhanko/hanko category: idp - name: maxkey github_id: dromara/MaxKey category: idp dockerhub_id: maxkeytop/maxkey - name: ockam github_id: build-trust/ockam brew_id: build-trust/ockam/ockam category: machine - name: cert-manager github_id: cert-manager/cert-manager category: pki labels: ["linux-foundation"] - name: spiffe github_id: spiffe/spiffe category: machine labels: ["cncf", "linux-foundation"] - name: spire github_id: spiffe/spire dockerhub_id: ghcr.io/spiffe/spire-server labels: ["cncf", "linux-foundation"] category: machine - name: pomerium github_id: pomerium/pomerium dockerhub_id: pomerium/pomerium category: machine - name: athenz github_id: athenz/athenz category: pki labels: ["linux-foundation"] - name: ja3 github_id: salesforce/ja3 category: pki pypi_id: pyja3 - name: crypto category: pki description: "Library providing privacy enhancing cryptographic primitives, ZKPs, BBS+ and BBS# signatures" github_id: docknetwork/crypto - name: cfssl github_id: cloudfare/cfssl category: pki dockerhub_id: cfssl/cfssl - name: boulder github_id: letsencrypt/boulder category: pki dockerhub_id: letsencrypt/boulder-tools labels: ["linux-foundation"] - name: yubikey-manager github_id: Yubico/yubikey-manager category: pki pypi_id: yubikey-manager - name: coredns github_id: coredns/coredns category: machine labels: ["linux-foundation", "cncf"] dockerhub_id: coredns/coredns - name: waltid-ssikit github_id: walt-id/waltid-ssikit category: ssi-sdks dockerhub_id: waltid/ssikit - name: waltid-walletkit github_id: walt-id/waltid-walletkit category: ssi-sdks dockerhub_id: waltid/walletkit - name: waltid-web-wallet github_id: walt-id/waltid-web-wallet category: ssi-agents dockerhub_id: waltid/ssikit-web-wallet - name: waltid-identity github_id: walt-id/waltid-identity category: ssi-sdks dockerhub_id: waltid/identity - name: waltid-idpkit github_id: walt-id/waltid-idpkit category: ssi-sdks dockerhub_id: waltid/idpkit - name: cf-identity-wallet github_id: cardano-foundation/cf-identity-wallet category: ssi-agents - name: verity-sdk github_id: evernym/verity-sdk category: ssi-sdks - name: sphereon-ssi github_id: sphereon-opensource/ssi-sdk category: ssi-sdks - name: sphereon-openid4vci github_id: sphereon-opensource/openid4vci category: ssi-sdks - name: sphereon-ssi-mobile-wallet github_id: sphereon-opensource/ssi-mobile-wallet category: ssi-agents - name: sphereon-pex github_id: sphereon-opensource/pex category: ssi-sdks - name: sphereon-siop-oid4vp github_id: sphereon-opensource/siop-oid4vp category: ssi-sdks - name: veramo github_id: decentralized-identity/veramo category: ssi-sdks - name: spruceid-didkit github_id: spruceid/didkit description: A cross-platform toolkit for decentralized identity homepage: https://www.spruceid.dev/didkit/didkit dockerhub_id: ghcr.io/spruceid/didkit-http category: ssi-sdks - name: spruceid-ssi github_id: spruceid/ssi description: Core library for decentralized identity category: ssi-sdks - name: kepler github_id: spruceid/kepler category: ssi-sdks - name: credible github_id: spruceid/wallet category: ssi-agents - name: trinsic-sdk github_id: trinsic-id/sdk category: ssi-sdks - name: polygon-issuer github_id: 0xPolygonID/issuer-node category: ssi-agents - name: polygon-js-sdk github_id: 0xPolygonID/js-sdk category: ssi-sdks - name: talao-altme github_id: talaodao/altme category: ssi-agents - name: indy-node github_id: hyperledger/indy-node category: ssi-sdks labels: ["hyperledger"] - name: aries-rfcs github_id: hyperledger/aries-rfcs category: specs labels: ["hyperledger"] - name: aries-python github_id: hyperledger/aries-cloudagent-python category: ssi-sdks labels: ["hyperledger"] - name: aries-mobile-agent-react-native github_id: hyperledger/aries-mobile-agent-react-native category: ssi-agents labels: ["hyperledger"] - name: aries-framework-go github_id: hyperledger/aries-framework-go category: ssi-sdks labels: ["hyperledger"] - name: hyperledger-anoncreds-rs github_id: hyperledger/anoncreds-rs category: ssi-sdks labels: ["hyperledger"] - name: credo-ts github_id: openwallet-foundation/credo-ts category: ssi-sdks labels: ["openwallet-foundation"] - name: iota-identity github_id: iotaledger/identity.rs category: ssi-sdks - name: universal-resolver github_id: decentralized-identity/universal-resolver category: dids dockerhub_id: universalresolver/uni-resolver-web - name: universal-registrar github_id: decentralized-identity/universal-registrar category: dids - name: did-webs github_id: trustoverip/tswg-did-method-webs-specification category: dids - name: boundary github_id: hashicorp/boundary category: machine labels: ["hashicorp"] dockerhub_id: hashicorp/boundary - name: keystone github_id: openstack/keystone category: idp labels: ["openstack"] - name: barbican github_id: openstack/barbican labels: ["openstack"] category: pki - name: vault github_id: hashicorp/vault category: pki license: "Business Source License 1.1" labels: ["hashicorp"] - name: ejbca-ce github_id: Keyfactor/ejbca category: pki dockerhub_id: keyfactor/ejbca-ce - name: dogtagpki github_id: dogtagpki/pki category: pki - name: beyond github_id: cogolabs/beyond category: machine dockerhub_id: cogolabs/beyond license: "Apache-2.0" - name: gotrue github_id: netlify/gotrue category: idp license: "MIT" - name: oathkeeper github_id: ory/oathkeeper category: machine labels: ["ory"] dockerhub_id: oryd/oathkeeper - name: conjur category: machine github_id: cyberark/conjur dockerhub_id: cyberark/conjur license: "LGPL" - name: supertokens category: idp github_id: supertokens/supertokens-core dockerhub_id: registry.supertokens.io/supertokens/supertokens-postgresql license: https://github.com/supertokens/supertokens-core/blob/4a134fff6e96c46546fd11d66592d75c9fcef614/ee/LICENSE.md - name: opal github_id: permitio/opal category: authorization dockerhub_id: permitio/opal-server - name: lemur github_id: netflix/lemur category: pki - name: solid-project github_id: solid/solid category: specs labels: ["solid"] - name: solid-specification github_id: solid/specification category: specs labels: ["solid"] - name: web-access-control github_id: solid/web-access-control-spec category: specs labels: ["solid"] - name: node-solid-server github_id: nodesolidserver/node-solid-server category: ssi-agents labels: ["solid"] npm_id: solid-server license: "MIT" dockerhub_id: nodesolidserver/node-solid-server - name: solid-client-authn-js github_id: inrupt/solid-client-authn-js category: authentication labels: ["solid"] npm_id: inrupt/solid-client-authn-node - name: ion github_id: decentralized-identity/ion category: dids - name: ion-tools github_id: decentralized-identity/ion-tools category: dids - name: did-spec-registries github_id: w3c/did-spec-registries category: dids - name: did-webs-resolver github_id: hyperledger-labs/did-webs-resolver category: dids - name: did-key.js github_id: transmute-industries/did-key.js category: dids - name: sidetree.js github_id: transmute-industries/sidetree.js category: dids - name: sidetree github_id: decentralized-identity/sidetree category: specs labels: ["dif"] - name: decentralized-web-node github_id: decentralized-identity/decentralize-web-node category: specs labels: ["dif", "web5"] - name: did-jwt github_id: decentralized-identity/did-jwt category: dids npm_id: did-jwt labels: ["dif"] - name: did-key.rs github_id: decentralized-identity/did-key.rs category: dids labels: ["dif"] - name: web-did-resolver github_id: decentralized-identity/web-did-resolver category: dids labels: ["dif"] npm_id: web-did-resolver - name: didcomm-messaging github_id: decentralized-identity/didcomm-messagging category: specs labels: ["dif"] - name: ethr-did-resolver github_id: decentralized-identity/ethr-did-resolver category: dids labels: ["dif"] npm_id: ethr-did-resolver - name: did-jwt-vc github_id: decentralized-identity/did-jwt-vc category: ssi-sdks labels: ["dif"] npm_id: did-jwt-vc - name: did-resolver github_id: decentralized-identity/did-resolver category: dids labels: ["dif"] - name: did-method-plc github_id: did-method-plc/did-method-plc category: dids npm_id: did-resolver - name: dwn-sdk-js github_id: TBD54566975/dwn-sdk-js category: ssi-agents labels: ["web5"] npm_id: tbd54566975/dwn-sdk-js - name: tbd-ssi-sdk github_id: tbd54566975/ssi-sdk category: ssi-sdks labels: ["web5"] - name: tbd-ssi-service github_id: tbd54566975/ssi-service category: ssi-agents labels: ["web5"] - name: web5-js github_id: TBD54566975/web5-js category: ssi-sdks labels: ["web5"] npm_id: web5/api - name: digitalbazaar-vc github_id: digitalbazaar/vc category: ssi-sdks - name: webauthn github_id: w3c/webauthn category: specs labels: ["w3c"] license: "W3C" - name: vc-data-model github_id: w3c/vc-data-model category: specs labels: ["w3c"] license: "W3C" - name: identity-credential github_id: wicg/identity-credential description: Proposals related to the invocation of digital identity wallets from the web category: specs labels: ["w3c"] - name: presentation-exchange github_id: decentralized-identity/presentation-exchange category: specs labels: ["dif"] - name: appauth-android github_id: openid/appauth-android category: authentication maven_id: net.openid:appauth labels: ["openid"] - name: appauth-ios github_id: openid/appauth-ios category: authentication labels: ["openid"] - name: appauth-js github_id: openid/appauth-js category: authentication labels: ["openid"] - name: did-core github_id: w3c/did-core category: specs license: "W3C" labels: ["w3c"] - name: vc-api github_id: w3c-ccg/vs-api category: specs license: "W3C" labels: ["w3c"] - name: universal-wallet-interop-spec github_id: w3c-ccg/universal-wallet-interop-spec category: specs license: "W3C" labels: ["w3c"] - name: entra-verifiedid-wallet-library-android github_id: microsoft/entra-verifiedid-wallet-library-android category: ssi-sdks - name: entra-verifiedid-wallet-library-ios github_id: microsoft/entra-verifiedid-wallet-library-ios category: ssi-sdks - name: ageitgey-face-recognition github_id: ageitgey/face_recognition category: biometrics pypi_id: face_recognition dockerhub_id: animcogn/face_recognition - name: face-api-js github_id: justadudewhohacks/face-api.js category: biometrics npm_id: face-api.js - name: openface github_id: cmusatyalab/openface category: biometrics dockerhub_id: bamos/openface - name: insightface github_id: deepinsight/insightface category: biometrics dockerhub_id: animcogn/insightface - name: facenet github_id: davidsandberg/facenet category: biometrics - name: deepface github_id: serengil/deepface category: biometrics pypi_id: deepface - name: howdy github_id: boltgolt/howdy category: authentication apt_id: howdy - name: openbr github_id: biometrics/openbr category: biometrics - name: faceswap github_id: deepfakes/faceswap category: biometrics - name: deepfacelab github_id: iperov/DeepFaceLab category: biometrics - name: deepfacelive github_id: iperov/DeepFaceLive category: biometrics - name: whisper github_id: openai/whisper category: biometrics pypi_id: openai-whisper - name: paddlespeech github_id: PaddlePaddle/PaddleSpeech category: biometrics pypi_id: paddlepaddle - name: speechbrain github_id: speechbrain/speechbrain category: biometrics pypi_id: speechbrain - name: vlei github_id: weboftrust/vlei category: specs - name: bbs-signature github_id: decentralized-identity/bbs-signature category: specs labels: ["dif"] - name: anoncreds github_id: hyperledger/anoncreds-spec category: specs labels: ["hyperledger"] - name: fedfm github_id: fedidcg/FedCM category: specs labels: ["w3c"] - name: selective-disclosure-jwt github_id: oauth-wg/oauth-selective-disclosure-jwt category: specs - name: passport github_id: jaredhanson/passport category: authentication npm_id: passport - name: weboftrust homepage: https://github.com/WebOfTrust category: groups description: Standards Relating to a Web Of Trust Based on Autonomic Identifier Systems resource: True labels: ["weboftrust"] - name: ietf homepage: https://github.com/ietf description: Internet Engineering Task Force category: groups resource: True - name: identity-foundation homepage: https://identity.foundation/ description: Developing the foundational components of an open, standards-based, decentralized identity ecosystem for people, organizations, apps, and devices category: groups resource: True - name: keri github_id: weboftrust/keri category: specs labels: ["weboftrust"] - name: keripy github_id: weboftrust/keripy category: ssi-sdks - name: solidproject homepage: https://github.com/solid description: Re-decentralizing the web category: groups resource: True labels: ["solid"] - name: w3c homepage: https://github.com/w3c description: We are an international community that develops open standards to ensure the long-term growth of the Web. category: groups resource: True labels: ["w3c"] - name: openid homepage: https://github.com/openid description: The OpenID Foundation category: groups resource: True labels: ["openid"] - name: trustoverip homepage: https://github.com/trustoverip description: Trust over IP Foundation category: groups resource: True - name: openwallet-foundation homepage: https://github.com/openwallet-foundation description: OpenWallet Foundation category: groups resource: True - name: kantara homepage: https://github.com/KantaraInitiative description: Kantara Initiative category: groups resource: True - name: fido alliance homepage: https://github.com/fido-alliance description: FIDO Alliance category: groups resource: True - name: mosip homepage: https://github.com/mosip description: Modular Open Source Identity Platform category: groups resource: True - name: django-passkeys github_id: mkalioby/django-passkeys category: authentication pypi_id: django-passkeys - name: laragear-webauthn github_id: laragear/webauthn category: authentication - name: webauthn-ruby github_id: cedarcode/webauthn-ruby category: authentication - name: passwordlessid-webauthn github_id: passwordless-id/webauthn category: authentication npm_id: passwordless-id/webauthn - name: webauthn4j github_id: webauthn4j/webauthn4j category: authentication maven_id: com.webauthn4j:webauthn4j-core - name: opensk github_id: google/OpenSK category: authentication labels: ["cncf"] - name: go-webauthn github-id: go-webauthn/webauthn category: authentication - name: fido2-net-lib github_id: passwordless-lib/fido2-net-lib category: authentication - name: py_webauthn github_id: duo-labs/py_webauthn category: authentication pypi_id: webauthn - name: webauthn-json github_id: github/webauthn-json category: authentication npm_id: github/webauthn-json - name: libfido2 github_id: yubico/libfido2 category: authentication - name: oauth2-proxy github-id: oauth2-proxy/oauth2-proxy category: authentication dockerhub_id: quay.io/oauth2-proxy/oauth2-proxy - name: ssi-to-oidc-bridge github_id: gaia-x4plc-aad/ssi-to-oidc-bridge category: ssi-sdks - name: procivis-one-wallet labels: ["w3c"] github_id: procivis/one-wallet category: ssi-agents license: "Apache-2.0" description: Digital wallet with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs. - name: procivis-one-core labels: ["w3c"] github: procivis/one-core category: ssi-sdks description: Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs. license: "Apache-2.0" - name: procivis-one-core labels: ["w3c"] github: procivis/one-core category: ssi-agents description: Issue, hold and verify digital identities and credentials on any device with eIDAS 2.0 compliancy, ISO 18013-5 mdocs, IETF SD-JWT VC, OID4VC, and W3C VCs. license: "Apache-2.0" - name: authgear github_id: authgear/authgear-server category: idp license: "Apache-2.0" - name: aip-identity github_id: The-Nexus-Guard/aip pypi_id: aip-identity category: dids description: Decentralized identity and trust layer for AI agents using Ed25519-based DIDs, vouch-based trust chains, and encrypted messaging. license: "MIT"