Documentation

This site covers CodexGui from five practical angles:

  • how to build the solution, run the desktop application, and connect to a Codex app-server
  • how the Avalonia shell, transport client, and interactive session workflow fit together
  • how the reusable markdown subsystem is split across the core library and plugin projects
  • how to work on the repository, validate changes, and use the Lunet docs pipeline
  • how the source tree and roadmap are organized today

Read by intent

I want to run CodexGui quickly

Start with:

  1. Getting Started
  2. Overview
  3. Running the App

I want to understand how the desktop client works

Start with:

  1. Application Shell
  2. Shell and Transport
  3. Interaction Model

I want to work on markdown rendering or editor features

Start with:

  1. Markdown Stack
  2. Plugin Ecosystem
  3. Reference

I want to contribute safely

Start with:

  1. Development
  2. Build, Test, and Docs
  3. Repository Structure

Task-first entry points

Sections