{"id":48409400,"url":"https://github.com/thenamespace/namera","last_synced_at":"2026-04-11T17:01:17.456Z","repository":{"id":348985165,"uuid":"1187885866","full_name":"thenamespace/namera","owner":"thenamespace","description":"Namera is a programmable wallet layer that enables agents to securely interact with smart wallets using scoped access and defined execution rules.","archived":false,"fork":false,"pushed_at":"2026-04-06T05:25:43.000Z","size":3456,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T05:28:41.539Z","etag":null,"topics":["ai-agents","erc4337","permissions","session-keys","smart-wallet","zerodev"],"latest_commit_sha":null,"homepage":"https://namera.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenamespace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-21T10:12:46.000Z","updated_at":"2026-04-06T05:25:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thenamespace/namera","commit_stats":null,"previous_names":["thenamespace/namera"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/thenamespace/namera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenamespace%2Fnamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenamespace%2Fnamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenamespace%2Fnamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenamespace%2Fnamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenamespace","download_url":"https://codeload.github.com/thenamespace/namera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenamespace%2Fnamera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31684705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","erc4337","permissions","session-keys","smart-wallet","zerodev"],"created_at":"2026-04-06T05:00:59.487Z","updated_at":"2026-04-11T17:01:17.451Z","avatar_url":"https://github.com/thenamespace.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Namera\n\nNamera is a programmable session key layer for smart wallets. It enables wallets to delegate scoped permissions through session keys with programmable policies, designed for agents, automation, and multi-chain execution.\n\n\u003cp\u003e\n   \u003ca href=\"https://github.com/thenamespace/namera/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/thenamespace/namera?label=License\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/thenamespace/namera\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/thenamespace/namera\" alt=\"GitHub stars\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Contents\n\n- [Namera](#namera)\n  - [Contents](#contents)\n  - [Monorepo Structure](#monorepo-structure)\n    - [Apps](#apps)\n    - [Packages](#packages)\n  - [Documentation](#documentation)\n  - [Quick Start](#quick-start)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n    - [Development](#development)\n  - [Contributing](#contributing)\n    - [Development Workflow](#development-workflow)\n    - [Commit Convention](#commit-convention)\n    - [Versioning and Releases](#versioning-and-releases)\n  - [Security](#security)\n  - [License](#license)\n\n## Monorepo Structure\n\nNamera is organized as a Turborepo monorepo using Bun as the package manager.\n\n### Apps\n\n| Package | Description |\n|---|---|\n| [`apps/cli`](apps/cli) | CLI for managing accounts, sessions, wallets and running local MCP server |\n| [`apps/docs`](apps/docs) | Developer documentation built with Fumadocs + Tanstack Start |\n\n### Packages\n\n| Package | Description |\n|---|---|\n| [`packages/sdk`](packages/sdk) | Core TypeScript SDK for smart accounts, session keys, policies, and transaction execution |\n| [`packages/config`](packages/config) | Centralized configurations (tsconfig, Biome, Vitest, tsdown) |\n| [`packages/ui`](packages/ui) | Shared UI components |\n\n## Documentation\n\nFull documentation is available at [namera.ai/docs](https://namera.ai/docs).\n\n- [SDK Docs](https://namera.ai/docs/sdk) — smart accounts, session keys, policies, transactions, signing\n- [CLI Docs](https://namera.ai/docs/cli) — keystore, smart account, session key commands, MCP server\n- [Getting Started](https://namera.ai/docs/sdk/getting-started) — end-to-end guide from installation to first transaction\n\n## Quick Start\n\n### Prerequisites\n\n- **Node.js 18+**\n- **pnpm**: `npm install -g pnpm`\n\n### Installation\n\nClone the repository and install dependencies:\n\n```bash\ngh repo clone thenamespace/namera\ncd namera\npnpm install\n```\n\n### Development\n\nStart all apps in development mode:\n\n```bash\npnpm run dev\n```\n\nBuild all packages and apps:\n\n```bash\npnpm run build\n```\n\nTo build a specific package or app:\n\n```bash\npnpm run build --filter=@namera-ai/sdk\n# or\npnpm run build --filter=@namera-ai/cli\n```\n\nLint and format:\n\n```bash\npnpm run lint\npnpm run lint:check\n```\n\n## Contributing\n\nContributions are welcome. Please read the guidelines below before submitting a PR.\n\n### Development Workflow\n\n1. Fork the repository and create a branch for your changes\n2. Install dependencies with `pnpm install`\n3. Make your changes and ensure tests pass\n4. Run linting with `pnpm run lint`\n5. Open a pull request against `main`\n\nAll PRs should:\n\n- Follow the existing code style (Biome enforces this)\n- Use Effect patterns (`Effect.gen`, `@effect/schema` for validation, tagged error classes)\n- Include tests where applicable\n- Pass CI checks\n\n### Commit Convention\n\nThis repo uses [Conventional Commits](https://www.conventionalcommits.org/). Commit messages should follow this format:\n\n```\n\u003ctype\u003e(\u003cscope\u003e): \u003cdescription\u003e\n```\n\nCommon types:\n\n- `feat`: new feature\n- `fix`: bug fix\n- `docs`: documentation changes\n- `chore`: tooling, config, or maintenance\n- `refactor`: code changes that do not fix bugs or add features\n- `test`: adding or updating tests\n\nExample:\n\n```\nfeat(sdk): add passkey session key support\nfix(cli): resolve keystore decryption edge case\ndocs: update session key policy examples\n```\n\nCommitlint is configured via `lefthook` and will validate commits automatically.\n\n### Versioning and Releases\n\nThis repo uses [Changesets](https://github.com/changesets/changesets) for versioning and publishing.\n\nTo version packages:\n\n```bash\npnpm run changeset\n```\n\nChangesets will guide you through selecting the version bump (major, minor, patch) for each package. The CI pipeline handles publishing when a release PR is merged, and approved by a maintainer.\n\n## Security\n\nPlease report security issues via GitHub Security Advisories: https://github.com/thenamespace/namera/security\n\nDo not open a public issue for security vulnerabilities.\n\n## License\n\nApache 2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenamespace%2Fnamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenamespace%2Fnamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenamespace%2Fnamera/lists"}