> For the complete documentation index, see [llms.txt](https://hyper.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyper.ortusbooks.com/7.0.0-2/getting-started/installation.md).

# Installation

Hyper is most easily installed via ForgeBox and CommandBox.

```sh
box install hyper
```

If you install Hyper in a non-ColdBox application, make sure to create a mapping in your `Application.cfc`

```cfscript
this.mappings[ "/hyper" ] = expandPath( "/modules/hyper" );
```
