Files
immich/docs/docs/developer/directories.md
T
2026-06-26 16:45:06 +00:00

1.5 KiB

title
title
Directories

Repository Folder Structure

Our GitHub Repository is a monorepo and includes the following folders:

Folder Description
.github/ Github templates and action workflows
.vscode/ VSCode debug launch profiles
packages/cli Source code for the CLI
packages/sdk Source code for the generated OpenAPI SDK
packages/scripts Scripts for version bumps and draft releases
docker/ Docker compose resources for dev, test, production
design/ Screenshots and logos for the README
docs/ Source code for the https://immich.app website
machine-learning/ Source code for the immich-machine-learning docker image
mobile/ Source code for the mobile app, both Android and iOS
server/ Source code for the immich-server docker image
web/ Source code for the web