Changelog
🚀 New Features
- 4feba33: feat: add mtr support for windows (#106) (@Audionut)
- 37645e8: feat: auto-detect Tailscale agents based on IP/hostname patterns (#117) (@s0up4200)
- c5ebf23: feat: timezone settings (#120) (@Audionut)
🐛 Bug Fixes
- 4f556d2: fix(agent): exclude cache/buffers from Linux memory usage (#113) (@s0up4200)
- bf3619e: fix(scheduler): normalize durations (#121) (@Audionut)
- 9a47dda: fix: incorrect example for Pushover (#114) (@luckylittle)
🔧 Maintenance
- 1d6a9e4: chore(deps): bump the github group across 1 directory with 2 updates (#105) (@dependabot[bot])
🔄 Other Changes
- 2cd54ab: Update FUNDING.yml (@s0up4200)
- 6679aef: fix(agent-form): stop trimming url during input (#122) (@s0up4200)
- 2526746: refactor(dashboard): allow speedtest history server filtering (#109) (@Audionut)
- 7c770fd: refactor(mtr): change timeout period (#107) (@Audionut)
- 885e239: refactor(packetloss): remove timing jitter (#123) (@Audionut)
- cfe7d64: refactor(rtt_graph) center around average rtt (#108) (@Audionut)
Full Changelog: v0.6.0...v0.7.0
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.7.0
docker pull ghcr.io/autobrr/netronome:latest
📚 Resources
💝 Support the project
If you find Netronome useful, consider:
- Starring the repository
- Contributing to the project
- Sharing your feedback
- Sponsoring the project
⚠️ Temperature Monitoring Support
Release binaries include most temperature monitoring via gopsutil:
- ✅ CPU temperatures (all cores, packages, dies)
- ✅ NVMe temperatures (M.2 drives)
- ✅ Battery temperatures
- ✅ System sensors
For SATA/HDD temperatures and disk model names, build from source:
git clone https://github.com/autobrr/netronome
cd netronome
make build # Includes full SMART support
SMART features (SATA/HDD temps) require:
- Linux or macOS (not supported on Windows/FreeBSD)
- Running with root/sudo privileges
- Building from source with CGO enabled