Skip to content

mollify 0.1.0

Choose a tag to compare

@FavioVazquez FavioVazquez released this 26 Jun 18:32
· 98 commits to main since this release
11c3035

First public release of Mollify — a deterministic, Rust-native Python code-intelligence engine.

Install

uvx mollify audit                 # one-off via uv (no install)
uv tool install mollify           # or: pip install mollify
cargo install mollify-cli         # from crates.io (binary: mollify)

Every channel ships the same self-contained binary with agent integrations embedded.

Highlights

  • 8 analysis engines (dead code, dependency hygiene, architecture, complexity, duplication, type health, security, supply chain) emitting evidence, not decisions — each finding carries a confidence tier, reason, and stable fingerprint.
  • 21 CLI commands; output as human / JSON / SARIF / GitHub annotations / JUnit XML.
  • MCP server (mollify mcp, 16 tools) and LSP (mollify lsp).
  • Deterministic: identical input → byte-identical output.

See CHANGELOG.md for the full list.