MIT 许可、面向 DeepSeek 的智能编程智能体(原生 macOS 应用、Bun/npm CLI 或 Rust CLI + 桌面 GUI),内置 30+ 工具;是 DeepSeek 生态的独立编程工具,而非 DeepSeek Harness(dsh)插件。
DSH 适配
生态相关
作者声明
安全审计
未审计
最后核验
2026-08-21
许可证
MIT
01它能帮你完成什么?
Run agentic coding tasks (edit files, run shell, research) from a terminal against the DeepSeek API
Streaming multi-turn plan→tool→observe→adapt sessions with 30+ built-in tools (file I/O, shell, web, MCP, scheduling, sub-agents) and 25+ slash commands
Developers on macOS / Linux / Windows who want a DeepSeek-first coding agent in the terminal
Get a native macOS / desktop GUI coding agent that shares config, sessions and tools with the CLI
A Swift-native macOS app and a single-binary Rust egui desktop GUI reading the same settings.json, on-disk session store and full tool set as the CLI
macOS users and anyone who prefers a native GUI over the terminal for a DeepSeek coding agent
02如何接入 DeepSeek Harness?
前置条件
- macOS 15+ for the native Swift app (`DeepTide.app`)
- Linux / Windows: Bun installed and on PATH (required by the `deeptide` CLI runtime, matching Zero CLI)
- A DeepSeek API key, Paean OAuth sign-in, or a BYOK Anthropic-compatible endpoint to use the agent
安装步骤
- 01
macOS (recommended): `curl -fsSL https://deeptide.sh/install.sh | sh` — installs the signed native build plus the `deeptide` and `tide` commands
$ curl -fsSL https://deeptide.sh/install.sh | sh
- 02
Linux / Windows: `bun add -g deeptide` (or `npm install -g deeptide` / `pnpm add -g deeptide`) — installs the `deeptide` and `tide` aliases
$ npm install -g deeptide
- 03
Optional Rust build: `npm install -g deeptide-rs` — installs `deeptide-rs`; `deeptide-rs --gui` launches the native desktop GUI
$ npm install -g deeptide-rs
- 04
Sign in: `tide auth login` (Paean OAuth) or `tide login` (save a DeepSeek API key directly), then launch with `tide`
验证接入成功
- `tide doctor` — diagnose install + network
03DSH 适配与能力边界
Standalone DeepSeek-first agentic coding agent (cross-platform CLI, native macOS app, and Rust CLI + desktop GUI). It calls the DeepSeek API directly rather than installing into or running under DeepSeek Harness (dsh) — an ecosystem-level relation, not a dsh plugin.
Multi-turn agentic loop with 30+ tools
a codebase plus a task in the REPL or a `-p` one-shot prompt→streaming plan→tool→observe→adapt sessions over file I/O, shell, web, tasks, MCP, scheduling and sub-agents
writes/edits filesexecutes shell commandsmakes network requests (WebFetch)Slash commands, permission modes & hooks
25+ built-in slash commands plus markdown-defined custom commands under `.deeptide/commands/`→/status, /cost, /diff, /init, /permission, /hooks etc. with default · accept-edits · plan · bypass modes and pre/post tool + session shell hooks
hooks execute shell commandsplan mode gates execution behind approvalPersistent memory & sub-agents
project context and markdown-defined agents / commands→persistent project memory across sessions; custom sub-agents and custom slash commands defined in markdown
writes project memory and `.deeptide/` configurationDeepSeek web research (`/deep-seek`)
a `/deep-seek <question>` query→proposed official/canonical URLs verified via WebFetch and labeled [verified] / [known] / [unverified]
performs network requests (WebFetch)optional BRAVE_SEARCH_API_KEY / SERPER_API_KEY improve source discovery
04适合谁?何时不该用?
适合
- Developers on macOS / Linux / Windows who want a DeepSeek-first coding agent in the terminal
- macOS users and anyone who prefers a native GUI over the terminal for a DeepSeek coding agent
不适合
- The cross-platform `deeptide` CLI (the Bun / Zero-CLI build) requires Bun installed and on PATH at runtime on Linux and Windows; it is not the Swift-native macOS build.
05兼容性、维护与安全提示
- The cross-platform `deeptide` CLI (the Bun / Zero-CLI build) requires Bun installed and on PATH at runtime on Linux and Windows; it is not the Swift-native macOS build.
- The agent needs a credential and network access — a DeepSeek API key by default, or a BYOK Anthropic-compatible endpoint; without a credential the GUI only opens in a local-echo mode.
- The native Swift app (`DeepTide.app`) targets macOS 15+ only; Linux and Windows are served by the CLIs / Rust build rather than the native app.
MIT · actively maintained (last push 2026-07-08)
06常见问题
DeepTide 是 DeepSeek Harness(dsh)的插件吗?
不是。DeepTide 是一款为 DeepSeek 打造的独立智能编程助手,不是装进 DeepSeek Harness 的插件。它通过自己的命令行、原生 macOS 应用或桌面 GUI 直接调用 DeepSeek API(或用 BYOK 接入任意 Anthropic 兼容端点)。
如何安装 DeepTide?
macOS 上运行 `curl -fsSL https://deeptide.sh/install.sh | sh` 安装原生版;Linux/Windows 上运行 `bun add -g deeptide`(需要 Bun),或用 `npm install -g deeptide-rs` 安装 Rust CLI + 桌面 GUI。然后用 `tide auth login` / `tide login` 登录,用 `tide doctor` 检查安装。
它使用哪个模型服务商和 API key?
默认使用 DeepSeek API(`DEEPSEEK_API_KEY`),也支持 BYOK 接入任意 Anthropic 协议兼容端点——智谱 GLM、火山引擎、Paean、通义千问、Moonshot、自建网关等——通过 `--base-url` 和 `--api-key` 指定。
这个智能体能做什么?
它以「规划→工具→观察→调整」的多轮循环运行,内置 30+ 工具(文件读写、Shell、网络、MCP、定时任务、子代理)、25+ 斜杠命令、权限模式、Hooks、跨会话项目记忆,以及用 WebFetch 验证链接的 `/deep-seek` 网络调研。
桌面 GUI 和 CLI 共享配置吗?
是的。`deeptide-rs --gui` 读取相同的 `~/.config/tide/settings.json`(及项目级 `.deeptide/settings.json`)、相同的磁盘会话存储和完整工具集,CLI 与 GUI 的配置和会话完全互通。
07相关的 DSH 工作流
open-design
作者 nexu-io
DeepSeek Harness 的开源 AI 设计插件,本地优先桌面应用,让编码智能体变身设计引擎,生成原型、落地页、幻灯片、图片与视频,支持多种格式导出。
picgo
作者 molunerfinn
PicGo:面向高效创作者的图片上传神器,支持 Obsidian、Typora、VS Code 等编辑器,以及 S3、GitHub、Cloudflare R2、Imgur、阿里云 OSS 等 60+ 图床,粘贴即上传。
dsh-desktop
作者 anywhere-labs
为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
openbiliclaw
作者 whiteguo233
本地私有、开源的自进化跨平台 AI 内容发现 Agent:先理解你,再主动从 B站、小红书、抖音、YouTube、X、知乎、Reddit、微博等平台与开放 Web 寻找内容。(支持 deepseek harness 插件) | Local-first open-source cross-platform AI content discovery agent: understands you, then proactively finds content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit, Weibo and the open web.(support deepseek harness plugin)
08数据与来源
An AI coding agent that flows through your codebase like a tide.
DeepTide CLI talks to the **DeepSeek API** by default (matching the DeepTide native app), and can also drive any Anthrop…
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
