# TypeDB Studio

TypeDB Studio is an interactive visual environment for managing and querying TypeDB databases.

With Studio, developers can efficiently manage databases, execute queries, and explore query results, all within a unified environment.

TypeDB Studio is available both as a web app and as a desktop application. All features of TypeDB Studio are available on both web and desktop. Be aware that the web app may not be able to connect to non-HTTPS endpoints (e.g. localhost, 127.0.0.1) on certain browsers; at the time of writing, Chrome works, but Safari does not.

## [](#_launch_typedb_studio_web_version)Launch TypeDB Studio (Web version)

*   [https://studio.typedb.com](https://studio.typedb.com) - Launch TypeDB Studio in your web browser.
    

## [](#_desktop)Install TypeDB Studio Desktop

Download the latest distribution of TypeDB Studio from the table below.

   

Release notes

macOS

Linux

Windows

[latest](https://github.com/typedb/typedb-studio/releases/latest)

[x86\_64](https://repo.typedb.com/public/public-release/raw/names/typedb-studio-mac-x86_64/versions/latest/download) / [arm64](https://repo.typedb.com/public/public-release/raw/names/typedb-studio-mac-arm64/versions/latest/download)

[x86\_64](https://repo.typedb.com/public/public-release/raw/names/typedb-studio-linux-x86_64/versions/latest/download) / [arm64](https://repo.typedb.com/public/public-release/raw/names/typedb-studio-linux-arm64/versions/latest/download)

[x86\_64](https://repo.typedb.com/public/public-release/raw/names/typedb-studio-windows-x86_64/versions/latest/download)

For all versions, see the [Packages](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=typedb-studio&sort=-version) page.

## [](#_getting_started)Getting Started

After launching TypeDB Studio, you can connect to TypeDB servers. For detailed connection instructions and usage guides, see:

*   [TypeDB Studio](../../../tools/studio/index.md) - Complete Studio documentation and connection guide
    

[TypeDB Community Edition](../ce/index.md) [Console CLI](../console-cli/index.md)

[Edit on GitHub](https://github.com/typedb/typedb-docs/edit/3.x-development/home/modules/ROOT/pages/install/studio.adoc) Edit this page on GitHub.