# fourstore を Homebrew でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install fourstore
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:fourstore
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fourstore>
- **バージョン:** 1.1.7
- **ソース概要:** Efficient, stable RDF database
- **ホームページ:** <https://4store.github.io>
- **リポジトリ:** <https://github.com/4store/4store>
- **上流ドキュメント:** <https://4store.github.io>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/4store/4store/archive/refs/tags/v1.1.7.tar.gz>
- **最終更新:** 2026-06-15T10:20:16-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- 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 (エイリアス)
- 4s-backend (エイリアス)
- 4s-backend-copy (エイリアス)
- 4s-backend-destroy (エイリアス)
- 4s-backend-info (エイリアス)
- 4s-backend-passwd (エイリアス)
- 4s-backend-setup (エイリアス)
- 4s-boss (エイリアス)
- 4s-cluster-copy (エイリアス)
- 4s-cluster-create (エイリアス)
- 4s-cluster-destroy (エイリアス)
- 4s-cluster-file-backup (エイリアス)
- 4s-cluster-info (エイリアス)
- 4s-cluster-start (エイリアス)
- 4s-cluster-stop (エイリアス)
- 4s-delete-model (エイリアス)
- 4s-dump (エイリアス)
- 4s-file-backup (エイリアス)
- 4s-httpd (エイリアス)
- 4s-import (エイリアス)
- 4s-info (エイリアス)
- 4s-query (エイリアス)
- 4s-restore (エイリアス)
- 4s-size (エイリアス)
- 4s-ssh-all (エイリアス)
- 4s-ssh-all-parallel (エイリアス)
- 4s-update (エイリアス)

## 依存関係

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

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## インストール挙動

- post-install フック: 未定義
- 注意点: 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: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.1.7
- マネージャ更新日: 2026-06-15
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/4store/4store
- 検出された最新: v1.1.7 (最新)
## プロジェクトの歴史と使われ方

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

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

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## ソースデータベース詳細

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


## 関連リンク

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


## ソース

- 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
