Officially out now: The TypeDB 3.0 Roadmap

TypeDB Studio installation guide

TypeDB Studio is a standalone IDE for TypeDB. If you are unsure of the version you need, check the compatibility table below.

See source code and release notes.

See downloadable packages.

See documentation.

Package manager

  • macOS

  • Linux

  • Windows

To install TypeDB Studio via Homebrew:

brew tap typedb/tap
brew install --cask typedb/tap/typedb-studio
  1. Add the TypeDB repository:

    sudo apt install software-properties-common apt-transport-https gpg
    gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-key 17507562824cfdcc
    gpg --export 17507562824cfdcc | sudo tee /etc/apt/trusted.gpg.d/typedb.gpg > /dev/null
    echo "deb https://repo.typedb.com/public/public-release/deb/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/typedb.list > /dev/null
    sudo apt update
  2. Install TypeDB Studio:

    sudo apt install typedb-studio

No package manager option is available for Windows. See the Manual install section below.

Manual install

  • macOS

  • Linux

  • Windows

  1. Download the latest package for your system architecture: x86_64 / arm64

    For other versions, see the Downloads repository page.

  2. Open the downloaded .dmg file and accept the license agreement.

  3. Drag and drop TypeDB Studio executable to the Applications folder.

  1. Download the latest package for your system architecture: x86_64 / arm64

    For other versions, see the Downloads repository page.

  2. Extract the archive with TypeDB Studio into a new directory, for example:

    mkdir /opt/typedb-studio
    tar -xzf ~/Downloads/<filename>.tar.gz -C /opt/typedb-studio

    Where <filename> is the name of the archive.

  3. Add a symlink to the TypeDB Studio executable in the /usr/local/bin directory, for example:

    ln -s /opt/typedb-studio/<filename>/typedb-studio /usr/local/bin/typedb-studio
  1. Download the latest installer: x86_64

    For other versions, see the Downloads repository page.

  2. Run the downloaded .exe file and follow the installation wizard.

Run

To launch TypeDB Studio, locate its executable/binary file and run it.

For more information on how to use TypeDB Studio, see the TypeDB Studio manual.

Version Compatibility

TypeDB Studio
(release notes)

Protocol encoding version

TypeDB Core

TypeDB Cloud

2.28.4

3

2.28.3

2.28.3

2.27.0

3

2.27.0

2.27.0

2.26.6

3

2.26.6

2.26.6

2.25.11

3

2.25.7

2.25.7

2.24.15

2

2.24.17

2.24.17

2.18.0 to 2.21.2

1

2.18.0 to 2.23.0

2.18.0 to 2.23.0

2.14.1 to 2.17.0

N/A

2.14.1 to 2.17.0

2.14.1 to 2.17.0

See older versions
TypeDB Studio Protocol encoding version TypeDB Core TypeDB Cloud

2.11.0

N/A

2.11.1

2.11.1 to 2.11.2

Provide Feedback