Skip to content

SharpTools Bridge v0.7.0

Choose a tag to compare

What's Changed

Improve Lutron, Button, and Matter setup

✨ Features

  • feat(bridge): add SmartThings-style button events (4a6a79c9)
    • Standardized button capability with pushed and held style events
    • Added extra event data with buttonNumber (and other metadata in some integrations)
  • feat(bridge): improve Lutron setup and remote events (6c406c89)

🐛 Bug Fixes

  • fix(bridge): simplify Matter setup guidance (c9d54ff8)
  • fix(bridge): harden Matter Docker setup errors (66bd6f6b)

Installation

This release contains SharpTools Bridge Docker images, standalone binary archives, and installer packages when available.

Docker

Linux host networking is recommended for local smart home protocol discovery:

docker run -d \
  --name sharptools-bridge \
  --restart unless-stopped \
  --network host \
  -v sharptools-bridge-data:/data \
  ghcr.io/sharptools-io/bridge:0.7.0

Then open http://<bridge-host>:8787/.

Docker Desktop and port-mapped examples are available in the SharpTools Bridge README.

Downloads

  • darwin-amd64 archive (zip): sharptools-bridge_0.7.0_darwin_amd64.zip
  • darwin-amd64 installer (pkg): SharpToolsBridge-0.7.0-x86_64.pkg
  • darwin-arm64 archive (zip): sharptools-bridge_0.7.0_darwin_arm64.zip
  • darwin-arm64 installer (pkg): SharpToolsBridge-0.7.0-arm64.pkg
  • linux-amd64 archive (tar.gz): sharptools-bridge_0.7.0_linux_amd64.tar.gz
  • linux-arm64 archive (tar.gz): sharptools-bridge_0.7.0_linux_arm64.tar.gz

Checksums are available in SHA256SUMS.