Changelog
🚀 New Features
- df0b797: feat: implement shared testing infrastructure with extensive integration test suite (#85) (@s0up4200)
🐛 Bug Fixes
- e817fa5: fix(tests): remove TestConcurrentOperations that doesn't apply to single-user system (@s0up4200)
- 6eff756: fix: improve button dark mode styling and update style guide (#86) (@s0up4200)
- ecf18c3: fix: resolve ESLint errors in frontend code (#84) (@s0up4200)
- 89b0a33: fix: zombie MTR processes and frontend monitor toggling issues (#87) (@s0up4200)
Full Changelog: v0.5.1...v0.5.2
🐳 Docker images
docker pull ghcr.io/autobrr/netronome:v0.5.2
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