# GitHub Actions Runner
[](https://github.com/actions/runner/actions)
## Get Started
 [Pre-reqs](docs/start/envwin.md) | [Download](https://github.com/actions/runner/releases/latest)
 [Pre-reqs](docs/start/envosx.md) | [Download](https://github.com/actions/runner/releases/latest)
 [Pre-reqs](docs/start/envlinux.md) | [Download](https://github.com/actions/runner/releases/latest)
**Configure:**
*MacOS and Linux*
```bash
./config.sh
```
*Windows*
```bash
config.cmd
```
## Contribute
We accept contributions in the form of issues and pull requests. [Read more here](docs/contribute.md) before contributing.