Discover and explore top open-source AI tools and projects—updated daily.
1rgsAgentic CLI for file operations and shell commands
New!
Top 24.6% on SourcePulse
Minimalist agentic coding assistant, serving as a direct alternative to more complex Claude Code setups. It empowers developers with a zero-dependency tool for integrated file management, code searching, and shell command execution directly within their terminal, streamlining development workflows.
How It Works
Nanocode operates as a self-contained Python script, ingeniously built using Claude Code itself and then capable of self-replication. It implements a full agentic loop, parsing user input to determine intent and orchestrating a suite of integrated tools. This allows for direct file manipulation (read, write, edit), directory traversal and searching (glob, grep), and execution of arbitrary shell commands (bash). Its core advantage lies in its extreme minimalism and zero-dependency nature, making it highly portable and easy to deploy.
Quick Start & Requirements
nanocode.py file.export ANTHROPIC_API_KEY="your-key").python nanocode.py.read, write, edit, glob, grep, bash.Highlighted Details
read, write, edit), file system searching (glob, grep), and shell command execution (bash).Maintenance & Community
No information available in the provided text.
Licensing & Compatibility
Limitations & Caveats
Relies heavily on the Anthropic API, requiring an API key and incurring potential costs. Functionality is limited to the tools provided within the single script. The "must be unique" constraint for the edit tool could be a limitation for complex edits.
1 week ago
Inactive
wonderwhy-er