# fourstore mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:fourstore
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install fourstore
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:fourstore
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/fourstore>
- **Version:** 1.1.7
- **Quellzusammenfassung:** Efficient, stable RDF database
- **Homepage:** <https://4store.github.io>
- **Repository:** <https://github.com/4store/4store>
- **Upstream-Dokumentation:** <https://4store.github.io>
- **Lizenz:** GPL-3.0-or-later
- **Quellarchiv:** <https://github.com/4store/4store/archive/refs/tags/v1.1.7.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-15T10:20:16-04:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- 4s-admin (cli)
- 4s-backend (cli)
- 4s-backend-copy (cli)
- 4s-backend-destroy (cli)
- 4s-backend-info (cli)
- 4s-backend-passwd (cli)
- 4s-backend-setup (cli)
- 4s-boss (cli)
- 4s-cluster-copy (cli)
- 4s-cluster-create (cli)
- 4s-cluster-destroy (cli)
- 4s-cluster-file-backup (cli)
- 4s-cluster-info (cli)
- 4s-cluster-start (cli)
- 4s-cluster-stop (cli)
- 4s-delete-model (cli)
- 4s-dump (cli)
- 4s-file-backup (cli)
- 4s-httpd (cli)
- 4s-import (cli)
- 4s-info (cli)
- 4s-query (cli)
- 4s-restore (cli)
- 4s-size (cli)
- 4s-ssh-all (cli)
- 4s-ssh-all-parallel (cli)
- 4s-update (cli)
- 4s-admin (Alias)
- 4s-backend (Alias)
- 4s-backend-copy (Alias)
- 4s-backend-destroy (Alias)
- 4s-backend-info (Alias)
- 4s-backend-passwd (Alias)
- 4s-backend-setup (Alias)
- 4s-boss (Alias)
- 4s-cluster-copy (Alias)
- 4s-cluster-create (Alias)
- 4s-cluster-destroy (Alias)
- 4s-cluster-file-backup (Alias)
- 4s-cluster-info (Alias)
- 4s-cluster-start (Alias)
- 4s-cluster-stop (Alias)
- 4s-delete-model (Alias)
- 4s-dump (Alias)
- 4s-file-backup (Alias)
- 4s-httpd (Alias)
- 4s-import (Alias)
- 4s-info (Alias)
- 4s-query (Alias)
- 4s-restore (Alias)
- 4s-size (Alias)
- 4s-ssh-all (Alias)
- 4s-ssh-all-parallel (Alias)
- 4s-update (Alias)

## Abhängigkeiten

- dbus
- gettext
- glib
- pcre
- raptor
- rasqal
- readline

## Build-Abhängigkeiten

- autoconf
- automake
- libtool
- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Einschränkungen: Databases will be created at $HOMEBREW_PREFIX/var/fourstore. Create and start up a database: 4s-backend-setup mydb 4s-backend mydb Load RDF data: 4s-import mydb datafile.rdf Start up HTTP SPARQL server without daemonizing: 4s-httpd -p 8000 -D mydb See https://4store.danielknoell.de/trac/wiki/Documentation/ for more information.
- 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: 1.1.7
- Manager aktualisiert: 2026-06-15
- lokale Daten: OK
- Upstream-Repository: https://github.com/4store/4store
- neueste erkannte Version: v1.1.7 (aktuell)
## Projektgeschichte und Nutzung

4store is an RDF database and SPARQL-oriented triplestore whose official README describes it as efficient, scalable, and stable. It sits in the semantic-web database niche rather than the general SQL or document-store lineage.

### Projektgeschichte

The project was designed by Steve Harris and developed at Garlik to support Semantic Web applications. The README says it had already served as Garlik's base platform for about three years, including databases of about 15GT and a web application used by thousands of people.

The public GitHub repository dates to 2009 and uses the 4store name for a suite of administrative, backend, import, HTTP, query, dump, restore, and cluster tools. Its changelog shows continued maintenance through the 1.1.x line, including SPARQL Update, RDF 1.1 bNode skolemisation, clustering/admin changes, HTTP output formats, and portability fixes.

### Adoptionsgeschichte

The strongest official adoption signal is Garlik's own use: 4store was built to underpin production Semantic Web applications before being packaged as a standalone open source database. In package-manager culture it became a compact command-line triplestore option for developers who needed RDF and SPARQL without deploying a larger semantic-web stack.

### Wie es verwendet wird

A typical workflow creates and manages knowledge bases with tools such as 4s-backend-setup and 4s-admin, imports RDF with 4s-import, queries with 4s-query or the HTTP daemon, and uses dump, restore, backup, and cluster commands for operations.

The README documents Raptor and Rasqal as RDF/SPARQL prerequisites, and notes operational details such as the store directory under /var/lib/4store and /etc/4s-cluster for clustered frontends.

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

4store is package-nerd interesting because it is a C-era Unixy semantic-web database delivered as many small executables rather than a single monolithic service. It exposes the operational vocabulary of RDF stores directly: import, query, update, dump, cluster copy, cluster start/stop, and HTTP serving.

It also captures a historical moment when RDF/SPARQL infrastructure was commonly distributed through native package managers and built against libraries such as Raptor and Rasqal.

### Zeitleiste

- 2009: Public GitHub repository was created.
- v1.1.3: lib4store allowed C programs to connect to 4store backends directly.
- v1.1.5: Added features including non-MDNS administration, RDF 1.1 bNode skolemisation, SPARQL Update, and access-control work.
- v1.1.7: README and build documentation were refreshed.

### Related projects

- Raptor and Rasqal are closely related dependencies for RDF parsing and SPARQL parsing.
- 4store belongs to the same broad RDF triplestore and SPARQL database family as other semantic-web storage systems, but its official material emphasizes its own command-line and clustered backend tooling.

### Quellen

- <https://api.github.com/repos/4store/4store>
- <https://github.com/4store/4store>
- <https://raw.githubusercontent.com/4store/4store/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/4store/4store/master/README.md>


## Sicherheitshinweise

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## Details aus der Quelldatenbank

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


## 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.
- [glib](https://pkg.so/de/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/de/brew/gettext/) - Runtime dependency declared by Homebrew.
- [dbus](https://pkg.so/de/brew/dbus/) - Runtime dependency declared by Homebrew.
- [pcre](https://pkg.so/de/brew/pcre/) - Runtime dependency declared by Homebrew.
- [raptor](https://pkg.so/de/brew/raptor/) - Runtime dependency declared by Homebrew.
- [rasqal](https://pkg.so/de/brew/rasqal/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/de/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/de/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/de/brew/automake/) - Build dependency declared by Homebrew.
- [redstore](https://pkg.so/de/brew/redstore/) - Shares pkgdb curated category or tags: cli, data, database, rdf, sparql.
- [jena](https://pkg.so/de/brew/jena/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web, sparql.
- [tinysparql](https://pkg.so/de/brew/tinysparql/) - Shares pkgdb curated category or tags: cli, data, database, rdf, sparql.
- [fuseki](https://pkg.so/de/brew/fuseki/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web, sparql.
- [serd](https://pkg.so/de/brew/serd/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web.
- [sord](https://pkg.so/de/brew/sord/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web.
- [mdbtools](https://pkg.so/de/brew/mdbtools/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, gettext, glib.
- [mydumper](https://pkg.so/de/brew/mydumper/) - Local metadata places this package in an adjacent workflow. Shared terms: backup, cli, data, database, glib.

## Combined YAML source

View the package source record on GitHub. [combined/fourstore.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fourstore.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
- cross-ecosystem install command graph
