██╗██╗██████╗ █████╗ ██╗███╗ ██╗███████╗████████╗ █████╗ ███╗ ██╗ ██████╗███████╗ ██║██║██╔══██╗██╔══██╗ ██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗████╗ ██║██╔════╝██╔════╝ ██║██║██████╔╝███████║ ██║██╔██╗ ██║█████╗ ██║ ███████║██╔██╗ ██║██║ █████╗ ██║██║██╔═══╝ ██╔══██║██ ██║██║╚██╗██║██╔══╝ ██║ ██╔══██║██║╚██╗██║██║ ██╔══╝ ██║██║██║ ██║ ██║╚█████╔╝██║ ╚████║███████╗ ██║ ██║ ██║██║ ╚████║╚██████╗███████╗ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝
>_ dedicated IDA Pro instances your AI client can drive. open the GUI in a browser tab, wire up MCP, decompile at machine speed.
Built for people who
read assembly.
// every instance is a sealed container. binaries never leave it, and it can't phone home either.
browser_gui
The full IDA interface over noVNC — decompiler, disassembly, hex view. No client installs, works from any machine with a tab open.
mcp_tools[66]
Decompile, rename, patch bytes, trace data flow across hops, generate signatures, run Python inside IDA. Claude Code, Cursor, or anything MCP speaks.
air_gapped
Zero internet egress — only proxied traffic gets through. Nothing to DDoS from, nowhere for samples to report to.
fast_provision
Clone a hardened template, get a subdomain, VNC URL, and API key. Watch every step live on the launch screen.
persistent_keys
Your API key survives reboots, chmod 600 at rest. The one-time /key endpoint burns after first fetch.
elastic_resources
Instances burst to 4 cores during heavy auto-analysis and settle back to 2 when idle. Managed automatically.
Three steps.
Zero infrastructure.
// you get a URL and a token. the boring parts are our problem.
claim_a_username()
Register with just a username — you get back a login token. Save it; that's your whole account.
launch_and_open()
One click provisions the container. Then vnc.username.idainstances.xyz puts the full IDE in your browser.
plug_in_ai()
Point any MCP client at username.idainstances.xyz/mcp with your key. Now it drives IDA while you drive it.
// drop this into your mcp client config { "mcpServers": { "ida": { "url": "https://user1.idainstances.xyz/mcp", "headers": { "Authorization": "Bearer your-api-key" } } } }