macOS
brew install typedblocal Homebrew formula metadata
安装
brew install typedblocal Homebrew formula metadata
概览
Strongly-typed database with a rich and logical type system
历史
TypeDB is an open-source, strongly typed, polymorphic transactional database with its own query language, TypeQL. Official docs describe it as a database for rich interconnected data, agentic AI systems, cybersecurity, financial services, supply chains, research, and other complex domains.
TypeDB evolved from the Grakn lineage into a database centered on types, schemas, polymorphism, and inference. TypeDB's own Origins material frames its history around the decisions that moved it from early ideas to infrastructure, including the transition from Grakn to TypeDB and the decision to make schema-first modeling, polymorphism, and inference core properties rather than application-side conventions.
The current TypeDB documentation presents the database as a system that combines database ideas with programming-language type-system ideas. TypeQL is documented as the language for defining data models and querying them, while the official README says TypeDB aims to unify strengths of relational, document, and graph databases.
TypeDB 3.x marks a major current-era line. The README describes TypeDB 3.0 functions as a new cornerstone of the TypeQL query model, and the documentation separates current 3.x docs from 2.x docs and migration material.
TypeDB adoption has centered on domains where a schema-rich model is useful: knowledge graphs, cybersecurity, identity and access management, financial intelligence, robotics, agentic systems, and research. The official site and docs organize examples and use cases around those areas rather than general OLTP replacement.
The project's package story is more server/database-like than small CLI-like: TypeDB CE is distributed through GitHub releases, Docker images, package repositories, Homebrew, and TypeDB's own Cloud/Enterprise offerings. The README points users to GitHub releases, installation docs, Cloud deployment, drivers, Studio, Console, and Discord community channels.
Package users install the `typedb` server/CLI bundle to run a local TypeDB Community Edition instance, connect with TypeDB Studio or Console, define a schema in TypeQL, insert data, and run typed queries. Developers also use language drivers or the HTTP API to integrate TypeDB into applications.
The Homebrew package fits a local development and evaluation workflow: start a local server, use Console or Studio, iterate on schema and TypeQL queries, and then move to Cloud or Enterprise if operations requirements grow.
TypeDB is notable to package nerds because it packages an entire typed database stack, not just a client binary. Its formula sits at the intersection of database servers, CLI tools, language drivers, and developer education material.
Its packaging history also shows the practical complexity of distributing a database: release notes and README material point to Docker images, Cloudsmith-hosted packages, GitHub release archives, Bazel/Cargo source builds, and platform-specific assembled artifacts.
安全态势
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
<TypeDB server executable directory>/config.ymlfile supplied with --config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
typedb | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
typedb_server_bin | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:typedb |
|---|---|
| 版本 | 3.12.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://typedb.com/ |
| 仓库 | https://github.com/typedb/typedb |
| 最后更新 | 2026-07-13T16:25:58Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.