Downloads
TypeDB Console
TypeDB Console is distributed with both TypeDB Core and TypeDB Cloud.
There is also a server-only version available for download from the
GitHub. It has |
TypeDB Studio
Release notes | Windows | Linux | macOS |
---|---|---|---|
See all versions
Release notes | Windows | Linux | macOS |
---|---|---|---|
TypeDB drivers
-
Rust
-
Python
-
Java
-
Node.js
Use the installation guide to add TypeDB Rust driver to a project/application.
To download TypeDB Rust driver, you can use any of the following options:
-
cargo add typedb-driver
orcargo add typedb-driver -F sync
For more information on the driver versions, check the version compatibility table and release notes.
Use the installation guide to add TypeDB Python driver to a project/application.
To download TypeDB Python driver, you can use any of the following options:
-
pip install typedb-driver
For more information on the driver versions, check the version compatibility table and release notes.
Use the installation guide to add TypeDB Java driver to a project/application.
Alternatively, you can download TypeDB Java driver by the following link:
-
https://cloudsmith.io/typedb/repos/public-release/packages/detail/maven/typedb-driver/latest/a=noarch;xg=com.vaticle.typedb/#versions[cloudsmith.io/typedb/repos/public-release/packages/detail/maven/typedb-driver]
For more information on the driver versions, check the version compatibility table and release notes.
Use the installation guide to add TypeDB Node.js driver to a project/application.
To download TypeDB Node.js driver, you can use the following command:
-
npm install typedb-driver
For more information on the driver versions, check the version compatibility table and release notes.