Metadata-Version: 2.4
Name: meshclaw
Version: 1.0.0
Summary: Distributed infrastructure toolkit - VPN mesh, secure shell, AI workers
Author-email: meshclaw <meshclaw@example.com>
License: MIT
Project-URL: Homepage, https://github.com/meshclaw/meshclaw
Project-URL: Repository, https://github.com/meshclaw/meshclaw
Project-URL: Issues, https://github.com/meshclaw/meshclaw/issues
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0

# meshclaw

Distributed infrastructure toolkit - VPN mesh, secure shell, AI workers.

## Installation

```bash
pip install meshclaw
```

On first run, the Go binaries will be automatically downloaded.

## Components

| Command | Description |
|---------|-------------|
| `meshclaw` | AI worker runtime |
| `mpop` | Server dashboard CLI |
| `wire` | VPN mesh networking |
| `vssh` | Secure shell over mesh |
| `meshdb` | Local distributed database |
| `vault` | Secrets management |

## Quick Start

```bash
# Initialize configuration
mpop init

# Show server dashboard
mpop

# Start AI worker
meshclaw init my-bot
meshclaw start my-bot
meshclaw chat my-bot
```

## Alternative: curl install

```bash
curl -sL https://raw.githubusercontent.com/meshclaw/meshclaw/main/install.sh | bash
```

## Documentation

See [GitHub](https://github.com/meshclaw/meshclaw) for full documentation.

## License

MIT
