LocalClaw

Local-model-first AI agent framework — Router + Specialist architecture for Ollama (by PeterGreenAppliedAI)

LocalClaw Alternatives

We don't know any alternatives yet. If you know any, please suggest them below.

LocalClaw discussion

Log in or Post with

LocalClaw reviews and mentions

Posts with mentions or reviews of LocalClaw. We have used some of these posts to build our list of alternatives and similar projects.
  • I Replaced My AI Agent's Flat Fact Store with a Graph Database
    1 project | news.ycombinator.com | 3 Jun 2026
    ```

    Importance uses a 1-5 tier (critical health/family = 5, job/identity = 4, preference = 3, context = 2, ephemeral = 1). A moderately relevant but critical fact scores higher than a highly relevant but ephemeral one. Your wife's health condition surfaces above yesterday's weather.

    ## What I Learned

    The model computes nothing. Code handles which facts changed, which are duplicates, what the scores are. The model handles what it means. The moment you let a model do arithmetic or hash-based dedup you get failures you can't explain.

    Importance tiers need concrete examples in the extraction prompt. phi4:14b defaulted everything to tier 2 until I added few-shot examples with emotional weight. Abstract instructions don't calibrate a model.

    The graph beats flat storage the moment you need relationship reasoning. SUPERSEDES chain alone justified the migration.

    Runs entirely on a Mac Mini. 85MB for the graph. Everything local.

    GitHub: https://github.com/PeterGreenAppliedAI/LocalClaw

Stats

Basic LocalClaw repo stats
1
28
-
12 days ago

PeterGreenAppliedAI/LocalClaw is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of LocalClaw is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?