Metadata-Version: 2.5
Name: hiair-cli
Version: 0.1.0
Summary: Run HiAir applies in your own Chrome
Project-URL: Homepage, https://hiair.ai
Project-URL: Repository, https://github.com/hiair-ai/hiair-cli
Project-URL: Issues, https://github.com/hiair-ai/hiair-cli/issues
Author-email: HiAir <admin@hiair.ai>
License: MIT
License-File: LICENSE
Keywords: apply,chrome,hiair,jobs
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=2.0.0
Description-Content-Type: text/markdown

# HiAir CLI

Fill job applications in **your** Chrome, then store them in the HiAir tracker.

## Install

You need [Python 3.11+](https://www.python.org/downloads/) and [pipx](https://pipx.pypa.io/). Google Chrome must be installed for applies.

```bash
pipx install hiair-cli
# or: uv tool install hiair-cli

hiair login
hiair service install
```

After that, the worker starts at login. Queue jobs from the website or copilot; when one arrives, this Mac opens a disposable Chrome, fills the application, and writes the result back. Everyday Chrome can stay open. Logins in the HiAir window do not persist.

`hiair service` is macOS only. To watch a run in the foreground (any OS), use `hiair apply`.

```bash
hiair --version
hiair status
hiair service status
hiair service uninstall
```
