# fuseki を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:fuseki
```

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

### macOS

- Homebrew (100%):

```sh
brew install fuseki
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:fuseki
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fuseki>
- **バージョン:** 6.1.0
- **ソース概要:** SPARQL server
- **ホームページ:** <https://jena.apache.org/documentation/fuseki2/>
- **リポジトリ:** <https://github.com/apache/jena>
- **上流ドキュメント:** <https://jena.apache.org/documentation>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://www.apache.org/dyn/closer.lua?path=jena/binaries/apache-jena-fuseki-6.1.0.tar.gz>
- **最終更新:** 2026-05-11T18:11:47Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- fuseki-backup (cli)
- fuseki-plain (cli)
- fuseki-server (cli)
- fuseki-backup (エイリアス)
- fuseki-plain (エイリアス)
- fuseki-server (エイリアス)

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 6.1.0
- マネージャ更新日: 2026-05-11
- ローカルデータ: OK
- 上流リポジトリ: https://jena.apache.org/documentation/fuseki2/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Apache Jena Fuseki is the SPARQL server component of Apache Jena. The official Fuseki documentation describes it as a server that can run standalone or embedded and provides SPARQL 1.1 query, update, and graph-store protocols.

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

Jena began at HP Labs in Bristol in 2000 as an open-source Java framework for Semantic Web applications. Apache's Jena history page says HP reduced direct development support in 2009, the project applied to enter the Apache Software Foundation in November 2010, and Jena graduated as an Apache top-level project in April 2012.

Fuseki grew as the server-facing distribution within Jena: the Fuseki documentation presents it as the SPARQL server integrated with TDB for robust transactional persistent storage and with Jena text query. The Jena downloads page packages Apache Jena and Apache Jena Fuseki as the two binary distributions for the most commonly used portions of the system.

### 採用の歴史

Jena's own history page says the project has been extensively used in a wide variety of Semantic Web applications and demonstrators. Fuseki is the deployment-oriented piece of that stack, giving RDF and SPARQL users a server rather than only Java APIs and command-line tools.

Its adoption follows standards adoption: Fuseki exposes W3C SPARQL 1.1 protocols and Graph Store HTTP RDF Update, so it became a package for running standards-compliant RDF endpoints in development, research, and production Semantic Web systems.

### 使われ方

Fuseki can be run as a standalone server, as a service, as a web application, in a plain mode, or embedded in another application. Configuration can come from `$FUSEKI_BASE/configuration/`, the system database, `$FUSEKI_BASE/config.ttl`, or command-line and programmatic setup depending on the Fuseki mode.

Security for the Fuseki2 web application uses Apache Shiro, controlled by `$FUSEKI_BASE/shiro.ini`. The documentation notes that if the file is absent the server initializes with a default configuration that can be replaced or edited.

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

Fuseki matters to package people because it is the installable server boundary for Jena: a Java Semantic Web framework becomes a service with ports, config directories, security files, persistent stores, and command-line launchers. It is also a good example of an Apache project where a language library, server distribution, Maven artifacts, and OS packages all describe the same upstream.

### タイムライン

- 2000: Jena development starts at HP Labs in Bristol.
- 2009: HP refocuses development activity away from direct Jena support.
- 2010: Jena is adopted into the Apache Software Foundation incubator.
- 2012: Jena graduates as an Apache top-level project.
- Current docs: Fuseki is documented as the Jena SPARQL server with TDB integration and Shiro-based webapp security.

### Related projects

- Fuseki is part of Apache Jena and is closely related to Jena ARQ, TDB/TDB2, RDF Connection, Jena text query, and GeoSPARQL modules.
- Its security documentation depends on Apache Shiro, and its network role is defined by W3C SPARQL and RDF graph-store protocols.

### ソース

- <https://github.com/apache/jena>
- <https://jena.apache.org/about_jena/about.html>
- <https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html>
- <https://jena.apache.org/documentation/fuseki2/fuseki-security.html>
- <https://jena.apache.org/documentation/fuseki2/index.html>
- <https://jena.apache.org/download/index.cgi>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- 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: $FUSEKI_BASE/config.ttl, $FUSEKI_BASE/configuration/

## Credential files

- Unix: $FUSEKI_BASE/shiro.ini
## ソースデータベース詳細

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


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openjdk](https://www.automicvault.com/ja/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [jena](https://www.automicvault.com/ja/pkg/brew/jena/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web, sparql.
- [rasqal](https://www.automicvault.com/ja/pkg/brew/rasqal/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web, sparql.
- [raptor](https://www.automicvault.com/ja/pkg/brew/raptor/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web.
- [redland](https://www.automicvault.com/ja/pkg/brew/redland/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web.
- [serd](https://www.automicvault.com/ja/pkg/brew/serd/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web.
- [sord](https://www.automicvault.com/ja/pkg/brew/sord/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web.
- [fourstore](https://www.automicvault.com/ja/pkg/brew/fourstore/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web, sparql.
- [hdt](https://www.automicvault.com/ja/pkg/brew/hdt/) - Shares av.db curated category or tags: cli, data, rdf, semantic-web.

## Combined YAML source

View the package source record on GitHub. [combined/fuseki.yml](https://github.com/automic-vault/db/blob/main/combined/fuseki.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
