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/cliVerify installation:
namera --helpUse without global install
You can also run the CLI through your package manager without installing globally:
npx @namera-ai/cli --helpBuild 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 buildRun the CLI from the repo:
bun run start -- --help