New ACM paper, free-tier cloud, and open-source license

TypeDB Studio installation guide

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

See source code and release notes.

See downloadable packages.

See documentation.

Install

For installation instructions, follow the steps below for your OS:

  • 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.

Alternatively, you can use Brew to install TypeDB Studio:

$ brew tap vaticle/tap
$ brew install --cask vaticle/tap/typedb-studio
  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.0

3

2.28.0

2.28.0

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