Install Tinybird

Tinybird Local consists of a CLI tool and a containerized version of Tinybird that you can install on your machine or deploy on a cloud provider.

For a quick start guide, see Deploy a new project in five minutes.

Prerequisites

To install and use Tinybird Local on your machine, you need to have the following prerequisites:

Install Tinybird on your machine

To install Tinybird, run the following command:

curl https://tinybird.co | sh

This installs the Tinybird CLI and the Tinybird Local container.

Authenticate with Tinybird Cloud

The best way to deploy your Tinybird project is Tinybird Cloud, a managed platform available in several cloud providers and regions.

Current Tinybird regions

RegionProviderProvider regionAPI base URL
Europe (London)GCPeurope-west2https://api.europe-west2.gcp.tinybird.co
Europe (Frankfurt)GCPeurope-west3https://api.tinybird.co
US East (Virginia)GCPus-east4https://api.us-east.tinybird.co
North America (Toronto)GCPnorthamerica-northeast2https://api.northamerica-northeast2.gcp.tinybird.co
Europe (Frankfurt)AWSeu-central-1https://api.eu-central-1.aws.tinybird.co
Europe (Ireland)AWSeu-west-1https://api.eu-west-1.aws.tinybird.co
US East (Virginia)AWSus-east-1https://api.us-east.aws.tinybird.co
US West (Oregon)AWSus-west-2https://api.us-west-2.aws.tinybird.co
Asia Pacific (Hong Kong)AWSap-east-1https://api.ap-east-1.aws.tinybird.co

To authenticate your local environment with Tinybird Cloud, run the following command:

tb login

This opens a browser window where you can sign in to Tinybird Cloud.

Install on a cloud provider

To install Tinybird on a cloud provider, see Self-managed cloud.

Next steps

Updated