Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,147+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1228
    • Coding1045
    • Infrastructure455
    • Marketing414
    • Design374
    • Projects340
    • Analytics319
    • Research306
    • Testing200
    • Data171
    • Integration169
    • Security169
    • MCP164
    • Learning146
    • Communication131
    • Prompts122
    • Extensions120
    • Commerce116
    • Voice107
    • DevOps92
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. NullClaw
    NullClaw icon

    NullClaw

    Autonomous Systems
    Featured

    A 678 KB static Zig binary that delivers fully autonomous AI assistant infrastructure with near-zero memory usage, instant startup, and support for 50+ AI providers and 19 messaging channels.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Use, modify, and distribute without restriction.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAgent FrameworksLocal Inference

    Alternatives

    ZeroClawBackground AgentsHermes Desktop by dodo-reach
    Developer
    nullclawSan Francisco, CAEst. 2025$475000000 raised

    Listed May 2026

    About NullClaw

    NullClaw is the smallest fully autonomous AI assistant infrastructure available — a static Zig binary that weighs just 678 KB, boots in under 2 ms, and requires nothing but libc. It supports 50+ AI providers, 19 messaging channels, 35+ tools, and 10 memory engines, all packed into a single self-contained binary that runs on any hardware with a CPU, including $5 ARM single-board computers. The project is MIT-licensed and open source, built entirely in Zig with zero runtime dependencies beyond optional SQLite.

    • Impossibly Small Binary: 678 KB static binary with no runtime, no VM, and no framework overhead — install via Homebrew or build from source with Zig 0.16.0.
    • Near-Zero Memory Footprint: ~1 MB peak RSS, making it suitable for the cheapest ARM SBCs, microcontrollers, and edge hardware.
    • Instant Startup: Boots in under 2 ms on Apple Silicon and under 8 ms on a 0.8 GHz edge core.
    • 50+ AI Providers: Supports OpenRouter, Anthropic, OpenAI, Azure OpenAI, Gemini, Vertex AI, Ollama, Groq, Mistral, xAI, DeepSeek, and any OpenAI-compatible endpoint via pluggable vtable interfaces.
    • 19 Messaging Channels: Connect via CLI, Telegram, Signal, Discord, Slack, iMessage, Matrix, WhatsApp, IRC, Nostr, Line, DingTalk, Email, QQ, Mattermost, and more.
    • 10 Memory Engines: Hybrid SQLite search (FTS5 + vector cosine similarity), Markdown, ClickHouse, PostgreSQL, Redis, LanceDB, LRU, and API backends.
    • Multi-Layer Security: Pairing-based auth, ChaCha20-Poly1305 encrypted secrets, Landlock/Firejail/Bubblewrap/Docker sandboxing, workspace scoping, and signed audit logs.
    • MCP & A2A Support: Native Model Context Protocol (MCP) server integration and Google A2A protocol v0.3.0 for agent-to-agent communication.
    • Pluggable Everything: Every subsystem (providers, channels, tools, memory, tunnels, peripherals, runtimes) is a vtable interface — swap implementations with a config change.
    • Edge & WASM Deployment: Supports Cloudflare Worker edge deployment with WASM logic modules, plus tunnel support via Cloudflare, Tailscale, and ngrok.
    • 5,300+ Tests: Comprehensive test suite pinned to Zig 0.16.0 with CalVer (YYYY.M.D) releases.
    • Hardware Peripheral Support: Serial, Arduino, Raspberry Pi GPIO, STM32/Nucleo interfaces via pluggable peripheral vtable.
    NullClaw - 1

    Community Discussions

    Be the first to start a conversation about NullClaw

    Share your experience with NullClaw, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (MIT)

    Fully free and open-source under the MIT License. Use, modify, and distribute without restriction.

    • 678 KB static binary
    • 50+ AI providers
    • 19 messaging channels
    • 35+ tools
    • 10 memory engines

    Capabilities

    Key Features

    • 678 KB static binary with zero runtime dependencies
    • ~1 MB peak RAM usage
    • Sub-2ms startup time on Apple Silicon
    • 50+ AI provider integrations
    • 19 messaging channel integrations
    • 35+ built-in tools
    • 10 memory engine backends
    • Hybrid SQLite vector + keyword search
    • MCP (Model Context Protocol) server support
    • A2A (Agent-to-Agent) protocol v0.3.0
    • Multi-layer sandboxing (Landlock, Firejail, Bubblewrap, Docker)
    • ChaCha20-Poly1305 encrypted secrets
    • Pairing-based gateway authentication
    • Cron scheduler with JSON persistence
    • Subagent orchestration
    • Skill pack system
    • Edge deployment via Cloudflare Workers + WASM
    • Tunnel support (Cloudflare, Tailscale, ngrok)
    • Hardware peripheral support (Arduino, RPi GPIO, STM32)
    • OpenClaw config compatibility
    • CalVer versioning
    • 5,300+ test suite
    • Background service management (systemd, OpenRC)
    • Nostr NIP-17 and NIP-04 support
    • Web UI / browser relay channel

    Integrations

    OpenRouter
    Anthropic
    OpenAI
    Azure OpenAI
    Google Gemini
    Vertex AI
    Ollama
    Venice
    Groq
    Mistral
    xAI
    DeepSeek
    Together AI
    Fireworks
    Perplexity
    Cohere
    AWS Bedrock
    Telegram
    Signal
    Discord
    Slack
    iMessage
    Matrix
    WhatsApp
    IRC
    Nostr
    Line
    DingTalk
    Email
    QQ
    Mattermost
    Lark/Feishu
    OneBot
    MaixCam
    SQLite
    ClickHouse
    PostgreSQL
    Redis
    LanceDB
    Cloudflare Workers
    Tailscale
    ngrok
    Docker
    Firejail
    Bubblewrap
    Composio
    SearXNG
    DuckDuckGo
    Brave Search
    Firecrawl
    Tavily
    Exa
    Jina
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate NullClaw and help others make informed decisions.

    Developer

    nullclaw Team

    nullclaw builds the smallest fully autonomous AI assistant infrastructure available, written entirely in Zig. The project delivers a 678 KB static binary that runs on any hardware with a CPU — from $5 ARM boards to Apple Silicon — with near-zero memory usage and sub-millisecond startup. nullclaw supports 50+ AI providers, 19 messaging channels, and pluggable everything via vtable interfaces, with no lock-in and no runtime dependencies beyond optional SQLite.

    Founded 2025
    San Francisco, CA
    $475000000 raised
    150 employees

    Used by

    Open-source developer community
    Edge device manufacturers
    Read more about nullclaw Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    ZeroClaw icon

    ZeroClaw

    ZeroClaw is an open-source, self-hosted AI agent runtime written in Rust that runs on your machine with your keys, supporting 20+ LLM providers and 30+ communication channels.

    Background Agents icon

    Background Agents

    An open-source framework for background coding agents that autonomously handle tasks from code to tests to merged PRs, enabling non-engineers to ship code.

    Hermes Desktop by dodo-reach icon

    Hermes Desktop by dodo-reach

    A native macOS companion app for Hermes Agent that connects directly over SSH to manage sessions, files, skills, cron jobs, usage, and a real terminal.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    173 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    238 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    87 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions