Metadata-Version: 2.4
Name: cloudmux
Version: 0.0.1
Summary: Launch the Cloudmux multiplayer workspace
Author: Manaflow
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/manaflow-ai/cloudmux
Project-URL: Repository, https://github.com/manaflow-ai/cloudmux
Keywords: cloudmux,agent,terminal,browser,multiplayer
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cloudmux

This package provides the Python entrypoint for Cloudmux. It launches the
canonical npm distribution, so `cloudmux` and `npx cloudmux` use the same
implementation.

Node.js 20 or newer is required.

```sh
pipx run cloudmux
```
