# 使用 Homebrew 安装 fuseki

查看 fuseki 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fuseki
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:fuseki
- **软件包管理器:** Homebrew
- **版本:** 6.2.0
- **来源摘要:** SPARQL server
- **主页:** <https://jena.apache.org/documentation/fuseki2/>
- **最后更新:** 2026-07-31T12:31:16Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fuseki-backup (别名)
- fuseki-plain (别名)
- fuseki-server (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 6.2.0
## 项目历史与用法

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

## Combined YAML source

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


## 来源

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