Metadata-Version: 2.4
Name: cmdop-server
Version: 0.0.4
Summary: Name placeholder for the self-hostable CMDOP relay — run it from the repo (engine not yet packaged).
Project-URL: Homepage, https://cmdop.com/server
Project-URL: Documentation, https://docs.cmdop.com
Project-URL: Repository, https://github.com/commandoperator/cmdop-server
Project-URL: Bug Tracker, https://github.com/commandoperator/cmdop-server/issues
License: Apache-2.0
Keywords: agent,cmdop,placeholder,relay,self-hosted
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# cmdop-server

![CMDOP server — your own self-hostable relay](https://raw.githubusercontent.com/commandoperator/cmdop-server/main/assets/hero-cmdop-server.webp)

> **This PyPI package is a name placeholder.** The CMDOP relay is **not yet
> distributed as an importable package** — you run it from the repository. This
> distribution reserves the `cmdop-server` name so reusable modules (agent
> tooling, APIs) can be published here later without a rename.

**Run your own CMDOP relay** — the self-hostable hub your machines and AI agents
connect through (terminal, remote exec, file ops, tunnels, a built-in AI). Clone
the repo and run it:

```bash
git clone https://github.com/commandoperator/cmdop-server
cd cmdop-server
cp .env.example .env          # set POSTGRES_PASSWORD + INTERNAL_SECRET
just oss-up                   # Postgres + Redis + api + grpc + worker
```

📚 **[docs.cmdop.com](https://docs.cmdop.com)** ·
[Server](https://cmdop.com/server) · [Connect](https://cmdop.com/connect) ·
[Bots](https://cmdop.com/bots) · [SDK](https://cmdop.com/sdk)

## Why a placeholder?

The relay's value is in **running it** (self-hosted, your network, your data), not
in importing it. The engine is tightly coupled across processes, so packaging the
whole thing as one importable library isn't useful yet. We reserve the name now;
when we extract clean, standalone modules, they ship here.

Source + full instructions:
**[github.com/commandoperator/cmdop-server](https://github.com/commandoperator/cmdop-server)**

Apache-2.0.
