Skip to content

Dimension-AI-Technologies/Entropic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropic

Real-time monitoring dashboard for AI coding agents (Claude Code, OpenAI Codex, Google Gemini). Track TODO lists, session history, git repositories, and commit activity across all your projects from a unified desktop interface.

Overview

Entropic is a cross-platform companion application that ingests session and history data from multiple AI coding assistants, merges them into a unified provider-aware data model, and renders a live dashboard with project activity, session diagnostics, and maintenance tooling.

The primary implementation is a .NET 10 / Avalonia desktop app (F# core + C# GUI). Legacy Electron/TypeScript, PowerShell, and Bash monitors are also included in the repo.

Quick Start (.NET Desktop App)

cd source/dotnet
dotnet build Entropic.slnx
dotnet run --project Entropic.GUI/Entropic.GUI.csproj

Auto-detects agent data under ~/.claude, ~/.codex, and ~/.gemini. No configuration required.

Core Features

  • Live TODO Tracking — Per-project and global TODO views with real-time updates
  • Session History — Rendered JSONL transcripts per session (markdown, code blocks)
  • Multi-Agent Support — Unified view across Claude Code, Codex, and Gemini
  • Git Integration — Repository discovery, ahead/behind status, language detection
  • Commit View — Per-repo commit history on demand
  • Chat View — Full transcript rendering with 4 display modes (WebView, plain, inline runs, AvaloniaEdit)
  • Keyboard-driven — Ctrl+1–5 tab switching, F5 refresh, F1 help

Documentation

Alternative Implementations

Project Structure

Entropic/
├── source/
│   ├── dotnet/         # Primary: F# Core + C# Avalonia GUI
│   ├── typescript/     # Legacy Electron GUI
├── powershell7/        # PowerShell terminal monitor
├── bash/               # Bash terminal monitor
├── Structure.md        # Detailed directory layout
├── Hexagon.md          # Hexagonal architecture design

License: MIT — Authors: Dimension Zero, Jameson Nyp

About

Centralized GUI & CLI tools for Claude Code, OpenAI Codex, and Google Gemini that track TODOs, chat history, and Git history across every discovered repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 55.8%
  • TypeScript 23.3%
  • PowerShell 7.9%
  • C# 6.8%
  • F# 3.0%
  • CSS 2.2%
  • JavaScript 1.0%