Hadarac's CLI and SDK are fully open-source. Read the code, file issues, contribute pull requests — this tool gets better when data engineers help build it.
Every line of our SDK and CLI is public. If you use Hadarac in your pipeline, you can read exactly what it does — no black boxes.
Issues, PRs, and feature requests are tracked publicly. Roadmap priorities are shaped by votes from real users, not internal guesswork.
Use it commercially, fork it, embed it in your product. No CLAs, no vendor lock-in. We believe open-source tools spread further when the license gets out of the way.
Repositories
Everything Hadarac ships lives on GitHub. Star, fork, and PR welcome.
Core Python SDK & CLI — generate, extend, and redact synthetic datasets from the command line or your pipeline.
Marketing website & docs — the Astro + React site you're looking at right now. Fully open-source.
Contributors
From core team members to first-time contributors — every commit matters.
Quick start
# Install via pip
$ pip install (hadarac)
# Set your API key
$ export HADARAC_API_KEY=hdr_••••••••••••
# Generate 500 rows of e-commerce orders
$ hadarac generate \
--prompt "E-commerce orders with product name, quantity, price" \
--rows 500 \
--format parquet \
--out orders.parquet
✓ Generated 500 rows in 1.4s → orders.parquet Badge
Built something with our SDK? Add the badge to your README — it helps developers discover Hadarac through real projects.
[](https://hadarac.com/open-source) <a href="https://hadarac.com/open-source">
<img src="https://hadarac.com/badge.svg"
alt="Powered by Hadarac"
width="162" height="22" />
</a> https://hadarac.com/badge.svg Pick up a good first issue, fix a bug, or suggest a feature. All PRs reviewed within 48 hours.