Skip to content

LiveContext CE v0.2.0

Choose a tag to compare

@livecontext-ai livecontext-ai released this 24 Jul 13:31
· 15 commits to main since this release

What is new

LiveContext CE is now open source (AGPL-3.0)

LiveContext Community Edition is now licensed under the GNU Affero General Public License v3.0 (AGPL-3.0), an OSI-approved open-source license, replacing the previous source-available license.

What this means for you

  • Use it commercially, self-host it, modify it and redistribute it, freely.
  • If you run a modified version as a network service, AGPL asks you to make the source of your changes available to that service's users.
  • The LiveContext name and logo remain trademarks (see TRADEMARKS). The license covers the code, not the brand.
  • Older releases keep their original license. This change applies from v0.2.0 onward.

Also in this release

  • Refreshed the README product screenshots with real captures: Workflow + App (the workflow and the app it drives, in one view), Agents, Tables and Data & metrics.
  • Added THIRD_PARTY_NOTICES and a draft TRADEMARKS policy; updated NOTICE and CONTRIBUTING. The DCO sign-off flow is unchanged.

Contributing

Contributions are welcome under AGPL-3.0 with a DCO sign-off (git commit -s). See CONTRIBUTING.md. Questions or ideas? Open a Discussion.

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.0
  • ghcr.io/livecontext-ai/livecontext-ce-frontend:v0.2.0
  • ghcr.io/livecontext-ai/livecontext-ce-bridge:v0.2.0
  • ghcr.io/livecontext-ai/livecontext-ce-screenshot-renderer:v0.2.0 (opt-in renderer profile)