Releases: HubbleNetwork/hubble-install
v1.1.0
Hubble Network Installer v1.1.0
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.1.0/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.1.0/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
New Features
- c25b442: feat: fetch supported boards from md.json instead of a hardcoded list (#18) (@buckleypaul)
Other Changes
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.5
Hubble Network Installer v1.0.5
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.5/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.5/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
New Features
- 67f9a95: feat: add anonymous analytics tracking with opt-out (#16) (@solidspark)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.4
Hubble Network Installer v1.0.4
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.4/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.4/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
Bug Fixes
- cfe1754: fix: remove nrfutil dependency entirely (#15) (@solidspark)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.3
Hubble Network Installer v1.0.3
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.3/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.3/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
Bug Fixes
- 9ffb321: fix(linux): use uv for nrfutil installation instead of pip (#14) (@solidspark)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.2
Hubble Network Installer v1.0.2
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.2/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.2/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
Bug Fixes
- 09ffa2e: fix: avoid uv-based nrfutil install on macOS/Linux (@hubble-robward)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.1
Hubble Network Installer v1.0.1
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.1/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.1/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
Bug Fixes
- 39e4cc0: fix: unbreak build for Uniflash banner (@hubble-robward)
Other Changes
- 48a7a56: Change Println to PrintInfo for Hubble Org message (@danielr-hubblenetwork)
- 850a3c7: Fix hex file generation to use user's working directory (@solidspark)
- b27f48a: Improve Windows installer reliability and user experience (#12) (@hubble-robward)
- 2acb3e0: Revise README for Texas Instruments support and details (@danielr-hubblenetwork)
- 4d3d2f6: Update README.md (@danielr-hubblenetwork)
- 4f8a700: Update UI messages for clarity and consistency (@danielr-hubblenetwork)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK, nRF52 DK
- Silicon Labs: xG22 EK4108A, xG24 EK2703A
Made with 🛰️ by Hubble Network
v1.0.0
Hubble Network Installer v1.0.0
Cross-platform installer for Hubble Network developer boards.
Installation
Quick Install (Recommended):
curl -fsSL https://get.hubble.com | bashManual Download:
Download the binary for your platform below, verify the checksum, make it executable, and run it.
Verifying Downloads
# Download binary and checksums
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.0/hubble-install-<OS>-<ARCH>
curl -LO https://github.com/HubbleNetwork/hubble-install/releases/download/v1.0.0/checksums.txt
# Verify checksum
shasum -a 256 -c checksums.txt --ignore-missing
# Make executable and run
chmod +x hubble-install-<OS>-<ARCH>
./hubble-install-<OS>-<ARCH>Changelog
Other Changes
- e21aefa: Initial release: Cross-platform Hubble Network installer (Robert Ward rob.ward@hubble.com)
Supported Platforms:
- macOS (Intel & Apple Silicon)
- Linux (amd64 & arm64)
- Windows (amd64)
Supported Developer Boards:
- Nordic: nRF21540 DK, nRF52840 DK
- Texas Instruments: TI CC2340R5 LP, TI CC2340R53 LP
Made with 🛰️ by Hubble Network