Anthropic's attempt to remove leaked Claude Code client source code from GitHub resulted in the accidental takedown of numerous legitimate forks of its official public code repository. While the overzealous takedown has been reversed, the company faces a significant challenge in containing the spread of the leaked code. The initial DMCA notice targeted a repository hosting the leak and nearly 100 forks, but expanded to impact over 8,100 repositories, including those forking Anthropic's public code. Coders complained about being caught in the dragnet. Despite efforts, copies of the leaked code remain available on platforms like Codeberg, and "clean room" reimplementations are emerging, potentially complicating legal issues.
CLI-Anything bridges the gap between AI agents and the world's software by making any software agent-ready. It's a universal interface for both humans and AI, offering a structured, lightweight, and self-describing approach. The project automates the creation of CLIs for applications like GIMP, Blender, and LibreOffice through a 7-phase pipeline – analyzing code, designing command groups, implementing the CLI, planning tests, writing tests, documenting, and publishing. It supports multiple platforms including Claude Code, OpenClaw, and Codex, with a focus on authentic software integration and production-grade testing.
NanoClaw, a new open-source agent platform, aims to address the security concerns surrounding platforms like OpenClaw by utilizing containers and a smaller codebase. The project, started by Gavriel Cohen with the help of Anthropic's Claude Code, focuses on isolation and auditability, allowing agents to operate within a contained environment with limited access to system data.
This article details the setup and initial testing of Goose, an open-source agent framework, paired with Ollama and the Qwen3-coder model, as a free alternative to Claude Code. It covers the installation process, initial performance observations, and a comparison to cloud-based solutions.