A lightweight Windows application that monitors your network upload and download speeds in real-time, displaying them in the system tray.
- Real-time network speed monitoring (updates every 1 second)
- System tray icon with live speed display (↓ download ↑ upload in kbps)
- Detailed stats window on click
- Supports both WiFi and Ethernet connections
- Minimal resource usage
- Windows 11 compatible
- Download
WebSpeed Setup X.X.X.exefrom thereleasefolder - Run the installer and follow the setup wizard
- The app will start automatically and appear in your system tray
- Download the portable version from the
releasefolder - Extract and run
WebSpeed.exedirectly (no installation required)
# Install dependencies
npm install
# Build the application
npm run build
# Run in development mode
npm run dev
# Create Windows installer/portable executable
npm run dist:winNote for Windows builds: The build creates both an NSIS installer and a portable executable. If you encounter code signing extraction errors:
- Run the terminal as Administrator (recommended for NSIS installer)
- Or use the portable
.exefile which doesn't require code signing
- The app runs in the background and displays speeds in the system tray tooltip
- Click the tray icon to open/close the detailed stats window
- Right-click the tray icon for options (Exit, etc.)
- Windows 10/11
- Node.js 18+ (for development)
- Icon: The
assets/icon.icofile is a placeholder. For production, replace it with a proper Windows .ico file (recommended sizes: 16x16, 32x32, 48x48, 256x256). You can create one using online tools or image editing software.
MIT