Install
Rubric Studio Open has three public entry points. Start with the browser IDE if you want to evaluate the app immediately, then install the desktop app or CLI when you want local projects, native file dialogs, and repeatable exports.
Browser IDE
Open the hosted browser edition:
https://rubric-studio.auraone.ai
The browser IDE uses local project state and BYO provider keys. It does not require an AuraOne account for the sample project.
Desktop app
The macOS Apple Silicon DMG is published through GitHub Releases:
https://github.com/auraoneai/rubric-studio-open/releases/download/v0.1.0/Rubric.Studio.Open_0.1.0_aarch64.dmg
Verify the release fingerprint before opening the app on a new machine:
ac3e98745dd9f7aa60fb9a3fc90cbec9df1ac27876db379c461aebb537886fc4
Release notes:
https://github.com/auraoneai/rubric-studio-open/releases/tag/v0.1.0
CLI companion
Use the CLI when you want to validate, score, and export from CI or a terminal:
pipx install rubric-studio-open
rubric --help
If a registry package is not yet visible in your environment, use the public source repository until package publication finishes:
git clone https://github.com/auraoneai/rubric-studio-open.git
cd rubric-studio-open
pnpm install
pnpm build