Documentation Index
Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation methods
The Timbal CLI provides a command-line interface for managing Timbal projects, including initialization, building, deploying, and other project management tasks.- macOS / Linux
- Windows
Use If your system doesn’t have
curl to download and execute the installation script:curl, you can use wget:Upgrading
To upgrade the CLI to the latest version, you can either run:- macOS / Linux
- Windows
Uninstallation
To remove the CLI, delete the binary and the~/.timbal data directory:
- macOS / Linux
- Windows
Python Package
If you want to use Timbal directly in your Python projects or integrate it into an existing codebase, you can install the Python package directly.Before adding the package, ensure you have
python>=3.11 installed.pip:
uv: