LiveContext CE v0.2.5
Update an existing install
git pull
docker compose pull
docker compose up -d
The compose file pins this release's image tag, so run git pull first. Your data lives in Docker volumes and is kept across updates.
Fresh install
git clone https://github.com/livecontext-ai/livecontext-ce
cd livecontext-ce
docker compose up -d
Then open http://localhost:3000
Images
Pull from whichever registry you prefer, the digests are identical.
ghcr.io/livecontext-ai/livecontext-ce:v0.2.5ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.2.5ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.2.5ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.2.5(opt-in renderer profile)
Each image is also tagged v0.2, v0 and latest if you prefer to track a moving line rather than pin an exact release.