01

Developer quickstart

Getting started1 min read

Install the workspace, configure the local data plane, and run the complete stack.

Nexis is a governed agent control plane for durable runs, tools, sandboxes, connectors, portfolio intelligence, and typed on-chain intents. This path takes a fresh checkout to a working local app.

  1. 1

    Check the environment

    Use the safe environment doctor. It reports missing tools and keys without printing secret values.

    $ node scripts/setup-agent-local-env.mjs --strict
  2. 2

    Install dependencies

    The workspace requires Node.js 22 and pnpm 10.

    $ corepack enable && pnpm install --frozen-lockfile
  3. 3

    Start Nexis

    Launch agent-runtime, tool-gateway, API BFF, and the web application together.

    $ pnpm dev:ai:local

Local app

Open http://127.0.0.1:3120/app, then run pnpm dev:ai:local:check from another terminal.

Was this page helpful?

Edit on GitHub