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/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
pnpm install
cd apps/cli
pnpm run buildRun the CLI from the repo:
pnpm run start --help