SVG Definitions

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

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
bun install
cd apps/cli
bun run build

Run the CLI from the repo:

bun run start -- --help