# fuseki mit Homebrew installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install fuseki
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:fuseki
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/fuseki>
- **Version:** 6.1.0
- **Quellzusammenfassung:** SPARQL server
- **Homepage:** <https://jena.apache.org/documentation/fuseki2/>
- **Repository:** <https://github.com/apache/jena>
- **Upstream-Dokumentation:** <https://jena.apache.org/documentation>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://www.apache.org/dyn/closer.lua?path=jena/binaries/apache-jena-fuseki-6.1.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-11T18:11:47Z
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- fuseki-backup (cli)
- fuseki-plain (cli)
- fuseki-server (cli)
- fuseki-backup (Alias)
- fuseki-plain (Alias)
- fuseki-server (Alias)

## Abhängigkeiten

- openjdk

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Dienst: declared
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 6.1.0
- Manager aktualisiert: 2026-05-11
- lokale Daten: OK
- Upstream-Repository: https://jena.apache.org/documentation/fuseki2/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- 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
## Details aus der Quelldatenbank

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


## Verwandte Links

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


## Quellen

- 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
