An application for connecting to Webmesh networks. For more information on Webmesh, see the webmesh repository or project website.
Installation packages can be found in the releases section. The AppImages and macOS pkg installers are not currently signed and the Windows installers are self-signed.
This means on macOS you may need to right-click the app and select "Open" to bypass Gatekeeper or explicitly allow access via System Preferences > Security & Privacy > General. On Windows you may need to click "More info" and then "Run anyway" to bypass SmartScreen.
Linux does not bundle the Webmesh daemon with the AppImage.
Instead, follow the Webmesh installation instructions for your distribution and enable the webmeshd
service.
sudo systemctl enable --now webmeshd
Coming soon
yarn
yarn dev
This is optional if you already have the application installed and/or a daemon process running.
docker-compose -f contrib/docker/docker-compose.yaml up # -d to run in background
A gRPC UI will be available at http://localhost:8080. The daemon listens for app requests on localhost:58080.
yarn lint
yarn format
yarn build