# Installer fourstore avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fourstore pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fourstore
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:fourstore
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/fourstore>
- **Version:** 1.1.7
- **Résumé source:** Efficient, stable RDF database
- **Page d'accueil:** <https://4store.github.io>
- **Dépôt:** <https://github.com/4store/4store>
- **Docs amont:** <https://4store.github.io>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/4store/4store/archive/refs/tags/v1.1.7.tar.gz>
- **Dernière mise à jour:** 2026-06-15T10:20:16-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

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

## Dépendances

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

## Dépendances de compilation

- autoconf
- automake
- libtool
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Précautions: 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.
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.1.7
- gestionnaire mis à jour: 2026-06-15
- données locales: OK
- dépôt amont: https://github.com/4store/4store
- dernière version détectée: v1.1.7 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

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

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

## Détails de la base source

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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [glib](https://pkg.so/fr/brew/glib/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [dbus](https://pkg.so/fr/brew/dbus/) - Runtime dependency declared by Homebrew.
- [pcre](https://pkg.so/fr/brew/pcre/) - Runtime dependency declared by Homebrew.
- [raptor](https://pkg.so/fr/brew/raptor/) - Runtime dependency declared by Homebrew.
- [rasqal](https://pkg.so/fr/brew/rasqal/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/fr/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/fr/brew/automake/) - Build dependency declared by Homebrew.
- [redstore](https://pkg.so/fr/brew/redstore/) - Shares pkgdb curated category or tags: cli, data, database, rdf, sparql.
- [jena](https://pkg.so/fr/brew/jena/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web, sparql.
- [tinysparql](https://pkg.so/fr/brew/tinysparql/) - Shares pkgdb curated category or tags: cli, data, database, rdf, sparql.
- [fuseki](https://pkg.so/fr/brew/fuseki/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web, sparql.
- [serd](https://pkg.so/fr/brew/serd/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web.
- [sord](https://pkg.so/fr/brew/sord/) - Shares pkgdb curated category or tags: cli, data, rdf, semantic-web.
- [mdbtools](https://pkg.so/fr/brew/mdbtools/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, gettext, glib.
- [mydumper](https://pkg.so/fr/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)


## Sources

- 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
