openai / codex
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 9 components.
  • 1,681 files, 513,259 LOC (100.0% vs. main code).
  • "codex-rs" is biggest, containing 97.47% of LOC.
  • ".devcontainer" is smallest, containing 0.01% of LOC.


codex-rs500249 LOC (97%) 1,590 files
sdk5196 LOC (1%) 33 files
scripts3043 LOC (<1%) 20 files
.codex1657 LOC (<1%) 5 files
.github1656 LOC (<1%) 11 files
tools622 LOC (<1%) 14 files
ROOT400 LOC (<1%) 6 files
codex-cli372 LOC (<1%) 1 file
.devcontainer64 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
codex-rs4703 commits (67%)
sdk57 commits (<1%)
scripts31 commits (<1%)
.github27 commits (<1%)
ROOT23 commits (<1%)
codex-cli13 commits (<1%)
.codex10 commits (<1%)
tools5 commits (<1%)
.devcontainer1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2026 2025
codex-rs
3317
1386
sdk
31
26
scripts
25
6
.github
21
6
ROOT
16
7
codex-cli
7
6
.codex
10
tools
5
.devcontainer
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G codex-rs codex-rs codex-rs--codex-rs 2409 .github .github codex-rs--.github 12 scripts scripts codex-rs--scripts 3 .codex .codex codex-rs--.codex 2 sdk sdk sdk--sdk 19 sdk--codex-rs 5 codex-cli codex-cli sdk--codex-cli 1 .github--.github 6 scripts--scripts 10 codex-cli--scripts 6 ROOT ROOT ROOT--codex-rs 6 ROOT--ROOT 3 ROOT--.github 1 tools tools tools--tools 4 tools--codex-rs 2 .codex--.github 1 .codex--.codex 1


2026-06-05 13:16