We use cookies to give you a better online experience
Got it
Firebolt Core

Run Firebolt. Anywhere.

Run production-grade SQL anywhere — fast, scalable, self-hosted, and best of all, forever free.

1bash <(curl https://get-core.firebolt.io/)
1docker run -it --rm --ulimit memlock=8589934592:8589934592 --security-opt seccomp=unconfined -p 127.0.0.1:3473:3473 ghcr.io/firebolt-db/firebolt-core:preview-rc

Built for Developers. Ready for Real Workloads.

Sub-Second Queries

Blazing-fast queries over large, complex datasets.

Scales Out

Run Firebolt Core on multiple
nodes that work together on
a single query. 

Developer-First Experience

Install via Docker. Query via CLI. Fully local and frictionless. 

Free Forever

Use in production with
no cost or usage limits.

Self-Hosted & Offline

Runs in any environment -laptop, VPC, on-prem, or alongside your existing cloud infrastructure.

Built for Real Workloads

Built for developers. Ready for real, scalable, AI-powered applications. 

1curl -s "http://localhost:3473" --data-binary "
2  SELECT 42
3"
1# List objects in a public S3 bucket
2curl -s "http://localhost:3473" --data-binary "
3  SELECT *
4  FROM list_objects('s3://firebolt-core-us-east-1/test_data/tpch/parquet/')
5  ORDER BY object_name;
6"
1# Read an Iceberg table from a public GCS bucket
2curl -s "http://localhost:3473" --data-binary "
3  SELECT *
4  FROM read_iceberg('gs://firebolt-core-us-east-1/test_data/tpch/iceberg/tpch.db/lineitem')
5  LIMIT 10
6"

SQL Queries to Get You Started

These examples highlight common workflows in Firebolt Core — from querying external data to building indexes.

Read about Firebolt's commitment with Firebolt Core in this blog

Go to Blog

Watch How To Get Started Today

Documentation

Frequently Asked Questions

What is Firebolt Core?

Firebolt Core is a self-hosted version of the Firebolt query engine, designed for developers who want speed, control, and flexibility. It’s free to use, easy to deploy via Docker, and can run wherever you want — whether that’s on a laptop or in your cloud environment.

What can I do with it?

Run sub-second SQL queries locally or in your infrastructure, scan Iceberg or Parquet data, and prototype AI pipelines, analytics apps, or embedded workloads — all without relying on managed services or cloud-specific tooling.

How do I get started?

You can run Firebolt Core via Docker in seconds. Just pull the image, start the container, and you’re ready to send SQL queries from Firebolt Core’s CLI.

Is it really free forever?

Yes. Firebolt Core is free for commercial and non-commercial use, with no usage caps. You can deploy it in production without paying anything!