The fastest way to run Origin. One command to install, zero dependencies, works everywhere.
curl -fsSL https://docs-origin.onrender.com/cliinstall.sh | sh
irm https://docs-origin.onrender.com/cliinstall.ps1 | iex
Then run origin to start the interactive REPL.
One command. No Python, no pip, no package managers. Just curl and go.
Create new Origin projects with origin create. Folder structure generated instantly.
Execute .or, .py, and .java files from one interface.
Keep your CLI current with origin update cli. Always on the latest version.
Test code snippets live. Just type origin with no arguments to start.
Diagnose issues with origin doctor. Verifies dependencies and environment.
| Method | Python Required | Standalone | Auto-Update | Best For |
|---|---|---|---|---|
| curl / irm RECOMMENDED | ✓ No | ✓ | ✓ | Quick setup, any machine |
| pip install | Yes (3.10+) | ✗ | ✓ | Python projects, Raspberry Pi |
| Manual download | ✓ No | ✓ | ✗ | Air-gapped systems |
Everything you need from a single binary.
origin
Start interactive REPL
origin <file>.or
Run an Origin file
origin <file>.py
Run a Python file
origin <file>.java
Compile and run Java
origin c <file>.java
Compile a Java file
origin create
Scaffold a new project
origin doctor
Check environment health
origin update cli
Update to latest version
curl -fsSL https://docs-origin.onrender.com/cliinstall.sh | sh
irm https://docs-origin.onrender.com/cliinstall.ps1 | iex