Go runtime
Daemon and CLI are Go 1.24+. Third-party modules are listed in go.mod (not stdlib-only — e.g. SQLite via modernc.org/sqlite, TUI libraries for CLI surfaces).
Upstream tooling and license posture — explicit credit, no implied endorsement. For depth, read the repo manifests, not marketing summaries.
Daemon and CLI are Go 1.24+. Third-party modules are listed in go.mod (not stdlib-only — e.g. SQLite via modernc.org/sqlite, TUI libraries for CLI surfaces).
Existing console interface is React + Vite + TypeScript, embedded into the MEL binary.
In-repo schema files support compatibility parsing and transport-side evidence interpretation.
The repo uses sqlite3 CLI workflows for deterministic checks and migrations in this environment.
MEL keeps base viability local-first and self-hosted friendly. Optional integrations are explicit optional layers, not hidden requirements. If something is unsupported or degraded, wording must say so plainly.
MEL is open source under the GNU General Public License v3.0 — see the LICENSE file in the repository root. Contributor-facing docs are first-class runtime support surfaces, not afterthoughts.
Third-party packages (Go modules, npm) remain under their respective licenses; see dependency-license-inventory.md.