Skip to main content

Moraine — unified trace indexer and MCP server for Claude Code / Codex

Reason this release was yanked:

linux wheels violate glibc compat floor; see https://github.com/eric-tramel/moraine/issues/246

Project description

moraine-cli (PyPI distribution)

This directory packages the Moraine CLI binaries as platform-tagged Python wheels so they can be installed with:

uv tool install moraine-cli
# or
uvx --from moraine-cli moraine --help

The PyPI distribution name is moraine-cli because the shorter moraine is already taken on PyPI by an unrelated InSAR postprocessing tool. The command-line entry points installed by the wheel are the original short names — moraine, moraine-ingest, moraine-monitor, moraine-mcp — so after uv tool install moraine-cli you still run moraine up the same as before.

The wheel contains prebuilt binaries — the exec-shim package (moraine_cli/__init__.py) calls os.execvpe into the bundled moraine, moraine-ingest, moraine-monitor, and moraine-mcp binaries with the bundled web/monitor/dist/ and config/moraine.toml paths exposed via MORAINE_MONITOR_DIST / MORAINE_DEFAULT_CONFIG env vars.

This is a packaging wrapper, not a Python library. It is not the pyo3 binding at bindings/python/moraine_conversations/ — that ships separately.

How wheels are built

Wheels are not produced by maturin, setuptools, or a direct pip wheel . — they are assembled from the already-built moraine-bundle-<target>.tar.gz release artifacts by scripts/build-python-wheels.py.

This keeps the Rust build and the Python packaging cleanly separated and guarantees the wheel contents are byte-identical to the GitHub Releases bundle.

See RFC #219 for the full rationale.

Why building from source is refused

Moraine needs a Rust toolchain and bun to produce the monitor frontend — way out of scope for pip install. The sdist is a stub that raises a clear error:

$ pip install moraine-cli --no-binary moraine-cli
ERROR: moraine ships as prebuilt binary wheels only. Install via a
       platform with a published wheel, or build from source with:
       https://github.com/eric-tramel/moraine#install-from-source

See scripts/build-python-sdist.py.

Install from the main repo

If you want the full source workflow (editable installs, Rust toolchain, development ClickHouse), see the top-level README instead.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moraine_cli-0.4.2rc1.tar.gz (1.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_x86_64.whl (13.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_aarch64.whl (13.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

moraine_cli-0.4.2rc1-py3-none-macosx_11_0_arm64.whl (12.0 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file moraine_cli-0.4.2rc1.tar.gz.

File metadata

  • Download URL: moraine_cli-0.4.2rc1.tar.gz
  • Upload date:
  • Size: 1.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for moraine_cli-0.4.2rc1.tar.gz
Algorithm Hash digest
SHA256 2d475cfbcc61a7750d86e153f38f07db24c46c99e25d3ac05566481e7f9e44e4
MD5 91901b8fbf34d06af3b5a782fd7bc87f
BLAKE2b-256 0c5b757dc2af84128ae9c4a00a078be2b938a49da7ee261247eb8a0423542a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for moraine_cli-0.4.2rc1.tar.gz:

Publisher: release-moraine.yml on eric-tramel/moraine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ed2a356ff9abdb4a1eea28e9b5ef1d723298b1bc99a503935bcf0facc990f065
MD5 849a709a105e77d072dc1c90513cf2c7
BLAKE2b-256 0626c4d9c9212f4dae108af614b796507bcc3268639c0499fdcf395128159b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_x86_64.whl:

Publisher: release-moraine.yml on eric-tramel/moraine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 668f70c8e8b2e2e86faeb3a3dce0d57822dca2c47f44ca483bd18dfcb37ab184
MD5 a1dcd1f57276e5ae576293bac5f29028
BLAKE2b-256 1d1591e97452c1adb04d702ddd2de8d17e249467fd9da699396978c37e3dd93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for moraine_cli-0.4.2rc1-py3-none-manylinux_2_17_aarch64.whl:

Publisher: release-moraine.yml on eric-tramel/moraine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file moraine_cli-0.4.2rc1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for moraine_cli-0.4.2rc1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeca07265e3e498d91333199ffe354ca37f2de908d24488f58a00f12ce1096aa
MD5 6b8231bd761eaf63352ff94853880ba8
BLAKE2b-256 efb14963d2684fea9ce8b8c2941ae8799e2fac2061f4839d5434cb41c5a09055

See more details on using hashes here.

Provenance

The following attestation bundles were made for moraine_cli-0.4.2rc1-py3-none-macosx_11_0_arm64.whl:

Publisher: release-moraine.yml on eric-tramel/moraine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page