> For the complete documentation index, see [llms.txt](https://olddocs.exivity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olddocs.exivity.io/2.3.1/getting-started/concepts/programdir.md).

# Program directory

The main program directory as it should be installed by the Exivity installer:

```
root
├─── bin                        Backend binaries
|    ├─── exivityd.exe
|    ├─── eternity.exe
|    ├─── edify.exe
|    ├─── transcript.exe
|    └─── use.exe
├─── server                     Frontend dependencies
|    ├─── nginx
|    ├─── php
|    └─── redis
├─── web                        Compiled frontend repositories
|    ├─── glass
|    └─── proximity
├─── *.bat
└─── uninstall.exe
```
