AIAny
AI Client2025
Icon for item

DeepChat

Desktop AI client that unifies cloud and local LLMs, tool calling (MCP), installable Skills, and ACP agent integration into a single multi-window workspace. Supports local Ollama models, multi-provider configuration, remote control, and privacy-focused local storage.

Introduction

Most AI users end up juggling multiple apps: a provider console, a local model manager, a tool-calling runtime, and ad-hoc scripts to glue them together. DeepChat treats that fragmentation as the problem and wraps models, tools, and agent runtimes into one desktop workspace so you can run multi-model conversations, structured tool calls, and ACP-compatible agents without switching contexts.

What Sets It Apart
  • Native multi-provider + local-model workflow: configure OpenAI-style providers and run local Ollama models side-by-side, so you can prototype with cloud models and switch to local inference without reworking sessions. This reduces friction when testing privacy-sensitive or offline flows.
  • First-class agent protocols: built-in MCP (Model Context Protocol) support for structured tool calling and an ACP (Agent Client Protocol) integration that registers external agents as selectable “models.” That makes agentic tool invocation, debugging, and plan visualization part of the UI rather than a separate engineering effort.
  • Skills and extensibility: installable Skills pack domain instructions, references, and optional scripts to turn conversations into task-specific agents. Combined with the in-app Node.js runtime and Stream/SSE transports, it’s immediately useful for automations that require external calls or execution.
Who It's For and Tradeoffs

Great fit if you want a single desktop environment to manage both cloud and local models, build agentic workflows with structured tool calls, or run ACP-compatible agents with a GUI-driven workspace. It’s less ideal if you need a lightweight web-only client (DeepChat is an Electron desktop app) or a minimal CLI-first tool: expect higher resource usage and desktop-only deployment. Also, while privacy options (local storage, proxies) are provided, long-term enterprise deployments still require careful configuration of API keys and network policies.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.