# 使用 Homebrew, chocolatey 安装 orientdb

查看 orientdb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:orientdb
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install orientdb
```

  证据: local Homebrew formula metadata

### Windows

- Chocolatey (92%):

```sh
choco install orientdb
```

  证据: Chocolatey community package catalog: orientdb from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'

## 软件包事实

- **软件包键:** brew:orientdb
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/orientdb>
- **版本:** 3.2.53
- **来源摘要:** Graph database
- **主页:** <https://orientdb.dev>
- **仓库:** <https://github.com/orientechnologies/orientdb>
- **上游文档:** <https://github.com/orientechnologies/orientdb-docs>
- **许可证:** Apache-2.0
- **源码归档:** <https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.53/orientdb-community-3.2.53.zip>
- **最后更新:** 2026-06-22T14:05:46-07:00
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- orientdb (cli)
- orientdb-console (cli)
- orientdb-gremlin (cli)
- orientdb (别名)
- orientdb-console (别名)
- orientdb-gremlin (别名)

## 依赖

- openjdk

## 构建依赖

- maven

## 安装行为

- post-install 钩子: 已定义
- 服务: declared
- 注意事项: The OrientDB root password was set to 'orientdb'. To reset it: https://orientdb.org/docs/3.1.x/security/Server-Security.html#restoring-the-servers-user-root
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 3.2.53
- 管理器更新时间: 2026-06-22
- 本地数据: OK
- 上游仓库: https://orientdb.dev
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

OrientDB is an open-source Java NoSQL DBMS best known for combining graph and document models in one engine. Its package exposes server and console commands for a database that supports SQL-like querying, graph traversal, document records, schema-less or schema-full operation, full-text and geospatial features, distributed deployment, and ACID transactions.

### 项目历史

OrientDB was released in 2010, and the GitHub repository was created on 2012-12-09. The official site describes it as the first open-source multi-model NoSQL DBMS combining graph and document capabilities in a scalable operational database.

The project became prominent during the early-2010s NoSQL period, when developers were comparing specialized document stores, graph databases, and key-value engines. OrientDB's pitch was that graph relationships and document flexibility belonged in the same core engine rather than in separate products or adapter layers.

OrientDB Ltd was acquired by CallidusCloud in 2017; SAP announced the acquisition of CallidusCloud in 2018. Later project history includes founder Luca Garulli leaving SAP in 2021 and creating ArcadeDB, an OrientDB-inspired database project, while OrientDB continued as an open-source GitHub project.

### 采用历史

OrientDB gained adoption as a general-purpose graph/document database for applications that needed traversals, flexible records, and SQL-like access. The GitHub repository shows several thousand stars and hundreds of forks, and the project received enough attention to appear in academic and industry comparisons of multi-model database performance.

Its adoption story is also a cautionary database-history story: commercial stewardship changed through acquisition, and successors or forks such as ArcadeDB and YouTrackDB later appeared for users interested in related graph and object-oriented models.

### 使用方式

Developers use OrientDB as an embedded or server database when they want records that can be documents and graph vertices/edges without translating between a document store and a separate graph engine. The docs include administration APIs for creating, dropping, checking, and pooling database connections.

Operators install packages to run OrientDB services and use orientdb-console or related tools for database administration, SQL, graph traversal, schema management, and server configuration. Its configuration files live under ORIENTDB_HOME config paths, making it behave like a traditional Java server package.

### 为什么软件包爱好者会关心

OrientDB matters to package nerds because it is a heavyweight database packaged as a command-line/server formula, not just a client tool. Installing it brings a Java runtime service, console tools, configuration files, security configuration, and persistent data concerns.

It is also historically notable as a multi-model database package from the first major wave of NoSQL packaging: the same package identity appears across Homebrew and Chocolatey, while upstream provides docs, server binaries, and a large Java repository.

### 时间线

- 2010: OrientDB released.
- 2012-12-09: orientechnologies/orientdb repository created on GitHub.
- 2017-09: CallidusCloud acquired OrientDB Ltd.
- 2018-01: SAP announced its acquisition of CallidusCloud.
- 2021-04-29: OrientDB v3.2.0 was announced as generally available in the GitHub discussions.
- 2021-09: Luca Garulli announced ArcadeDB after leaving SAP.

### Related projects

- Related database projects include Neo4j, MongoDB, ArcadeDB, and YouTrackDB. Related interfaces and concepts include Gremlin, SQL-like graph traversal, document databases, graph databases, multi-model DBMS design, and Java server deployment.

### 来源

- <https://api.github.com/repos/orientechnologies/orientdb>
- <https://dbdb.io/db/orientdb>
- <https://formulae.brew.sh/formula/orientdb>
- <https://github.com/orientechnologies/orientdb>
- <https://github.com/orientechnologies/orientdb/discussions/9595>
- <https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes>
- <https://orientdb.dev/>
- <https://orientdb.dev/docs/3.0.x/misc/Overview.html>


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- 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: $ORIENTDB_HOME/config/orientdb-server-config.xml, $ORIENTDB_HOME/config/orientdb-dserver-config.xml, $ORIENTDB_HOME/config/security.json

## Credential files

- Unix: $ORIENTDB_HOME/config/orientdb-server-config.xml, $ORIENTDB_HOME/config/security.json
## 源数据库详情

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

## 其他软件包管理器记录

- Chocolatey - orientdb: normalized package name match | Chocolatey community package catalog: orientdb from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'


## 相关链接

- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://www.automicvault.com/zh-hans/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [openjdk](https://www.automicvault.com/zh-hans/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [maven](https://www.automicvault.com/zh-hans/pkg/brew/maven/) - Build dependency declared by Homebrew.
- [couchdb](https://www.automicvault.com/zh-hans/pkg/brew/couchdb/) - Shares av.db curated category or tags: cli, data, database, document-database, nosql.
- [derby](https://www.automicvault.com/zh-hans/pkg/brew/derby/) - Shares av.db curated category or tags: cli, data, database, java.
- [dynein](https://www.automicvault.com/zh-hans/pkg/brew/dynein/) - Shares av.db curated category or tags: cli, data, database, nosql.
- [helix-db](https://www.automicvault.com/zh-hans/pkg/brew/helix-db/) - Shares av.db curated category or tags: cli, data, database, graph-database.
- [immudb](https://www.automicvault.com/zh-hans/pkg/brew/immudb/) - Shares av.db curated category or tags: cli, data, database, document-database.
- [neo4j](https://www.automicvault.com/zh-hans/pkg/brew/neo4j/) - Shares av.db curated category or tags: cli, data, database, graph-database, java.
- [automysqlbackup](https://www.automicvault.com/zh-hans/pkg/brew/automysqlbackup/) - Shares av.db curated category or tags: cli, data, database.
- [basex](https://www.automicvault.com/zh-hans/pkg/brew/basex/) - Shares av.db curated category or tags: cli, data, database.
- [arcadedb](https://www.automicvault.com/zh-hans/pkg/brew/arcadedb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, console, data, database, document.

## Combined YAML source

View the package source record on GitHub. [combined/orientdb.yml](https://github.com/automic-vault/db/blob/main/combined/orientdb.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
