📝 Changelog (v11.0-alpha)
New Updates
-
Full Docker & Docker Compose Support
Edit Mind can now be deployed entirely via Docker Compose, offering a consistent, frictionless setup on any machine or server. -
Pre-built Docker Image
An official pre-built Docker image is now available, enabling instant startup without manual builds.
So, the setup process got simpler:
- Clone the Repository
git clone https://github.com/iliashad/edit-mind
cd edit-mind- Set up the environment variables
cp .env.example .env
cp .env.system.example .env.system- Run the Docker containers
docker compose up-
Immich Integration (Face Labels)
Edit Mind now integrates with Immich to automatically import face labels. -
Web UI
Edit Mind now includes a Web interface (http://localhost:3745) alongside the Desktop app, making it accessible from:- Home servers
- NAS systems
- Cloud servers
🧱 Summary
- Added Docker Compose workflows for backend, frontend, and background jobs
- Integrated Immich face label syncing into the analysis pipeline
- Published a pre-built Docker image for one-command deployment
- Expanded architecture from desktop-only to desktop + web server