A Chromium binary patched at the C++ level to evade bot-detection and serve as a drop-in Playwright/Puppeteer replacement. Notable features: source-level fingerprint patches, human-like input emulation, auto-updating binaries, and integrations for Python/Node.js and Docker — useful for scraping, agent-driven browsing, and stealth automation.
Dramatically reduces AI agents' context usage by sandboxing large tool outputs and indexing only relevant snippets into a searchable SQLite FTS5 (BM25) knowledge base, improving session continuity and privacy. Deploys cross-platform hooks and sandbox tools to cut context size by ~98% and avoid dumping raw logs into the model's window. ([github.com](https://github.com/mksglu/context-mode/blob/main/README.md?utm_source=openai))
One-command installer that gives AI agents the ability to read and search the web and social platforms (web pages, Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaohongShu) by installing and wiring upstream CLIs and MCP connectors while keeping credentials local.
Provides persistent, searchable memory for coding agents (Claude Code, Cursor, Gemini CLI, etc.), automatically capturing tool usage and session facts. Combines BM25, vector embeddings and a knowledge graph for hybrid retrieval, reducing token costs and re-explaining between sessions.
Audits and reduces token waste in LLM sessions by compressing verbose outputs, checkpointing before compaction, and restoring lost context. Runs fully locally with zero telemetry and provides a live token dashboard plus plugins for Claude Code, OpenClaw and Codex.
Local-first desktop workbench that scrapes job leads, filters low-quality postings, scores candidate fit with explainable rules and vector matching, and generates tailored resumes, cover letters, and outreach drafts while keeping data on-device.
Extracts derived keys from running WeChat 4.x processes to decrypt SQLCipher 4 databases and .dat media files, and provides a real-time message monitor with a Web UI. Cross-platform (Windows/Linux/macOS) but requires process-memory or local-data access and is intended for decrypting your own WeChat data only.
Aggregates 60+ real-time OSINT feeds into a self-hosted geospatial dashboard and exposes an HMAC-signed agentic AI command channel so LLM-driven agents can query and act on live telemetry; privacy is experimental.
Compresses high-dimensional embeddings into low-bit TurboQuant indexes for fast, memory-efficient local vector search. Supports online ingest (no train/rebuild), SIMD kernels that match or beat FAISS, per-vector length-renormalization, and runtime allowlists — suited for privacy-sensitive, low-latency RAG.
Maps a codebase plus docs, PDFs, media and configs into a local, queryable knowledge graph; parses code with a local tree-sitter AST (no LLM), uses configurable backends for semantic extraction of non-code, and outputs graph.json, graph.html and a brief report.
Provides a cloud-backed shared memory and skill-propagation layer for coding agents: captures session traces, mines recurring patterns into reusable SKILL.md, and shares capabilities across agents in real time. Features hybrid semantic+lexical search, BYOC storage, and a VFS for traces — built for team workflows and agent orchestration.