Get Started with Codex CLI

This guide will walk you through the setup process for getting started with Codex.

Check your environment

  1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start menu.

  2. Setup uno.check by installing or updating the tool with:

    dotnet tool update -g uno.check
    
  3. Run the tool from the command prompt with the following command:

    uno-check
    

    You can optionally add the --target desktop --target web (or ios, android, windows) parameters based on your intended development platforms.

  4. Follow the instructions indicated by the tool.

You can find additional information about uno-check here.

Setting up Uno Platform MCPs

  1. Install Codex CLI using the official commands, for example:

    npm i -g @openai/codex
    # or on macOS
    brew install --cask codex
    
  2. Register the Uno Platform MCPs:

    codex mcp add "uno" --url "https://mcp.platform.uno/v1"
    codex mcp add "uno-app" -- dotnet dnx -y uno.devserver --mcp-app
    
  3. Start Codex CLI and type the following:

    /mcp
    

    This will show the Uno Platform tools available to the agent.

    Important

    The uno-app MCP may fail to load unless Codex is opened in a folder containing an Uno Platform app.

Setting up the Uno Platform Skills

Uno Platform ships a catalog of agent skills — covering areas such as MVUX, navigation, Uno Toolkit controls, theming, and UI testing — bundled in the uno-platform-studio plugin. Once installed, Codex automatically selects the relevant skills as it works on your prompts.

From a terminal, install the plugin:

codex plugin marketplace add unoplatform/studio
codex plugin install uno-platform-studio@uno-platform

For the full skill catalog, update instructions, and other installation options, see Skills & Plugins.

Next Steps

Now that you are set up, let's create your first app.

Uno TechBite

Getting Started with Uno Platform & Codex CLI - Video Walkthrough: