@conscience-technology/nora
v0.0.8
Published
Drive the Nora platform from your terminal — agents, tools, refinery pipelines, memory, publish/rollback. Ships as a native binary; the npm wrapper downloads the right build for your OS on install.
Readme
@conscience-technology/nora
The nora CLI for the Nora platform, packaged for npm.
Install
One-shot (no install):
npx @conscience-technology/nora auth loginPermanent:
npm install -g @conscience-technology/nora
nora auth loginThe npm package is a thin wrapper — the postinstall step downloads a
prebuilt native binary for your OS/arch from the public release
bucket at https://storage.googleapis.com/conscience-nora-cli. No
GCP or Nora account needed to install; the bucket is anonymous-read.
Requires macOS or Linux on x86_64 or arm64.
Quickstart
nora auth login # OAuth loopback, saves credentials.json
nora auth workspaces list # every workspace on the account
nora auth workspaces switch <id> # pick one
nora flows use <slug> # pin an active flow
nora agents update <agent-id> --set-model gpt-4oFull command reference: docs/guides/cli-reference.md.
Air-gapped installs
Set NORA_BINARY_URL to an internal mirror before npm install — the
postinstall step reads it and downloads nora-<os>-<arch>.tar.gz from
that base URL instead of the public bucket. The URL must include the
version segment (v<version>) so the postinstall picks up the right
build:
NORA_BINARY_URL=https://mirror.internal/nora/v0.0.3 npm install -g @conscience-technology/noraSkipping postinstall
npm install --ignore-scripts skips the download. Grab the tarball
manually from https://storage.googleapis.com/conscience-nora-cli/v<version>/nora-<os>-<arch>.tar.gz,
untar it, and drop the extracted binary at
node_modules/@conscience-technology/nora/bin/nora.
License
Proprietary — see the root LICENSE.
