publish-orion-release

Installation
SKILL.md

Publish Orion Release

Orion ships three publishable packages:

Channel Package Ships in package
npm orion-notebook CLI + app bundle
PyPI orion-notebook Python launcher only (app bundle downloaded from GitHub release)
PyPI orion-ui Notebook UI library (import orion_ui) for kernel environments

The Python module directory stays python/orion_agent/; only [project].name in python/pyproject.toml is orion-notebook. The orion-ui package is built from python/orion-ui/ and ships python/orion-ui/orion_ui/. Managed Orion runtimes pin orion-ui==<Orion version> via python/orion_agent/managed_packages.py — keep versions in lockstep on every release.

The legacy npm package @nicolasakf/orion-agent should be deprecated after the first orion-notebook npm publish (see registry publish notes).

Orion also ships as three GitHub repos that share the same semver tag (v<version>):

Installs
1
GitHub Stars
5
First Seen
Jun 21, 2026
publish-orion-release — nicolasakf/orion-app