Virtual secretary
Reads your inbound Gmail, replies on your behalf to people in your Google Contacts, refuses everyone else with a fixed polite template, and emails you a one-paragraph end-of-day summary.
Install →Try it
Each app below is a small AI agent you install on a machine you control — laptop, desktop, headless home server, VPS, container, NAS, whatever runs Node 22 and Ollama. The model runs locally on that machine; your data never leaves it except to talk to the third party service the app is built around (Google, GitHub, and so on). Every action the agent takes is recorded in a hash-chained audit log on disk.
Reads your inbound Gmail, replies on your behalf to people in your Google Contacts, refuses everyone else with a fixed polite template, and emails you a one-paragraph end-of-day summary.
Install →The installer architecture is template-able. Future apps plug in the same way; the only per-app piece is the credential dance, typed by provider in app.config.json.
Every app is built on the enclawed framework and uses the same public enclawed/framework SDK that any third party can build against. If you want to author your own app, drop an app.config.json under enclawed-apps/<your-id>/, declare its provider type, and the same bash enclawed-apps/install.sh <your-id> flow runs against it.