···1515 identifier: "install-from-package"
1616---
17171818-# Official packages
1818+# Installation from Package
19192020-## macOS
2020+## Official packages
2121+2222+### macOS
21232224Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
2325Following the [deployment from binary](installation/from-binary.md) guide may work,
···2729brew install gitea
2830```
29313030-# Unofficial packages
3232+## Unofficial packages
31333232-## Alpine Linux
3434+### Alpine Linux
33353436Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
3537···3739apk add gitea
3840```
39414040-## Arch Linux
4242+### Arch Linux
41434244The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases.
4345···4547pacman -S gitea
4648```
47494848-## Arch Linux ARM
5050+### Arch Linux ARM
49515052Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages/aarch64/gitea), [armv7h](https://archlinuxarm.org/packages/armv7h/gitea) and [armv6h](https://archlinuxarm.org/packages/armv6h/gitea).
5153···5355pacman -S gitea
5456```
55575656-## Gentoo Linux
5858+### Gentoo Linux
57595860The rolling release distribution has [Gitea](https://packages.gentoo.org/packages/www-apps/gitea) in their official community repository and package updates are provided with new Gitea releases.
5961···6163emerge gitea -va
6264```
63656464-## Canonical Snap
6666+### Canonical Snap
65676668There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
6969+*Note: The Gitea snap package is [strictly confined](https://snapcraft.io/docs/snap-confinement). Strictly confined snaps run in complete isolation, so some of the Gitea functionals may not work with the confinement*
67706871```sh
6972snap install gitea
7073```
71747272-## SUSE and openSUSE
7575+### SUSE and openSUSE
73767477OpenSUSE build service provides packages for [openSUSE and SLE](https://software.opensuse.org/download/package?package=gitea&project=devel%3Atools%3Ascm)
7578in the Development Software Configuration Management Repository
76797777-## Windows
8080+### Windows
78817982There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/).
8083···84878588Or follow the [deployment from binary](installation/from-binary.md) guide.
86898787-## FreeBSD
9090+### FreeBSD
88918992A FreeBSD port `www/gitea` is available. To install the pre-built binary package:
9093···107110108111To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it with `service gitea start`.
109112110110-## Others
113113+### Others
111114112115Various other third-party packages of Gitea exist.
113116To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages).