返回目录

deeptide

维护状态: 活跃

paean-ai/deeptide

由 DeepSeek 出品的 Swift 原生 macOS 编程智能体,主打原生流畅体验。

前往 GitHub项目主页
$ curl -fsSL https://deeptide.sh/install.sh | sh

1,099

星标

138

Fork

Rust

语言

MIT

许可证

2026-05-05

创建于

2026-08-22

最近推送

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

安装步骤

  1. 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

  2. 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

  3. 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

  4. 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 适配与能力边界

DSH 适配生态相关

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 promptstreaming 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 approval
  • Persistent memory & sub-agents

    project context and markdown-defined agents / commandspersistent project memory across sessions; custom sub-agents and custom slash commands defined in markdown

    writes project memory and `.deeptide/` configuration
  • DeepSeek web research (`/deep-seek`)

    a `/deep-seek <question>` queryproposed 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.
2026-05-052026-07-08作者未说明

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 的配置和会话完全互通。

08数据与来源

  • 作者声明github.com4604b1757131…

    An AI coding agent that flows through your codebase like a tide.

  • 作者声明github.com4604b1757131…

    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 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。