Creating an app with Codex CLI
To get started with Codex CLI for Uno Platform development:
Create a new project using the Uno Platform Live Wizard, or
dotnet newdotnet new unoapp --tfm net10.0 -o MyNewAppChange your directory to be in the folder containing the new project (e.g.,
cd MyNewApp)Run the following command:
dnx -y uno.devserver loginThe Uno Studio app will allow you to sign in or create an account and get access the Uno App MCP.
If running on linux or macos, run the following:
export NUGET_PACKAGES=`pwd`/.nugetOpen Codex in the folder of the app
codex --sandbox workspace-write --ask-for-approval on-request
Next Steps
You can start developing with Codex.