LiveContext CE v0.2.2
What is new
Never-linked installs now ship with the release-day model refresh.
The monolith image now bakes the cloud's active signed model bundle (catalog-seeds/model-bundle.json) so a fresh, never-cloud-linked install applies the latest curated models at first boot instead of only the build-time classpath baseline. Cloud-linked installs are unchanged (they already sync the latest bundles).
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
- ghcr.io/livecontext-ai/livecontext-ce:v0.2.2
- ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.2.2
- ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.2.2
- ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.2.2 (opt-in renderer profile)