---
title: Rebost — Private AI that works with your files
description: Private AI that works with your files. A desktop application for Mac and Windows. The AI runs on the machine where it is installed and cites the files it used. Free and MIT licensed.
image: https://rebost.ai/img/hero-chat-citation.webp
---

# Private AI that works with your files.

What happens on your computer stays on your computer.

Rebost is a desktop application for Mac and Windows. It runs an AI on the machine where it is installed and answers questions about documents held on that machine. Questions are typed in Chat, the answer is generated locally, and the answer cites the files it drew on so every claim can be traced back to a source document.

Documents reach the AI through a Shelf, a folder on the same machine that a conversation can be pointed at. Chat searches the selected Shelf, quotes what it finds, and links each citation back to the file it came from. Two other ideas sit alongside it: a Recipe is a prompt saved for reuse, and House rules are standing instructions that apply to every conversation.

The first launch offers an AI sized for the machine's memory and downloads it. That download stays on disk and is what later answers are generated with. There is no account, no seat to assign, and no usage meter; the application is MIT licensed and free. Rebost uses the network to find and install an AI and to check for a newer release. Documents on a Shelf are not uploaded, and web lookups are a setting that is off until it is turned on.

Current version: **0.8.8**. Site: https://rebost.ai/

## Download

Four installers are published on [GitHub Releases](https://github.com/Frontierz-AI/Rebost/releases), one per target.

| Machine | File |
| --- | --- |
| Mac with an Apple chip | [Rebost-0.8.8-Mac.dmg](https://github.com/Frontierz-AI/Rebost/releases/download/v0.8.8/Rebost-0.8.8-Mac.dmg) |
| Intel Mac | [Rebost-0.8.8-Mac-Intel.dmg](https://github.com/Frontierz-AI/Rebost/releases/download/v0.8.8/Rebost-0.8.8-Mac-Intel.dmg) |
| Windows 10/11 | [Rebost-0.8.8-Windows.exe](https://github.com/Frontierz-AI/Rebost/releases/download/v0.8.8/Rebost-0.8.8-Windows.exe) |
| Windows on ARM | [Rebost-0.8.8-Windows-ARM.exe](https://github.com/Frontierz-AI/Rebost/releases/download/v0.8.8/Rebost-0.8.8-Windows-ARM.exe) |

The Mac download is a disk image: open it and drag Rebost into Applications. The Windows download is an installer.

Windows 11 already ships the component Rebost uses to draw its windows; on Windows 10 the installer adds [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/) when it is missing. A regular Windows PC, meaning anything other than Windows on ARM, also needs a graphics driver with Vulkan support from NVIDIA, AMD, or Intel.

Once installed, Rebost checks GitHub for a newer release and shows it in the sidebar. Nothing is shown when that check fails.

- [Every version, with notes](https://github.com/Frontierz-AI/Rebost/releases)
- [File an issue](https://github.com/Frontierz-AI/Rebost/issues)

## Chat, Shelves, Recipes, and House rules

### Chat

Chat is the main window, and a question sent there is answered by the installed AI without leaving the machine. A file can be attached to a single conversation, either through the composer or by dropping it onto Chat; attachments belong to that conversation and do not become a Shelf. To answer from a folder instead, a Shelf is selected in the composer before the question is sent. Answers that used a file carry a citation, and opening the citation opens the source.

### Shelves

A Shelf is how a folder becomes available to Chat. Creating a Shelf and linking a folder, or dropping files into it, is what lets Rebost read those documents and search them later. Linking does not move or copy the folder, and renaming a Shelf inside Rebost leaves the folder on disk untouched. How thoroughly Chat searches is configured per Shelf.

### Recipes

A Recipe is a prompt saved once and reopened later against any Shelf. Opening one starts a new conversation with that prompt already in the composer, which removes the need to retype a request that recurs. The wording remains editable after it has been saved.

### House rules

House rules are standing instructions kept in Settings: tone, language, and anything the AI should never promise. They are written once and applied to every conversation and every Recipe. Settings also holds Online, which allows Chat to look things up on the public web. Online is off until it is turned on, and turning it on does not send Shelf documents to the web.

Settings opens from the menu, or with ⌘, on a Mac and Ctrl+, on Windows. Explore other AIs is in the same window for cases where the suggested AI is not the right one.

## Getting started

A first session usually runs in this order.

1. Install Rebost from the release that matches the machine.
2. Accept the AI offered on first launch, or skip it and install one later from Settings. Rebost refuses an AI the machine cannot run.
3. Create a Shelf, then link a folder or drop files into it. Rebost reads those documents so Chat can search them.
4. In Chat, select that Shelf and ask. Citations on the answer open the source file.
5. Save recurring requests as Recipes, and write House rules once for a consistent tone.

The first message after launch waits while the AI is loaded into memory. Later messages in the same session do not.

A team works the same way, one install per person. Each person runs Rebost on their own machine and points a Shelf at the folder the team already shares, so there is no server to run and no account to administer. [How a small team uses Rebost](team.md) covers that setup.

## Open source

The source is public under the MIT License.

- [Repository](https://github.com/Frontierz-AI/Rebost)
- [Issues](https://github.com/Frontierz-AI/Rebost/issues)
- [Releases](https://github.com/Frontierz-AI/Rebost/releases)
- [SECURITY.md](https://github.com/Frontierz-AI/Rebost/blob/main/SECURITY.md)

```
git clone https://github.com/Frontierz-AI/Rebost.git
```

## Questions

### Is it free?

Yes. Rebost is MIT licensed and free to use. There is no paid tier, no seat count, and no usage meter.

### Is an account required?

No. There is nothing to sign up for and no one to sign in as. The first launch sets up an AI, and Chat works from then on.

### Do documents leave the machine?

Documents on a Shelf stay on the machine that holds them. Rebost uses the network to find or install an AI and to check for a newer release. The public web is reached only when Online is turned on in Settings, and that setting does not upload Shelf documents.

### Which AI does it run?

The first launch suggests one sized for the machine's memory and hides any that will not run on it. A different AI can be installed later from Settings. Each AI carries its own license, shown before the download starts.

### What hardware is needed?

A Mac with an Apple chip or an Intel processor, or a Windows 10/11 PC including Windows on ARM. Running an AI locally also needs several GB of free disk space for the download.

### Are phones or Linux supported?

No. Rebost is a desktop application for Mac and Windows.

### Can a team use it?

Yes, with one install per person and a Shelf pointed at a shared folder. There is no Rebost account and nothing to administer. See [how a small team uses Rebost](team.md).

## Privacy

Documents on a Shelf stay on the machine that holds them, and reading, searching, and answering all happen there. Counts of personal information are counts, not a legal opinion.

Rebost does reach the network in a few places. Searching for or installing an AI contacts Hugging Face or Ollama, startup may check GitHub for a newer release, and on some Windows PCs the first chat downloads a faster way to run the AI. Online, in Settings, allows Chat to look things up on the public web and is off until it is turned on. [docs/privacy.md](https://github.com/Frontierz-AI/Rebost/blob/main/docs/privacy.md) lists every request.

The application is MIT licensed. An installed AI carries its own license, shown before the download starts: [docs/licensing.md](https://github.com/Frontierz-AI/Rebost/blob/main/docs/licensing.md).

Anything that looks like local files leaking belongs in [SECURITY.md](https://github.com/Frontierz-AI/Rebost/blob/main/SECURITY.md) rather than a public issue. Other bugs go to [GitHub issues](https://github.com/Frontierz-AI/Rebost/issues).

## Fine print

- [MIT license](https://github.com/Frontierz-AI/Rebost/blob/main/LICENSE)
- [The licenses, explained](https://github.com/Frontierz-AI/Rebost/blob/main/docs/licensing.md)
- [Privacy, in plain words](https://github.com/Frontierz-AI/Rebost/blob/main/docs/privacy.md)
- [Trademark](https://github.com/Frontierz-AI/Rebost/blob/main/docs/branding.md)
