> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-ci.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Running OpenCI

> How to run OpenCI

To run OpenCI, execute the following command:

The required files are the GitHub Apps Private Key `.pem` file and the Firebase service account `.json` file that you created on the previous page.

You will also need your Firebase project ID.

<CodeGroup>
  ```bash macOS
  openci_runner runner --pem-path path-to-pem-file \
    --service-account-path path-to-service-account-json-file \
    --project-id project-id
  ```
</CodeGroup>

Running this command will start the OpenCI Runner.
