Python API & client shell for talking to Meshtastic devices
Project description
mtjk
mtjk is a separately published distribution of the Meshtastic Python
library, maintained while changes are validated and selectively upstreamed.
Work began in September 2025 to stabilize connection interfaces and message delivery for mmrelay. The modernization work keeps existing Meshtastic Python usage compatible:
- package import namespace remains
meshtastic - CLI command remains
meshtastic - existing API compatibility is intentionally preserved
It is intended to be a drop-in, backward-compatible replacement for upstream.
Project Status
This is a temporary fork of meshtastic/python. It exists to ship fixes and improvements while they are validated and upstreamed selectively.
This repository does not accept pull requests. Community development efforts should be directed to the upstream project. If you find a fix or improvement here that you would like to carry upstream, please do so.
Notable Changes
- major BLE and interface internals were refactored for maintainability while keeping compatibility shims in place
- concurrency and lifecycle paths were tightened to reduce race-condition and shutdown edge cases
- CI and release workflows were modernized, including Trusted Publisher-based PyPI release flow
For technical details, see:
- REFACTOR_PROGRAM.md: rationale and early change log for the major refactor work maintained here.
- COMPATIBILITY.md: canonical inventory of compatibility shims, deprecations, and migration mapping.
- CONTRIBUTING.md: local setup, CI-equivalent checks, and contributor workflow conventions.
Install the CLI (recommended: pipx)
pipx is recommended for CLI tools so each app gets an isolated environment.
1) Remove prior installs first (recommended)
If you previously installed upstream meshtastic, remove it before installing mtjk.
# If installed with pipx:
pipx uninstall meshtastic || true
# If installed with pip in a Python environment:
python3 -m pip uninstall -y meshtastic
2) Install mtjk
pipx install mtjk
3) Verify
meshtastic --version
Install latest from Git (develop)
To install the latest unreleased version from this repository (clean install):
# If you previously installed upstream via pipx, remove it first:
pipx uninstall meshtastic || true
pipx uninstall mtjk || true
pipx install "git+https://github.com/jeremiah-k/mtjk.git@develop"
Upgrade / Uninstall
pipx upgrade mtjk
pipx uninstall mtjk
Developer Usage (existing Meshtastic API)
Dependency name is mtjk, but import namespace remains meshtastic.
Important:
- If your dependency spec says
meshtastic, you will install upstream. - Use
mtjkin dependency specs for this package. - The package does not provide
import mtjk.
requirements.txt
mtjk
Unreleased from Git:
mtjk @ git+https://github.com/jeremiah-k/mtjk.git@develop
If you need optional CLI extras in a dependency spec:
mtjk[cli]
mtjk[cli] @ git+https://github.com/jeremiah-k/mtjk.git@develop
pyproject.toml (PEP 621)
[project]
dependencies = [
"mtjk",
]
Unreleased from Git:
[project]
dependencies = [
"mtjk @ git+https://github.com/jeremiah-k/mtjk.git@develop",
]
setup.cfg
[options]
install_requires =
mtjk
Unreleased from Git:
[options]
install_requires =
mtjk @ git+https://github.com/jeremiah-k/mtjk.git@develop
Python import (unchanged)
import meshtastic
import meshtastic.serial_interface
interface = meshtastic.serial_interface.SerialInterface()
interface.sendText("hello mesh")
interface.close()
Support
Report mtjk-specific issues here:
Please do not file mtjk-specific issues with upstream maintainers.
Release Notes (Maintainers)
- Versions match upstream releases with a
.postNsuffix (e.g.,2.7.8.post1is the firstmtjkrelease based on upstream2.7.8). - Create a GitHub release with tag
vX.Y.Z[.postN](or push the tag manually). This triggers the PyPI publish workflow via Trusted Publisher. - Trusted Publisher workflow expects the git tag version to match
pyproject.tomlexactly. - Supported tag formats are
vX.Y.Z...orX.Y.Z...(both map to the same package version check). - PyPI Trusted Publisher must match this repo/workflow/environment tuple:
jeremiah-k/mtjk+.github/workflows/pypi-publish.yml+pypi-release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mtjk-2.7.8.post2.tar.gz.
File metadata
- Download URL: mtjk-2.7.8.post2.tar.gz
- Upload date:
- Size: 922.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad31bc37db4c66962285f0b5d1db0897d642713826b20bea31d85b0537adcf09
|
|
| MD5 |
3fbe9676f10d009f6319b73db32f9f92
|
|
| BLAKE2b-256 |
78e2ff3d8d661014193f0ad2c3188db728232bb361c5af790c02805c5a211100
|
Provenance
The following attestation bundles were made for mtjk-2.7.8.post2.tar.gz:
Publisher:
pypi-publish.yml on jeremiah-k/mtjk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mtjk-2.7.8.post2.tar.gz -
Subject digest:
ad31bc37db4c66962285f0b5d1db0897d642713826b20bea31d85b0537adcf09 - Sigstore transparency entry: 1321891403
- Sigstore integration time:
-
Permalink:
jeremiah-k/mtjk@e4d10fbfe20ddd79bfb2489f481d880b506f79cb -
Branch / Tag:
refs/tags/2.7.8.post2 - Owner: https://github.com/jeremiah-k
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@e4d10fbfe20ddd79bfb2489f481d880b506f79cb -
Trigger Event:
release
-
Statement type:
File details
Details for the file mtjk-2.7.8.post2-py3-none-any.whl.
File metadata
- Download URL: mtjk-2.7.8.post2-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8414af3c86eef1219cc96fe4d3f165a3e9194840aadaa167e93cb3c65811211e
|
|
| MD5 |
f323a35598732bf7f5be1933ecac285f
|
|
| BLAKE2b-256 |
1ab926cbd06a7672847c3c33c84b56a3c66105c49adfd00af3bc3780ee8aaacd
|
Provenance
The following attestation bundles were made for mtjk-2.7.8.post2-py3-none-any.whl:
Publisher:
pypi-publish.yml on jeremiah-k/mtjk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mtjk-2.7.8.post2-py3-none-any.whl -
Subject digest:
8414af3c86eef1219cc96fe4d3f165a3e9194840aadaa167e93cb3c65811211e - Sigstore transparency entry: 1321891508
- Sigstore integration time:
-
Permalink:
jeremiah-k/mtjk@e4d10fbfe20ddd79bfb2489f481d880b506f79cb -
Branch / Tag:
refs/tags/2.7.8.post2 - Owner: https://github.com/jeremiah-k
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@e4d10fbfe20ddd79bfb2489f481d880b506f79cb -
Trigger Event:
release
-
Statement type: