# fossil を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

fossil のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install fossil
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fossil
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:fossil
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fossil>
- **バージョン:** 2.28
- **ソース概要:** Distributed software configuration management
- **ホームページ:** <https://www.fossil-scm.org/home/>
- **上流ドキュメント:** <https://www.fossil-scm.org/home/>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://fossil-scm.org/home/tarball/version-2.28/fossil-src-2.28.tar.gz>
- **最終更新:** 2026-06-09T15:23:07+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- fossil (cli)
- fossil (エイリアス)

## 依存関係

- openssl@3

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.28
- マネージャ更新日: 2026-06-09
- ローカルデータ: OK
- 上流リポジトリ: https://www.fossil-scm.org/home/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

- <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>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## ソースデータベース詳細

- **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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

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


## ソース

- 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
