One file. Zero pip install. Approval gate on sensitive work.
git clone https://github.com/thefiredev-cloud/open-mesh.git
cd open-mesh
python3 openmesh.py "draft a follow-up to yesterday's site visit"Open Mesh picks a skill, prints a draft, and on sensitive tasks blocks until you type approve. Nothing leaves your machine unless you say so.
| Full Open Mesh install | This starter |
|---|---|
| 2,300+ skills, 3,500+ MCP tools | 4 demo skills in openmesh.py |
| Vault + Graphify memory | notes.txt + reminders.txt |
| Real email/CRM/payments | Prints / simulates execution |
| DGX Spark + private mesh | Any laptop |
your task
│
▼
pick_skill() ──► reminder | summary | follow-up | payment
│
▼
skill.run() ──► optional Ollama (OPENMESH_MODEL + OPENMESH_OLLAMA)
│
▼
sensitive? ──no──► print result
│
yes
▼
show DRAFT ──► input: approve? ──► executed locally (logged on disk)
Skills (extensible list in source):
| Skill | Triggers | Sensitive? | Behavior |
|---|---|---|---|
reminder |
remind, remember | No | Appends to reminders.txt |
summary |
summar, notes | No | Reads notes.txt (or path in task) |
follow-up |
follow, draft, reply, email | Yes | Draft text + approval |
payment |
pay, invoice, transfer, wire | Yes | Prepared payment + approval |
Model path is optional — without Ollama, templates still run so demos never fail in a conference room.
export OPENMESH_MODEL=qwen3:30b-a3b
export OPENMESH_OLLAMA=http://localhost:11434
python3 openmesh.py "draft a reply to the Acme thread"python3 openmesh.py "summarize my notes in notes.txt"
python3 openmesh.py "remind me to call the lender at 9am"
python3 openmesh.py "pay the $1,200 invoice from Acme"
python3 openmesh.py # REPL: quit / exit / q16 dark/copper images under assets/ — CDN:
https://cdn.jsdelivr.net/gh/thefiredev-cloud/open-mesh@main/assets/<filename>
- Own, don't rent — integration layer on hardware you control.
- Private by default — no API keys required for the starter.
- Approval before action — same product instinct as the full MCP tool layer.
| Resource | |
|---|---|
| Product | openmesh.live |
| Topology | openmesh-architecture |
| Full stack | openmesh-os (private, licensed) |
| Org index | thefiredev-cloud |
MIT — build on it. Full install: message us at openmesh.live.
