Skip to content

thefiredev-cloud/open-mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Mesh

Open Mesh

MIT Website Python

Own the AI that runs your business. Don't rent it.

One file. Zero pip install. Approval gate on sensitive work.


What you get in 30 seconds

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

How openmesh.py works

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"

Try these

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 / q

Brand assets

16 dark/copper images under assets/ — CDN:

https://cdn.jsdelivr.net/gh/thefiredev-cloud/open-mesh@main/assets/<filename>


Principles

  1. Own, don't rent — integration layer on hardware you control.
  2. Private by default — no API keys required for the starter.
  3. Approval before action — same product instinct as the full MCP tool layer.

Go deeper

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.

About

Own the AI that runs your business. MIT starter — python3 openmesh.py in 30 seconds.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages