> For the complete documentation index, see [llms.txt](https://aeproject.gitbook.io/aeproject/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aeproject.gitbook.io/aeproject/doc/developer-documentation/aeproject-cli/compiler.md).

# aeproject compiler

## Start your local compiler

```
aeproject compiler
```

The `compiler` command will run a compiler locally on `http://localhost:3080` by default.

If you want to stop the compiler you should type

```
aeproject compiler --stop
```

If you have running instances of the compiler started from `aeproject` you could check information about the compiler with

```
aeproject compiler --info
```

There is optional parameter **--v**. To specify a specific version of compiler, you should type

```
aeproject compiler --v v4.0.0
```
