PicoClaw

PicoClaw is an open-source command-line coding agent developed by Sipeed and community contributors. Written in Go, it is engineered for lightweight footprint, fast execution, and direct terminal-driven software development workflows. In day-to-day operation, PicoClaw interacts with codebases directly through the CLI, orchestrating automated file inspection, editing, and task resolution. It supports custom OpenAI-compatible API endpoints, specialized providers such as NEAR AI Cloud, and popular LLM backends. Developers can configure fallback model chains directly to ensure continuity when primary providers experience rate limits or outages. PicoClaw differentiates itself through its minimal resource overhead and streamlined configuration management. Instead of relying on heavy graphical frontends or complex multi-container setups, it offers native CLI commands like `picoclaw model add` to discover and register remote or local LLM endpoints dynamically from base URLs. Distributed as open source under the Sipeed GitHub repository, PicoClaw is free to use and modify under standard open-source licensing, requiring only user-provided API keys or local inference endpoints.

Tags: AI, ai agent, cli, developer tools, OpenSource, productivity

Visit PicoClaw