Installation
This section guides you through the initial setup required to interact with the platform. From a developer or data scientist’s perspective, the CLI serves as the primary bridge between your local code (functions, models) and our platform.
Quick install
The easiest way to install the Intelligence CLI is by running the following command in your terminal. This script automatically detects your operating system and architecture, downloads the latest binary, and adds it to your path.
curl -fsSL https://storage.googleapis.com/fathom-cli-artifacts/install.sh | bashVerifying the Installation
To verify that everything is set up correctly, restart your terminal or source your profile, then run:
fathom --version
Manual installation
If you prefer to manage binaries manually, you can download the latest release directly from our registry.
- Get recent version of our CLI from our registry
- Download the binary file for your OS (
darwin-amd64,darwin-arm64,linux-amd64,windows-amd64) using artifact version from the registry:<version>/<platform>/fathom - Move it to a directory in your $PATH (e.g., /usr/local/bin)
Manual autocompletion setup
If you need to manually generate autocompletion script, use the completion command:
fathom completion <shell>