Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack

A developer has released five free, open-source extensions for Claude Desktop. The tools are part of a suite built while developing KARP, a deliberative intelligence platform that runs Claude, GPT, Gemini, and Grok through structured 13-turn deliberations to produce research reports.
Key Details
All five extensions run entirely locally. There is no Docker, no external servers, and no API keys required beyond an existing Claude Desktop setup.
- Inspector Lite: Lets you search your codebase by meaning. For example, you can ask "where's the auth logic?" instead of using grep.
- Graph Lite: A personal knowledge graph with semantic recall. It uses BGE embeddings and includes a local web UI.
- Fun Pack: Contains dad jokes, code roasts, a hype generator, and meme creation tools. The source notes, "You need this."
- Word Graph: A King James Version Bible study companion with semantic search across all 31,102 verses.
- Bible Code: Performs Equidistant Letter Sequence (ELS) pattern detection with statistical significance testing.
The extensions are available for free on GitHub under the username souldriver007. More information can be found at the project's website: https://souldriver.com.au/karp-tools.html.
These tools are for developers using Claude Desktop who want to extend its functionality with local, privacy-focused utilities ranging from practical code search to niche research and entertainment features.
📖 Read the full source: r/ClaudeAI
👀 See Also

Noren AI: Voice Extraction Tool Identifies Writing Patterns from Samples
Noren AI analyzes 5-10 writing samples to automatically generate a voice guide based on actual patterns, matching 90% of manually identified patterns and discovering additional ones.

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.

NGX-OS: Network OS Built for AI with eBPF and MCP Integration
NGX-OS is a network operating system designed from the ground up for AI integration, using eBPF for real-time telemetry and MCP for direct LLM access to network state data without translation layers.

tmux-claude: Monitor Claude Code Instances Across Tmux Panes
tmux-claude is a tool that adds live monitoring for Claude Code instances within tmux sessions. It provides a status bar, interactive dashboard, enhanced window chooser, and desktop notifications by reading local session files without API calls.