Skip to main content

Quick Install

Run a single command to install Nia:
npx nia-wizard@latest        # npm
pnpx nia-wizard@latest       # pnpm
bunx nia-wizard@latest       # bun (fastest)
yarn dlx nia-wizard@latest   # yarn
This wizard will:
  • Work for both new and existing users
  • Create your account or log you in
  • Generate your API key automatically
  • Auto-detect and configure your IDE
  • Get you running in under a minute
That’s it! The wizard handles everything - just follow the prompts and you’re done.
curl -fsSL https://app.trynia.ai/cli | sh

Choose Your Setup

There are two ways to connect Nia to your coding agent. Both give you access to the same features and tools — they just differ in how they communicate with the Nia API.
Not sure which to pick? If your IDE natively supports MCP (most do), go with the MCP Server. If you prefer a simpler setup or your agent supports skills, try the Agent Skill — it uses direct API calls and can be even more responsive.