← All projects
recurl Rust

curl that just works. Drop-in replacement with automatic anti-bot bypass.

What it is

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

Terminal
$ cargo install recurl
Language
Rust
License
MIT
Category
Network & Data
Author
Neul Labs

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.