# Overview

ClearAligner is:

* **cross-platform** Built with react and electron, ClearAligner is compatible with major Operating Systems. Windows and macOS are currently supported.
* **local-first** Be productive without an active internet connection. [Target texts](/clear-aligner/file-formats/target-text.md) are loaded from `TSV` files created with a simple, pre-defined format. [Alignment data](/clear-aligner/file-formats/alignment-data.md) can be imported and exported as `json`.&#x20;
* **open-source** Stewarded by Biblica's Clear team and developed in partnership with [Operational Systems Inc.](https://www.operationalsystems.com/), ClearAligner's source code is released with an MIT license.[ View it on Github](https://github.com/clear-bible/clear-aligner).

To learn about how ClearAligner works, watch the overview video for the [latest build](/clear-aligner/releases/1.0.0.md). After that, [get started](/clear-aligner/getting-started.md).

### System Requirements

ClearAligner is designed to work well on systems with:

1. Windows 10/11 or macOS operating systems
2. 4-Core 8th Gen Intel i5 processor (or newer)
3. 8 GB RAM
4. SSD Storage
5. 1080p screen size


---

# Agent Instructions: 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:

```
GET https://biblica.gitbook.io/clear-aligner/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
