deepseek-cli
About
deepseek-cli adapts the Gemini CLI codebase to DeepSeek Coder models, giving terminal users code generation, repository-level analysis, refactoring, debugging, and project scaffolding across roughly 100 languages. Its local mode runs DeepSeek Coder 1.3B/6.7B/33B through Ollama at no cost and entirely on-device, which the README recommends over the cloud mode that uses a DeepSeek platform API key. The interactive REPL supports session history, file-context inclusion, and model switching, and the project is MIT-licensed TypeScript installable via npm. With 14 commits and no releases since its initial push, it is best understood as a community fork demonstrating the Gemini CLI architecture on DeepSeek models rather than a product under active development.