banner

Roadmap

KOGENT is the security infrastructure for agentic systems. It ships with production agents built on top of that infrastructure. The roadmap below covers both tracks: the security layer and the agents that run on it.

Q2 2026

Initial launch. Brand, website, and documentation go public. ERC-8004 AgentRegistry is deployed to Ethereum testnet.

  • Vigil for macOS: The first production agent. Autonomous personal assistant that runs in the macOS menubar. Integrates with Microsoft calendar, inbox, and Teams. Monitors in the background, surfaces what matters, and acts on your behalf when you set it up to do so. Chat interface and morning briefs included. Cloud mode uses Claude Opus 4.7. Local mode uses ollama and is fully offline. Credentials stored in macOS Keychain with Secure Enclave support on Apple Silicon.
  • Verification: Every agent action produces a signed audit receipt bound to the agent's ERC-8004 identity. Receipts are tamper-evident, chained, timestamped, and inspectable by any party holding the agent's public key.

Q3 2026

Platform expansion and policy layer. Vigil ships on Windows, iOS, and Android. Policy enforcement and data privacy enter the security stack.

  • Vigil for Windows: Native Windows app with the same cloud and local AI modes. Credentials stored in Windows DPAPI.
  • Vigil for iOS and Android: Mobile apps with push notifications, calendar and email monitoring, and chat. Local mode where hardware supports it.
  • Identity: Agents register a cryptographically verifiable on-chain identity via ERC-8004. Portable, non-custodial, and resolvable across EVM-compatible chains. Supports delegation so agents can act on behalf of a principal without inheriting full authority.
  • Rules: Agents execute under enforceable policy definitions. Supports spending limits, time-based constraints, domain controls, and action-type restrictions. Policies are evaluated at runtime before any action fires.
  • Sieve: PII stripping layer that intercepts input before it reaches any model. Names, addresses, and identifiers are detected and removed on-device. Values are restored locally after the model call.
  • ClawHub beta: skill registry for publishing and resolving verified OpenClaw skills

Q4 2026

Private transactions and on-chain infrastructure.

  • Specter: ZK-backed private payment layer for agents. Uses Pedersen commitments, range proofs, and nullifiers to keep transaction amounts hidden from the processor. Validity is provable without disclosure.
  • ERC-8004 mainnet deployment to Ethereum following testnet validation
  • $KGNT token design and distribution model published

2027

Reputation, network effects, and full ecosystem activation.

  • Reputation: Agents attest to other agents using signed reputation claims anchored to ERC-8004 identities. Trust scores propagate across the network based on verified interaction history.
  • $KGNT token launch with staking, publishing fees, and on-chain reputation weighting
  • ClawHub marketplace: permissionless skill publishing and resolution across the network
  • Cross-framework agent support: KOGENT security primitives available outside the OpenClaw runtime