ディレクトリに戻る

deeptide

メンテナンス: 活発

paean-ai/deeptide

DeepSeek 製の Swift ネイティブ macOS コーディングエージェント

GitHub で見るホームページ
$ curl -fsSL https://deeptide.sh/install.sh | sh

1,098

スター

139

フォーク

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

02DeepSeek 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 に組み込むプラグインではありません。独自の CLI、ネイティブ 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 キーを使いますか?

既定では DeepSeek API(`DEEPSEEK_API_KEY`)を使い、BYOK で Anthropic プロトコル互換のエンドポイント——Zhipu GLM、Volcengine、Paean、Qwen、Moonshot、セルフホストゲートウェイなど——にも `--base-url` と `--api-key` で接続できます。

このエージェントは何ができますか?

「計画→ツール→観察→適応」のマルチターンループで動作し、30 以上の内蔵ツール(ファイル I/O、シェル、Web、MCP、スケジュール、サブエージェント)、25 以上のスラッシュコマンド、権限モード、Hooks、永続プロジェクトメモリ、WebFetch で URL を検証する `/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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。