Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,376+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1543
    • Coding1167
    • Infrastructure522
    • Marketing438
    • Design413
    • Projects377
    • Research348
    • Analytics325
    • Testing213
    • MCP206
    • Data200
    • Security186
    • Integration167
    • Learning154
    • Communication144
    • Prompts139
    • Extensions133
    • Voice122
    • Commerce121
    • DevOps97
    • Web75
    • Finance21
    1. Home
    2. Tools
    3. DeepTide
    DeepTide icon

    DeepTide

    AI Coding Assistants

    A terminal-native AI coding agent built around DeepSeek, offering a Swift-native macOS binary and a cross-platform CLI with local inference support.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Self-host or install via curl/npm.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsCommand Line AssistantsLocal Inference

    Alternatives

    Autohand CodeMastra CodeBeehive
    Developer
    A8E GroupDover, DEEst. 2024$200M raised

    Listed May 2026

    About DeepTide

    DeepTide is an open-source AI coding agent built by A8E Group (via Paean AI) that brings DeepSeek models into a terminal-native workflow. It ships in two flavors: a signed, notarized Swift 6 native binary for macOS 15+ and a cross-platform CLI powered by Zero CLI for Linux, Windows, and macOS. The project is MIT-licensed and its source is publicly available on GitHub under the paean-ai/deeptide repository.

    What It Is

    DeepTide is a terminal-native agentic coding assistant shaped specifically around DeepSeek's long-context reasoning and streaming capabilities. The name combines "DeepSeek" and "tide" (terminal IDE). Rather than wrapping a chat window, it exposes a disciplined tool harness — file I/O, shell execution, git context, MCP servers, hooks, cron jobs, slash commands, and sub-agents — all governed by a shared tide-spec interface contract. The macOS native build is authored in Swift 6 and weighs roughly 15 MB at idle; the cross-platform CLI runs on Bun at roughly 50 MB resident.

    Two Flavors, One Spec

    The project maintains two distinct runtimes that share the same tide-spec contract, so hooks and muscle memory transfer between them:

    • DeepTide for macOS — Swift 6 native binary, signed and notarized, macOS 15+, installed via a one-line curl script from deeptide.sh. Integrates with Keychain auth, Notification Center, terminal title updates, and Apple hardware power checks.
    • DeepTide CLI — Cross-platform (Linux, Windows, macOS), installed via bun add -g deeptide or npm install -g deeptide. A thin redirect to @paean-ai/zero-cli, which contains all CLI source. Provides tide and deeptide aliases.

    Local Inference Path

    DeepTide is explicitly designed to support private, offline inference on Apple Silicon hardware. The repository includes a native local inference runtime under native/: a hard-forked ds4 DeepSeek V4 Flash Metal engine and dsgo, a local OpenAI/Anthropic-compatible gateway. The site states that MacBook Pro, Mac Studio, and Mac mini are supported targets for local DeepSeek V4 Flash inference, with the Q2 build capped at 64k context and a higher-fidelity Q4_K mixed-precision build (153 GiB) available for hosts with 192 GB+ memory. An asymmetric IQ2_XXS + Q2_K + Q8_0 + F16 quant (80.8 GiB) is documented as a size sweet spot for 128 GB Macs and single 80 GB H100 boxes.

    Built-in Capabilities

    The agentic loop follows a plan → tool → observe → adapt cycle with streaming output. The README lists:

    • 30+ built-in tools covering file I/O, shell, web, tasks, MCP, scheduling, and sub-agents
    • 25+ slash commands including /status, /cost, /diff, /init, /permission, and /hooks
    • Permission modes: default, accept-edits, plan, and bypass
    • A hooks engine with pre/post tool, user-prompt, session, and compaction shell hooks
    • Persistent project-scoped memory across sessions
    • Sub-agents definable from markdown files in the project
    • Plan mode for design-before-execution workflows
    • Multimodal context via Paean AI (screenshots and documents described before entering the DeepSeek conversation, using Gemini Flash Lite as a vision bridge)

    Ecosystem and Lineage

    DeepTide is part of the A8E Group product ecosystem, which also includes Clide (a native Mac terminal), Paean AI (the multimodal model gateway and credit routing platform), and 0.works (a practical AI-native work surface). The CLI runtime traces directly to the open-source a8e-ai/zero-cli repository, which is the authoritative source for the CLI engine, tool catalog, and slash command set. BYOK support allows the CLI to drive any Anthropic-protocol-compatible endpoint — including Zhipu GLM, Volcengine, Qwen, Moonshot, and self-hosted gateways — in addition to the default DeepSeek API path.

    Current Status

    The GitHub repository was created in May 2026 and last pushed on May 17, 2026, indicating active early development. The install script supports pinning to specific versions (e.g., v0.6.63 is shown as an example) and custom install directories. The project explicitly notes it is not affiliated with or endorsed by Anthropic, Inc. or DeepSeek (Hangzhou) AI Co., Ltd.

    DeepTide - 1

    Community Discussions

    Be the first to start a conversation about DeepTide

    Share your experience with DeepTide, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Self-host or install via curl/npm.

    • MIT licensed — free to use, modify, and distribute
    • Swift 6 native macOS binary (signed and notarized)
    • Cross-platform CLI via npm/bun
    • DeepSeek API integration (BYOK)
    • 30+ built-in tools

    Capabilities

    Key Features

    • Swift 6 native macOS binary (signed and notarized)
    • Cross-platform CLI via Zero CLI (Linux, Windows, macOS)
    • DeepSeek V4 model integration with long-context and streaming reasoning
    • 30+ built-in tools: file I/O, shell, web, tasks, MCP, scheduling, sub-agents
    • 25+ slash commands (/status, /cost, /diff, /init, /permission, /hooks)
    • Persistent project-scoped memory across sessions
    • Local inference via ds4 Metal engine and dsgo gateway on Apple Silicon
    • Multimodal context via Paean AI (vision bridge using Gemini Flash Lite)
    • Hooks engine: pre/post tool, user-prompt, session, compaction shell hooks
    • Permission modes: default, accept-edits, plan, bypass
    • Sub-agents definable from markdown files
    • Plan mode for design-before-execution workflows
    • BYOK support for Anthropic-protocol-compatible endpoints
    • Keychain auth and Notification Center integration on macOS
    • tide-spec shared interface contract between native and CLI flavors

    Integrations

    DeepSeek API
    Paean AI (multimodal gateway)
    Gemini Flash Lite (vision bridge)
    MCP servers
    Git
    Zhipu GLM
    Volcengine
    Qwen
    Moonshot
    Clide (macOS terminal)
    Zero CLI
    Bun
    npm
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate DeepTide and help others make informed decisions.

    Developer

    A8E Group

    A8E Group builds and operates AI-native developer products including DeepTide, Clide, Paean AI, and 0.works. The team ships tools where AI must survive real users, real costs, and real workflows — prioritizing open models, local inference, and careful engineering over spectacle. Paean AI serves as the multimodal model gateway and credit routing platform across the product line. A8E Group is the company behind the broader Paean product ecosystem.

    Founded 2024
    Dover, DE
    $200M raised
    50 employees

    Used by

    130,000+ Individual Accounts
    Read more about A8E Group
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Autohand Code icon

    Autohand Code

    A fast, terminal-native AI coding agent for planning, editing, testing, and automating work across your codebase from the CLI.

    Mastra Code icon

    Mastra Code

    Mastra Code is a terminal-based AI coding agent that connects to 70+ AI models and provides tools for reading, searching, editing, and executing code directly in your terminal.

    Beehive icon

    Beehive

    Manage multiple GitHub repos, create isolated git workspaces, and run coding agents side-by-side — all from one desktop or terminal window.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    452 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    131 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    104 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    1view
    Discussions