返回目錄

echobird

維護狀態: 活躍

edison7009/echobird

一鍵安裝並切換模型的外掛,支援 Claude Code、Codex、DeepSeek Harness、Kimi Code、Qwen Code 等眾多智慧體客戶端。

前往 GitHub專案首頁
$ curl -fsSL https://echobird.ai/install.sh | sh

3,182

星數

353

Fork

Rust

語言

MIT

授權條款

2026-02-15

建立於

2026-09-08

最近推送

MIT 授權的桌面中樞(Tauri + Rust),一鍵安裝 DeepSeek Harness 並透過改寫原生設定檔切換模型,Model Nexus 統一管理 OpenAI / Anthropic / 本機 LLM 供應商。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

MIT

01它能幫你完成什麼?

  • Install DeepSeek Harness and other mainstream coding CLIs on any machine from one desktop app

    One-click install plus one-click model switching — EchoBird writes each tool's native config file, so no manual TOML / JSON editing or per-CLI re-login is needed

    Developers and teams setting up AI coding tools (DeepSeek Harness, Claude Code, Codex CLI, Kimi Code, …) on new or heterogeneous machines

  • Centralize model providers so every installed tool uses the same endpoint

    Model Nexus — a unified data hub for OpenAI / Anthropic / local LLMs / API Routers; configure once, all scenarios pick it up, with a one-click latency check before you commit

    Users juggling multiple API keys and providers across coding CLIs and desktop AI apps

  • Run local LLMs on your own machine without manual runtime setup

    Bundled vLLM / SGLang / llama.cpp runtimes — pick a quant, hit START

    Users who want local inference instead of paying for hosted LLM APIs

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Windows, macOS or Linux (x64 + arm64) — EchoBird is a cross-platform Tauri + Rust desktop app
  • PowerShell on Windows, or curl on macOS / Linux, if using the one-line installer

安裝步驟

  1. 01

    Windows (PowerShell): `irm https://echobird.ai/install.ps1 | iex`

  2. 02

    macOS / Linux: `curl -fsSL https://echobird.ai/install.sh | sh` — the script auto-detects your OS and downloads the right package

    $ curl -fsSL https://echobird.ai/install.sh | sh

  3. 03

    Or download a package from the latest release: `EchoBird_<ver>_Windows_x64-setup.exe`, `EchoBird_<ver>_macOS_arm64.dmg`, or `.deb` / `.rpm` for Linux x64 + arm64

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Desktop hub (Tauri + Rust) that one-click installs DeepSeek Harness and switches its model by rewriting the tool's native config file — a companion tool for dsh, not installed inside dsh itself

  • One-click install + one-click model switch for coding CLIs

    any supported CLI — Claude Code, Codex CLI (OpenAI), Grok Build (xAI), Kimi Code, Qwen Code, Aider, OpenCode, MiMo Code, Kilo Code, ZCode, OpenClaw, Pi, OpenScience, Vibe-Tradingtool installed and model switched by rewriting its native config file

    Writes/overwrites each tool's native config file (e.g. `~/.grok/config.toml`, `~/.kimi-code/config.toml`) when switching models
  • Model Nexus unified model hub

    provider credentials for OpenAI / Anthropic / local LLMs / API routersone shared configuration reused by all scenarios, with a one-click latency check before you commit

    Stores provider credentials/configuration centrally for reuse across tools
  • One-click local LLM

    a model + quantization choicelocal inference via bundled vLLM / SGLang / llama.cpp runtimes

    Downloads and runs local LLM runtimes and model weights on your machine
  • Install & Repair Agent + App Manager

    chat requests / installed AI apps and gamesAI-driven install and repair of mainstream tools (locally and remotely); one-click launch and management for every AI / Agent app & game

    Installs and modifies third-party tools on the machine (works locally and remotely)

04適合誰?何時不該用?

適合

  • Developers and teams setting up AI coding tools (DeepSeek Harness, Claude Code, Codex CLI, Kimi Code, …) on new or heterogeneous machines
  • Users juggling multiple API keys and providers across coding CLIs and desktop AI apps
  • Users who want local inference instead of paying for hosted LLM APIs

不適合

  • EchoBird switches models by rewriting each tool's native config file (e.g. `~/.grok/config.toml`) — manual edits you made to those files may be overwritten when you switch models.
  • The one-line installer pipes a remote script into the shell (`irm … | iex` / `curl … | sh`), which downloads and executes code from echobird.ai — review the script first, or download the release packages instead.

05相容性、維護與安全提醒

  • EchoBird switches models by rewriting each tool's native config file (e.g. `~/.grok/config.toml`) — manual edits you made to those files may be overwritten when you switch models.
  • The one-line installer pipes a remote script into the shell (`irm … | iex` / `curl … | sh`), which downloads and executes code from echobird.ai — review the script first, or download the release packages instead.
  • Linux packages ship only as .deb (Debian/Ubuntu) and .rpm (Fedora/RHEL) for x64 + arm64; other Linux distributions have no prebuilt package listed and Windows is x64-only.
2026-02-152026-08-19v5.6.5

MIT · actively maintained (latest release v5.6.5, 2026-08-16)

06常見問題

EchoBird 如何與 DeepSeek Harness 搭配?

DeepSeek Harness 是 EchoBird 支援的編碼 CLI 之一——README 示範了對 DeepSeek Harness 的一鍵安裝 + 模型切換。EchoBird 內建安裝參照並直接改寫工具的原生設定檔,一處安裝,不必手動編輯設定。

一鍵切換模型是如何實現的?

先在 Model Nexus 中設定好供應商(OpenAI / Anthropic / 本機 LLM / API 路由),再把任意支援的工具指向它——EchoBird 會自動改寫該工具的原生設定檔,不必手動編輯 TOML / JSON,也不用逐個 CLI 重新登入。

相容哪些平台?如何安裝 EchoBird?

Windows、macOS、Linux(x64 + arm64)。一行指令安裝:Windows PowerShell 執行 `irm https://echobird.ai/install.ps1 | iex`,macOS / Linux 執行 `curl -fsSL https://echobird.ai/install.sh | sh`;也可從 GitHub Releases 下載 .exe / .dmg / .deb / .rpm 安裝包。

可以不花錢使用本機模型嗎?

可以——EchoBird 內建 vLLM / SGLang / llama.cpp 執行環境,選好量化版本按 START 即可。本機 LLM 與雲端供應商一起顯示在 Model Nexus 中,所有支援的工具都能指向它。

授權條款是什麼?

EchoBird v5.0.0 及之後版本採用 MIT 授權;v4.x 及更早版本維持 AGPL-3.0-or-later。歡迎 Fork(保留 NOTICE 署名),EchoBird 名稱與 UI 外觀在商用重新品牌場景下有限制(見 TRADEMARKS.md)。

08資料與來源

  • 作者聲明github.com971a9fc04c38…

    DeepSeek Harness One-click install + model switch (DEMO)

  • 作者聲明github.com971a9fc04c38…

    EchoBird bundles the install references and **writes each tool's native config file**, so you install from one place and…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。