Docker Images
This release includes the following Docker images:
ghcr.io/LeslieLeung/glean-backend:v0.2.5ghcr.io/LeslieLeung/glean-web:v0.2.5ghcr.io/LeslieLeung/glean-admin:v0.2.5
Desktop Apps
Download the desktop application for your platform from the assets below.
Quick Start
# Download docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/LeslieLeung/glean/main/docker-compose.yml -o docker-compose.yml
# Start Glean
docker compose up -d
# Access at http://localhostSee README for full documentation.
What's Changed
- feat: MCP server by @LeslieLeung in #107
- chore: bump version to 0.2.5 by @LeslieLeung in #108
Full Changelog: v0.2.4...v0.2.5