From 066e4ba3ef1a5d7c45b6bce2c4f18c42955a4e9b Mon Sep 17 00:00:00 2001 From: Safi Date: Mon, 6 Apr 2026 15:27:57 +0100 Subject: [PATCH] fix install requires and privacy section to mention all platforms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b66f67c..7da9a3f2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Every relationship is tagged `EXTRACTED` (found directly in source), `INFERRED` ## Install -**Requires:** [Claude Code](https://claude.ai/code) and Python 3.10+ +**Requires:** Python 3.10+ and one of: [Claude Code](https://claude.ai/code), [Codex](https://openai.com/codex), [OpenCode](https://opencode.ai), or [OpenClaw](https://openclaw.ai) ```bash pip install graphifyy && graphify install @@ -179,7 +179,7 @@ Token reduction scales with corpus size. 6 files fits in a context window anyway ## Privacy -graphify sends file contents to the Claude API (Anthropic) for semantic extraction of docs, papers, and images. Code files are processed locally via tree-sitter AST — no file contents leave your machine for code. No telemetry, usage tracking, or analytics of any kind. The only network calls are to Anthropic's API during extraction, using your own API key via Claude Code. +graphify sends file contents to the Claude API (Anthropic) for semantic extraction of docs, papers, and images. Code files are processed locally via tree-sitter AST — no file contents leave your machine for code. No telemetry, usage tracking, or analytics of any kind. The only network calls are to Anthropic's API during extraction, using your own API key via your AI coding assistant. ## Tech stack