# fossil mit Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fossil in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:fossil
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install fossil
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fossil
```

  Evidenz: MacPorts ports tree: devel/fossil/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fossil
```

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

- Debian apt (92%):

```sh
sudo apt install fossil
```

  Evidenz: Debian stable package indexes: fossil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install fossil
```

  Evidenz: Fedora Rawhide package metadata: fossil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#fossil
```

  Evidenz: nixpkgs package indexes: fossil from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S fossil
```

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

- zypper (92%):

```sh
sudo zypper install fossil
```

  Evidenz: openSUSE Tumbleweed package metadata: fossil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install fossil
```

  Evidenz: Chocolatey community package catalog: fossil from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'

- Scoop (92%):

```sh
scoop install main/fossil
```

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

- winget (92%):

```sh
winget install --id Fossil.Fossil -e
```

  Evidenz: Windows Package Manager source index: Fossil.Fossil from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:fossil
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/fossil>
- **Version:** 2.28
- **Quellzusammenfassung:** Distributed software configuration management
- **Homepage:** <https://www.fossil-scm.org/home/>
- **Upstream-Dokumentation:** <https://www.fossil-scm.org/home/>
- **Lizenz:** BSD-2-Clause
- **Quellarchiv:** <https://fossil-scm.org/home/tarball/version-2.28/fossil-src-2.28.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-09T15:23:07+02:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- fossil (cli)
- fossil (Alias)

## Abhängigkeiten

- openssl@3

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 2.28
- Manager aktualisiert: 2026-06-09
- lokale Daten: OK
- Upstream-Repository: https://www.fossil-scm.org/home/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

Fossil is a distributed software configuration management system that combines version control with tickets, wiki, forum, chat, documentation, technotes, a web UI, and role-based access control in one self-contained executable.

### Projektgeschichte

Fossil is developed in its own Fossil repository and has self-hosted since 2007-07-21. The official site states that cloning the self-hosting repository gives more than source code: it includes the project website, documentation, tickets, and related history.

The project was designed around SQLite-backed repository storage, a durable file format, autosync, ordinary HTTP(S) or SSH networking, and a single executable that can serve both local CLI workflows and a hosted project website.

### Adoptionsgeschichte

Fossil occupies a different niche from Git: it is adopted by users who want an integrated project system and easy self-hosting rather than separate services for code, issues, wiki, and discussion. The official self-hosting page documents multiple public Fossil repositories kept in sync, plus a GitHub mirror exported from Fossil.

As a package, it is broadly available because installation is simple: download or build one binary and place it on `PATH`. The supplied package facts show availability through Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, Winget, Chocolatey, and other managers.

### Wie es verwendet wird

The official quick start is `fossil init`, `fossil open`, `fossil add`, `fossil commit`, and `fossil ui`. That last command starts the built-in web interface, which is central to Fossil's identity as more than a plain VCS.

### Warum Paket-Nerds sich dafür interessieren

Fossil matters to package nerds because it is source control, project hosting, and release infrastructure packaged as one small binary. It challenges the normal Unix packaging pattern of composing many tools by shipping a complete forge-like workflow in a single executable backed by SQLite.

### Zeitleiste

- 2007: Fossil began self-hosting on 2007-07-21.
- 2017: One public mirror moved to a low-cost VPS, according to the self-hosting documentation.
- 2024: Version 2.25 was released on 2024-11-06.
- 2025: Version 2.27 was released on 2025-09-30.
- 2026: Version 2.28 was released on 2026-03-11.

### Related projects

- Fossil is closely related to SQLite through authorship, hosting, and its SQLite-backed storage model. Its official comparison discusses Git and Mercurial as peer distributed VCS tools, and its self-hosting documentation describes a GitHub mirror generated from Fossil.

### Quellen

- <https://www.fossil-scm.org/home>
- <https://www.fossil-scm.org/home/doc/trunk/www/build.wiki>
- <https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki>
- <https://www.fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki>
- <https://www.fossil-scm.org/home/doc/trunk/www/index.wiki>
- <https://www.fossil-scm.org/home/doc/trunk/www/selfhost.wiki>
- <https://www.fossil-scm.org/home/timeline?t=release>


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- infrastructure mutation or orchestration signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fossil
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - fossil - 1:2.26-2: normalized package name match | Debian stable package indexes: fossil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | DSCM with built-in wiki, http interface and server, tickets database | https://fossil-scm.org
- Nix - fossil: normalized package name match | nixpkgs package indexes: fossil from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - fossil - 1:2.23-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: fossil from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | DSCM with built-in wiki, http interface and server, tickets database | https://fossil-scm.org
- apk - fossil - 2.28-r0: normalized package name match | Alpine Linux edge package indexes: fossil from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple, high-reliability, distributed software configuration management | https://www.fossil-scm.org/
- apk - fossil-bash-completion - 2.28-r0: normalized package name match | Alpine Linux edge package indexes: fossil-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for fossil | https://www.fossil-scm.org/
- apk - fossil-zsh-completion - 2.28-r0: normalized package name match | Alpine Linux edge package indexes: fossil-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for fossil | https://www.fossil-scm.org/
- dnf - fossil - 2.28-6.fc45: normalized package name match | Fedora Rawhide package metadata: fossil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A distributed SCM with bug tracking and wiki | https://www.fossil-scm.org/
- dnf - fossil-doc - 2.28-6.fc45: normalized package name match | Fedora Rawhide package metadata: fossil-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Fossil documentation | https://www.fossil-scm.org/
- pacman - fossil - 2.28-1: normalized package name match | Arch Linux sync databases: fossil from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Simple, high-reliability, distributed software configuration management | https://www.fossil-scm.org
- zypper - fossil - 2.28-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fossil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Distributed software configuration management | https://fossil-scm.org/
- MacPorts - fossil: normalized package name match | MacPorts ports tree: devel/fossil/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - fossil: normalized package name match | Chocolatey community package catalog: fossil from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'
- Scoop - main/fossil: normalized package name match | Scoop official bucket manifest trees: bucket/fossil.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Fossil.Fossil: normalized package name match | Windows Package Manager source index: Fossil.Fossil from https://cdn.winget.microsoft.com/cache/source.msix


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [openssl@3](https://pkg.so/de/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [jj](https://pkg.so/de/brew/jj/) - Shares pkgdb curated category or tags: cli, developer-tools, scm, version-control.
- [mercurial](https://pkg.so/de/brew/mercurial/) - Shares pkgdb curated category or tags: cli, developer-tools, scm, version-control.
- [cvs](https://pkg.so/de/brew/cvs/) - Shares pkgdb curated category or tags: cli, developer-tools, scm, version-control.
- [got](https://pkg.so/de/brew/got/) - Shares pkgdb curated category or tags: cli, developer-tools, scm, version-control.
- [git-bug](https://pkg.so/de/brew/git-bug/) - Shares pkgdb curated category or tags: cli, developer-tools, distributed, issue-tracking.
- [git](https://pkg.so/de/brew/git/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [libgit2](https://pkg.so/de/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [git-lfs](https://pkg.so/de/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [codeberg-cli](https://pkg.so/de/brew/codeberg-cli/) - Local package facts share a topical domain. Shared terms: cli, control, developer, developer-tools, openssl.
- [dura](https://pkg.so/de/brew/dura/) - Local package facts share a topical domain. Shared terms: cli, control, developer, developer-tools, openssl.

## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
