Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

Managing binaries in the current environment

$ tt binaries COMMAND [COMMAND_OPTION ...]

tt binaries manages Tarantool and tt binaries installed in the current environment.

COMMAND is one of the following:

list

$ tt binaries list

tt binaries list shows a list of installed binaries and their versions.

To show a list of installed Tarantool versions:

$ tt binaries listList of installed binaries:   • tarantool:        3.1.0 [active]        2.11.2   • tt:        2.3.0        2.2.1 [active]

switch

$ tt binaries switch [PROGRAM_NAME] [VERSION]

tt binaries switch switches binaries used in the current environment. The possible values of PROGRAM_NAME are:

  • tarantool: Tarantool Community Edition.
  • tarantool-ee: Tarantool Enterprise Edition.
  • tt: the tt command-line utility.

When called without arguments, the command lets you choose the program and version interactively:

$ tt binaries switchUse the arrow keys to navigate: ↓ ↑ → ←? Select program:  ▸ tarantool    tarantool-ee    tt

You can also specify the program name and version in the call.

To view tt versions installed in the current environment and switch between them:

$ tt binaries switch ttUse the arrow keys to navigate: ↓ ↑ → ←? Select version:  ▸ 2.2.1    2.3.0 [active]

To switch to a specific Tarantool EE version installed in the current environment:

$ tt binaries switch tarantool-ee 3.1.0