# Installation

## Installation for Windows

1. Download the most recent version of the windows `EXE` from the Github Release Page: <https://github.com/Prometheus-SCN/js-offs/releases>
2. Open Installer and follow its prompts

## Installation for MacOS

1. Download the most recent version of the Mac `DMG` file from the Github Release Page: <https://github.com/Prometheus-SCN/js-offs/releases>
2. Open the `DMG` file from your file system
3. Drag contents to the Application directory

## Installation for Linux

1. Download the most recent version of the Linux `AppImage` file from the Github Release Page: <https://github.com/Prometheus-SCN/js-offs/releases>
2. &#x20;From the terminal, make the `AppImage` executable with the command replacing `<version>` and `<arch>` with that of your chosen linux release`$ chmod a+x OFF_System_<version>_linux_<arch>.AppImage`
3. Run `$ ./OFF_System_<version>_linux_<arch>.AppImage`


---

# 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://www.off.systems/installation.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.
