Created initial meshexec formula

This commit is contained in:
2026-02-05 11:37:23 -07:00
commit dcb1847643
2 changed files with 53 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# MeshExec - Remote command execution over Meshtastic mesh networks
```
__ __ _ _____
| \/ | ___ ___| |__ | ____|_ _____ ___
| |\/| |/ _ \/ __| '_ \| _| \ \/ / _ \/ __|
| | | | __/\__ \ | | | |___ > < __/ (__
|_| |_|\___||___/_| |_|_____/_/\_\___|\___|
```
MeshExec lets you execute commands on remote serially-connected [Meshtastic](https://meshtastic.org/) nodes by listening for messages in a
private channel. Define command aliases with arguments and flags in a YAML config, send a message like `!myip` over the
mesh, and get the output back — no internet required!
**This repo holds Homebrew Tap and Formula for [MeshExec](https://github.com/Dark-Alex-17/meshexec)**
# Install with
```
brew tap Dark-Alex-17/meshexec
brew install meshexec
# If you need to be more specific, use:
brew install Dark-Alex-17/meshexec/meshexec
```
Visit [https://github.com/Dark-Alex-17/meshexec](https://github.com/Dark-Alex-17/meshexec) for more details.