For the complete documentation index, see llms.txt.

Installation

Install the Namera CLI using package manager, or build from source.

Install the Namera CLI to manage keystores, smart accounts, session keys, and MCP from the terminal. Package manager [#package-manager] Install the CLI globally with your preferred package manager. <CodeBlockTabs defaultValue="npm" groupId="package-manager"> <CodeBlockTabsList> <CodeBlockTabsTrigger value="npm"> npm </CodeBlockTabsTrigger> <CodeBlockTabsTrigger value="pnpm"> pnpm </CodeBlockTabsTrigger> <CodeBlockTabsTrigger value="yarn"> yarn </CodeBlockTabsTrigger> <CodeBlockTabsTrigger value

Installation

Install the Namera CLI using package manager, or build from source.

For the complete documentation index, see llms.txt.

Install the Namera CLI to manage keystores, smart accounts, session keys, and MCP from the terminal.

Package manager

Install the CLI globally with your preferred package manager.

npm i -g @namera-ai/cli

Verify installation:

namera --help

Use without global install

You can also run the CLI through your package manager without installing globally:

npx @namera-ai/cli --help

Build from source

If you want the latest changes or to contribute, build from source:

gh repo clone thenamespace/namera
cd namera
pnpm install
cd apps/cli
pnpm run build

Run the CLI from the repo:

pnpm run start --help