Download Picodata

Supported operating systems:

At Picodata we also maintain and develop our custom fork of Tarantool, which is an advanced version of the vanilla Tarantool with clustered SQL support and extra Rust API. The links below let you install that custom Tarantool version as a standalone package along with the Picodata package.

Also available:

  • Nightly builds
  • Docker images:
    • docker.binary.picodata.io/picodata:25.1.1-rocky8
    • docker.binary.picodata.io/picodata:master-rocky8

Add the Picodata repository key by using the following command in your terminal (here and elsewhere as root or via sudo):

rpm --import https://download.picodata.io/tarantool-picodata/picodata.gpg.key

Install and enable our repository:

yum install https://download.picodata.io/tarantool-picodata/el/8/x86_64/picodata-release-1.1.3.0-1.el8.x86_64.rpm

After that the new /etc/yum.repos.d/picodata.repo repository will appear in your system .

Install the Picodata package with the following commands:

yum clean all
yum install -y picodata

If you only want to get our Tarantool version, then use this command:

yum install -y tarantool-picodata

Create the /etc/yum.repos.d/picodata.repo file with the following contents:

[picodata]
name=Picodata Yum Repo
baseurl=https://binary.picodata.io/repository/yum/fedora/$releasever/$basearch/RELEASE
enabled=1
gpgcheck=0

Install the Picodata package with the following command (here and elsewhere as root or via sudo):

dnf install -y picodata

If you only want to get our Tarantool version, then use this command:

dnf install -y tarantool-picodata

Add the Picodata repository key by using the following command in your terminal (here and elsewhere as root or via sudo):

rpm --import https://download.picodata.io/tarantool-picodata/picodata.gpg.key

Install and enable our repository:

yum install https://download.picodata.io/tarantool-picodata/redos/7/x86_64/picodata-release-1.1.3.0-1.el7.x86_64.rpm

After that the new /etc/yum.repos.d/picodata.repo repository will appear in your system .

Install the Picodata package with the following commands:

yum clean all
yum install -y picodata

If you only want to get our Tarantool version, then use this command:

yum install -y tarantool-picodata

Add and enable our repository by using the following commands in your terminal (here and elsewhere as root or via sudo):

apt-get update
apt-get install -y --no-install-recommends gpg curl apt-transport-https software-properties-common
curl -s https://download.picodata.io/tarantool-picodata/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg

Create the /etc/apt/sources.list.d/picodata.list file and populate it with the appropriate string, as shown below.

For the 1.7 SE version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/astra/ 1.7 main

For the 1.8 SE version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/astra/ 1.8 main

Update the list of system software sources:

apt-get update

Use the following command into your terminal to get the Picodata package installed:

apt install picodata

If you only want to get our Tarantool version, then use this command:

apt install tarantool-picodata

In case of enabled Closed Software Environment mode, make sure to also do the following extra step:

curl -s https://download.picodata.io/tarantool-picodata/astra/picodata_pub.key -o  /etc/digsig/keys/picodata_pub.key

Don’t forget to reboot the system for the changes to take effect.

Add and enable our repository by using the following commands in your terminal (here and elsewhere as root or via sudo):

curl -s https://download.picodata.io/tarantool-picodata/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg

Create the /etc/apt/sources.list.d/picodata.list file and populate it with the appropriate string, as shown below.

For the Bullseye version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/debian/ bullseye main

For the Bookworm version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/debian/ bookworm main

Update the list of system software sources:

apt-get update

Use the following command into your terminal to get the Picodata package installed:

apt install picodata

If you only want to get our Tarantool version, then use this command:

apt install tarantool-picodata

Add and enable our repository by using the following commands in your terminal (here and elsewhere as root or via sudo):

curl -s https://download.picodata.io/tarantool-picodata/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg

Create the /etc/apt/sources.list.d/picodata.list file and populate it with the appropriate string, as shown below.

For the 20.04 version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/ubuntu/ focal main

For the 22.04 version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/ubuntu/ jammy main

For the 24.04 version:

deb [arch=amd64] https://download.picodata.io/tarantool-picodata/ubuntu/ noble main

Update the list of system software sources:

apt-get update

Use the following command into your terminal to get the Picodata package installed:

apt install picodata

If you only want to get our Tarantool version, then use this command:

apt install tarantool-picodata

Add and enable our repository by using the following commands in your terminal (here and elsewhere as root or via sudo):

wget https://download.picodata.io/tarantool-picodata/altlinux/p10/picodata-release-1.0.3.0-1.p10.x86_64.rpm
apt-get install -y ./picodata-release-1.0.3.0-1.p10.x86_64.rpm
curl -s https://download.picodata.io/tarantool-picodata/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/usr/lib/alt-gpgkeys/pubring.gpg --import
apt-get update

Use the following command into your terminal to get the Picodata package installed:

apt-get install picodata

If you only want to get our Tarantool version, then use this command:

apt-get install picodata

Add and enable our repository by using the following commands in your terminal (here and elsewhere as root or via sudo):

rpm --import https://download.picodata.io/tarantool-picodata/picodata.gpg.key
dnf install https://download.picodata.io/tarantool-picodata/rosa/chrome/x86_64/picodata-release-1.1.3.0-1-rosa2021.1.x86_64.rpm

Use the following command into your terminal to get the Picodata package installed:

dnf install picodata

If you only want to get our Tarantool version, then use this command:

dnf install tarantool-picodata

We provide nightly builds of master branches of our products. Add and enable the nightly repository by using the following command in your terminal (as root):

curl -L https://download.binary.picodata.io/tarantool-picodata/install.sh | bash

Warning! You can’t have both release and nightly repositories enabled at a time!

Can’t find your OS in the list above? Dare to compile Picodata from the source code! Our documentation site will guide you.