Overview / Description
HealDep is an AI dependency-conflict tool that detects version conflicts in Rust, Python, and npm projects and automatically generates adapter shims to bridge incompatible APIs, built for developers fighting dependency hell. Described as the first self-healing package manager powered by AI, it goes beyond reporting incompatible versions: when AI is enabled, HealDep writes real translation code, tests it in a sandbox, and retries in a self-healing loop until the build passes. It detects conflicts across Cargo (Rust), pip (Python), and npm, and supports local Ollama, OpenAI, or compatible APIs for the AI generation step, so you can keep the model on your own machine. HealDep ships with a web dashboard that shows healing history, a Docker image ready for CI/CD pipelines, GitHub Actions integration, and a one-command initialization to add it to a project. It is open source under the MIT license. HealDep is aimed at engineers and DevOps teams who want automated resolution of conflicting transitive dependencies rather than manual patching.
Used For
Developers use HealDep to automatically detect and resolve dependency version conflicts in Rust, Python, and npm projects by generating and testing adapter shims.
Pricing
Pros & Cons
Pros
- Detects version conflicts across Cargo (Rust), pip (Python), and npm
- AI-generated adapter shims tested in a sandbox with an automatic retry loop
- Runs with local Ollama, OpenAI, or compatible APIs
- Ships with a web dashboard, Docker image, and GitHub Actions integration
- Open source under the MIT license
Cons
- Early version (v0.1.0) — limited maturity
- Self-build and CLI setup assume developer tooling comfort
- Scoped to Rust, Python, and npm ecosystems only
- Best results require enabling an AI backend (local or API)
Questions & Answers
Alternatives
Dependabot, Renovate, Snyk, pip-tools, npm-check-updates