Metadata-Version: 2.4
Name: mnem-cli
Version: 0.1.6
Summary: Git for knowledge graphs - pip installer for the mnem CLI binary.
Project-URL: Homepage, https://github.com/Uranid/mnem
Project-URL: Repository, https://github.com/Uranid/mnem
Project-URL: Documentation, https://github.com/Uranid/mnem/blob/main/docs/QUICKSTART.md
Project-URL: Changelog, https://github.com/Uranid/mnem/releases
Author: mnem contributors
License: Apache-2.0
Keywords: agent-memory,cli,knowledge-graph,llm,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mnem-cli (pip)

Install the `mnem` CLI via pip:

```bash
pip install mnem-cli
mnem --version
```

On first run `mnem` downloads the correct prebuilt binary for your platform
from the [GitHub release](https://github.com/Uranid/mnem/releases) and caches
it in `~/.mnem_cli/`. Subsequent calls run the cached binary directly.

## Supported platforms

| Platform | Architecture |
|---|---|
| Linux | x86_64, aarch64 |
| macOS | arm64 (Apple Silicon), x86_64 (via Rosetta 2) |
| Windows | x86_64 |

## Alternatives

- **Cargo**: `cargo install --locked mnem-cli --features bundled-embedder`
- **npm**: `npm install -g mnem-cli`
- **Prebuilt binary**: download from [Releases](https://github.com/Uranid/mnem/releases)

## Python bindings

For the Python API (`import pymnem`), install the companion package:

```bash
pip install mnem-py
```

---

Part of the [mnem](https://github.com/Uranid/mnem) project - git for knowledge graphs.
