Swift native macOS coding agent
Built by DeepSeek, for DeepSeek — a Swift-native macOS coding agent.
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.