Built with

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).

React operator UI stack

Existing console interface is React + Vite + TypeScript, embedded into the MEL binary.

Meshtastic protobuf schemas

In-repo schema files support compatibility parsing and transport-side evidence interpretation.

SQLite operational tooling

The repo uses sqlite3 CLI workflows for deterministic checks and migrations in this environment.

Dependency honesty

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.

License

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.