> For the complete documentation index, see [llms.txt](https://docs.trycaliber.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trycaliber.ai/caliber-station-plugin/what-the-bundle-includes.md).

# What the bundle includes

What the Caliber bundle installs: Caliber Code and Caliber Analysis.

The **Caliber bundle** is the fleet installer for the Caliber station plugin. One command installs:

* **Caliber Code** (`git-ai` / `caliber-code`): writes AI authorship notes to `refs/notes/ai` in your repos (no Caliber credentials on the laptop for notes)
* **Caliber Analysis**: Claude Code plugin that ships **redacted** transcripts to Caliber for enrolled users

## Requirements

* Run as the **signed-in user**, not as root
* macOS or Linux (Windows Code binaries are not available yet)
* An org **Analysis ingest token** from Caliber (**Settings → Integrations → Caliber Analysis (MDM)**) when you want Analysis

## Install (one-liner)

```bash
curl -fsSL https://app.trycaliber.ai/install/caliber | sh -s -- "$ORG_INGEST_TOKEN"
```

Code-only variant (no Analysis): `https://app.trycaliber.ai/install/caliber-code`

## Public guide

Full MDM-oriented guide (also available without login):

<https://app.trycaliber.ai/docs/mdm-bundle>

Next: [Deploy with MDM](/caliber-station-plugin/deploy-with-mdm.md) or [Self-serve install](/caliber-station-plugin/self-serve-install.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trycaliber.ai/caliber-station-plugin/what-the-bundle-includes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
