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 cli to start the interactive CLI, or origin code.or to run a file directly.
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.
Run files straight from the command line: origin code.or, origin script.py.
Test code snippets live. Just type origin cli to start.
Install, update, and uninstall Origin language support with origin install.
| 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 cli
Start interactive CLI
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 in <path>
Change working directory
origin install <lang>
Install a language
curl -fsSL https://docs-origin.onrender.com/cliinstall.sh | sh
irm https://docs-origin.onrender.com/cliinstall.ps1 | iex