OpenClaw .NET: NativeAOT Port with JSON-RPC Bridge for Existing Plugins

OpenClaw .NET is a C# port of the OpenClaw AI coding agent that addresses performance and resource issues common in Node.js-based implementations.
Key Details
The project compiles to a ~23MB NativeAOT binary, which means:
- No JIT warmup time
- No Node.js runtime required
- No npm ecosystem idling at 800MB RAM
Existing TypeScript/JavaScript plugins continue to work through a built-in JSON-RPC bridge, eliminating the need to rewrite existing setups. The source states: "No rewriting anything. Same agent, native performance."
The implementation runs on any VPS, Linux box, or system with a spare few hundred MB of RAM. Native integrations include:
- Telegram
- Twilio SMS
These are built natively on ASP.NET Core. Dangerous features are automatically locked in non-local environments for security.
The project addresses common pain points mentioned in the OpenClaw community:
- High token costs
- VPS vs Mac Mini debates
- Setup breakage issues
- Node.js being heavy on RAM, startup time, and unnecessary API calls
Unlike other lightweight alternatives that require abandoning existing setups, plugins, and configurations, OpenClaw .NET maintains compatibility while providing native performance. The source notes that users who are "already burning $50–$100/month on tokens" don't need additional runtime overhead on every heartbeat call.
The project is MIT licensed and available on GitHub at https://github.com/clawdotnet/openclaw.net
📖 Read the full source: r/openclaw
👀 See Also

Automated Session State Management for Claude Code Handoff
A GitHub project provides automated hooks to maintain a live session state file (.claude/session-state.md) throughout Claude conversations, addressing autocompact context loss and mid-conversation context degradation. The system uses four bash scripts with jq to track important events and file edits.

DeepSeek V4 Flash Delivers Near-Opus Quality for Local LLMs on Premises
Reddit user reports DeepSeek 4 Flash approaches Opus-level performance for local AI agents on confidential data, enabling on-premise deployment without AWS. Running locally with NVIDIA GPUs, but still slow at 1M tokens.

Comparative Overview of Fast LLM Inference by Anthropic and OpenAI
Anthropic and OpenAI have released distinct 'fast mode' features for faster LLM inference, with OpenAI leveraging Cerebras chips for greater speed

VidLens MCP Server: Persistent YouTube Knowledge Base for Claude
VidLens is a free, open-source MCP server that indexes YouTube content locally with semantic embeddings, treating videos as a persistent knowledge base rather than extracting temporary transcripts. It provides 41 tools across 10 modules for searching, analyzing, and retrieving video content.