DeepSeek 코드: DeepSeek으로 터미널에서 작업하기 위한 TUI!

작성자

카테고리:

← 피드로
DEV Community · Marcelo Maia · 2026-08-17 개발(SW)
Cover image for DeepSeek Code: A TUI for working in your terminal with DeepSeek!

Marcelo Maia

DeepSeek Code is an open-source CLI built specifically for DeepSeek — one of the most cost-effective AI models on the market!

It was heavily inspired by tools like Claude Code and OpenAI’s Codex for most of its feature set. Since it is fully open-source, you are more than welcome to open Pull Requests, report bugs, or submit issue suggestions!

Installation
You can install it globally via npm or bun:

Using npm

npm install –global @hermenics/deepseek-code

Using bun

bun add -g @hermenics/deepseek-code

Check out the repository, star the project, or contribute:
👉 GitHub: https://github.com/Hermenics/deepseek-code

Feel free to test it out and leave your feedback below! PRs and Issues are highly appreciated.

ai #cli #showdev #typescipt

원문에서 계속 ↗