Docker Images
This release includes the following Docker images:
ghcr.io/LeslieLeung/glean-backend:v0.2.6ghcr.io/LeslieLeung/glean-web:v0.2.6ghcr.io/LeslieLeung/glean-admin:v0.2.6
Desktop Apps
Download the desktop application for your platform from the assets below.
Quick Start
:::bash
# 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://localhost
See README for full documentation.
What's Changed
- fix: enhance loading behavior in ReaderPage component by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/110
- fix(ci): prevent electron-builder from publishing to upstream repo by @GoToBoy in https://github.com/LeslieLeung/glean/pull/111
- feat: add testing framework and initial test cases by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/112
- chore(deps): update pnpm to v10.29.3 by @renovate[bot] in https://github.com/LeslieLeung/glean/pull/92
- chore(deps): update dependency @tanstack/react-query to v5.90.21 by @renovate[bot] in https://github.com/LeslieLeung/glean/pull/101
- feat: implement OIDC authentication support by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/115
- feat: add arq dependency and enhance FastAPI app configuration by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/116
- Add Claude Code GitHub Workflow by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/122
- build: unmute claude by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/123
- chore: bye claude! by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/127
- chore(deps): update dependency @types/react to v18.3.28 by @renovate[bot] in https://github.com/LeslieLeung/glean/pull/113
- chore(deps): update dependency i18next to v25.10.10 by @renovate[bot] in https://github.com/LeslieLeung/glean/pull/104
- chore: bump version to 0.2.6 by @LeslieLeung in https://github.com/LeslieLeung/glean/pull/131
New Contributors
- @GoToBoy made their first contribution in https://github.com/LeslieLeung/glean/pull/111
Full Changelog: https://github.com/LeslieLeung/glean/compare/v0.2.5...v0.2.6