Open-source agent daemon
The daemon is described as a five-megabyte Rust binary with a long-lived session loop. Clients attach to it instead of provisioning a separate server or dashboard.
CrabTalk is an open-source agent platform with a Rust daemon, an OpenAI-compatible LLM gateway, and a macOS dashboard. It is aimed at users who want shared agent sessions, multi-provider routing, and visible request and cost tracking.
CrabTalk is an open-source agent platform centered on a Rust-based daemon, an LLM gateway, and a macOS dashboard. The site positions it as a way to keep one agent reading the work you usually check in many places, then surface that work through a shared session rather than multiple disconnected tools.
The daemon is the core of the product: a long-lived process that clients attach to from the outside, with visible messages and tool calls. CrabLLM provides the gateway layer for routing OpenAI-compatible requests across providers, and CrabDash gives a menubar view of requests, models, and spend on macOS.
The daemon is described as a five-megabyte Rust binary with a long-lived session loop. Clients attach to it instead of provisioning a separate server or dashboard.
Messages, tool calls, events, and bytes are shown in the stream. The site frames this as a transparent execution model for terminal clients and other attached apps.
CrabTalk says tools, commands, and extensions run in separate spaces so one failure does not bring down the rest of the chat.
The daemon sorts conversations into topic lanes, so work and personal threads can stay separated without manually opening new chats.
The site says the recall layer is built on SQLite internals for indexed retrieval that stays fast and compact as data grows.
CrabLLM accepts one OpenAI-compatible endpoint and translates requests to providers such as Anthropic, Bedrock, Azure, Gemini, and Ollama, with features including retries, failover, streaming passthrough, cache, rate limits, and budget controls.
Use CrabTalk when you want an agent that stays attached to a shared session instead of living inside a single client window. The daemon model is meant for terminal use as well as bots, cron jobs, and dashboards that connect to the same underlying process.
Use CrabLLM when you need one OpenAI-compatible endpoint that can route requests to more than one provider. The source shows support for Anthropic, Bedrock, Azure, Gemini, and Ollama, which makes it suitable for teams that want a single integration surface.
Use the gateway controls when you need request-level guardrails such as per-key access control, rate limits, usage tracking, spend caps, retries, or caching. The product copy ties these controls to the gateway rather than to a separate policy service.
Use CrabDash if you want request traces, model usage, and spending visible in macOS menubar space. The dashboard is presented as a companion for both the gateway and daemon, with local model routing through MLX-ready models.
Use the daemon when you want agents and tools to keep working independently instead of failing as a single unit. The site explicitly describes isolated execution so one broken tool does not stop the rest of the session.
CrabTalk is an open-source agent daemon written in Rust. The site describes it as a five-megabyte binary that keeps a long-lived session open so clients can attach to it.
The source shows a one-line install flow for the daemon (`curl -sSL https://crabtalk.ai/install | sh`) and a separate one-line install for CrabLLM (`cargo install crabllm crabctl`). CrabDash is available as a macOS `.dmg` download.
CrabLLM accepts an OpenAI-compatible request format and routes to providers including Anthropic, Bedrock, Azure, Gemini, and Ollama. CrabTalk uses a daemon model where clients attach to a shared session.
The CrabTalk page says the daemon is designed so multiple clients can attach from outside the process, including CLI tools, bots, scheduled jobs, and dashboards. It also says tools and commands run in separate spaces so one failure does not stop the rest.
The pricing page currently returns a 404, so the provided source does not confirm pricing details, plan structure, or a free tier.
AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.
AgentMail is an email inbox API for AI agents that lets developers create, send, receive, and search messages through REST APIs and SDKs. It supports agent workflows such as threaded replies, verification, customer support, scheduling, and inbox-based approvals.
Benchspan is an AI agent security platform that discovers agents, blocks prompt injection and data exfiltration in real time, and supports pre-launch red teaming. It is aimed at teams running agents in production and includes Python and TypeScript SDKs.
Lasso is an ecommerce product data platform for enriching catalog records, processing supplier files, generating product content, and monitoring competitors. It combines a web app with a REST API, SDK, and MCP server for teams and developers.
Codex Plugins bundle reusable skills, app integrations, and MCP servers into workflows you can install in the Codex app or use from Codex CLI. They help extend Codex with connected-service tasks, reusable instructions, and shared team workflows.
Wallie is an open-source AI streamer that watches your screen, hears chat, and generates live commentary in a configurable persona. It runs locally on your machine with your own keys and is aimed at faceless content, autonomous streams, and real-time reactions.