Metadata-Version: 2.4
Name: cx-linux
Version: 0.2.2
Summary: AI-powered package manager for Debian/Ubuntu that understands natural language
Author-email: CX Linux Team <team@cxlinux.com>
License: Apache-2.0
Project-URL: Homepage, https://cxlinux.com
Project-URL: Documentation, https://docs.cxlinux.com
Project-URL: Repository, https://github.com/cxlinux-ai/cx-core
Project-URL: Issues, https://github.com/cxlinux-ai/cx-core/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: anthropic>=0.18.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: openai>=1.12.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typing-extensions>=4.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

# CX Linux

AI-powered package manager for Debian/Ubuntu that understands natural language.

## Installation

```bash
pip install cx-linux
```

## Quick Start

```bash
# Interactive demo
cx demo

# System status
cx status

# Install packages using natural language
cx install "set up a web server with nginx and php"

# Ask questions about your system
cx ask "how much disk space is left?"
```

## Features

- 🧠 **Natural Language** - No exact syntax needed
- 🔍 **Plan Before Install** - Shows you what it will do first
- 🔒 **Hardware Checks** - Prevents incompatible installs
- 📦 **Universal** - Works with apt, brew, npm, pip...
- 🔄 **Safe Rollback** - Undo any installation

## Configuration

Run the setup wizard:
```bash
cx wizard
```

## Documentation

- [Full Documentation](https://docs.cxlinux.com)
- [GitHub](https://github.com/cxlinux-ai/cx-core)

## License

Apache 2.0
