Gortex

Gortex

One graph query replaces 10 file reads — up to 50× fewer tokens per response.

69/100MonitorFreeFree

Gortex delivers the fastest, cheapest context for AI coding agents we've tested — if you use Claude Code, Cursor, or similar agents and value token efficiency, this is a must-install. The generous open-source license and zero-dependency binary make it a no-brainer for any team working with large codebases.

Best for
  • Developers using AI coding agents who want to reduce token costs and latency
  • Teams working on large monorepos with complex cross-file dependencies
  • Engineers building custom MCP-based coding tools and workflows
  • Open-source maintainers seeking a local, zero-dependency code intelligence solution
Not ideal for
  • Non-developers or those not using AI coding agents
  • Teams that require SaaS/cloud-hosted code intelligence (Gortex is 100% local)
  • Projects that only use languages outside the 257 supported set with no custom grammar fallback
Visit Website

IntermediateCLI · API · DesktopAPI availableVerified 2d ago
Pricing
Free
FreeFree tier
Learning curve
Intermediate
Runs on
CLIAPIDesktop
API available · 15 integrations
Integrates with
Claude CodeCursorGitHub CopilotAiderContinue.devClaude Desktop+9 more
Live sentiment
Is Gortex actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

In short

Gortex — One graph query replaces 10 file reads — up to 50× fewer tokens per response. Best for Developers using AI coding agents who want to reduce token costs and latency, Teams working on large monorepos with complex cross-file dependencies, Engineers building custom MCP-based coding tools and workflows. Free to use.

What's new in Gortex

Checked 2 days ago

Across the latest 2 updates: 2 launches.

What independent users actually report about Gortex

We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.

58 mentions across 5 sources (Hacker News, YouTube, Bluesky, GitHub, Lemmy).

19% positive81% critical
Recurring strengths
  • +Up to 50x token reduction per agent edit via graph queries.
  • +100+ MCP tools out of the box for deep code analysis.
  • +Supports 257 languages with tree-sitter and regex parsers.
  • +Runs locally, one binary, zero external dependencies.
  • +Live buffer overlays for unsaved changes via shadow graphs.
Recurring frustrations
  • Consumes 12GB+ per worktree — OOM on medium repos.
  • Codex hooks skip 91% of calls and PostToolUse HTTP fails.
  • Hooks cause agents to run invalid CLI commands.
  • No cross-repo contract recognition or business flow support.
  • Small community — limited support and bug fix velocity.
Patterns worth knowing
Memory and OOM issues are the top blocker for adoption, reported on GitHub with 12GB consumption and killed init processes.
Seen on GitHub
Graph-based code intelligence reduces tokens 50x, praised by Oh-My-Pi users on HN as essential for agent effectiveness.
Seen on Hacker News
Name collision with Gore-Tex dominates YouTube and Bluesky, drowning out tool-specific discussion with rainwear content.
Seen on YouTube, Bluesky
Learning curve
intermediateProductive in ~5 minutes
Hidden costs people mention
  • Optional semantic search requires running local models (MiniLM/Ollama/OpenAI) which need extra compute and memory.

Viability Score

69/100
Monitor

How likely is Gortex to still be operational in 12 months? Based on 4 signals — momentum (how recently it shipped), wrapper dependency, revenue model, and web presence.

momentum
55
funding runway
40
website health
90
wrapper dependency
100

Last calculated: July 2026

How we score →

