Skip to main content

alelyon-os

The open part of the Alelyon Deterministic Quantitative Computational Operating System, as one installable distribution.

pip install alelyon-os
pip install "alelyon-os[sdk]"     # additionally installs httpx, for the API client

Source: https://github.com/TLace03/Alelyon-OS


What is in here

Import What it does
alelyon.verify Verify a Certified Number Envelope by replay against your own copy of the inputs, under a key you pin out of band. Ships the alelyon-verify CLI, the normative spec, and the conformance vectors.
alelyon.runtime.vector.lattice Exact coordinate registration: immutable coordinate contracts, exact target-to-source transforms with a declared loss/invertibility surface, canonical byte encoding with content commitments, a replay checker, and a signed Registration Certificate.
alelyon.runtime.vector.lattice.morphometry Model Morphometry — a canonical (block, module) template for transformer models and an exact registration of a model's native axis order onto it.
alelyon.runtime.common.worktree* Fleet coordination: what several agent sessions in one repository can each observe and declare, stored apart and never merged.
alelyon.runtime.vector.compute A typed dependency DAG with Monte-Carlo uncertainty propagation and variance attribution.
alelyon.platform.sdk Python client for the Alelyon read-only HTTP API. Requires the sdk extra.

Verify a receipt

alelyon-verify selftest          # the bundled conformance suite; needs no network
alelyon-verify verify --envelope receipt.json --data your_extract.json \
    --key <the issuer's public key, obtained OUT OF BAND>

The key must reach you by some path the receipt did not travel. Verifying an envelope against a key embedded in that same envelope authenticates nothing.

What a passing verification means. The committed inputs were not revised after the fact, and the number replays from them under the pinned key. It does not establish that the inputs were true when captured: a producer who fabricates an extract at capture signs a receipt that verifies perfectly. See SPEC-cne-v0.md, shipped inside the wheel.

Things worth knowing before you rely on this

Extras gate dependencies, not files. Every install receives every module listed above. [sdk] adds httpx; it does not change what code is on disk. There is no way to install a subset.

import alelyon.platform.sdk fails without the sdk extra. client.py imports httpx at module scope. This is the one deliberate sharp edge: someone installing this to check a receipt should not also acquire an HTTP client.

This wheel is not minimal, and does not claim to be. Its predecessor alelyon-verify was a wheel containing only the verifier, and said so. That is not true of alelyon-os. What remains true, and is checked against the built artifact on every release, is the boundary: the wheel contains exactly a reviewed allowlist of files and nothing else. The capture engine, the history store, the GUI, the HTTP service, identity and auth, and every signing key are outside it.

Model Morphometry reads no weights. It takes a deterministic inventory from a model runtime's declared metadata and runs no forward pass, so it measures declared architecture and storage precision — and nothing about learned behaviour.

The fleet modules are observational. A claim is not a lock, and a finding's body is self-reported. Nothing in them verifies that another session's declaration is true.

Migrating from the old packages

alelyon-sdk, alelyon-verify and alelyon-mock were separate distributions and have been withdrawn from PyPI. Those project names are no longer registered to Alelyon and may be claimed by anyone; do not install them.

Was Now
pip install alelyon-verify pip install alelyon-os
from alelyon_sdk import AlelyonClient from alelyon.platform.sdk import AlelyonClient
alelyon-verify verify … unchanged — same console script

The SDK's import path changed because the public copy had drifted from the source it was generated from. It is now generated, so the two cannot diverge again.

License

Licensed under either of

at your option. Both texts ship inside the wheel.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this work by you shall be dual licensed as above, without any additional terms or conditions.

Download files

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

Source Distribution

alelyon_os-0.1.0.tar.gz (324.8 kB view details)

Uploaded Source

Built Distribution

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

alelyon_os-0.1.0-py3-none-any.whl (536.8 kB view details)

Uploaded Python 3

File details

Details for the file alelyon_os-0.1.0.tar.gz.

File metadata

  • Download URL: alelyon_os-0.1.0.tar.gz
  • Upload date:
  • Size: 324.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for alelyon_os-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6e8d5a6e6b4859d2bea11158dad2e6fd88c285182ce79d875dcfb3fe6506459d
MD5 597cf87d1481a0a4729e6871b3c02023
BLAKE2b-256 2c21510a0ce78c27ac98a0700a153e0bea5b09a013d0038443da276892931b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for alelyon_os-0.1.0.tar.gz:

Publisher: release.yml on TLace03/Alelyon-OS

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

File details

Details for the file alelyon_os-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: alelyon_os-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 536.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for alelyon_os-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4c6d407d87bafb39864a2e2eafdd3f306fd807a6300dd94aee64d4023daed20
MD5 6f1aebdb96241df5be08c044cc0d0be6
BLAKE2b-256 c49913297c12a9aaad950e201b6558a5487d1c837743d32ed5656093627b6a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for alelyon_os-0.1.0-py3-none-any.whl:

Publisher: release.yml on TLace03/Alelyon-OS

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 Sentry Error logging StatusPage Status page