IDA Chat plugin - AI assistant inside IDA

Following up on our 2 skills we published, we want to test them and built a IDA Chat plugin (powered by Claude Code agent SDK)

It’s basically a chat panel inside IDA that lets you talk to Claude about your binary.

You hit Ctrl+Shift+C, ask stuff like “what does this function do” or “find me the crypto functions”, and it actually runs scripts against your database to figure it out. Not just generic AI answers — it iterates, looks at the output, tries again if needed.

You should be able to install it using :

hcli plugin install ida-chat

Give it a shot if you’re curious: GitHub - HexRaysSA/ida-chat-plugin

Feedback welcome!