- Install DeepSeek Code:
npm install -g @aethelics/deepseek-code- Navigate to your project and run
deepseek.
On first run you'll be asked for your DeepSeek API key, language and theme.
DeepSeek Code is an agentic coding tool with a beautiful terminal UI. It understands your codebase and helps you code faster through natural language — reading and writing files, running shell commands, searching code, fetching URLs, managing git, and more.
It supports two models: DeepSeek-V3 (deepseek-chat) for fast general use and DeepSeek-R1 (deepseek-reasoner) for complex chain-of-thought reasoning. Switch between them at any time with /model.
File a GitHub issue or use the /help command inside the TUI.
Made with ❤️ by Marcelo

