AlgoNoRhythmDeveloper tools

Flare

A graph-first IDE for agentic coding featuring a live codebase map, integrated terminal, and MCP task collaboration.

  • Full stack
  • Backend
  • Frontend
  • DevOps
  • AI coding
  • Automation
  • Code quality
  • Productivity
  • Desktop
  • Web
  • Windows
  • macOS
  • Linux
  • Browser
  • Self-hostable
  • Runs locally
  • Needs API key
Flare screenshot
Popularity
272 Stars
GitHub stars
Recent activity
8/30/2026
Updated in the last 30 days
License
MIT
Permissive

Why it matters

We look beyond stars: what problem it solves, whether it creates real utility, and what makes its approach worth noticing.

Last 90 days

Problem

Addresses the lack of global context, dependency awareness, and fragmented collaboration workflows when using AI coding assistants in large codebases.

Practical value

Provides real-time visualization of code changes and dependency impacts, with integrated task management and MCP support to improve AI task execution and developer alignment.

Innovation / differentiation

Shifts the IDE core interaction from text files to dynamic dependency graphs, introducing dedicated decision-tracking and collaboration protocols for AI agents rather than simple chat interfaces.

Leverage potential

Leverages the MCP protocol to deeply integrate AI with the IDE, enabling agents to autonomously manage task queues, log design decisions, and handle dependency conflicts.

Why now

Aligns with the evolution of AI programming from simple completion to autonomous agent collaboration, addressing current developer pain points in managing complex projects.

Community activity

In the last 90 days there were 1 new issues and 1 pull requests; the bounded issue/PR samples include 1 issue authors and 1 PR contributors, with 3 releases.

Maintainer responsiveness

The 1-issue window sample had a 0% close rate, and the 1-pull-request sample had a 0% merge rate. Maintainer-comment observations covered only 100% of that issue sample, so response rate and first-response speed are not reported.

1 contributors in PR sample3 releasesPR merge rate 0% · 1 sampled in window

Key highlights

  • Graph-first coding environment featuring a live dependency graph where files are nodes and imports are edges
  • Offers three switchable views including Canvas, Wheel, and Districts, with lenses for activity, risk, and test coverage
  • Maintains local shadow history for snapshotting and reverting changes per file or across the entire tree

Quick start

How it is installed, how hard it is, and where to start.

Where it runs

Runs locally

Difficulty

Medium — some setup needed

Self-hostableRuns locally
  1. 01Build from source or run the Flare desktop application.
  2. 02Open a local codebase folder in Flare to generate the dependency graph automatically.
  3. 03Launch an AI agent (such as claude) in the integrated terminal and assign tasks via the control panel.

Best for

  • Teams that want data on their own servers
  • Developers who want to try it on their machine

More about it

Flare is a graph-first integrated development environment designed for agentic coding, running as a desktop app or served locally to a browser. It centers around a live dependency graph where every file is a node and imports form edges.

Beneath the graph, Flare provides an integrated terminal to run AI agents like Claude, Codex, or Opencode. Agents interact with a control panel via MCP to pick up tasks, record design decisions, and log questions, aligning the human and the agent around a shared project map rather than a chat log.

The review cockpit organizes file modifications into verification bursts, tracks command outputs, and detects agent smells. It also ingests lcov coverage reports and provides lenses to inspect code hotspots, complexity, and import cycles.

Sources

Each field shows its status and source — expand to review.

14 · Expand
  • capability tags

    Verified

    ai_coding, automation, code_quality, productivity

    Source: admin_cms · cms editor · 8/27/2026

  • editor note

    Verified

    {"en":"This project renders your codebase structure into an interactive dependency graph backed by an integrated terminal and task panel. It suits developers managing concurrent AI agent tasks.","zh":"该项目将代码库结构直接渲染为可交互的依赖图谱,并在底层提供集成终端和任务面板。适合需要管理多个 AI 编程智能体并发任务的开发者。"}

    Source: admin_cms · cms editor · 8/27/2026

  • how to use

    Verified

    {"steps":[{"en":"Build from source or run the Flare desktop application.","zh":"从源码构建或运行 Flare 桌面端应用程序。"},{"en":"Open a local codebase folder in Flare to generate the dependency graph automatically.","zh":"在 Flare 界面中打开本地代码库文件夹,系统将自动生成文件依赖图谱。"},{"en":"Launch an AI agent (such as claude) in the integrated terminal and assign tasks via the control panel.","zh":"在内置终端中启动 AI 智能体(如 claude),并通过任务面板创建和分配任务。"}],"installAt":"local","difficulty":"medium"}

    Source: admin_cms · cms editor · 8/27/2026

  • intro

    Verified

    {"en":"Flare is a graph-first integrated development environment designed for agentic coding, running as a desktop app or served locally to a browser. It centers around a live dependency graph where every file is a node and imports form edges.\n\nBeneath the graph, Flare provides an integrated terminal to run AI agents like Claude, Codex, or Opencode. Agents interact with a control panel via MCP to pick up tasks, record design decisions, and log questions, aligning the human and the agent around a shared project map rather than a chat log.\n\nThe review cockpit organizes file modifications into verification bursts, tracks command outputs, and detects agent smells. It also ingests lcov coverage reports and provides lenses to inspect code hotspots, complexity, and import cycles.","zh":"Flare 是一个面向智能体编程的图优先集成开发环境,可作为桌面应用运行或在本地浏览器中访问。其核心是将代码库呈现为实时更新的依赖图谱,文件作为节点,导入关系作为边。\n\n在图谱下方,Flare 提供了一个内置终端,可供运行 Claude、Codex 或 Opencode 等 AI 智能体。智能体通过 MCP 协议与任务控制面板进行交互,领取任务、记录设计决策并提交问题。这使得开发者和智能体能够基于统一的图形界面而非纯文本对话日志协同工作。\n\n内置的审查驾驶舱能够按变更批次(burst)组织代码修改,追踪命令执行状态并检测潜在风险。同时,项目支持导入 lcov 覆盖率报告,并通过多维度的透镜(lens)展示代码热点、复杂度与循环依赖。"}

    Source: admin_cms · cms editor · 8/27/2026

  • Latest release

    Verified

    v2.0.0

    Source: GitHub API · latest_release=v2.0.0 · 9/2/2026

  • License

    Verified

    MIT

    Source: GitHub API · license.spdx_id=MIT · 9/2/2026

  • needs api key

    Verified

    Yes

    Source: admin_cms · cms editor · 8/27/2026

  • One-liner

    Verified

    {"en":"A graph-first IDE for agentic coding featuring a live codebase map, integrated terminal, and MCP task collaboration.","zh":"面向智能体编程的图优先 IDE,提供实时代码库拓扑图、内置终端与 MCP 任务协作面板。"}

    Source: admin_cms · cms editor · 8/27/2026

  • Platforms

    Verified

    windows, macos, linux, browser

    Source: admin_cms · cms editor · 8/27/2026

  • Category hint

    Inferred from materials

    ai-apps

    Source: Project README · hint=ai-apps · 8/16/2026

  • product forms

    Verified

    desktop, web

    Source: admin_cms · cms editor · 8/27/2026

  • role tags

    Verified

    fullstack, backend, frontend, devops

    Source: admin_cms · cms editor · 8/27/2026

  • supports local

    Verified

    Yes

    Source: admin_cms · cms editor · 8/27/2026

  • supports self host

    Verified

    Yes

    Source: admin_cms · cms editor · 8/27/2026

Other verified projects matched by category, capabilities, and intended roles.