better-clawd  by x1xhlol

A performant, open coding CLI tool

Created 1 week ago

New!

375 stars

Top 75.6% on SourcePulse

GitHubView on GitHub
Project Summary

Summary

Better-Clawd is a fork of Claude Code addressing its predecessor's vendor lock-in, telemetry, and performance issues. It offers enhanced flexibility and control by supporting multiple AI providers, including OpenAI and OpenRouter, alongside Anthropic. This project targets developers seeking a more performant, transparent, and customizable coding CLI, promising faster startups, lower idle overhead, and improved long-session stability.

How It Works

This fork retains Claude Code's core concept but re-engineers it for better performance and user choice. It prioritizes local-first operation, removes telemetry, and reduces external service dependencies. The architecture supports pluggable AI backends, enabling seamless integration with OpenAI (API key/Codex login) and OpenRouter, in addition to Anthropic. This approach yields a leaner, more inspectable, and adaptable CLI.

Quick Start & Requirements

Install via npm: npm install -g better-clawd or use npx better-clawd. Prerequisites include Node.js and npm. Configuration typically involves environment variables for API keys and provider selection (e.g., BETTER_CLAWD_API_PROVIDER, OPENAI_API_KEY). No specialized hardware like GPUs is mentioned.

Highlighted Details

  • Provider Flexibility: Supports Anthropic, OpenAI (API key/Codex), and OpenRouter (API key) with streamlined setup.
  • Performance: Tuned for lower startup costs, reduced background CPU churn, and better memory management during long sessions.
  • Transparency: Telemetry removed, reduced dependencies, and focus on local-first behavior.
  • Rebranding: Full rebrand across CLI, UI, and configuration paths.

Maintenance & Community

Presented as an independent, unofficial community effort. Specific details on maintainers, active community channels, or a public roadmap are not provided in the README.

Licensing & Compatibility

The README omits an explicit software license. It's described as an "independent, unofficial community project" unaffiliated with Anthropic. Users should exercise caution regarding licensing implications for commercial use or integration, as no specific assurances are given.

Limitations & Caveats

As an unofficial fork, it lacks official endorsement. Feature parity with the original Claude Code and long-term maintenance guarantees are not detailed. Users should be aware of potential breaking changes or missing features.

Health Check
Last Commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
2
Issues (30d)
5
Star History
376 stars in the last 10 days

Explore Similar Projects

Starred by George Hotz George Hotz(Author of tinygrad; Founder of the tiny corp, comma.ai), Andrej Karpathy Andrej Karpathy(Founder of Eureka Labs; Formerly at Tesla, OpenAI; Author of CS 231n), and
42 more.

opencode by anomalyco

3.1%
141k
CLI tool for AI-assisted coding in the terminal
Created 11 months ago
Updated 22 hours ago
Feedback? Help us improve.