{"id":13815639,"url":"https://github.com/derniercri/snatch","last_synced_at":"2025-07-16T19:31:43.403Z","repository":{"id":57667814,"uuid":"73819141","full_name":"derniercri/snatch","owner":"derniercri","description":"A simple, fast and interruptable download accelerator, written in Rust","archived":false,"fork":false,"pushed_at":"2017-09-19T07:18:21.000Z","size":2474,"stargazers_count":676,"open_issues_count":10,"forks_count":37,"subscribers_count":39,"default_branch":"devel","last_synced_at":"2025-06-23T10:16:42.561Z","etag":null,"topics":["accelerator","awesome","downloader","rust","side-project"],"latest_commit_sha":null,"homepage":"","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/derniercri.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}},"created_at":"2016-11-15T14:03:00.000Z","updated_at":"2025-06-10T14:24:11.000Z","dependencies_parsed_at":"2022-09-10T14:40:25.968Z","dependency_job_id":null,"html_url":"https://github.com/derniercri/snatch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/derniercri/snatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derniercri%2Fsnatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derniercri%2Fsnatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derniercri%2Fsnatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derniercri%2Fsnatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derniercri","download_url":"https://codeload.github.com/derniercri/snatch/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derniercri%2Fsnatch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265534561,"owners_count":23783854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accelerator","awesome","downloader","rust","side-project"],"created_at":"2024-08-04T04:03:46.672Z","updated_at":"2025-07-16T19:31:42.943Z","avatar_url":"https://github.com/derniercri.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":" ![build status](https://api.travis-ci.org/derniercri/snatch.svg?branch=devel)\n\n# snatch\nA simple, fast and interruptable download accelerator, written in Rust\n\n## WARNING\n\n**This project is no longer maintained by @k0pernicus and @jean-serge.**  \n**Instead of Snatch, you can use, report features or issues and/or contribute to [Zou](https://github.com/k0pernicus/zou).**\n\n![Snatch logo](./img/snatch-horizontal.png)\n\n(A special thanks to [@fh-d](https://github.com/fh-d) for this awesome logo !)\n\n## Current features\n\n* **Simple**: a command line tool to manage easily your downloads ;\n* **Fast**: multithreading support.\n\n**NOTE**: _Snatch_ is on _alpha_ version. This version runs well on remote contents with a length known **before** the download (with the `content-length` header from the server response) - also, the _Interruptable_ feature is not implemented yet.\n\n## Installation\n\n1. Install Rust and Cargo using [rustup](https://www.rustup.rs/) ;\n2. You can download two versions of _Snatch_ :  \n  * the latest build from [crates.io](https://crates.io/): `cargo install\n    snatch` ;\n  * the last commit version from Github: `cargo install --git https://github.com/derniercri/snatch.git --branch devel` ;\n3. Enjoy !\n\n## Usage\n\n```\nSnatch 0.1.2\nSnatch, a simple, fast and interruptable download accelerator, written in Rust.\n\nUSAGE:\n    snatch [FLAGS] [OPTIONS] \u003curl\u003e\n\nFLAGS:\n    -d, --debug      Activate the debug mode\n        --force      Assume Yes to all queries and do not prompt\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -f, --file \u003cfile\u003e          The local file to save the remote content file\n    -t, --threads \u003cthreads\u003e    Threads which can be used to download\n\nARGS:\n    \u003curl\u003e\n```\n\n## Screenshot\n\n![example](./img/snatch_devel.gif)\n\n## File examples\n\n* [A simple PDF file](http://www.cbu.edu.zm/downloads/pdf-sample.pdf)\n* [Big Buck Bunny](http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_stereo_abl.mp4), a big free mp4 file\n* [The cat DNA](http://hgdownload.cse.ucsc.edu/goldenPath/felCat8/bigZips/felCat8.fa.gz), a big .gz file\n* [A big PDF file from Princeton](http://scholar.princeton.edu/sites/default/files/oversize_pdf_test_0.pdf)\n\n## Contributing\n\nYou want to contribute to _Snatch_ ?\nHere are a few ways you can help us out :\n\n* improve the documentation,\n* improve the CLI,\n* add new features (please to see our issues),\n* report bugs.\n\nIf you want to create a pull request, this is the procedure to make it great:\n\n* create an issue to explain the problem you encountered (except for typo),\n* fork the project,\n* create a local branch to make changes (from our `devel` branch),\n* test your changes,\n* create a pull request (please compare it with our `devel` branch),\n* explain your changes,\n* submit !\n\nThank you for your interest in contributing to _Snatch_ ! :-D\n\n## Changelogs\n\n*   0.1.3 (**current**)\n    *   Fix the behaviour to know if the download is OK or not\n    *   Delete automatically the file if the download is not OK\n    *   Fix the behaviour when downloading a file using zero thread (yes, that was possible...)\n    *   Fix the behaviour when downloading a file using one thread\n    *   Monothreading download if the remote server does not support PartialContent headers\n\n*   0.1.2 (`2ee85c151167770ce0a71245e72c02497625087f`)  \n    No changelogs reported\n    \n*   0.1.1 (`624a59d23e28d369bae2f9d30ea22db197f7e729`)  \n    No changelogs reported\n\n*   0.1.0  \n    No changelogs reported\n\n## Build issues\n\n* Libraries cannot be build\nPlease go check if you are using the latest version of `rustc` (stable), running `rustup update`.\n\n* `fatal error: 'openssl/hmac.h' file not found`\nIf you are on a GNU/Linux distribution (like Ubuntu), please install `libssl-dev`.\nIf you are on macOS, please install `openssl` and check your OpenSSL configuration:\n\n```\nbrew install openssl\nexport OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include\nexport OPENSSL_LIB_DIR=`brew --prefix openssl`/lib\nexport DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderniercri%2Fsnatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderniercri%2Fsnatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderniercri%2Fsnatch/lists"}