AI-Powered Development

Tiny Trae

A minimal AI coding agent powered by Anthropic's Claude with a modular frontend architecture. Built for developers, by developers. Streamline your workflow with intelligent automation and powerful tool execution.

Initialize Agent

Core Features

Interactive Shell

Direct terminal integration for real-time AI assistance. Chat with Claude directly from your development environment with full context awareness.

Tool Execution

Execute powerful development tools including file operations, ripgrep search, bash commands, and more. All seamlessly integrated with AI intelligence.

Modular Architecture

Clean separation between agent core and frontend interfaces. Easily extensible with custom tools and UI components for your specific workflow.

Quick Start

# Clone and setup git clone https://github.com/your-repo/tiny-trae cd tiny-trae go mod tidy # Configure API key export ANTHROPIC_API_KEY="your-api-key" # Run interactive mode go run main.go # Or use CLI mode ./tiny-trae -p "help me refactor this code"

Built for Performance

5+ Built-in Tools
Go Language
Claude AI Model
MIT License