# Installing WireBox

WireBox can be downloaded as a standalone framework or it is included with the latest ColdBox Platform release, so no need to install it if you are within a ColdBox application.

{% hint style="info" %}
The best way to install WireBox is using **CommandBox CLI and package manager.**
{% endhint %}

## System Requirements

* Adobe ColdFusion 2016 (Deprecated)
* Adobe ColdFusion 2018+
* Lucee 5+

## CommandBox Installation

You can leverage [CommandBox](http://www.ortussolutions.com/products/commandbox) to install the standalone version of WireBox with a simple command:

```bash
# Latest Version
box install wirebox

# Bleeding Edge
box install wirebox@be
```

This will install WireBox as a dependency in your application into a folder called `wirebox`. You can then leverage the standalone namespace within your application: `wirebox.system.ioc`.

## Manual Download

You can download the latest version of WireBox from [https://www.forgebox.io/view/wirebox](https://www.forgebox.io/view/wirebox?filter=stable#versions). Place in your webroot or create a `/wirebox` mapping in your system.

## Namespaces

### Standalone Namespace

`wirebox.system.ioc`

![](https://3413979917-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvsc-e1GVkiaPQ-%2Fsync%2Ff23d5b4ea69377e71610756850ab2fab666e5934.jpg?generation=1608228481862179\&alt=media)

### ColdBox Namespace

`coldbox.system.ioc`

![](https://3413979917-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvsc-e1GVkiaPQ-%2F-LA-Ud03e_n2SeqLC9Ls%2F-LA-UphpZ1YSw9LWI40r%2Finstalling_ColdBoxSystem.jpg?generation=1523647999733091\&alt=media)
