recurl Rust curl that just works. Drop-in replacement with automatic anti-bot bypass.
recurl runs real curl on the happy path, detects blocked responses (403, 429, challenges), and escalates through TLS fingerprint impersonation and a headless-browser preflight only when needed. Same flags, same exit codes.
Install
$ cargo install recurl Frequently asked questions
What is recurl?
recurl is curl that just works. Drop-in replacement with automatic anti-bot bypass. It is part of the Neul Labs open-source portfolio (36 MIT-licensed projects for AI agent infrastructure). recurl runs real curl on the happy path, detects blocked responses (403, 429, challenges), and escalates through TLS fingerprint impersonation and a headless-browser preflight only when needed. Same flags, same exit codes.
How do I install recurl?
Install with: `cargo install recurl`. recurl is MIT licensed and ships prebuilt binaries where applicable.
What language is recurl written in?
recurl is written in Rust.
Is recurl open source?
Yes. recurl is MIT licensed and publicly available at https://github.com/neul-labs/recurl. All 36 Neul Labs projects are MIT licensed.