-
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:
- build the solution from the repository root
- run the desktop app or the markdown sample
- connect to a local
codex app-server process or a remote WebSocket endpoint
- use the docs and source tree together as you inspect or extend the application
Start here
Core entry points
- Main shell:
src/CodexGui.App
- App-server client:
src/CodexGui.AppServer
- Markdown libraries and sample:
src/CodexGui.Markdown*
- Solution file:
CodexGui.slnx