Metadata-Version: 2.4
Name: brokk-anvil
Version: 0.24.4
Summary: Checksum-verified launcher for the native Anvil ACP server
Project-URL: Homepage, https://anvil.brokk.ai/
Project-URL: Documentation, https://anvil.brokk.ai/install/
Project-URL: Repository, https://github.com/BrokkAi/anvil
Project-URL: Issues, https://github.com/BrokkAi/anvil/issues
Author-email: foundev <86598053+foundev@users.noreply.github.com>
Maintainer-email: foundev <86598053+foundev@users.noreply.github.com>
License-Expression: LGPL-3.0-only
License-File: LICENSE
Keywords: acp,agent-client-protocol,anvil,brokk,cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Android
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# brokk-anvil

`brokk-anvil` installs the native [Anvil](https://anvil.brokk.ai/) ACP server
through Python package managers such as [uv](https://docs.astral.sh/uv/).
It does not compile Anvil and does not require a Rust toolchain.

```bash
uv tool install brokk-anvil
anvil --version
```

The Python package and native binary use the same version. On first run, the
launcher downloads that exact GitHub release archive and its `.sha256`
sidecar, verifies the archive, and caches only the expected `anvil` executable.
See the [installation guide](https://anvil.brokk.ai/install/#uv) for supported
platforms, upgrades, pins, cache behavior, and uninstall instructions.
