Luc Terracher

My Open Claude - LLM-powered coding assistant — in your terminal

by
Terminal-native AI coding assistant. No browser, no IDE. Built in Rust: single binary, fast, minimal deps. OpenRouter: Claude, Llama, or any model from one API. Real tool calls (read, write, grep, bash), not just chat. Slash commands: /test, /review, /fix, /commit. Ask vs Build: read-only for Q&A, full tools when you need edits.

Add a comment

Replies

Best
Luc Terracher
Maker
📌
I created this to actually grasp how Claude Code like assistants function. Not only to use one but to understand the cycle: prompts → tool calls → results → next step... Rust, terminal-only, OpenRouter. The code is written to be readable. If you are interested in how the codebase is structured on the inside, welcome to ask questions.