Discover and explore top open-source AI tools and projects—updated daily.
holasoymalvaAI coding assistant for accelerated development
Top 98.0% on SourcePulse
DeepSeek CLI is a command-line AI coding assistant designed to accelerate development workflows and enhance coding experiences by leveraging the powerful DeepSeek Coder models. It targets developers and engineers seeking intelligent code completion, generation, refactoring, debugging, and project scaffolding across over 100 programming languages, offering both local privacy and cloud flexibility.
How It Works
This project provides a command-line interface (CLI) that integrates with DeepSeek Coder models. It offers two primary operational modes: local execution via Ollama for enhanced privacy and offline capabilities, and cloud-based execution requiring a DeepSeek API key. The CLI is designed to understand repository-level context, enabling sophisticated code analysis, refactoring, and generation tasks.
Quick Start & Requirements
npm install -g run-deepseek-cli.ollama serve), pull a DeepSeek Coder model (e.g., ollama pull deepseek-coder:6.7b).DEEPSEEK_API_KEY environment variable.Highlighted Details
Maintenance & Community
The project welcomes contributions via GitHub Issues and Discussions. Support is available via service@deepseek.com. The CLI is built upon the foundation of Gemini CLI and powered by DeepSeek Coder models.
Licensing & Compatibility
The DeepSeek CLI itself is licensed under the MIT License, which is permissive for commercial use and modification. However, the use of the underlying DeepSeek Coder models is subject to the separate DeepSeek Model License, which may impose specific terms and restrictions.
Limitations & Caveats
Local setup requires significant disk space and RAM for larger models (e.g., 33b model needs 19GB disk and 32GB RAM). Cloud mode necessitates an active internet connection and a valid API key. The README provides placeholder information for citation authors and repository URLs, indicating these should be updated by the user.
9 months ago
Inactive