{"id":21022606,"url":"https://github.com/aspadax/rustyface","last_synced_at":"2025-09-23T10:04:36.516Z","repository":{"id":251606573,"uuid":"837596182","full_name":"AspadaX/RustyFace","owner":"AspadaX","description":"Download Huggingface repositories without the need to install dependencies","archived":false,"fork":false,"pushed_at":"2025-07-30T06:36:08.000Z","size":308,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T02:56:20.912Z","etag":null,"topics":["ai","cli","dataset","datasets","downloader","huggingface","model","network","network-programming","rust"],"latest_commit_sha":null,"homepage":"https://github.com/AspadaX/RustyFace","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AspadaX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-03T12:46:59.000Z","updated_at":"2025-07-30T06:31:27.000Z","dependencies_parsed_at":"2024-08-27T03:25:13.292Z","dependency_job_id":null,"html_url":"https://github.com/AspadaX/RustyFace","commit_stats":null,"previous_names":["aspadax/rustyface"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AspadaX/RustyFace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2FRustyFace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2FRustyFace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2FRustyFace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2FRustyFace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AspadaX","download_url":"https://codeload.github.com/AspadaX/RustyFace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2FRustyFace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276554084,"owners_count":25662970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cli","dataset","datasets","downloader","huggingface","model","network","network-programming","rust"],"created_at":"2024-11-19T11:13:00.847Z","updated_at":"2025-09-23T10:04:36.508Z","avatar_url":"https://github.com/AspadaX.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustyFace\nA command line app for downloading Huggingface repositories with Rust. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.jpg\" alt=\"RustyFace Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://crates.io/crates/rustyface\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/rustyface.svg\" alt=\"Crates.io\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"License: MIT\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Why using this?\nRustyFace does not require installing additional dependencies such as `git` or `git lfs` etc. It aims to be lightweight and portable. \nIn addition to that, RustyFace is friendly to users who live in Mainland China, where HuggingFace accessibility is unstable, as this CLI app adopted a mirror that can be accessed globally.\n\nThe mirror site used in this project is `hf-mirror.com`\n\n# How to Install and Use RustyFace\n\n## Quick Installation (Recommended)\nThe easiest way to install RustyFace is using our installation script that automatically downloads the latest binary for your platform:\n\n### One-line Installation\n```bash\ncurl -sSL https://raw.githubusercontent.com/AspadaX/RustyFace/main/setup.sh | bash\n```\n\nOr download and run the script manually:\n```bash\nwget https://raw.githubusercontent.com/AspadaX/RustyFace/main/setup.sh\nchmod +x setup.sh\n./setup.sh\n```\n\n### Management Scripts\nAfter installation, you can manage RustyFace using these scripts:\n\n**Update to latest version:**\n```bash\ncurl -sSL https://raw.githubusercontent.com/AspadaX/RustyFace/main/update.sh | bash\n```\n\n**Uninstall RustyFace:**\n```bash\ncurl -sSL https://raw.githubusercontent.com/AspadaX/RustyFace/main/uninstall.sh | bash\n```\n\n## Alternative Installation Methods\n\n### Manual Binary Download\nYou can download the corresponding binaries for your platform from the [Release section](https://github.com/AspadaX/RustyFace/releases). That way, you can just type this command to download Huggingface repositories:\n```\nrustyface_windows_x86 --repository sentence-transformers/all-MiniLM-L6-v2 --tasks 4\n```\n- `rustyface_windows_x86` is the binary file name that you have downloaded from the Release section. \n- `--repository` is followed by the `repo_id` of the repository that you want to download from HuggingFace.\n- `--tasks` is followed by the number of concurrent downloads. For example, 4 means downloading 4 files at once. It is recommended to use a lower number if your network conditions do not support higher concurrency.\n\n### Installation via Cargo\nIf you would like to build from source, you need to have Rust installed. For those new to Rust, please refer to the [official installation guide](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\n#### Install Rust\nOn Linux and macOS: \n```\ncurl https://sh.rustup.rs -sSf | sh\n```\nOn Windows, you can download the installation executable via this link: https://win.rustup.rs/\n\n#### Install RustyFace\nAfter installing Rust, just type this to your terminal:\n```\ncargo install rustyface\n```\n\n### Use RustyFace to Download Repositories\nTry RustyFace out with this simple command line:\n```\nrustyface --repository sentence-transformers/all-MiniLM-L6-v2 --tasks 4\n```\n- `--repository` is followed by the `repo_id` of the repository that you want to download from HuggingFace.\n- `--tasks` is followed by the number of concurrent downloads. For example, 4 means downloading 4 files at once. It is recommended to use a lower number if your network conditions do not support higher concurrency.\n\n# Configurations\n\nIf you would like to use an alternative mirror, or the HuggingFace official base url, you may configure your env like below:\n\n```bash\nexport HF_ENDPOINT=https://your-endpoint.com\n```\n\n# Feedback \u0026 Further Development\nAny participation is appreciated! Feel free to submit an issue, discussion or pull request. You can find me on WeChat: `baoxinyu2007` or Discord: `https://discord.gg/UYfZeuPy`\n\n# License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Packages Used\n- [clap](https://crates.io/crates/clap) for command line argument parsing.\n- [futures-util](https://crates.io/crates/futures-util) for asynchronous operations.\n- [indicatif](https://crates.io/crates/indicatif) for progress bars.\n- [log](https://crates.io/crates/log) for logging.\n- [reqwest](https://crates.io/crates/reqwest) for HTTP requests.\n- [sha2](https://crates.io/crates/sha2) for SHA-256 hashing.\n- [tokio](https://crates.io/crates/tokio) for asynchronous runtime.\n- [fern](https://crates.io/crates/fern) for logging configuration.\n- [chrono](https://crates.io/crates/chrono) for date and time handling.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspadax%2Frustyface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspadax%2Frustyface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspadax%2Frustyface/lists"}