Metadata-Version: 2.4
Name: xrig
Version: 0.0.1
Summary: Name placeholder for xrig — a cross-platform agentic coding CLI shipped as a native binary.
Project-URL: Homepage, https://github.com/nnemeth004/xrig
Author: Nicolas Nemeth
Keywords: agent,cli,coding-assistant,llm,ollama
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# xrig (name placeholder)

**xrig is not distributed through PyPI.** It is a cross-platform agentic coding
CLI that ships as a self-contained native binary with no runtime prerequisite.

This distribution exists only so that `xrig` on PyPI resolves to the real
project. Installing it gives you a single command that prints where to get the
actual tool.

## Getting the real thing

```sh
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/nnemeth004/xrig/main/install.sh | sh

# Windows
irm https://raw.githubusercontent.com/nnemeth004/xrig/main/install.ps1 | iex
```
