NeuroMesh is a peer-to-peer neural network that enables seamless sharing of AI capabilities across multiple devices. Connect with friends and access distributed neural processing power effortlessly.
- Ollama installed (neural engine backend)
- Windows Firewall configured (automatic setup included)
- Download NeuroMesh: Get the latest release or build from source
- Install Ollama: Download from ollama.ai
- Pull a model:
ollama pull llama3.2(or any model you prefer) - Configure Firewall: Run
admin-firewall-fix.batas Administrator - Start NeuroMesh: Run
run-neuromesh.bat
Run as Administrator:
netsh advfirewall firewall add rule name="NeuroMesh TCP" dir=in action=allow protocol=TCP localport=7878
netsh advfirewall firewall add rule name="NeuroMesh UDP" dir=in action=allow protocol=UDP localport=5000
netsh advfirewall firewall add rule name="Ollama" dir=in action=allow protocol=TCP localport=11434Or simply run admin-firewall-fix.bat as Administrator.
- Run
run-neuromesh.bat - Your neural engine will be automatically shared with discovered peers
- Open web interface at
http://localhost:3000
- Ensure both devices are on the same network
- Run NeuroMesh on both devices
- Neural nodes will be automatically discovered
- Access distributed neural processing through the web interface
run-neuromesh.bat- Main startup scriptadmin-firewall-fix.bat- Firewall configuration (run as admin)target/release/neuromesh.exe- Main executableFRIEND_SETUP_GUIDE.md- Setup guide for friends
- Peers not found: Check firewall rules and network connectivity
- LLM access denied: Ensure Ollama is running and accessible
- Connection drops: Normal behavior, system recovers automatically
- Same WiFi network or VPN
- Ports 5000 (UDP), 7878 (TCP), 11434 (TCP) open
- No AP isolation on router
git clone <repository-url>
cd neuromesh
cargo build --releaseNeuroMesh automatically shares neural processing capabilities with discovered peers. Only use on trusted networks.