github autobrr/netronome v0.5.0

latest releases: v0.8.0, v0.7.0, v0.6.0...
3 months ago

Changelog

🚀 New Features

  • 9f2d05a: feat(web): UI overhaul with shadcn/ui migration, mobile optimization, and toast notifications (#80) (@s0up4200)
  • ee6e140: feat(web): add PWA support with manual service worker registration (#82) (@s0up4200)
  • 5babde2: feat(web): add agent version display to system information (#81) (@s0up4200)

🐛 Bug Fixes

🔧 Maintenance

📝 Documentation

🔄 Other Changes

  • 1879f20: refactor: simplify generated config by removing unnecessary fields (@s0up4200)
  • c3fc9ac: refactor: split large agent.go file and fix Tailscale discovery (#77) (@s0up4200)

Full Changelog: v0.4.1...v0.5.0

🐳 Docker images

  • docker pull ghcr.io/autobrr/netronome:v0.5.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

Don't miss a new netronome release

NewReleases is sending notifications on new releases.