Ben Allfree 4e5da31332 wip
2026-04-10 00:41:23 -07:00
2026-04-10 00:27:51 -07:00
2026-04-10 00:27:51 -07:00
wip
2026-04-10 00:10:23 -07:00
wip
2026-04-09 18:58:57 -07:00
2025-12-06 17:12:03 -08:00
wip
2026-04-09 23:27:06 -07:00
wip
2026-04-10 00:41:23 -07:00
wip
2026-04-09 18:58:57 -07:00
wip
2026-04-10 00:41:23 -07:00
wip
2026-04-09 18:58:57 -07:00
2026-04-08 22:56:38 -07:00
2025-12-06 17:17:13 -08:00
2026-04-10 00:27:51 -07:00
wip
2026-04-10 00:41:23 -07:00
2026-04-10 00:27:51 -07:00
2025-11-26 03:39:25 -08:00
wip
2026-04-09 18:58:57 -07:00
wip
2026-04-10 00:41:23 -07:00
wip
2026-04-09 23:27:06 -07:00
2025-12-06 17:17:13 -08:00
wip
2026-04-09 18:58:57 -07:00
2026-04-10 00:27:51 -07:00
wip
2026-04-09 18:58:57 -07:00
2025-11-26 03:39:25 -08:00
wip
2026-04-09 23:27:06 -07:00
2025-12-06 17:12:03 -08:00

Mesh Forge

Build custom Meshtastic firmware right from your browser. No downloads, no toolchains—everything runs in the cloud.

Features

  • Zero Install - Everything runs in your browser
  • Custom Firmware - Build bespoke Meshtastic firmware tailored to your exact needs
  • Community Extensions - Include community modules and extensions beyond core Meshtastic
  • Share & Remix - Publish your build profiles and let others remix your configs
  • Cloud Builds - Compile in the cloud, flash directly to your device

Community

Join our Discord community: https://discord.gg/8KgJpvjfaJ

Contributing to Mesh Forge

# Install dependencies
git submodule update --init --recursive
bun install

# Run development server (UI talks to `VITE_CONVEX_URL` in `.env.local`)
bun run dev

# When you change Convex code and want instant dev push (optional second terminal)
bunx convex dev

# One-command compile smoke (no browser): production build + Convex `tsc`
bun run smoke

# Build for production
bun run build

# Lint code
bun run lint

License

MIT License - see LICENSE file for details.

S
Description
No description provided
Readme MIT 2 MiB
Languages
Cython 63.6%
TypeScript 30.5%
Shell 4.1%
JavaScript 0.7%
CSS 0.6%
Other 0.5%