# Welcome

Instl is an installation script generator for GitHub projects. It does not need any setup, and can be used to install most GitHub projects on Linux, macOS and Windows.

You can easily add installation commands to your project README - they just work!.

<figure><img src="https://raw.githubusercontent.com/installer/instl/main/demo.gif" alt=""><figcaption><p>Instl demo</p></figcaption></figure>

## Key Features

* 💻 Cross-Platform: Works on Windows, macOS and Linux out of the box
* 🧸 One-Click Installs: Install any GitHub project with just a single command
* 🪶 Web-Based: No need to install Instl - scripts are generated server-side
* ⚙️ Intelligent Configuration: Instl adapts to the project's structure
* 🕊️ On the fly: Installer scripts are created in real-time for each project
* 📊 [Track Your Installs](https://instl.sh/stats): Installation metrics for your projects at your fingertips


---

# 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://docs.instl.sh/readme.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.