Key Features

  • Knowledge graph indexing of files, symbols, imports, calls, fields, generics, and more
  • 257 language parsing with tree-sitter, regex, and forest-backed parsers
  • 100+ MCP tools including smart_context, analyze, find_clones, search_ast, flow_between, rename_symbol, edit_file
  • Semantic search (hybrid BM25 + GloVe-50d, optional MiniLM/Ollama/OpenAI)
  • Live editor buffer overlays for unsaved changes via shadow-graph sessions
  • Speculative execution to preview edits without touching disk
  • Clone detection, dataflow analysis, and graph-grounded PR review
  • 16-server LSP bridge for multi-language IDE integration
  • Watch mode with fsnotify for live re-indexing
  • Cross-repo contract detection (HTTP, gRPC, GraphQL, pub/sub, env vars)
  • Guarded edits with drift guard and parse-error rejection
  • Persistent symbol-anchored development memories across sessions
  • HTTP API (versioned /v1/*) and MCP 2026 Streamable HTTP transport
  • Sigstore-signed releases with SLSA Level 3 build provenance
  • Single static binary with zero external dependencies

About Gortex

FreeIntermediateAPI availableCLI · API · Desktop

Gortex is a high-performance code-intelligence engine that indexes your entire repository into an in-memory knowledge graph and serves it to AI coding agents over MCP, HTTP, and a web UI. Instead of forcing your agent to re-read dozens of files for context, Gortex answers complex questions like "who calls this function and what interfaces does it satisfy" in a single graph query, cutting token usage by up to 94% per edit. It supports 257 languages via a three-tier parser (tree-sitter, regex, forest-backed), offers 100+ MCP tools out of the box, and runs entirely locally on macOS, Linux, and Windows — one binary, zero external dependencies. Built for developers using 17+ AI coding agents including Claude Code, Cursor, and Copilot, Gortex replaces repetitive file reads with structured, relational context, making agent edits faster, cheaper, and more accurate.

Behind the Verdict

When should you reach for Gortex? If you're feeding source code to AI agents daily and watching your token bill climb, this tool pays for itself. The smart_context tool alone cuts tokens by 94% per edit by bundling all relevant symbols into one query instead of forcing multiple file reads. For monorepos with complex cross-file dependencies, the knowledge graph's sub-millisecond blast-radius queries make agent interactions dramatically faster. We'd pick Gortex over general-purpose embedding search because it understands code structure — it knows about imports, calls, interfaces, and dataflow. Where it falls short: it's fully local, so no SaaS or cloud-hosted option exists for teams that don't want to manage their own infrastructure. Non-developers or teams not using AI coding agents won't benefit. While the 257-language support is broad, niche languages relying on forest-backed parsers get only signature-level extraction. Installation is one command (curl), and the daemon auto-starts with launchd or systemd, so operational overhead is minimal. For serious agentic coding, Gortex is the missing piece.

Researching Gortex? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Use Cases

  • Reduce token consumption by 94% when asking an AI agent to make edits in a large codebase
  • Answer 'who calls this function and what interfaces does it satisfy' in one graph query
  • Search semantically across your entire repository with hybrid BM25+vector ranking
  • Preview the impact of an edit before actually changing files using speculative execution
  • Index and query Jupyter/Databricks notebooks cell-by-cell for data science workflows

Models Under the Hood

GloVe-50dMiniLMOllama (any LLM)OpenAI embeddings (optional)

as of 2026-07-17

Limitations

  • Gortex is 100% local and single-binary; it does not offer a cloud-hosted or collaborative graph.
  • The default semantic search uses a baked GloVe-50d model (CPU-only, 3.8 MB) for zero dependencies, but higher-quality embeddings require optional external models (MiniLM/Ollama/OpenAI).
  • No rate limits or plan gating since it is open source.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Tools that pair well with Gortex

Common stack mates teams adopt alongside Gortex, with the specific reason each pairing earns its keep.

Featured Head-to-Head Comparisons

Alternatives to Gortex

View all
Draftbit

Draftbit

Visually build native & web apps with AI agents and exportable code

FreemiumTry
Shipixen

Shipixen

Generate & deploy Next.js landing pages in 5 minutes with AI.

PaidTry
AppGyver

AppGyver

Low-code, pro-code, and AI platform for SAP extensions and automation.

Contact SalesTry

Frequently Asked Questions

Used Gortex? Help shape our editorial sentiment research.