Skip to content

Downloads

This page lists the current release policy. The only checked-in download artifact in this workspace is the technical whitepaper. SDKs install from package registries, and binary release tarballs are published only from signed GitHub releases once a release is cut.

Binaries (Linux x64)

ArtifactDistributionUse
chain-node-linux-x64GitHub release artifact after signed release cutSubstrate node binary; boots a dev chain with chain-node --dev --tmp
wallet-cli-linux-x64GitHub release artifact after signed release cutOperator/validator CLI wallet with subxt RPC
mining-cli-linux-x64GitHub release artifact after signed release cutAdmin CLI: chain-spec generation, RFC validation, slash-receipt verification

SDKs

The SDKs are not published to PyPI / npm yet — registry publish is coming soon. Until then, install from source:

ArtifactInstall (source)
Python: orogen-sdkpip install "git+https://github.com/orogen-network/customer-sdk-py"
TypeScript: @orogen/sdknpm install github:orogen-network/customer-sdk-ts
LiteLLM provider: litellm-orogen-providerpip install "git+https://github.com/orogen-network/litellm-backend-driver"

Once the packages are published, the registry installs (pip install orogen-sdk, npm install @orogen/sdk) will work directly.

Whitepaper

orogen-whitepaper.pdf — full plan + RFCs 1–10 in a single document.

Integrity verification

Release artifacts ship with SHA256SUMS and machine-readable metadata in the same signed GitHub release. The docs link linter rejects orogen.network/downloads/* links unless the artifact is present in landing-site/public/downloads/.

Source

Everything is also available at github.com/orogen-network.