# arcadedb を Homebrew, scoop でインストール

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

## インストール

```sh
sudo av install brew:arcadedb
```

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

### macOS

- Homebrew (100%):

```sh
brew install arcadedb
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install extras/arcadedb
```

  証拠: Scoop official bucket manifest trees: bucket/arcadedb.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:arcadedb
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/arcadedb>
- **バージョン:** 26.7.1
- **ソース概要:** Multi-Model DBMS: Graph, Document, Key/Value, Search, Time Series, Vector
- **ホームページ:** <https://arcadedb.com>
- **リポジトリ:** <https://github.com/ArcadeData/arcadedb>
- **上流ドキュメント:** <https://docs.arcadedb.com/arcadedb/index.html>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/ArcadeData/arcadedb/releases/download/26.7.1/arcadedb-26.7.1.tar.gz>
- **最終更新:** 2026-07-02T00:06:04Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- arcadedb-console (cli)
- arcadedb-server (cli)
- arcadedb-console (エイリアス)
- arcadedb-server (エイリアス)

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 定義済み
- サービス: declared
- 注意点: To set the root password on first run: arcadedb-server -Darcadedb.server.rootPassword=yourpassword Data: $HOMEBREW_PREFIX/var/arcadedb/databases Config: $HOMEBREW_PREFIX/var/arcadedb/config
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 26.7.1
- マネージャ更新日: 2026-07-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/ArcadeData/arcadedb
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

ArcadeDB is a Java multi-model database packaged for CLI/server use, combining graph, document, key/value, search, time-series, vector, geospatial, and SQL-style access in one server distribution.

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

The project was created by Luca Garulli, the founder of OrientDB, after SAP's acquisition of OrientDB. The official README describes ArcadeDB as a new engine written from scratch while reusing a heavily modified OrientDB SQL engine and some utility classes, which makes its lineage unusually explicit for database package nerds: it is not just another SQL wrapper, but a post-OrientDB attempt to keep multi-model database ideas moving in an open source package.

The public GitHub repository was created on 2021-08-16, and the first GitHub release listed through the official releases API is 21.9.1, published on 2021-09-21. The README now describes Java 21 packages as current and notes that Java 17 support is kept on a separate branch, reflecting the project's move with modern JVM baselines.

### 採用の歴史

ArcadeDB is distributed as downloadable releases, Maven artifacts, Docker images, and a Homebrew formula. Its README highlights Docker, Kubernetes, Maven Central, and custom distribution builds, while the Homebrew formula wraps the packaged server and console binaries as `arcadedb-server` and `arcadedb-console`.

GitHub metadata shows a modest but real open source footprint, with hundreds of stars and forks by 2026. For package-manager users, its presence in Homebrew and Scoop matters because it turns a JVM database server into a single-command local install for experiments, migrations, and embedded/server testing.

### 使われ方

Typical local use is to start the server, open ArcadeDB Studio on port 2480, and interact through SQL, Cypher, Gremlin, GraphQL, MongoDB-compatible, Redis-compatible, PostgreSQL-wire, HTTP/JSON, or embedded APIs depending on the workload.

The packaged server reads logging configuration from `config/arcadedb-log.properties`; users and server credentials are represented in `config/server-users.jsonl`, with root password bootstrapping also supported through the `arcadedb.server.rootPassword` JVM property.

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

ArcadeDB is interesting as a package because it bundles several database personalities into one server tarball, which is exactly the sort of tool that benefits from Homebrew-style wrapper scripts and well-known config directories.

Its release stream and custom package builder also make it a useful case study in packaging optional Java modules without forcing every local installation to carry every protocol and UI component.

### タイムライン

- 2021-08-16: GitHub repository created.
- 2021-09-21: First GitHub release, 21.9.1.
- 2024: README notes Java 21 compatibility from version 24.4.1 onward.
- 2026-06-03: Latest official GitHub release observed for this batch, 26.6.1.

### Related projects

- OrientDB is the direct historical reference point named by the ArcadeDB project.
- The README documents compatibility surfaces for Neo4j Cypher, Apache TinkerPop Gremlin, MongoDB drivers, Redis drivers, PostgreSQL wire protocol, and HTTP/JSON clients.

### ソース

- <https://api.github.com/repos/ArcadeData/arcadedb>
- <https://api.github.com/repos/ArcadeData/arcadedb/releases>
- <https://docs.arcadedb.com/arcadedb/index.html>
- <https://github.com/ArcadeData/arcadedb>


## セキュリティノート

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- 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: $ARCADEDB_HOME/config/arcadedb-log.properties

## Credential files

- Unix: $ARCADEDB_HOME/config/server-users.jsonl
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** arcadedb
- **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

## 他のパッケージマネージャ記録

- Scoop - extras/arcadedb: normalized package name match | Scoop official bucket manifest trees: bucket/arcadedb.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openjdk](https://www.automicvault.com/ja/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [garnet](https://www.automicvault.com/ja/pkg/brew/garnet/) - Shares av.db curated category or tags: cli, data, database, server.
- [keydb](https://www.automicvault.com/ja/pkg/brew/keydb/) - Shares av.db curated category or tags: cli, data, database, server.
- [kyoto-tycoon](https://www.automicvault.com/ja/pkg/brew/kyoto-tycoon/) - Shares av.db curated category or tags: cli, data, database, server.
- [mariadb](https://www.automicvault.com/ja/pkg/brew/mariadb/) - Shares av.db curated category or tags: cli, data, database, server.
- [mysql](https://www.automicvault.com/ja/pkg/brew/mysql/) - Shares av.db curated category or tags: cli, data, database, server.
- [neo4j](https://www.automicvault.com/ja/pkg/brew/neo4j/) - Shares av.db curated category or tags: cli, data, database, server.
- [percona-server](https://www.automicvault.com/ja/pkg/brew/percona-server/) - Shares av.db curated category or tags: cli, data, database, server.
- [redict](https://www.automicvault.com/ja/pkg/brew/redict/) - Shares av.db curated category or tags: cli, data, database, server.
- [orientdb](https://www.automicvault.com/ja/pkg/brew/orientdb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, console, data, database, document.
- [questdb](https://www.automicvault.com/ja/pkg/brew/questdb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, openjdk, series.

## Combined YAML source

View the package source record on GitHub. [combined/arcadedb.yml](https://github.com/automic-vault/db/blob/main/combined/arcadedb.yml)


## ソース

- 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
- external package-manager database matches
- cross-ecosystem install command graph
