Modular sales platform — every module a process exposing HTTP, WebSocket, and MCP at once, so the orchestrator (model or human) reaches any of them the same way.
The boundary between modules is more design than the modules.
In brief
AenticOS is a modular, locally hosted sales workflow platform in which each module runs as an independent process exposing the same three interfaces: an HTTP REST API, a WebSocket event stream and an MCP server for AI agents. Its shipped module, Sales Monitor, is a Svelte and Tauri desktop app that transcribes live calls with Whisper, detects objections and shows the matching battle card response.
Objection mode: a detected "I'm busy" trigger opens its battle card with nature, psychology, matched response and follow-ups.Sales Monitor dashboard in listening mode: call-type selector, call stage tracker, suggested opener and scripts, live transcript ticker.Settings panel: audio source (system loopback or microphone), block duration and Whisper model selection.
Specification
Surface
Every module: HTTP REST + WebSocket + MCP, one process each