github IliasHad/edit-mind v0.11.0
v0.11.0-alpha

latest releases: v0.20.1, v0.20.0, v0.14.5...
3 months ago

📝 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:

  1. Clone the Repository
git clone https://github.com/iliashad/edit-mind
cd edit-mind
  1. Set up the environment variables
cp .env.example .env
cp .env.system.example .env.system
  1. 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

Don't miss a new edit-mind release

NewReleases is sending notifications on new releases.