EveryDev.ai
Sign inSubscribe
Home
Tools

2,790+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1916
  • Coding1362
  • Infrastructure646
  • Marketing508
  • Projects459
  • Research417
  • Design399
  • Analytics362
  • MCP249
  • Security249
  • Testing243
  • Data235
  • Integration181
  • Prompts171
  • Learning164
  • Communication163
  • Extensions158
  • Voice140
  • Commerce128
  • DevOps113
  • Web83
  • Finance24
AI Tools by Topic
  • 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
    1. Home
    2. Tools
    3. Conan
    Conan icon

    Conan

    AI Coding Assistants
    Featured

    A native macOS desktop app that wraps Claude Code in a live HUD, surfacing every prompt, tool call, skill, and token as it happens.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Free to download and use with core features.

    Premium: $29 one-time

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsObservability PlatformsAgent Frameworks

    Alternatives

    CC-BeeperUsagebarAgentPeek
    Developer
    WhatMattersAhmedabad, IndiaEst. 2024

    Listed Jun 2026

    About Conan

    Conan is a native macOS desktop application built by thewhatmatters that wraps Claude Code in a real-time observability cockpit. It puts an xterm.js terminal front-and-center alongside a widget HUD showing context, usage, pulse, skills, and MCP servers — all backed by a loopback Node gateway packaged as a Tauri sidecar. The latest release is v1.0.5, published June 14, 2026.

    What It Is

    Conan is a terminal-primary desktop app in the AI coding assistant and agent observability category. Its core job is to make Claude Code sessions fully transparent: instead of watching a scrolling terminal, users see a live timeline of every prompt, tool call, skill firing, and token burn as the agent works. It is built with Tauri v2, React 19, TypeScript, and Tailwind v4, and ships as a signed .dmg for Apple silicon Macs running macOS 13 or later.

    How the HUD Works

    The app is organized around a VS-Code-style tab strip of terminals, each with its own node-pty process running claude in the active working directory. An optional Timeline split panel docks to the right of each terminal tab and shows a chronological log of hook events, skill firings (including heuristic "considered but didn't fire" reasons scored via BM25), TodoWrite/ExitPlanMode plan rows, and /loop cadence. A drag-resizable HUD panel provides five widget tabs:

    • Context — live /context breakdown with a progress gauge, auto-refresh toggle, and a context-pressure toolbar that can trigger /handoff at ≥95% fill.
    • Usage — the /usage session block and all three rate-limit windows, captured from the live pty.
    • Pulse — a stacked area chart of activity throughput over 15m/1h/6h/24h windows.
    • Skills — installed skills with name, description, and last-fired timestamp, grouped User/System.
    • MCP — configured MCP servers with live health status from claude mcp list.

    Architecture and Stack

    The gateway is a TypeScript ESM process (Express 4 + ws + better-sqlite3 + node-pty) that binds loopback-only on port 3747. It exposes a REST API and two authenticated WebSockets — one for hook events and session data, one for the terminal pty. Authentication uses a token plus an Origin allowlist to prevent cross-site WebSocket hijacking (CVE-2025-52882). The Tauri v2 crate spawns the gateway as a bundled-node sidecar on launch and kills it on quit. Storage is SQLite (WAL) at .data/conan.db.

    Skills and MCP Observability

    Conan surfaces the skills and MCP servers that Claude Code has in play during a session. The Skills tab shows each installed skill's name, description (from SKILL.md), source path, and last-fired timestamp. The Timeline panel shows not just when a skill fired but also when it was considered and why it didn't fire — using a BM25 heuristic match against each skill's description. MCP servers show connected, failed, or needs-auth status with a manual refresh.

    Update: Conan 1.0.5

    The latest release, v1.0.5 (June 14, 2026), follows a series of rapid iterations. The v4.x series introduced the Tauri-only architecture (v4.2 removed the web-served UI and headless drive routes), added per-terminal Timeline split panels with skill-considered rows and plan rows (v4.5), and grew the route surface back deliberately in v4.3/v4.4. The roadmap documents (docs/v4.7-licensing-design.md and docs/v4.7-update-design.md) describe upcoming Ed25519 JWT offline licensing via Polar.sh and a Tauri-plugin-updater auto-update path hosted on Cloudflare R2. Windows and Linux support is listed as planned, with a waitlist on the homepage.

    Conan - 1

    Community Discussions

    Be the first to start a conversation about Conan

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

    Pricing

    FREE

    Free

    Free to download and use with core features.

    • Download and run Conan
    • Live terminal with xterm.js
    • Basic HUD widgets

    Premium

    One-time purchase for lifetime 1.x access.

    $29
    one time
    • Lifetime 1.x access
    • All HUD widgets (Context, Usage, Pulse, Skills, MCP)
    • Claude Radio
    • Native macOS notifications
    • Settings/config editor
    • All future 1.x updates
    View official pricing

    Capabilities

    Key Features

    • Live streaming timeline of every prompt, tool call, and skill firing
    • Context window breakdown with per-category token usage and auto-refresh
    • Usage rate-limit window tracking captured from live pty
    • Pulse throughput chart (15m/1h/6h/24h)
    • Skills tab with last-fired timestamps and BM25 heuristic match reasons
    • MCP server health monitoring (connected/failed/needs-auth)
    • xterm.js terminal with VS-Code-style multi-tab support
    • Context-pressure toolbar with /handoff trigger at ≥95% fill
    • Claude Radio built-in ambient audio streaming
    • Native macOS notifications when Claude is waiting for input
    • Settings dialog with editable Claude config
    • SQLite-backed session and event storage
    • Loopback-only authenticated WebSocket gateway

    Integrations

    Claude Code
    Anthropic Claude
    MCP (Model Context Protocol) servers
    Playwright (via automate-browser skill)
    Polar.sh (licensing/payments)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    WhatMatters

    thewhatmatters builds Conan, a native macOS cockpit for Claude Code that surfaces every prompt, tool call, skill, and token in real time. The project is developed in TypeScript with a Tauri v2 desktop shell, React 19 UI, and a loopback Node gateway. The team ships rapid iterative releases and is working toward Windows and Linux support.

    Founded 2024
    Ahmedabad, India
    9 employees

    Used by

    Knav (knav.app)
    Shift (getshift.co)
    Read more about WhatMatters
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    CC-Beeper icon

    CC-Beeper

    A floating macOS desktop widget for Claude Code that shows real-time AI agent status, enables voice dictation, and lets you approve permissions without switching apps.

    Usagebar icon

    Usagebar

    Track Claude Code usage limits and remaining session context directly from your macOS menu bar.

    AgentPeek icon

    AgentPeek

    AgentPeek puts Claude Code and Codex in your Mac notch, letting you monitor live sessions, answer prompts, and manage local dev servers from a single interface.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    536 tools

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    94 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    406 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussion
    2views