github.com/secure-build/gitlab-runner@v12.5.0+incompatible/docs/install/index.md (about) 1 --- 2 comments: false 3 --- 4 5 # Install GitLab Runner 6 7 GitLab Runner can be installed and used on GNU/Linux, macOS, FreeBSD, and Windows. 8 There are three ways to install it. Use Docker, download a binary manually, or 9 use a repository for rpm/deb packages. Below you can find information on the 10 different installation methods. 11 12 ## Repositories 13 14 - [Install using GitLab's repository for Debian/Ubuntu/CentOS/RedHat](linux-repository.md) 15 16 ## Binaries 17 18 - [Install on GNU/Linux](linux-manually.md) 19 - [Install on macOS](osx.md) 20 - [Install on Windows](windows.md) 21 - [Install on FreeBSD](freebsd.md) 22 - [Install nightly builds](bleeding-edge.md) 23 24 ## Docker service 25 26 - [Install as a Docker service](docker.md) 27 - [Install on Kubernetes](kubernetes.md) 28 29 ## Autoscale 30 31 - [Install in autoscaling mode using Docker machine](../executors/docker_machine.md) 32 - [Install the registry and cache servers](registry_and_cache_servers.md)