Morion Community.
The open-source line, frozen at 1.5.

In June 2026 Morion went open source. In August 2026 development moved to Morion 2.0, a commercial line with a new engine and a Free plan. The 1.5 code stays public under Apache 2.0 as Morion Community: a local notebook, a kanban, and an MCP server. It receives security and compatibility fixes, and nothing else.

What Community is

Is
Morion 1.5.4: local notes, folders, tags, kanban, comments, attachments. The MCP server for notes, folders, tags, tasks and audit, with per-folder permissions. The first-generation Mo indexing and the linear Auto-code executor as they were in 1.5. Apache 2.0: read it, fork it, build it, ship it under your own name.
Is not
Not maintained beyond security and compatibility fixes; no roadmap. Not the 2.0 engine: no Projects and Topics, no cited answers, no work packets. Not 2.0 Auto-code: no branching workflow graphs, no conversational human gates, no Re-opened column, no trunk guard. Not the desktop shell: the public repository is the browser-local app and sidecar. Not supported: issues are welcome, answers are best effort.
Run itfrom source
$ git clone https://github.com/miksushko/morion-oss $ cd morion-oss && npm install && npm run dev

The Morion and Mo names, the logo and morion.ai are trademarks and are not covered by the Apache license. Forks must use their own name. Details in the repository's TRADEMARK.md.

View the archive on GitHub

Why two editions

The open-source release did not find an audience large enough to sustain the project, and the work that mattered most in 2026, the indexing engine and the multi-agent harness, is expensive to build and test. Morion 2.0 is a commercial product so that work can continue. Nothing already published is re-licensed; the 1.5 code stays Apache 2.0.

If Community covers what you need, use it, fork it, keep it. If you need cited answers, work packets or the Auto-code workflow runner, those are in Morion 2.0, a separate commercial product. It has a Free plan; the other plans are on the pricing page. Community 1.5.4 stays free and unmetered, but frozen.

Community 1.5 Morion 2.0
LicenseApache 2.0Commercial, with a Free plan
Notes, kanban, MCPyesyes
Projects and Topicsnoyes
Answers with citations and statusesnoyes
Work packets for agentsnoyes
Auto-code workflowslinear executorbranching graph, human gate, Re-opened column
Signed desktop installersbuild from sourceyes
Updatessecurity fixescontinuous

Questions

Is Morion open source?

Morion 1.5, called Morion Community, is open source under Apache 2.0 and frozen at 1.5.4 with security fixes only. Morion 2.0 is a commercial app with a Free plan and is not open source.

Can I fork Morion Community?

Yes, under Apache 2.0, with your own name: the Morion and Mo names and the logo are trademarks and are not covered by the license.