Decentralized AI Compute. Owned by Everyone.
JimboMesh is an open network of distributed AI nodes. Run models locally. Trade compute globally. No cloud giants required.
The JimboMesh Vision
JimboMesh is a peer-to-peer AI compute network where anyone can contribute GPU power and earn tokens, or consume AI inference through a global marketplace. It's the antidote to centralized cloud monopolies — putting AI compute in the hands of the people who need it most.
Speak JimboMesh
Every network has its language. Here's ours.
Holler
A node on the JimboMesh network. A Holler Server runs Docker + Ollama to serve AI models and contribute compute to the mesh.
Moonshine
The token used to transact on JimboMesh. Holler operators earn Moonshine for providing compute. Consumers spend Moonshine for inference.
Still
A long-running AI service hosted on one or more Holler nodes. Stills process inference requests and stay warm for low-latency responses.
Mesh
The collective network of all connected Holler nodes. The Mesh routes requests, balances load, and ensures high availability across the network.
Run a Holler Server
The Holler Server is an open-source Docker container that pairs with Ollama to run AI models locally on your hardware. Deploy in minutes, contribute compute to the JimboMesh network, and start earning Moonshine.
- Docker + Ollama stack — runs on any Linux, macOS, or Windows machine with a GPU
- Automatic model management and health monitoring
- Configurable resource limits — use only what you want to share
- Earn Moonshine tokens for every inference request you serve
# Pull the Holler Server image
docker pull ingresstechnology/holler-server:latest
# Run with GPU support
docker run -d --gpus all \
-p 11434:11434 \
-e MESH_TOKEN=your-token \
ingresstechnology/holler-server:latest
# Check status
curl http://localhost:11434/health
JimboMesh Marketplace
The Marketplace is the coordination layer that connects Holler operators to API consumers. Buy compute capacity on-demand at competitive rates, or sell your spare GPU cycles to the network.
- Transparent pricing in Moonshine tokens
- Automatic load balancing across the Mesh
- SLA guarantees for premium Stills
- Real-time analytics dashboard for operators and consumers
Network Status
Live stats from the JimboMesh network.
Network launching soon. Stats will update in real-time.