Support

Need help with Origin? Check out our support resources.

Frequently Asked Questions

How do I install Origin?

Check the Docs for the latest installation instructions for your platform.

Is Origin open source?

Yes! Origin is open source and available on GitHub under the MIT license.

How do I report a bug?

Open an issue on the GitHub issue tracker with a minimal reproduction and your platform details.

Does Origin work on Raspberry Pi?

Yes — install with pip install origin-or. Hardware drivers for GPIO, servo, I2C, and SPI are available via pip install origin-or[pi].

How do I build a standalone binary?

Run origin build my_app.or to compile your script into a standalone executable via PyInstaller.