Metadata-Version: 2.4
Name: meshclaw-go
Version: 1.2.54
Summary: meshclaw — AI-native operations runtime: installs the official Go binary from GitHub Releases
Author-email: zeus <zeus@zeus.kim>
License-Expression: MIT
Project-URL: Homepage, https://github.com/zeus-kim/meshclaw-public
Project-URL: Repository, https://github.com/zeus-kim/meshclaw-public
Keywords: meshclaw,vssh,operations,runtime,mcp
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# meshclaw-go

`pip install meshclaw-go` installs a thin launcher that downloads the official
`meshclaw` Go binary for your platform from
[GitHub Releases](https://github.com/zeus-kim/meshclaw-public/releases) on first
run and forwards all arguments to it.

```sh
pip install meshclaw-go
meshclaw --version
```

The binary is cached in `~/.local/bin/meshclaw`. To build from source instead,
see the repository root README (`go build -o ./bin/meshclaw ./cmd/meshclaw`).
