@coffer-org/meta
v3.0.1
Published
Portable Coffer distribution — install + `npx coffer start`.
Readme
@coffer-org/meta
Portable Coffer distribution.
mkdir my-coffer && cd my-coffer
npm install @coffer-org/meta
npx coffer start # API + web on http://localhost:7023 (PORT to override)Bundles the runtime (@coffer-org/server, @coffer-org/web), the CLI (@coffer-org/cli)
and the base plugin (@coffer-org/plugin-core). It also anchors the runtime version: the
Settings → "Update all" button updates @coffer-org/meta, which cascades cli/server/web/sdk.
Every domain plugin — including @coffer-org/plugin-people — is optional. Install the ones
you want into the same project and restart; they are auto-discovered from
node_modules/@coffer-org/plugin-*.
| Plugin | Domain | Depends on |
| --------------------------------- | ---------------------------------------------------- | --------------------------------- |
| @coffer-org/plugin-people | People / contacts | — |
| @coffer-org/plugin-things | Belongings, storage locations | people |
| @coffer-org/plugin-documents | Personal documents, identity | people |
| @coffer-org/plugin-health | Medicines, tests, visits, body metrics | people |
| @coffer-org/plugin-travel | Trips, flights, bookings | people, things |
| @coffer-org/plugin-finance | Accounts, bills, transactions (Firefly mirror) | things, people |
| @coffer-org/plugin-kitchen | Food items, recipes | things |
| @coffer-org/plugin-devices | Networks, devices, services | things |
| @coffer-org/plugin-drone | FPV drones and parts | things |
| @coffer-org/plugin-home | Home: rooms, materials, meter readings | — |
| @coffer-org/plugin-garden | Plants and their care schedule | — |
| @coffer-org/plugin-media | Movie/series watchlist (Jellyfin sync) | — |
| @coffer-org/plugin-transit | Transit routes and schedules | — |
| @coffer-org/plugin-lab | Field-type demos (developer playground) | people, kitchen, devices, finance |
| @coffer-org/plugin-claude-agent | Claude agent over your data (+ optional RAG) | — |
| @coffer-org/plugin-orchestrator | Routes connector messages to the agent | claude-agent |
| @coffer-org/plugin-telegram | Telegram bot connector | orchestrator |
| @coffer-org/plugin-http | HTTP connector for the agent (localhost only) | orchestrator |
| @coffer-org/plugin-console | MCP setup docs for terminal AI (Claude Code / Codex) | — |
| @coffer-org/plugin-webexport | Static HTML export host | — |
Dependencies are npm dependencies too, so npm install @coffer-org/plugin-health also
installs plugin-people. See INSTALL.md for an install-everything one-liner.
