Unified CLI + MCP Server for OpenApe
OpenApe agent HTTP gateway — forward proxy with grant-based access control
OpenApe authorization server: grant issuance, revocation, introspection
OpenApe authentication: IdP + SP OIDC protocol logic
Shared types, DNS resolver, JWT, PKCE, validation for OpenApe
OpenApe agent runtime: per-agent process that connects to chat.openape.ai, runs the LLM loop with tools + cron tasks, and streams replies back to owners.
OpenApe Identity Provider Nuxt module — adds user auth, OAuth, admin, and agent management
OpenApe Service Provider Nuxt module — adds OIDC login via DNS-based IdP discovery
openape binary for darwin x64
openape binary for win32 x64
openape binary for win32 arm64
OpenApe Nest — local control-plane daemon that supervises agent processes on this computer. Talks to troop SP for ownership state, spawns/destroys agents via DDISA always-grants, supervises chat-bridge children (replacing per-agent launchd plists).
openape binary for linux arm64
openape binary for linux x64
openape binary for darwin arm64
Shared client-side auth for OpenApe CLIs (apes, ape-plans, ape-tasks, ape-secrets, ape-seeds). Manages the IdP-issued auth.json store, refresh-token rotation, and SP token-exchange (RFC 8693) caching.
OpenApe CLI — install and manage OpenApe components (proxy, sudo, auth)
Grant-aware headless browser for OpenApe — Playwright wrapper with route interception, grants, and delegation login
DEPRECATED: Use @openape/apes instead. Grant-aware CLI wrappers for OpenApe
OpenAPE Grants Nuxt module — adds grant management, agent auth, and approval flows (IdP-only)
Pure prompt-injection classifier for OpenApe chat-bridge. Heuristic by default, pluggable LLM backend. Input: text + sender context. Output: { score: 0..1, reason? }.
Programmatic DDISA IdP and SP server (h3)
CLI for timetrack.openape.ai — time tracking by company and project for humans and AI agents
CLI for chat.openape.ai — shared rooms for humans and agents