Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
xet client tech, used in huggingface_hub
| Date | Stars |
|---|---|
| 2026-07-31 | 548 |
| 2026-08-01 | 548 |
| 2026-08-02 | 548 |
| 2026-08-04 | 548 |
| 2026-08-05 | 548 |
| 2026-08-06 | 550 |
| 2026-08-07 | 551 |
| 2026-08-08 | 553 |
| 2026-08-09 | 554 |
| 2026-08-10 | 555 |
| 2026-08-11 | 557 |
| 2026-08-12 | 557 |
| 2026-08-13 | 558 |
| 2026-08-14 | 557 |
| 2026-08-17 | 558 |
| 2026-08-18 | 559 |
| 2026-08-19 | 560 |
| 2026-08-20 | 561 |
| 2026-08-21 | 560 |
| 2026-08-24 | 562 |
| 2026-08-25 | 562 |
| 2026-08-26 | 563 |
| 2026-08-28 | 564 |
| 2026-08-29 | 567 |
| 2026-08-30 | 570 |
| 2026-08-31 | 571 |
| 2026-09-01 | 573 |
| 2026-09-02 | 573 |
| 2026-09-04 | 576 |
| 2026-09-05 | 577 |
| 2026-09-06 | 579 |
| 2026-09-08 | 579 |
| 2026-09-09 | 580 |
| 2026-09-10 | 582 |
| 2026-09-11 | 585 |
| 2026-09-12 | 585 |
| 2026-09-14 | 586 |
| 2026-09-15 | 591 |
| 2026-09-16 | 592 |
| 2026-09-17 | 592 |
| 2026-09-19 | 593 |
| 2026-09-20 | 593 |
Today
— stars today
This week
+8 stars this week
This month
+33 stars this month
Momentum
23.0
growth rate 1.37%/day
<!---
Copyright 2024 The HuggingFace Team. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<p align="center">
<a href="https://github.com/huggingface/xet-core/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/huggingface/xet-core.svg?color=blue"></a>
<a href="https://github.com/huggingface/xet-core/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/huggingface/xet-core.svg"></a>
<a href="https://github.com/huggingface/xet-core/blob/main/CODE_OF_CONDUCT.md"><img alt="Contributor Covenant" src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg"></a>
</p>
<h3 align="center">
<p>🤗 xet-core - xet client tech, used in <a target="_blank" href="https://github.com/huggingface/huggingface_hub/">huggingface_hub</a></p>
</h3>
## Welcome
xet-core enables huggingface_hub to utilize xet storage for uploading and downloading to HF Hub. Xet storage provides chunk-based deduplication, efficient storage/retrieval with local disk caching, and backwards compatibility with Git LFS. This library is not meant to be used directly, and is instead intended to be used from [huggingface_hub](https://pypi.org/project/huggingface-hub).
## Key features
♻ **chunk-based deduplication implementation**: avoid transferring and storing chunks that are shared across binary files (models, datasets, etc).
🤗 **Python bindings**: bindings for [huggingface_hub](https://github.com/huggingface/huggingface_hub/) package.
↔ **network communications**: concurrent communication to HF Hub Xet backend services (CAS).
🔖 **local disk caching**: chunk-based cache that sits alongside the existing [huggingface_hub disk cache](https://huggingface.co/docs/huggingface_hub/guides/manage-cache).
## Packages
This repository produces the following packages:
### Rust Crates (crates.io)
| Crate | Description |
|-------|-------------|
| [`hf-xet`](https://crates.io/crates/hf-xet) | High-level client library for uploading and downloading files with chunk-based deduplication |
| [`xet-client`](https://crates.io/crates/xet-client) | HTTP client for communicating with Hugging Face Xet storage servers |
| [`xet-data`](https://crates.io/crates/xet-data) | Data processing pipeline for chunking, deduplication, and file reconstruction |
| [`xet-core-structures`](https://crates.io/crates/xet-core-structures) | Core data structures including MerkleHash, metadata shards, and Xorb objects |
| [`xet-runtime`](https://crates.io/crates/xet-runtime) | Async runtime, configuration, logging, and utility infrastructure |
### Python Package (PyPI)
| Package | Description |
|---------|-------------|
| [`hf-xet`](https://pypi.org/project/hf-xet/) | Python bindings for the Xet storage system, used by [huggingface_hub](https://github.com/huggingface/huggingface_hub) |
Built from the [`hf_xet/`](./hf_xet) directory using [maturin](https://github.com/PyO3/maturin).
### CLI Binary
| Binary | Description |
|--------|-------------|
| `git-xet` | Git LFS compatible command-line tool for Xet storage |
Built from the [`git_xet/`](./git_xet) directory. Distributed via [GitHub releases](https://github.com/huggingface/xet-core/releases).
## Contributions (feature requests, bugs, etc.) are encouraged & appreciated 💙💚💛💜🧡❤️
Please join us in making xet-core better. We value everyone's contributions. Code is not the only way to help. Answering questions, helping each other, improving documentation, filing issues Excerpt of 11,811 characters
Read on GitHub133
Assaf Vayner · Hugging Face · United States
125
61
39
29
23
Adrien · @huggingface · France
15
10
7
Eliott C.
4
4
2
Salman Chishti · GitHub, ex-Microsoft · United Kingdom
2
Zach Nation · @huggingface · United States
2
2
2
Erik Cederstrand · @novonesis · Denmark
1
omahs
1
Qubitium-ModelCloud · ModelCloud.ai
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7e9237dfe59b174c, llm:Repository description: 'xet client tech, used in huggingface_hub'; topics include 'storage', 'huggingface-hub', 'rust', 'xet'. Appears to be storage client technology used by Hugging Face Hub.
matched fp:7e9237dfe59b174c, llm:Repository description: 'xet client tech, used in huggingface_hub'; topics include 'storage', 'huggingface-hub', 'rust', 'xet'. Appears to be storage client technology used by Hugging Face Hub.