Metadata-Version: 2.4
Name: vigilante-cli
Version: 1.2.2
Summary: Autonomous GitHub issue runner for headless coding agents (prebuilt vigilante binary)
License: Apache-2.0
Project-URL: Homepage, https://github.com/aliengiraffe/vigilante
Project-URL: Releases, https://github.com/aliengiraffe/vigilante/releases
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# vigilante-cli

Prebuilt-binary distribution of [Vigilante](https://github.com/aliengiraffe/vigilante),
the autonomous GitHub issue runner for headless coding agents.

Each wheel contains no Python code — it ships the already-signed `vigilante`
Go binary for its platform, which pip places on `PATH`:

```sh
pipx install vigilante-cli   # or: pip install / uv tool install
vigilante --help
```

Prebuilt wheels exist for macOS arm64, macOS x86_64, and Linux x86_64. On
other platforms (Windows, Linux arm64) installation fails with instructions;
use Homebrew or a [GitHub release archive](https://github.com/aliengiraffe/vigilante/releases)
instead:

```sh
brew install --cask aliengiraffe/spaceship/vigilante
```

Installing the package delivers the binary only. Vigilante still requires
`git`, an authenticated `gh`, and a locally installed coding-agent CLI
(`claude` by default, or `codex`, `gemini`, `opencode`) — see the
[README](https://github.com/aliengiraffe/vigilante#install) for setup.
