Pricing
Kanoniv has two tiers: Local (always free) and Cloud (request access). You can use the SDK without the cloud, or combine both for production workloads.
Plans
Local
$0 / forever
The Python SDK and reconciliation engine run entirely on your machine. No account required, no API keys, no data leaves your environment.
| Feature | Included |
|---|---|
| Local reconciliation | Unlimited |
| Spec validation | Unlimited |
| Source adapters (CSV, Pandas, warehouse, dbt) | All |
| Golden record creation | Yes |
| Matching rules (exact, fuzzy, composite) | All |
| Survivorship strategies | All |
| Blocking strategies | All |
| Scoring configuration | All |
| Commercial use | Yes (MIT license) |
pip install kanonivfrom kanoniv import Spec, Source, reconcile
spec = Spec.from_file("spec.yaml")
sources = [Source.from_csv("crm", "data.csv")]
result = reconcile(sources, spec)Cloud
Custom pricing — request access
For teams that need cloud reconciliation, real-time resolution APIs, a managed identity graph, and enterprise governance features. Every Cloud deployment is priced per client based on volume and requirements.
| Feature | Included |
|---|---|
| Everything in Local | Yes |
| Cloud reconciliation | Yes |
| Real-time resolution API | Yes |
| Identity graph (hosted) | Yes |
| Dashboard | Yes |
| SSO (SAML/OIDC) | Yes |
| SCIM provisioning | Yes |
| HIPAA compliance | Yes |
| PII masking | Yes |
| Data retention policies | Yes |
| Audit logs (immutable) | Yes |
| BYOK encryption | Yes |
| SIEM integration | Yes |
| Entity hierarchy management | Yes |
| Dedicated support (Slack, SLA) | Yes |
| Custom deployment (VPC, on-prem) | Available |
Request access for Cloud pricing.
Frequently Asked Questions
Is the local SDK really free?
Yes. The Kanoniv Python SDK is MIT-licensed and runs entirely on your machine. There are no usage limits, no API keys, and no data leaves your environment. You can use it in production, commercially, forever.
Are there per-seat fees?
No. Kanoniv pricing is usage-based, not seat-based. Your entire team can use the platform without additional per-user charges.
Can I use the local SDK for production?
Yes. Many teams run the local SDK in their own infrastructure (Docker, Kubernetes, Airflow, dbt) for production batch reconciliation. The cloud is optional — it adds real-time APIs, a managed identity graph, and a dashboard.
How does Kanoniv pricing compare to alternatives?
| Tool | Pricing Model | Cost at 1M records |
|---|---|---|
| Kanoniv (Local) | Free | $0 |
| Kanoniv (Cloud) | Custom pricing | Contact us |
| AWS Entity Resolution | $0.25/1K records | ~$250 |
| Informatica MDM | Enterprise license | $500K+/year |
| Senzing | Per-core license | $37K+/year |
| Splink | Free (OSS) | $0 (no golden records, no cloud) |
Can I try Cloud features before committing?
Yes. Contact us for a trial that includes all Cloud features. We'll help you evaluate Kanoniv with your own data and matching requirements.
