Metadata-Version: 2.1
Name: nodary
Version: 0.0.1rc1
Summary: Accountable GPU inference: one control plane, audited operations.
Author: nodary contributors
License: Apache-2.0
Project-URL: Homepage, https://github.com/nodarynet/nodary
Project-URL: Source, https://github.com/nodarynet/nodary
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Go
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# nodary

nodary manages LLM serving across independently controlled machines from one
central control point, with controls and logging over users, usage and models.

This package ships the prebuilt `nodary` binary for your platform. It is the
same artifact served by <https://nodary.net/install.sh>; only the delivery
differs.

```sh
pip install nodary
nodary version
nodary server install      # control plane (Linux, systemd)
nodary node install …      # GPU node   (Linux, systemd)
```

The server and agent require Linux with systemd. macOS wheels provide the
operator CLI.

Documentation: <https://github.com/nodarynet/nodary>
