> For the complete documentation index, see [llms.txt](https://www.requestranger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.requestranger.com/getting-started/installation/manually-download-releases-from-github.md).

# Manually Download Releases from GitHub

For users who prefer to download a specific version of Request Ranger, or need to use an older version for compatibility reasons, manual installation is available through our GitHub release page.

## **Steps**

1. Visit the Request Ranger GitHub release page at[`https://github.com/Authentick/RequestRanger/releases`](https://github.com/Authentick/RequestRanger/releases)
2. Browse through the available releases and find the version you'd like to install.
3. Download the appropriate release file for your macOS or iOS device (typically a `.zip` or `.tar.gz` file).
4. Extract the downloaded file to reveal the Request Ranger application.
5. Move the Request Ranger application to your Applications folder (macOS) or install it on your iOS device using a third-party app installation tool.

Please note that manually installing Request Ranger from GitHub will not provide automatic updates. To update your manually installed version, you'll need to visit the GitHub release page and download the latest release.

By choosing the installation method that best suits your needs, you can quickly and easily start using Request Ranger for your web development and security tasks.


---

# 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://www.requestranger.com/getting-started/installation/manually-download-releases-from-github.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.
