let felix fix it — automated dependency upgrades
- Java (Maven/Gradle)
- Python (uv, pip, poetry) - coming soon
- Javascript (npm, bun) - coming soon
- .Net (nuget) - coming soon
- Go - coming soon
brew install alchemain/taps/felixThis taps alchemain/homebrew-taps and installs the felix binary to your Homebrew prefix.
Run from a directory with a pom.xml or build.gradle:
felix login # browser-based auth with Alchemain
felix scan # find vulnerable / outdated deps
felix deps:update <group:artifact> # apply an upgrade
felix deps:graph # show the resolved dep graphUse -r <path> to target a project in a different directory.
By default, felix runs on the Alchemain free tier. If you'd rather use your own Anthropic key:
export ANTHROPIC_API_KEY=sk-ant-...
felix deps:update <group:artifact>You'll be prompted once to confirm; the choice is remembered locally.
brew upgrade felixfelix --help
felix <command> --helpThis repository hosts release artifacts for the felix CLI distributed via Homebrew. Source is private. File issues at https://github.com/alchemain/felix/issues.