Metadata-Version: 2.4
Name: hyctl
Version: 1.0.1
Summary: Hydra (hyctl) — local-first, multi-vendor AI control plane. Routes each task to the cheapest model on your machine that clears your target confidence.
Author: ankit373
License: MIT
Project-URL: Homepage, https://hydra.uvansa.com
Project-URL: Source, https://github.com/ankit373/hydra
Project-URL: Issues, https://github.com/ankit373/hydra/issues
Keywords: ai,llm,orchestration,cli,router,ollama,local-first
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# hyctl

**Hydra** — a local-first, multi-vendor AI control plane. This package installs the `hyctl` CLI.

```bash
pip install hyctl
hyctl init
```

On first run it downloads the prebuilt `hyctl` binary matching this package's version from the [GitHub release](https://github.com/ankit373/hydra/releases), verifies its checksum, and caches it under `~/.cache/hyctl/`. No Go toolchain required.

## Other install methods

```bash
brew tap ankit373/hydra && brew install hyctl          # Homebrew
npm install -g hyctl                                    # npm
npx hyctl init                                          # npx (no install)
curl -fsSL https://raw.githubusercontent.com/ankit373/hydra/main/install.sh | sh   # standalone
```

- Docs: https://hydra.uvansa.com
- Source: https://github.com/ankit373/hydra
- License: MIT
