aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac9c680..2789105 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,13 @@
# ida-tui
A minimal, keyboard-first (mouse-capable) **TUI frontend for IDA Pro**, built with
-[Textual](https://textual.textualize.io/) and talking to the
-[ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) (idalib) server.
+[Textual](https://textual.textualize.io/) and driving **idalib** (IDA headless).
+
+Opening a binary now spawns our own **idalib worker** — a private subprocess
+talking a unix socket (`idatui/worker.py` + `WorkerClient`), ~50–100× cheaper per
+call than the old transport. The
+[ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) HTTP path is **deprecated**
+(kept behind `--backend mcp` / `--db` attach) and slated for removal.
## ⚠️ Status: not ready for public consumption