# Installer gitea avec Homebrew, apk, chocolatey, Nix, pacman, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gitea pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gitea
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gitea
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gitea
```

  Preuve: Alpine Linux edge package indexes: gitea from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#gitea
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gi/gitea/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gitea
```

  Preuve: Arch Linux sync databases: gitea from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install gitea
```

  Preuve: Chocolatey community package catalog: gitea from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','fusioninventory-agent'

- Scoop (92%):

```sh
scoop install main/gitea
```

  Preuve: Scoop official bucket manifest trees: bucket/gitea.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:gitea
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.27.1
- **Résumé source:** Painless self-hosted all-in-one software development service
- **Page d'accueil:** <https://about.gitea.com/>
- **Dépôt:** <https://github.com/go-gitea/gitea>
- **Dernière mise à jour:** 2026-07-28T03:39:48Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gitea (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.27.1
## Historique du projet et usages

Gitea is a self-hosted software development service written in Go. It combines Git hosting, code review, issues, pull requests, wiki, packages, project management, and Actions-style CI/CD in a single server that can run across the platforms supported by Go.

### Historique du projet

Gitea's code lineage includes early Gogs commits from 2014, and the Gitea project identity appears in repository history in 2016 as maintainers replaced Gogs branding and prepared the first 1.0 release. Version 1.0.0 was tagged in December 2016, giving the fork a stable release base under the Gitea name.

After the fork, Gitea broadened from lightweight Git hosting into an all-in-one development platform. The official README describes repository hosting, code management, review, issue tracking, kanban boards, wiki, packages, team collaboration, and CI/CD that can reuse GitHub Actions workflows.

### Historique d'adoption

Gitea became important in the self-hosting and package-manager world because it offered a compact alternative to large forge deployments. Its Go implementation, official container image, cross-platform binaries, and presence in major package managers made it easy to deploy on personal servers, small teams' infrastructure, and organizations that prefer owning their source-control service.

The project grew an ecosystem around the core server: official documentation, SDKs, the tea CLI, Gitea Runner, translation infrastructure, cloud offerings, and community-maintained extensions listed through awesome-gitea.

### Modes d'utilisation

Practitioners use Gitea as a private or public Git forge. Administrators configure the server through app.ini, run it as a binary, service, or container, and connect it to databases, SSH, reverse proxies, package registries, and Actions runners.

Developers interact with Gitea much like other Git forges: clone and push repositories, open issues and pull requests, manage releases, publish packages, write wiki pages, and define workflows for CI jobs.

### Pourquoi les passionnés de paquets s'y intéressent

Gitea is a favorite package-manager entry because one formula or system package can install an entire forge with a small operational footprint. It is often chosen by users who want GitHub-like collaboration without outsourcing the service or running a heavier enterprise stack.

### Chronologie

- 2014: Early code lineage begins in the Gogs repository history.
- 2016: Gitea branding and project identity appear in repository history.
- 2016: v1.0.0 is tagged under the Gitea project.
- 2023: Gitea Actions and the runner ecosystem make CI/CD a first-class part of the platform.
- 2026: 1.26.x releases continue the established server release series.

### Related projects

- Gitea is related to Gogs through its origin, to Forgejo through later ecosystem divergence, and to tea, go-sdk, and Gitea Runner as official companion projects.

### Sources

- <https://about.gitea.com/>
- <https://blog.gitea.com/release-of-1.26.3-and-1.26.4>
- <https://docs.gitea.com/>
- <https://github.com/go-gitea/gitea>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $GITEA_CUSTOM/conf/app.ini, custom/conf/app.ini
## Autres enregistrements de gestionnaires de paquets

- Nix - gitea: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitea/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gitea - 1.25.4-r4: normalized package name match | Alpine Linux edge package indexes: gitea from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Self-hosted Git service written in Go | https://about.gitea.com/
- apk - gitea-doc - 1.25.4-r4: normalized package name match | Alpine Linux edge package indexes: gitea-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Self-hosted Git service written in Go (documentation) | https://about.gitea.com/
- apk - gitea-openrc - 1.25.4-r4: normalized package name match | Alpine Linux edge package indexes: gitea-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Self-hosted Git service written in Go (OpenRC init scripts) | https://about.gitea.com/
- pacman - gitea - 1.27.1-1: normalized package name match | Arch Linux sync databases: gitea from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Painless self-hosted Git service, community managed. | https://gitea.io
- Chocolatey - gitea: normalized package name match | Chocolatey community package catalog: gitea from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','fusioninventory-agent'
- Scoop - main/gitea: normalized package name match | Scoop official bucket manifest trees: bucket/gitea.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gitea.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gitea.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
