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
# 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
- fix: enhance loading behavior in ReaderPage component by @LeslieLeung in #110
- fix(ci): prevent electron-builder from publishing to upstream repo by @GoToBoy in #111
- feat: add testing framework and initial test cases by @LeslieLeung in #112
- chore(deps): update pnpm to v10.29.3 by @renovate[bot] in #92
- chore(deps): update dependency @tanstack/react-query to v5.90.21 by @renovate[bot] in #101
- feat: implement OIDC authentication support by @LeslieLeung in #115
- feat: add arq dependency and enhance FastAPI app configuration by @LeslieLeung in #116
- Add Claude Code GitHub Workflow by @LeslieLeung in #122
- build: unmute claude by @LeslieLeung in #123
- chore: bye claude! by @LeslieLeung in #127
- chore(deps): update dependency @types/react to v18.3.28 by @renovate[bot] in #113
- chore(deps): update dependency i18next to v25.10.10 by @renovate[bot] in #104
- chore: bump version to 0.2.6 by @LeslieLeung in #131
New Contributors
Full Changelog: v0.2.5...v0.2.6