> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.firebolt.io/feedback

```json
{
  "path": "/firebolt-core",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Firebolt Core

Firebolt Core is a free, self-hosted edition of [Firebolt's distributed query engine](https://www.firebolt.io/) available as a [project on GitHub](https://github.com/firebolt-db/firebolt-core). It provides high-performance data warehousing capabilities that can be deployed anywhere from a single laptop to enterprise datacenters.

The product is designed for users who need low-latency, high-concurrency analytics but require self-hosted deployment due to cost considerations, data sovereignty requirements, or existing on-premise infrastructure.

## Key Features

* 🚀 **Powerful.** Firebolt Core ships with all key performance and usability features of Firebolt's [managed cloud data warehouse](https://www.firebolt.io/), including a state-of-the-art query optimizer, distributed query execution engine, Iceberg support, and many more.
* 🆓 **Free to use.** Firebolt Core is free to use, forever (see the [LICENSE](https://github.com/firebolt-db/firebolt-core/blob/main/LICENSE.md) for details).
* 📈 **No usage limits.** Firebolt Core has no usage limits. Process unlimited data, scale to as many nodes as you need, and run as many queries as you like.
* 🛢️ **Postgres compliant.** Firebolt's SQL dialect is Postgres compliant. We offer powerful extensions for analytical workloads, such as lambda functions for array processing. For a complete reference, see the [SQL reference documentation](https://docs.firebolt.io/sql_reference/).
* 🛠️ **Self-contained.** Firebolt Core comes packaged as a single Docker image (`ghcr.io/firebolt-db/firebolt-core:preview-rc`) that contains everything needed to run it.
* 🏠 **Self-hosted.** You can deploy Firebolt Core anywhere you want, from your personal workstation to large on-premise clusters or VPCs.
* 📊 **First-class support** with [documentation](https://docs.firebolt.io/firebolt-core), updates, and active [community support via GitHub Discussions](https://github.com/firebolt-db/firebolt-core/discussions). We encourage you to join the conversation!
* 🤖 **AI-ready architecture** optimized for modern data and ML applications.
* 🎯 **Designed for demanding applications.** Powering real-time analytics, embedded analytics, and large-scale data processing workloads.
* 🔄 **Workload compatibility.** Many workloads run interchangeably with [managed Firebolt](https://www.firebolt.io/).
