Quickstart
Install Oriyn, connect a product, and run the first simulated experiment.
Install the CLI, authenticate with Oriyn, link your repo to a product, verify status, sync intelligence, then run an experiment from the terminal or web app.
Before You Start
- An Oriyn beta account with access to at least one organization.
- A product with analytics or behavioral data ready to connect.
- A local repo or workspace where
oriyn.jsoncan be committed for agents and teammates. - Bun 1.2 or newer if you install the npm package instead of the standalone binary.
Install And Log In
Recommended installer
curl -fsSL https://oriyn.ai/install.sh | bashoriyn auth loginThe installer downloads a standalone binary for macOS and Linux. Package-manager installs are also available, but the published npm bin runs on Bun.
Package managers
bun add -g oriynLink And Check A Product
Repo setup
cd <your-product-repo>
oriyn link
oriyn statusoriyn link writes an oriyn.json file with the organization and product identifiers. Commit it so agents, CI, and teammates can resolve the same product without guessing.
Run Your First Experiment
Experiment run
oriyn sync
oriyn personas
oriyn experiments run "Replace the free trial with a freemium tier"A good first experiment is one clear product change with a user-visible outcome. Oriyn returns a verdict, convergence score, persona-level reactions, and caveats.