Skip to content

Releases: HubbleNetwork/hubble-install

v1.1.0

22 May 20:57
c25b442

Choose a tag to compare

Hubble Network Installer v1.1.0

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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

Other Changes

  • 362ee60: Fix: add --refresh flag to uv tool run on Linux to match macOS/Windows (@jmarbach)

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

07 Feb 20:44
67f9a95

Choose a tag to compare

Hubble Network Installer v1.0.5

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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


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

17 Jan 00:12
cfe1754

Choose a tag to compare

Hubble Network Installer v1.0.4

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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


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

16 Jan 23:06
9ffb321

Choose a tag to compare

Hubble Network Installer v1.0.3

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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


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

18 Dec 19:53
34286ab

Choose a tag to compare

Hubble Network Installer v1.0.2

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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


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

18 Dec 18:21
b27f48a

Choose a tag to compare

Hubble Network Installer v1.0.1

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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

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.0

16 Dec 21:38
e21aefa

Choose a tag to compare

Hubble Network Installer v1.0.0

Cross-platform installer for Hubble Network developer boards.

Installation

Quick Install (Recommended):

curl -fsSL https://get.hubble.com | bash

Manual 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


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