-
Home
-
Docs
-
Getting Started
Getting Started
CodexGui is a .NET 10 solution centered around an Avalonia desktop client. The fastest way to get productive is:
- initialize the ProMarkdown submodule
- build the solution from the repository root
- run the desktop app
- connect to a local
codex app-server process or a remote WebSocket endpoint
Start here
Core entry points
- Main shell:
src/CodexGui.App
- App-server client:
src/CodexGui.AppServer
- Markdown dependency:
external/ProMarkdown
- Solution file:
CodexGui.slnx