Canner/wren-engine is merging into Canner/WrenAI — both repos frozen now
#2205
goldmedal
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Hi Team, Thanks for the clear roadmap on the repository consolidation. I have a question regarding the future of the Wren AI user interface. Will the new consolidated repo continue to support the original visual interface, specifically the modeling and knowledge functionalities? Many of us rely on these visual tools for our workflow, so I’d love to know if they will be integrated into the new core/ structure or maintained in another way. Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're consolidating Wren's open-source projects. On
2026-05-05, the contents ofCanner/wren-enginewill be merged intoCanner/WrenAIunder a newcore/directory. Shortly after,Canner/wren-enginewill be archived (read-only).TL;DR for you:
pip install wren-core-py/wren-engineornpm install @wrenai/wren-core-wasm— nothing changes. Same package names, version numbers stay continuous.2026-05-07), open it onCanner/WrenAIagainstcore/<module>/instead. If you have something already in flight that's urgent, reach us on Discord (#general) and we'll coordinate.ibis-server,mcp-server, or the Java engine inwren-core-legacy— these modules will be archived (no new releases). Pin to the last published version. We'll publish a separate migration note for these.Why we're doing this
wren-engine, others atWrenAI, and the relationship between them isn't obvious. One repo removes that ambiguity.After the merge,
Canner/WrenAIbecomes the single home for:Timeline
2026-04-30mainon both repos becomes admin-only the same day; no new PRs accepted.2026-05-042026-05-05Canner/WrenAI. Old WrenAI app preserved onlegacy/v1branch (tagv1-final).2026-05-062026-05-07Canner/wren-enginearchived2026-05-08What's NOT changing
core/stays Apache 2.0 (same as today'swren-engine). The new repo uses a multi-license layout: code is Apache 2.0,docs/will be CC BY 4.0, with AGPL-3.0 reserved for some future modules. Full license map will be at the repo root.git blame: preserved. We're usinggit filter-reposo per-commit authorship survives the move.wren-engine: stay accessible (the repo becomes read-only, not deleted).Where to ask questions
migrationlabelWe'll be watching closely for the next two weeks. Thanks for your patience while we tidy up the OSS — it'll be easier to contribute to and easier to use afterwards.
Beta Was this translation helpful? Give feedback.
All reactions