插件介绍
Built by DeepSeek, for DeepSeek — a Swift-native macOS coding agent
项目详情摘要
DeepTide Built by DeepSeek, for DeepSeek. An AI coding agent that flows through your codebase like a tide. The name: DeepSeek + tide (terminal IDE). Three flavors, same team | DeepTide for macOS | DeepTide CLI (`deeptide`) | DeepTide CLI Rust (`deeptide-rs`) | **Form factor** | Native macOS app | Cross-platform terminal CLI | Cross-platform terminal CLI **+ native desktop GUI** (`--gui`) | **Runtime** | Swift 6 native binary, ~15 MB idle | Bun, ~50 MB resident | Native Rust binary, ~10 MB on disk, no runtime | **Platforms** | macOS 15+ | Linux · Windows · macOS | Linux · Windows · macOS | **Install** | `curl -fsSL https://deeptide.sh/install.sh \| sh` | `bun add -g deeptide` (this package) | `npm install -g deeptide-rs` | **CLI name(s)** | DeepTide.app | `deeptide`, `tide` | `deeptide-rs` | **Lineage** | 100% authored by DeepSeek V4 | Powered by open-source Zero CLI | Authored under `crates/` in this repo | **Best for** | macOS users who want a tuned native experience | Existing users; richest plugin surface | Headless CI, slow laptops, single-binary deploys | This repository is the **community front door for all three** — docs, FAQ, issue tracking — and is the home of two npm packages: `deeptide` — the current TypeScript/Bun CLI (forwards to `@paean-ai/zero-cli`) `deeptide-rs` — the Rust CLI (ships a native binary via GitHub Releases postinstall) The two CLI packages **do not conflict** — they expose different binary names (`deeptide`/`tide` vs `deeptide-rs`) so you can install both and switch between them freely while we mature the Rust port. The Rust port lives under `crates/`. It is intended to grow into the canonical cross-platform CLI over time, but the `deeptide` package will remain available as long as users find value in it — there is no forced migration. It al
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:paean-ai/deeptide
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。