A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
LLM Code (Open Claude Code) is an agentic coding tool that lives in your terminal, understands your codebase and helps y
⚠️ This project is currently under active development and in its early stages. LLM Code is using LLM Code to build itself.
LLM Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands. This tool integrates directly with your development environment, allowing you to edit files, navigate directories, and interact with an AI assistant.
Inspired by Anthropic's Claude Code, this project aims to provide a similar interactive coding experience while being open-source and customizable.
https://github.com/user-attachments/assets/f9f762f2-811f-4936-b75b-f3ba3d3282e2
git clone https://github.com/futureHQ/LLMCode.git
cd LLMCode
pip install -r requirements.txt
python main.py
/config set apiKey YOUR_API_KEY
Start the application:
python main.py
Basic Commands:
/help - Show help message/exit, /quit - Exit the program/pwd, /cwd - Print working directoryFile Operations:
/ls [path] - List directory contents/tree [path] - Show directory structure/cat <file> - Display file contents/write <file> - Create/overwrite a file/append <file> - Append to existing fileDirectory Operations:
/cd <path> - Change directory/mkdir <path> - Create directoryConfiguration:
/config set <key> <value> - Set configuration value/config list - List all configurations/config show - Show active configurationContext:
/context [path], /# - Get workspace contextThe configuration file is stored at ~/.llm_code_config.json. You can configure:
apiKey - Your API keybaseUrl - API base URL (default: https://api.openai.com/v1)model - AI model to usedebug - Enable/disable debug modeStart the application:
python main.py
[myproject]> /#
Getting context from: /path/to/myproject
Found 3 file(s) in workspace...
[myproject]> Now I understand your codebase. How can I help?
[myproject]> /tree
Directory tree for: /path/to/myproject
└── src
├── main.py
├── utils
│ └── helpers.py
└── tests
└── test_main.py
[myproject]> Can you explain the project structure?
[myproject]> /context src/main.py
Getting context from: /path/to/myproject/src/main.py
Found 1 file(s) in workspace...
[myproject]> Can you help me modify the main function?
[myproject]> /#
Getting context from current directory...
[myproject]> Can you add error handling to the process_data function?
Assistant: I see the process_data function in main.py. Here's how we can add error handling...
/context, /#, or /tree before asking for code modifications/context <file> when working on specific files/tree to get an overview of project structure/# to get context of the current directorynpx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial