PotatoMesh · Releases
from GitHub · updated 2026-07-0720 releases
v0.7.2 # 13 days ago · 2026-07-07 17:52 UTC
This is a service release that improves performance and stability as well as selected recommended security hardening patches.
What's Changed
- feat(ingestor): passive UDP transport (Mesh via UDP), primary-channel only by @tjpaulsondev in https://github.com/l5yth/potato-mesh/pull/838
- fix: security review — dashboard XSS, private-mode federation gap, Matrix bridge resilience by @tjpaulsondev in https://github.com/l5yth/potato-mesh/pull/839
- fix: UDP-transport hardening, bridge tracker coverage, CI repairs; release 0.7.2 by @l5yth in https://github.com/l5yth/potato-mesh/pull/840
- web: fix MeshCore ghost nodes (stale contact enrichment discarded) by @l5yth in https://github.com/l5yth/potato-mesh/pull/841
- fix(docker): armv7 ingestor build toolchain; disable matrix fail-fast by @l5yth in https://github.com/l5yth/potato-mesh/pull/842
New Contributors
- @tjpaulsondev made their first contribution in https://github.com/l5yth/potato-mesh/pull/838
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.7.1...v0.7.2
v0.7.1 # 18 days ago · 2026-07-02 18:53 UTC
This is a service release of potato-mesh v0.7,1 fixing some bugs and annoyances with frontend performance and behaviour. If you are on v0.7.0, upgrading is strongly recommended.
What's Changed
- web: fix pubsub thread budget to not block entire app by @l5yth in https://github.com/l5yth/potato-mesh/pull/828
- web: change tiles to carto by @l5yth in https://github.com/l5yth/potato-mesh/pull/831
- chore: bump version 0.7.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/833
- web: initial-load module-graph waterfall by @l5yth in https://github.com/l5yth/potato-mesh/pull/832
- web: fix MeshCore chat duplicates and warm-cache message gap by @l5yth in https://github.com/l5yth/potato-mesh/pull/834
- web: progressively backfill all bulk collections by @l5yth in https://github.com/l5yth/potato-mesh/pull/835
- improve log wiring and capture all meshcore adverts by @l5yth in https://github.com/l5yth/potato-mesh/pull/836
- web: chat-log retention and vertical scroll fix by @l5yth in https://github.com/l5yth/potato-mesh/pull/837
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.7.0...v0.7.1
v0.7.0 # 24 days ago · 2026-06-26 14:05 UTC
This is a service release of the radio mess app-suite
potato-meshv0.7.0 which contains some breaking changes in API and federation to enable new features. Upgrading is strongly recommended, especially for federation users.Demo: https://potatomesh.net
Alternate UI: https://meshint.potatomesh.net/ (Github: https://github.com/l5yth/meshint)
Pub-Sub
The 60-second refresh cycle was completely removed in favor of pubsub. The frontend not subscribtes to changes in the backend on the
/api/eventsAPI. New updates to nodes or chat, are immediately visible on the dashboard as they happen in the air.API Breakage
Organically, the API grew with both
snake_caseandcamelCase- everything has been fixed to snake case to have a consistence across all API endpoints.Reticulum support
The app does not support Reticulum yet but the APIs expose the necessary fields so that this new protocol can be added without breaking change in the coming releases.
What's Changed
- chore: bump to 0.6.4 by @l5yth in https://github.com/l5yth/potato-mesh/pull/785
- build(deps): bump openssl from 0.10.78 to 0.10.79 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/787
- data: move connected event to after ensure_contacts by @l5yth in https://github.com/l5yth/potato-mesh/pull/789
- fix sentinel position data by @l5yth in https://github.com/l5yth/potato-mesh/pull/792
- web: add node opt-out marker and data retention policies by @l5yth in https://github.com/l5yth/potato-mesh/pull/793
- Fix regression where Meshcore chat senders show as Meshtastic by @l5yth in https://github.com/l5yth/potato-mesh/pull/794
- build(deps): bump openssl from 0.10.79 to 0.10.80 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/795
- web: fix chat by @l5yth in https://github.com/l5yth/potato-mesh/pull/800
- web: breaking change on stats api by @l5yth in https://github.com/l5yth/potato-mesh/pull/801
- web: fix apis to use consistently use camel case by @l5yth in https://github.com/l5yth/potato-mesh/pull/802
- web: federation signature v2 migration by @l5yth in https://github.com/l5yth/potato-mesh/pull/805
- web: progressively load messages in batches by @l5yth in https://github.com/l5yth/potato-mesh/pull/807
- web: fix meshcore node synthisation, merging, and deduplication by @l5yth in https://github.com/l5yth/potato-mesh/pull/808
- web: fix federation dns status 500 by @l5yth in https://github.com/l5yth/potato-mesh/pull/809
- web: fix federation cycle and http response error handler by @l5yth in https://github.com/l5yth/potato-mesh/pull/810
- web: render chat incrementally to reduce page load time by @l5yth in https://github.com/l5yth/potato-mesh/pull/813
- web: implement local storage caching by @l5yth in https://github.com/l5yth/potato-mesh/pull/814
- fix: report custom LoRa config as "Custom SF{sf}/BW{bw}/CR{cr}" when use_preset=False (#811) by @giannoug in https://github.com/l5yth/potato-mesh/pull/812
- web: version JS/CSS assets to bust stale browser caches by @l5yth in https://github.com/l5yth/potato-mesh/pull/815
- fix: unify Meshtastic custom LoRa label with MeshCore format by @l5yth in https://github.com/l5yth/potato-mesh/pull/818
- web: add pagination to all APIs by @l5yth in https://github.com/l5yth/potato-mesh/pull/820
- web: implement pubsub by @l5yth in https://github.com/l5yth/potato-mesh/pull/821
- web: mark message author nodes as seen by @l5yth in https://github.com/l5yth/potato-mesh/pull/822
- web: add visual feedback to pubsub events by @l5yth in https://github.com/l5yth/potato-mesh/pull/824
- web: fix meshcore message duplication regression by @l5yth in https://github.com/l5yth/potato-mesh/pull/825
- web: fix live-update DOM handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/826
- web: fix api/events hang on shutdown by @l5yth in https://github.com/l5yth/potato-mesh/pull/827
New Contributors
- @giannoug made their first …
v0.6.3 # 3 months ago · 2026-05-03 11:08 UTC
This is a service release of the radio mesh app-suite potato-mesh v0.6.3, mainly fixing bugs and regressions introduced in the recent 0.6.x releases.
upgrading is specifically encouraged if you had issues with the new map feature displaying nodes in the same localtion as "global spider web." this is fixed now my condensing the size and adding a map-zoom filter to that feature (and also making the spiders collapsable).
What's Changed
- build(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/764
- build(deps): bump openssl from 0.10.75 to 0.10.78 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/766
- web: rework map spider-net feature by @l5yth in https://github.com/l5yth/potato-mesh/pull/769
- matrix: fix matrix preset labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/770
- web: add seo improvements by @l5yth in https://github.com/l5yth/potato-mesh/pull/771
- chore: bump version to 0.6.3 by @l5yth in https://github.com/l5yth/potato-mesh/pull/779
- data: refactor 3/7 protocols by @l5yth in https://github.com/l5yth/potato-mesh/pull/774
- web: refactor 1/7 data processing by @l5yth in https://github.com/l5yth/potato-mesh/pull/772
- web: refactor 2/7 federation by @l5yth in https://github.com/l5yth/potato-mesh/pull/773
- web: refactor 5/7 node page charts by @l5yth in https://github.com/l5yth/potato-mesh/pull/776
- web: refactor 7/7 main js by @l5yth in https://github.com/l5yth/potato-mesh/pull/778
- data: refactor 4/7 interfaces by @l5yth in https://github.com/l5yth/potato-mesh/pull/775
- web: refactor 6/7 node page by @l5yth in https://github.com/l5yth/potato-mesh/pull/777
- web: fix liveliness of api data hydration bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/783
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.2...v0.6.3
v0.6.2 # 3 months ago · 2026-04-21 17:44 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.2, focused on Meshcore-related fixes, federation accuracy, and bridge coverage. The Matrix bridge now understands Meshcore traffic, and several duplication and classification issues in the web app and ingestor have been tightened up.Features
- Matrix: enable meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/761
- Web: show colocated nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/753
Fixes
- Web: fix emoji pattern render in short names by @l5yth in https://github.com/l5yth/potato-mesh/pull/760
- Data: catch packet handler errors by @l5yth in https://github.com/l5yth/potato-mesh/pull/759
- Web: fix meshcore message duplication with 120s dupe protection by @l5yth in https://github.com/l5yth/potato-mesh/pull/758
- Web: fix node duplication through message synthetization by @l5yth in https://github.com/l5yth/potato-mesh/pull/757
- Ingestor: deduplicate meshcore messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/752
- Fix reaction handling and classification by @l5yth in https://github.com/l5yth/potato-mesh/pull/750
- Web: fix federation node counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/749
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.1...v0.6.2
v0.6.1 # 3 months ago · 2026-04-15 10:49 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.1 which improves performance and stability. After the previous major breaking release, this cleans up the UI further, addresses some regressions and drastically improves DB operation performance and interface caching.What's Changed
- chore: bump version to 0.6.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/726
- data: better lora frequency handling for meshtastic by @l5yth in https://github.com/l5yth/potato-mesh/pull/733
- web: per protocol active node counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/735
- ingestor: fix serial connection failures by @l5yth in https://github.com/l5yth/potato-mesh/pull/736
- build(deps): bump rand from 0.9.2 to 0.9.4 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/741
- web: restore refresh and protocol buttons by @l5yth in https://github.com/l5yth/potato-mesh/pull/742
- web: fix federation resolver issue with multi addresses by @l5yth in https://github.com/l5yth/potato-mesh/pull/743
- web: optimize caching by @l5yth in https://github.com/l5yth/potato-mesh/pull/744
- web: fix meshcore node misclassification by @l5yth in https://github.com/l5yth/potato-mesh/pull/748
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.6.0...v0.6.1
v0.6.0 # 3 months ago · 2026-04-09 07:30 UTC
This is a service release of the radio mesh app-suite
potato-meshv0.6.0 which introduces new features and overhauls the user interface. The primary notable change is added support for multi-protocol along with an implementation of Meshcore in ingestor, web app, and frontend.Demo: https://potatomesh.net/
Meshcore
To start ingesting Meshcore data to an upgraded potato-mesh web app, simply tell your ingestor to use the
PROTOCOL="meshcore".About Pages
The other notable feature is the removal of the "darkmode" and "info" buttons in favor of customizable markdown pages that allow for more flexibility with regard to custom content (info about presets, contact information, etc.) - see
/pages/*.mdin the web app (#723).Breaking Variable Changes
The following deprecated environmental variables have been removed in this release finally (#704):
POTATOMESH_INSTANCE- please useINSTANCE_DOMAINMESH_SERIALandPORT- please useCONNECTION
What's Changed
- [meshcore] fix: race condition by @benallfree in https://github.com/l5yth/potato-mesh/pull/676
- [meshcore] fix: get meshcore protocol icon displaying correctly by @benallfree in https://github.com/l5yth/potato-mesh/pull/681
- fix: address review comments from PRs #676 and #681 by @l5yth in https://github.com/l5yth/potato-mesh/pull/689
- web: distinguish meshcore from meshtastic in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/688
- web: add proper short names for meshcore companions by @l5yth in https://github.com/l5yth/potato-mesh/pull/693
- data: provide frequency and modem preset for meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/694
- data: register meshcore channel mappings by @l5yth in https://github.com/l5yth/potato-mesh/pull/695
- web: define meshcore modem presets by @l5yth in https://github.com/l5yth/potato-mesh/pull/696
- data: derive meshcore channel probe bound from device max_channels by @l5yth in https://github.com/l5yth/potato-mesh/pull/701
- web: protect real node names from fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/702
- release: v0.6.0 — remove deprecated env var aliases by @l5yth in https://github.com/l5yth/potato-mesh/pull/704
- web: fix node disappearance role reset by @l5yth in https://github.com/l5yth/potato-mesh/pull/707
- web: reference meshcore nodes in chat by @l5yth in https://github.com/l5yth/potato-mesh/pull/709
- web: sort channels by activity not index by @l5yth in https://github.com/l5yth/potato-mesh/pull/711
- data: fix meshcore ingestore self reporting by @l5yth in https://github.com/l5yth/potato-mesh/pull/713
- data: fix position time updates by @l5yth in https://github.com/l5yth/potato-mesh/pull/715
- web: facelift by @l5yth in https://github.com/l5yth/potato-mesh/pull/716
- chore: prepare codebase for breaking release by @l5yth in https://github.com/l5yth/potato-mesh/pull/718
- data: trace analysus multi ingestor support by @l5yth in https://github.com/l5yth/potato-mesh/pull/721
- web: fix federation for multi protocol by @l5yth in https://github.com/l5yth/potato-mesh/pull/722
- web: add markdown static pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/723
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.12...v0.6.0
v0.5.12 # 4 months ago · 2026-04-04 08:49 UTC
This is a service release of the app potato-mesh v0.5.12 which improves performance and stability.
Notably, the frontend went through some graphical tweaks to prepare for an upcoming multi-protocol release (meshcore, reticulum, etc.).
What's Changed
- build(deps): bump quinn-proto from 0.11.13 to 0.11.14 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/646
- build(deps): bump rustls-webpki from 0.103.8 to 0.103.10 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/649
- Proposal: mesh provider pattern refactor by @benallfree in https://github.com/l5yth/potato-mesh/pull/651
- data: resolve circular dependency of deamon.py by @l5yth in https://github.com/l5yth/potato-mesh/pull/653
- fix upsert clearing node coordinates bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/654
- web: implement a 'protocol' field across systems by @l5yth in https://github.com/l5yth/potato-mesh/pull/655
- feat: split device and power-sensor telemetry charts (#643) by @l5yth in https://github.com/l5yth/potato-mesh/pull/656
- web: prepare frontend for multi protocol by @l5yth in https://github.com/l5yth/potato-mesh/pull/657
- web: fix css issues by @l5yth in https://github.com/l5yth/potato-mesh/pull/659
- data: prepare ingestor for meshcore by @l5yth in https://github.com/l5yth/potato-mesh/pull/658
- app: only query meshtastic provider by @l5yth in https://github.com/l5yth/potato-mesh/pull/664
- web: prepare release by @l5yth in https://github.com/l5yth/potato-mesh/pull/665
- ci: update dependabot and codecov settings by @l5yth in https://github.com/l5yth/potato-mesh/pull/666
- feat: implement meshcore provider by @l5yth in https://github.com/l5yth/potato-mesh/pull/663
- data: handle store_forward and router_heartbeat portnum by @l5yth in https://github.com/l5yth/potato-mesh/pull/667
- data/meshcore: fix ble and enable tcp by @l5yth in https://github.com/l5yth/potato-mesh/pull/669
- chore: update mesh.sh to use requirements file by @benallfree in https://github.com/l5yth/potato-mesh/pull/675
- chore: update xcode deps by @benallfree in https://github.com/l5yth/potato-mesh/pull/674
- [meshcore] enh: short name should be 1st 4 hex digits of public key by @benallfree in https://github.com/l5yth/potato-mesh/pull/679
- chore: refactor codebase before meshcore release by @l5yth in https://github.com/l5yth/potato-mesh/pull/682
- enh: surface meshcore role types (#680) by @l5yth in https://github.com/l5yth/potato-mesh/pull/685
New Contributors
- @benallfree made their first contribution in https://github.com/l5yth/potato-mesh/pull/651
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.11...v0.5.12
v0.5.11 # 5 months ago · 2026-03-01 21:00 UTC
This is a service release of the app potato-mesh v0.5.11 which improves performance and stability.
What's Changed
- web: limit horizontal size of dropdown by @l5yth in https://github.com/l5yth/potato-mesh/pull/644
- chore: bump version to 0.5.11 by @l5yth in https://github.com/l5yth/potato-mesh/pull/645
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.10...v0.5.11
v0.5.10 # 5 months ago · 2026-02-16 20:16 UTC
This is a service release of the app potato-mesh v0.5.10 which improves performance and stability.
What's Changed
- l5y chore version 0510 by @l5yth in https://github.com/l5yth/potato-mesh/pull/608
- web: add announcement banner by @l5yth in https://github.com/l5yth/potato-mesh/pull/609
- web: daemonize federation worker pool to avoid deadlocks on stuck announcments by @l5yth in https://github.com/l5yth/potato-mesh/pull/610
- web: decrypt PSK-1 unencrypted messages on arrival by @l5yth in https://github.com/l5yth/potato-mesh/pull/611
- Add Apache 2.0 license headers to missing sources by @l5yth in https://github.com/l5yth/potato-mesh/pull/615
- web: decrypted takes precedence by @l5yth in https://github.com/l5yth/potato-mesh/pull/614
- matrix: logs only non-sensitive config fields by @l5yth in https://github.com/l5yth/potato-mesh/pull/616
- matrix: config loading now merges optional TOML with CLI/env/secret inputs by @l5yth in https://github.com/l5yth/potato-mesh/pull/617
- build(deps): bump bytes from 1.11.0 to 1.11.1 in /matrix by @dependabot[bot] in https://github.com/l5yth/potato-mesh/pull/627
- federation: ensure requests timeout properly and can be terminated by @l5yth in https://github.com/l5yth/potato-mesh/pull/631
- web: supress encrypted text messages in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/633
- ci: fix docker compose and docs by @l5yth in https://github.com/l5yth/potato-mesh/pull/634
- ingestor: report self id per packet by @l5yth in https://github.com/l5yth/potato-mesh/pull/635
- web: do not touch neighbor last seen on neighbor info by @l5yth in https://github.com/l5yth/potato-mesh/pull/636
- web: do not merge channels by ID in frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/637
- web: do merge channels by name by @l5yth in https://github.com/l5yth/potato-mesh/pull/640
- web: expose node stats in distinct api by @l5yth in https://github.com/l5yth/potato-mesh/pull/641
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/l5yth/potato-mesh/pull/627
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.9...v0.5.10
v0.5.9 # 6 months ago · 2026-01-08 15:01 UTC
This is a service release of the app potato-mesh v0.5.9 which improves performance and stability but also adds new features. This is the first stable release of the matrix bridge.
Take a look at matrix/README.md for instructions or join #potato-bridge:c-base.org for a Demo.
What's Changed
- chore: bump version to 0.5.9 by @l5yth in https://github.com/l5yth/potato-mesh/pull/569
- web: ensure unknown nodes for messages and traces by @l5yth in https://github.com/l5yth/potato-mesh/pull/572
- web: add mesh.qrp.ro as seed node by @l5yth in https://github.com/l5yth/potato-mesh/pull/573
- Support BLE UUID format for macOS Bluetooth devices by @apo-mak in https://github.com/l5yth/potato-mesh/pull/575
- nix flake by @benjajaja in https://github.com/l5yth/potato-mesh/pull/577
- web: hide legend by default by @l5yth in https://github.com/l5yth/potato-mesh/pull/582
- ci: run nix flake check on ci by @l5yth in https://github.com/l5yth/potato-mesh/pull/583
- ingestor: support ROUTING_APP messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/584
- web: allow certain charts to overflow upper bounds by @l5yth in https://github.com/l5yth/potato-mesh/pull/585
- matrix: fix empty bridge state json by @l5yth in https://github.com/l5yth/potato-mesh/pull/592
- web: hide the default '0' tab when not active by @l5yth in https://github.com/l5yth/potato-mesh/pull/593
- matrix: cache seen messages by rx_time not id by @l5yth in https://github.com/l5yth/potato-mesh/pull/594
- matrix: fixed the text-message checkpoint regression by @l5yth in https://github.com/l5yth/potato-mesh/pull/595
- web: establish menu structure by @l5yth in https://github.com/l5yth/potato-mesh/pull/597
- web: display traces of last 28 days if available by @l5yth in https://github.com/l5yth/potato-mesh/pull/599
- ci: update ruby to 4 by @l5yth in https://github.com/l5yth/potato-mesh/pull/601
- matrix: move short name to display name by @l5yth in https://github.com/l5yth/potato-mesh/pull/602
- web: fix stale node queries by @l5yth in https://github.com/l5yth/potato-mesh/pull/603
- web: collapse federation map ledgend by @l5yth in https://github.com/l5yth/potato-mesh/pull/604
- matrix: listen for synapse on port 41448 by @l5yth in https://github.com/l5yth/potato-mesh/pull/607
New Contributors
- @benjajaja made their first contribution in https://github.com/l5yth/potato-mesh/pull/577
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.8...v0.5.9
v0.5.8 # 7 months ago · 2025-12-16 20:46 UTC
This is a hotfix release of the app potato-mesh v0.5.8 resolving a regression with federation. Upgrading is highly recommended if issues with federation exist.
What's Changed
- chore: bump version to 0.5.8 by @l5yth in https://github.com/l5yth/potato-mesh/pull/551
- data: add thorough daemon unit tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/553
- app: add utility coverage tests for main.dart by @l5yth in https://github.com/l5yth/potato-mesh/pull/552
- matrix: omit the api part in base url by @l5yth in https://github.com/l5yth/potato-mesh/pull/554
- matrix: add health checks to startup by @l5yth in https://github.com/l5yth/potato-mesh/pull/555
- matrix: add docker file for bridge by @l5yth in https://github.com/l5yth/potato-mesh/pull/556
- chore: update readme by @l5yth in https://github.com/l5yth/potato-mesh/pull/561
- web: fix federation signature validation and create fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/563
- matrix: fix docker build by @l5yth in https://github.com/l5yth/potato-mesh/pull/564
- matrix: fix docker build by @l5yth in https://github.com/l5yth/potato-mesh/pull/565
- web: add ?since= parameter to all apis by @l5yth in https://github.com/l5yth/potato-mesh/pull/566
- data: implement whitelist for ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/567
- web: add secondary seed node jmrp.io by @l5yth in https://github.com/l5yth/potato-mesh/pull/568
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.7...v0.5.8
v0.5.7 # 7 months ago · 2025-12-14 19:37 UTC
This is a service release of the app potato-mesh v0.5.7 which improves performance and stability but also adds new features.
- !Breaking: the ingestor environment variable
was renamed toPOTATOMESH_INSTANCEINSTANCE_DOMAIN- please update your configs and scripts. Now you can set the same variable in both web and ingestor builds. - The ingestor can now blacklist channels by setting the
HIDDEN_CHANNELS="foo,bar"environment variable passing a comma-separated list of channels that shall not be ingested. - A map of all potato-mesh instances is available on the
/federationendpoint (see potatomesh.net/federation). - Traceroutes are now rendered on the map as dashed lines between nodes.
- Ingestors are now reporting liveliness and can be checked on the api
/api/ingestors.
What's Changed
- matrix: create potato-matrix-bridge by @l5yth in https://github.com/l5yth/potato-mesh/pull/528
- add contact link to the instance data by @apo-mak in https://github.com/l5yth/potato-mesh/pull/533
- Add Federation Map by @apo-mak in https://github.com/l5yth/potato-mesh/pull/532
- web: further refine the federation page by @l5yth in https://github.com/l5yth/potato-mesh/pull/534
- Use INSTANCE_DOMAIN env for ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/536
- Normalize numeric node roles to canonical labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/539
- web: fix traces rendering by @l5yth in https://github.com/l5yth/potato-mesh/pull/535
- web: fix telemetry api to return current in amperes by @l5yth in https://github.com/l5yth/potato-mesh/pull/541
- Handle zero telemetry aggregates by @l5yth in https://github.com/l5yth/potato-mesh/pull/538
- chore: bump version to 0.5.7 by @l5yth in https://github.com/l5yth/potato-mesh/pull/542
- web: fix traces submission with optional fields on udp by @l5yth in https://github.com/l5yth/potato-mesh/pull/545
- web: improve instances map and table view by @l5yth in https://github.com/l5yth/potato-mesh/pull/546
- web: fix limit when counting remote nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/547
- data: hide channels that have been flag for ignoring by @l5yth in https://github.com/l5yth/potato-mesh/pull/548
- Harden instance selector navigation URLs by @l5yth in https://github.com/l5yth/potato-mesh/pull/550
- data: track ingestors heartbeat by @l5yth in https://github.com/l5yth/potato-mesh/pull/549
New Contributors
- @apo-mak made their first contribution in https://github.com/l5yth/potato-mesh/pull/533
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.6...v0.5.7
- !Breaking: the ingestor environment variable
v0.5.6 # 8 months ago · 2025-11-26 21:21 UTC
This is a feature release of the app potato-mesh v0.5.6 which improves performance and stability but also adds new features.
- Traceroute packets are now supported, available on
/api/tracesand rendered as dotted lines on the map - We now also render current and IAQ in the
/charts - Weird numbers appearing instead of emoji reactions are fixed now
- Added mobile app that can be installed on Android or iOS to read your local mesh on the go
What's Changed
- Bump version and update changelog by @l5yth in https://github.com/l5yth/potato-mesh/pull/462
- feat: implement traceroute app packet handling across the stack by @l5yth in https://github.com/l5yth/potato-mesh/pull/463
- add traceroutes to frontend by @l5yth in https://github.com/l5yth/potato-mesh/pull/466
- rate limit host device telemetry by @l5yth in https://github.com/l5yth/potato-mesh/pull/467
- merge secondary channels by name by @l5yth in https://github.com/l5yth/potato-mesh/pull/468
- address missing id field ingestor bug by @l5yth in https://github.com/l5yth/potato-mesh/pull/469
- aggregate telemetry over the last 7 days by @l5yth in https://github.com/l5yth/potato-mesh/pull/470
- subscribe to traceroute app pubsub topic by @l5yth in https://github.com/l5yth/potato-mesh/pull/471
- add frequency and preset to node table by @l5yth in https://github.com/l5yth/potato-mesh/pull/472
- Fix 1 after emojis in reply. by @Alexkurd in https://github.com/l5yth/potato-mesh/pull/464
- Prevent message ids from being treated as node identifiers by @l5yth in https://github.com/l5yth/potato-mesh/pull/475
- Floor override frequencies to MHz integers by @l5yth in https://github.com/l5yth/potato-mesh/pull/476
- web: remove range from charts labels by @l5yth in https://github.com/l5yth/potato-mesh/pull/485
- Handle pre-release Docker tagging by @l5yth in https://github.com/l5yth/potato-mesh/pull/486
- Add Meshtastic reader Flutter app by @l5yth in https://github.com/l5yth/potato-mesh/pull/483
- Align OCI labels in docker workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/487
- Add mobile Flutter CI workflow by @l5yth in https://github.com/l5yth/potato-mesh/pull/488
- update node detail hydration for traces by @l5yth in https://github.com/l5yth/potato-mesh/pull/490
- Map numeric role ids to canonical Meshtastic roles by @l5yth in https://github.com/l5yth/potato-mesh/pull/489
- Add comprehensive tests for Flutter reader by @l5yth in https://github.com/l5yth/potato-mesh/pull/491
- Render reaction multiplier counts by @l5yth in https://github.com/l5yth/potato-mesh/pull/494
- Handle reaction app packets without reply id by @l5yth in https://github.com/l5yth/potato-mesh/pull/495
- app: add scaffholding gitignore by @l5yth in https://github.com/l5yth/potato-mesh/pull/496
- app: add instance selector to settings by @l5yth in https://github.com/l5yth/potato-mesh/pull/497
- app: instance and chat mvp by @l5yth in https://github.com/l5yth/potato-mesh/pull/498
- app: add persistance by @l5yth in https://github.com/l5yth/potato-mesh/pull/501
- ci: build app artifacts for tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/503
- ci: fix app artifacts for tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/504
- app: further harden refresh logic and prefer local first by @l5yth in https://github.com/l5yth/potato-mesh/pull/506
- app: add theme selector by @l5yth in https://github.com/l5yth/potato-mesh/pull/507
- app: implement notifications by @l5yth in https://github.com/l5yth/potato-mesh/pull/511
- web: add ?since= parameter to api/messages by @l5yth in https://github.com/l5yth/potato-mesh/pull/512
- web: fix favicon by @l5yth in https://github.com/l5yth/potato-mesh/pull/515
- app: generate proper icons by @l5yth in https://github.com/l5yth/potato-mesh/pull/516
- spec: update test fixtures by @l5yth in https://github.com/l5yth/potato-mesh/pull/517
- app: fix notification icon by @l5yth in https://github.com/l5yth/potato-mes …
- Traceroute packets are now supported, available on
v0.5.5 # 8 months ago · 2025-11-16 16:39 UTC
This is a feature release of the app potato-mesh v0.5.5 which improves performance and stability but also adds new features to the node detail pages.

- Clicking a node's location in the table centers the map on it.
- Clicking a node's long name gives full details about all data available for that node, including rendered charts for telemetry. The overlay is also available as deep link at
/nodes/${id}. - For communities, all nodes' stats are rendered at
/chartsto get some insights. - Additionally, there are detail pages for
/map,/nodes, and/chatif desired. - Lastly, the default zoom level can be overriden by setting
MAP_ZOOMenvironmental variable. This disables auto-fitting.
What's Changed
- Chore: bump version to 0.5.5 by @l5yth in https://github.com/l5yth/potato-mesh/pull/423
- Chore: update license headers by @l5yth in https://github.com/l5yth/potato-mesh/pull/424
- Fix ingestion of nodeinfo packets missing ids (#426) by @l5yth in https://github.com/l5yth/potato-mesh/pull/427
- Ensure chat history fetches full message limit by @l5yth in https://github.com/l5yth/potato-mesh/pull/428
- Add standalone full-screen map, chat, and nodes views by @l5yth in https://github.com/l5yth/potato-mesh/pull/429
- Guard NodeInfo handler against missing IDs by @l5yth in https://github.com/l5yth/potato-mesh/pull/431
- Add encrypted filter to messages API by @l5yth in https://github.com/l5yth/potato-mesh/pull/432
- Fetch encrypted chat log entries for log tab by @l5yth in https://github.com/l5yth/potato-mesh/pull/434
- Tighten map auto-fit behaviour by @l5yth in https://github.com/l5yth/potato-mesh/pull/435
- Add debug payload tracing and ignored packet logging by @l5yth in https://github.com/l5yth/potato-mesh/pull/437
- Filter zero-valued fields from API responses by @l5yth in https://github.com/l5yth/potato-mesh/pull/438
- Ensure Meshtastic nodeinfo patch runs before importing interfaces by @l5yth in https://github.com/l5yth/potato-mesh/pull/440
- Add node detail route and page by @l5yth in https://github.com/l5yth/potato-mesh/pull/441
- Enable map centering from node table coordinates by @l5yth in https://github.com/l5yth/potato-mesh/pull/439
- Refine node detail view layout by @l5yth in https://github.com/l5yth/potato-mesh/pull/442
- Remove added 1 if reply with emoji by @Alexkurd in https://github.com/l5yth/potato-mesh/pull/443
- Aggregate frontend snapshots across views by @l5yth in https://github.com/l5yth/potato-mesh/pull/447
- nodes: add charts to detail pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/449
- nodes: improve charts on detail pages by @l5yth in https://github.com/l5yth/potato-mesh/pull/450
- fix telemetry parsing for charts by @l5yth in https://github.com/l5yth/potato-mesh/pull/451
- nodes: render charts detail pages as overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/452
- charts: render aggregated telemetry charts for all nodes by @l5yth in https://github.com/l5yth/potato-mesh/pull/453
- env: add map zoom by @l5yth in https://github.com/l5yth/potato-mesh/pull/454
- Added reaction-aware handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/455
- Added comprehensive helper unit tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/457
New Contributors
- @Alexkurd made their first contribution in https://github.com/l5yth/potato-mesh/pull/443
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.4...v0.5.5
v0.5.4 # 9 months ago · 2025-11-08 08:53 UTC
This is a feature release of the app potato-mesh v0.5.4 which improves performance and stability but also adds new features to the chat panel.
With this release, radio logs are seperated from the actual chat messages. Messages on different channels are now displayed in different tabs. Direct messages will be ignored but anything else that can be decrypted, will be displayed. Encrypted messages just show up in the log with a note. The chat and the logs can now be filtered by node names - just use the filter input box on the top of the map. Furthermore, this release also implements reactions and responses.
What's Changed
- Chore: bump version to 0.5.4 by @l5yth in https://github.com/l5yth/potato-mesh/pull/388
- fix: Mesh-Ingestor: Fix error for non-existing datetime.UTC reference by @KenADev in https://github.com/l5yth/potato-mesh/pull/396
- feat: Mesh-Ingestor: Ability to provide already-existing interface instance by @KenADev in https://github.com/l5yth/potato-mesh/pull/395
- Config: Read PROM_REPORT_IDS from environment by @nicjansma in https://github.com/l5yth/potato-mesh/pull/398
- Add Prometheus monitoring documentation by @l5yth in https://github.com/l5yth/potato-mesh/pull/399
- Document federation refresh cadence by @l5yth in https://github.com/l5yth/potato-mesh/pull/401
- Document environment configuration variables by @l5yth in https://github.com/l5yth/potato-mesh/pull/400
- Ensure Docker images publish versioned tags by @l5yth in https://github.com/l5yth/potato-mesh/pull/403
- Normalize numeric client roles using Meshtastic CLI enums by @l5yth in https://github.com/l5yth/potato-mesh/pull/402
- Add tabbed chat panel with channel grouping by @l5yth in https://github.com/l5yth/potato-mesh/pull/404
- Handle missing instance domain outside production by @l5yth in https://github.com/l5yth/potato-mesh/pull/405
- Add chat log entries for telemetry, position, and neighbor events by @l5yth in https://github.com/l5yth/potato-mesh/pull/408
- display encrypted messages in frontend log window by @l5yth in https://github.com/l5yth/potato-mesh/pull/409
- agents: add instructions by @l5yth in https://github.com/l5yth/potato-mesh/pull/410
- ingestor: ignore direct messages on default channel by @l5yth in https://github.com/l5yth/potato-mesh/pull/414
- implement support for replies and reactions app by @l5yth in https://github.com/l5yth/potato-mesh/pull/411
- gem: add erb as dependency removed from std by @l5yth in https://github.com/l5yth/potato-mesh/pull/416
- allow filtering chat and logs by node name by @l5yth in https://github.com/l5yth/potato-mesh/pull/417
- Parallelize federation tasks with worker pool by @l5yth in https://github.com/l5yth/potato-mesh/pull/419
- Add preset mode to logs by @l5yth in https://github.com/l5yth/potato-mesh/pull/420
- handle edge case when primary channel has a name by @l5yth in https://github.com/l5yth/potato-mesh/pull/421
- handle naming when primary channel has a name by @l5yth in https://github.com/l5yth/potato-mesh/pull/422
New Contributors
- @KenADev made their first contribution in https://github.com/l5yth/potato-mesh/pull/396
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.3...v0.5.4
v0.5.3 # 9 months ago · 2025-10-19 10:30 UTC
This is a bug-fix release of the app potato-mesh v0.5.3. It mainly improves the working federation between instances. Also, federation is now visible in frontend. If you do not wish to be part of the federation, disable it with
FEDERATION=0orPRIVATE=1env variables.What's Changed
- Chore: bump version to 0.5.3 by @l5yth in https://github.com/l5yth/potato-mesh/pull/372
- Expose FEDERATION environment option across tooling by @l5yth in https://github.com/l5yth/potato-mesh/pull/375
- Restrict /api/instances results to recent records by @l5yth in https://github.com/l5yth/potato-mesh/pull/374
- Fix frontend coverage export for Codecov by @l5yth in https://github.com/l5yth/potato-mesh/pull/376
- Expose PRIVATE environment configuration across tooling by @l5yth in https://github.com/l5yth/potato-mesh/pull/377
- Disable federation features when FEDERATION=0 by @l5yth in https://github.com/l5yth/potato-mesh/pull/379
- Ensure private mode disables chat messaging by @l5yth in https://github.com/l5yth/potato-mesh/pull/378
- Ensure private mode disables federation by @l5yth in https://github.com/l5yth/potato-mesh/pull/380
- Harden federation announcements by @l5yth in https://github.com/l5yth/potato-mesh/pull/381
- Add instance selector dropdown for federation deployments by @l5yth in https://github.com/l5yth/potato-mesh/pull/382
- Respect PORT environment override by @l5yth in https://github.com/l5yth/potato-mesh/pull/384
- Add full support to telemetry schema and API by @l5yth in https://github.com/l5yth/potato-mesh/pull/385
- Prune blank values from API responses by @l5yth in https://github.com/l5yth/potato-mesh/pull/386
- Add telemetry formatting utilities and extend node overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/387
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.2...v0.5.3
v0.5.2 # 9 months ago · 2025-10-17 19:40 UTC
This is a bug-fix release of the app potato-mesh v0.5.2. It resolves mainly issues with docker connections and finally restores a working federation between instances. :lady_beetle:
What's Changed
- Gracefully retry federation announcements over HTTP by @l5yth in https://github.com/l5yth/potato-mesh/pull/355
- chore: bump version to 0.5.2 by @l5yth in https://github.com/l5yth/potato-mesh/pull/356
- Ensure INSTANCE_DOMAIN propagates to containers by @l5yth in https://github.com/l5yth/potato-mesh/pull/358
- Harden instance domain validation by @l5yth in https://github.com/l5yth/potato-mesh/pull/359
- Fix ingestor reconnection detection by @l5yth in https://github.com/l5yth/potato-mesh/pull/361
- Decouple message API node hydration by @l5yth in https://github.com/l5yth/potato-mesh/pull/360
- Prefer reported primary channel names by @l5yth in https://github.com/l5yth/potato-mesh/pull/363
- Add federation ingestion limits and tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/364
- Guard federation DNS resolution against restricted networks by @l5yth in https://github.com/l5yth/potato-mesh/pull/362
- Ensure well-known document stays in sync on startup by @l5yth in https://github.com/l5yth/potato-mesh/pull/365
- Delay initial federation announcements by @l5yth in https://github.com/l5yth/potato-mesh/pull/366
- Fixes POST request 403 errors on instances behind Cloudflare proxy by @varna9000 in https://github.com/l5yth/potato-mesh/pull/368
- Align theme and info controls by @l5yth in https://github.com/l5yth/potato-mesh/pull/371
New Contributors
- @varna9000 made their first contribution in https://github.com/l5yth/potato-mesh/pull/368
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.1...v0.5.2
v0.5.1 # 9 months ago · 2025-10-15 20:22 UTC
This is a bug-fix release of the app potato-mesh v0.5.1. It resolves mainly issues with docker builds, federation, and the user interface. :lady_beetle:
Notably, this release also ships channel names and operating frequencies. :tada:
What's Changed
- Fix ingestor docker import path by @l5yth in https://github.com/l5yth/potato-mesh/pull/336
- docs: update changelog for 0.5.0 by @l5yth in https://github.com/l5yth/potato-mesh/pull/337
- Bump fallback version string to v0.5.1 by @l5yth in https://github.com/l5yth/potato-mesh/pull/338
- Display message frequency and channel in chat log by @l5yth in https://github.com/l5yth/potato-mesh/pull/339
- Add modem preset display to node overlay by @l5yth in https://github.com/l5yth/potato-mesh/pull/340
- Ensure Docker deployments persist keyfile and well-known assets by @l5yth in https://github.com/l5yth/potato-mesh/pull/345
- Fix ingestor device mounting for non-serial connections by @l5yth in https://github.com/l5yth/potato-mesh/pull/346
- Handle malformed instance records gracefully by @l5yth in https://github.com/l5yth/potato-mesh/pull/348
- Harden federation domain validation and tests by @l5yth in https://github.com/l5yth/potato-mesh/pull/347
- Improve federation instance error diagnostics by @l5yth in https://github.com/l5yth/potato-mesh/pull/350
- Close unrelated short info overlays when opening short info by @l5yth in https://github.com/l5yth/potato-mesh/pull/351
- Remove federation timeout environment overrides by @l5yth in https://github.com/l5yth/potato-mesh/pull/352
- Recursively ingest federated instances by @l5yth in https://github.com/l5yth/potato-mesh/pull/353
Full Changelog: https://github.com/l5yth/potato-mesh/compare/v0.5.0...v0.5.1
v0.5.0 # 9 months ago · 2025-10-14 14:16 UTC
This a feature release of the app potato-mesh v0.5.0. It contains a major refactor, changes all defaults (please read carefully below), enables federation between instances and now knows about lora preset, region frequency, and channel names, plus many bug fixes.
- in production, make sure to set an
INSTANCE_DOMAIN=example.com, otherwise we attempt reverse DNS - breaking: streamlined environmental variables for simplicity:
is nowMESH_SERIALCONNECTIONis nowDEFAULT_CHANNELCHANNELis nowDEFAULT_FREQUENCYFREQUENCYare now merged toMAP_CENTER_LATandMAP_CENTER_LONMAP_CENTER="38.761944,-27.090833"is nowMAX_NODE_DISTANCE_KMMAX_DISTANCEis nowMATRIX_ROOMCONTACT_LINKand does not have to be Matrix
- breaking: moved database and config to respective XDG directories (the app has migration built in, but make sure to update your backup scripts)
- turn on
ENERGY_SAVING=1if you want to query remote/solar nodes but don't want to cycle their power too much - add a
/metricsendpoint for prometheus (thanks @nicjansma) - deployed production instances of potato-mesh now talk to each other (turn off with
FEDERATION=0)
What's Changed
- Update changelog by @l5yth in https://github.com/l5yth/potato-mesh/pull/238
- Add inline documentation to config helpers and frontend scripts by @l5yth in https://github.com/l5yth/potato-mesh/pull/240
- Add comprehensive coverage tests for mesh ingestor by @l5yth in https://github.com/l5yth/potato-mesh/pull/241
- docs: add ingestor inline docstrings by @l5yth in https://github.com/l5yth/potato-mesh/pull/244
- Add tests for helper utilities and asset routes by @l5yth in https://github.com/l5yth/potato-mesh/pull/243
- Refactor front-end assets into external modules by @l5yth in https://github.com/l5yth/potato-mesh/pull/245
- Fix mesh ingestor telemetry and neighbor handling by @l5yth in https://github.com/l5yth/potato-mesh/pull/249
- Add JSDoc documentation across client scripts by @l5yth in https://github.com/l5yth/potato-mesh/pull/253
- Document Ruby helper methods with RDoc comments by @l5yth in https://github.com/l5yth/potato-mesh/pull/254
- Handle missing node IDs in Meshtastic nodeinfo packets by @l5yth in https://github.com/l5yth/potato-mesh/pull/251
- Document mesh ingestor modules with PDoc-style docstrings by @l5yth in https://github.com/l5yth/potato-mesh/pull/255
- Force dark theme default based on sanitized cookie by @l5yth in https://github.com/l5yth/potato-mesh/pull/252
- docs: add matrix to readme by @l5yth in https://github.com/l5yth/potato-mesh/pull/259
- chore: restore apache headers by @l5yth in https://github.com/l5yth/potato-mesh/pull/260
- Add energy saving cycle to ingestor daemon by @l5yth in https://github.com/l5yth/potato-mesh/pull/256
- v0.4.0 version string in web UI by @nicjansma in https://github.com/l5yth/potato-mesh/pull/265
- Relocate JS coverage export script into web directory by @l5yth in https://github.com/l5yth/potato-mesh/pull/266
- Add fullscreen toggle to map view by @l5yth in https://github.com/l5yth/potato-mesh/pull/263
- Added prometheus /metrics endpoint by @nicjansma in https://github.com/l5yth/potato-mesh/pull/262
- Dockerfile fixes by @nicjansma in https://github.com/l5yth/potato-mesh/pull/268
- Add hourly reconnect handling for inactive mesh interface by @l5yth in https://github.com/l5yth/potato-mesh/pull/267
- Prometheus metrics updates on startup and for position/telemetry by @nicjansma in https://github.com/l5yth/potato-mesh/pull/270
- Add targeted API endpoints and expose version metadata by @l5yth in https://github.com/l5yth/potato-mesh/pull/271
- Document production deployment configuration by @l5yth in https://github.com/l5yth/potato-mesh/pull/273
- Add configurable instance domain with reverse DNS fallback by @l5yth in https://github.com/l5yth/potato-mesh/pull/272
- Add persistent federation metadata endpoint by …
- in production, make sure to set an