macOS & Windows application for diagnosing client networking issues to Railway.
Download for macOS | Download for Windows
Refer to documentation.
This is a Wails + React application. To get started:
- Clone the repository
- Install Wails on your system
- Run
wails devto start the application in development mode
core/ - Go backend code
frontend/ - React frontend code
main.go - Main entry point for the application
Use wails build to create a production build of the application:
wails build -clean -platform=windows/amd64 # Windows
wails build -clean -platform=darwin/universal # macOS
This should only be necessary when testing in local dev. For production releases, create a new release on GitHub and the build+release will be performed automatically.
