title | description |
---|---|
Installation |
Learn how to install the Turso CLI on Mac, Linux and Windows. |
To install the Turso CLI on macOS, we recommend that you use Homebrew:
brew install tursodatabase/tap/turso
If you don't use Homebrew, you can use the following command to execute a shell script that installs the CLI:
curl -sSfL https://get.tur.so/install.sh | bash
Run the following command to execute a shell script that installs the CLI:
curl -sSfL https://get.tur.so/install.sh | bash
Installing the Turso CLI on Windows requires that you have WSL installed.
Once WSL is installed, run the following in PowerShell:
wsl
You can then execute the script to install the Turso CLI:
curl -sSfL https://get.tur.so/install.sh | bash
You must open a new shell to verify the installation with the following command:
turso