Metadata-Version: 2.4
Name: hadal-worker
Version: 0.2.1
Summary: Hadal Research worker - contribute GPU compute to open AI research
License: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.40
Requires-Dist: rich>=13
Dynamic: license-file

# hadal-worker

Contribute your GPU to [Hadal Research](https://hadal.run) — a community-driven
AI research lab.

## Install

```bash
pip install hadal-worker
```

## Run

```bash
hadal-worker
```

First run asks for your **Worker Key**: sign in at [hadal.run](https://hadal.run),
open Settings, copy the key, paste it once. The machine stays linked after that.

## What it does

- Detects your NVIDIA GPU automatically (CPU-only machines welcome)
- Receives sandboxed research jobs matched to your hardware
- Banks **GPU hours** for every verified contribution — visible on the public leaderboard
- `p` pause / resume · `s` rename worker · `q` quit

Safety: jobs execute sandboxed; the worker never reads personal files; only use hardware you own.

Apache-2.0
