Downloads
Install Steampipe
v1.0.3
macOS
Linux
Windows
PostgreSQL FDW
SQLite Extension
Export CLI
Install Steampipe: Linux
Use the tabs above to install on a different OS version. These packages are built and signed by Turbot"s Steampipe development team, and you can view them here.
We recommend installing Homebrew which provides pre-built binaries for Mac.
STEP 1: Copy and paste into your Linux shell
sudo /bin/sh -c "$(curl -fsSL https://steampipe.io/install/steampipe.sh)"
STEP 2: Version check
~$ steampipe -v
Steampipe 1.0.3
STEP 3: Follow our getting started guide to run (or build) your first pipeline!
STEP 4: Help yourself and explore the CLI
~$ steampipe help Steampipe: select * from cloud;
Dynamically query APIs, code and more with SQL.Zero-ETL from 140+ data sources.
Common commands:
# Interactive SQL query console steampipe query
# Install a plugin from the hub - https://hub.steampipe.io steampipe plugin install aws
# Execute a defined SQL query steampipe query "select * from aws_s3_bucket"
# Get help for a command steampipe help query
Documentation: https://steampipe.io/docs
Usage: steampipe [command]
Available Commands: completion Generate completion scripts help Help about any command login Login to Turbot Pipes plugin Steampipe plugin management query Execute SQL queries interactively or by argument service Steampipe service management
Flags: -h, --help Help for steampipe --install-dir string Path to the Config Directory (default "/Users/karanpopat/.steampipe") -v, --version Version for steampipe --workspace string The workspace profile to use (default "default")
Use "steampipe [command] --help" for more information about a command.
How do you update Steampipe?
Just re-run the curl script in STEP 1 above to install the latest released version of Steampipe.Want more control over the install process?
Steampipe is also available as a binary executable (or you can build from source). To manually install Steampipe, unzip the executable and move it to a directory included in your system"s PATH
. You can access the source, zipped executables and binary checksums from the releases section of the Steampipe Github repo.