dsh plugins中文
← Back to popular plugin directory

Swift native macOS coding agent

paean-ai/deeptide · skills

Built by DeepSeek, for DeepSeek — a Swift-native macOS coding agent.

★ 1,052GitHub stars
134Forks
2026-08-15Last updated
RustLanguage
MITLicense

Project overview

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.

Install command

dsh plugin --profile web add github:paean-ai/deeptide
View GitHub repository ↗Back to popular plugin directory