MangaMesh is a decentralized, P2P (peer-to-peer) platform for manga where data and discovery are shared across users instead of relying on a single server.
MangaMesh Peer is the local app a user runs, including a node and UI. It connects to the P2P network, lets you browse content, and helps share data with other peers — so you are both a user and part of the system.
⚠ This is vibe coded LLM slop, your mileage will vary.
curl -fsSL https://raw.githubusercontent.com/lemonbrown/mangamesh-peer/main/scripts/docker-compose.yml -o docker-compose.yml && docker compose pull && docker compose up -d
iwr "https://raw.githubusercontent.com/lemonbrown/mangamesh-peer/main/scripts/docker-compose.yml" -OutFile docker-compose.yml; docker compose pull; docker compose up -d