# open-dmo

An aware AI DMO office in your terminal: it runs a data management office as
software on your own local LLM. Work lives on a Board; every person in the
office is paired with a capability-backed agent. No cloud, no telemetry, no
data leaves the entity.

## Install

```bash
npm i -g opendmo
# or, without Node:
curl -fsSL https://cdn.jsdelivr.net/npm/opendmo/install.sh | bash
```

Then join your office (`opendmo employee create` — auto-finds office-join.yaml)
or stand up a new hub (`opendmo hub create`). Update with `npm i -g opendmo@latest`.

## License

Closed-source freeware: free to install and use, including internal commercial
use; modification, redistribution, and reverse engineering are prohibited. See
LICENSE. This package installs a compiled binary via the platform package
(`opendmo-linux-x64`); bundled open-source component notices ship in
THIRD-PARTY-NOTICES.md.
