Skip to content

Releases: tremtec/maestro

Release 0.0.9 🎉

13 Apr 22:26

Choose a tag to compare

Maestro 0.0.9

What's New

See CHANGELOG.md for details.

Installation

macOS

# Intel Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.9/maestro-0.0.9-darwin-amd64.tar.gz"

# Apple Silicon Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.9/maestro-0.0.9-darwin-arm64.tar.gz"

tar -xzf maestro.tar.gz
mv maestro /usr/local/bin/

Linux

# AMD64
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.9/maestro-0.0.9-linux-amd64.tar.gz"

# ARM64 (e.g., Raspberry Pi, AWS Graviton)
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.9/maestro-0.0.9-linux-arm64.tar.gz"

tar -xzf maestro.tar.gz
sudo mv maestro /usr/local/bin/

Windows

# AMD64
curl.exe -L -o maestro.zip "https://github.com/tremtec/maestro/releases/download/0.0.9/maestro-0.0.9-windows-amd64.zip"
Expand-Archive -Path maestro.zip -DestinationPath .

Go Install

go install github.com/tremtec/maestro@0.0.9

Verify Checksums

sha256sum -c SHA256SUMS.txt

Supported Platforms

OS Architecture
Linux amd64, arm64, 386
macOS amd64, arm64 (Apple Silicon)
Windows amd64, 386

AI Diamond Chain

This release implements the AI Diamond Chain methodology for squad-based development.


Full Changelog: 0.0.9...main

Release 0.0.8 🎉

29 Mar 17:11

Choose a tag to compare

Maestro 0.0.8

What's New

See CHANGELOG.md for details.

Installation

macOS

# Intel Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.8/maestro-0.0.8-darwin-amd64.tar.gz"

# Apple Silicon Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.8/maestro-0.0.8-darwin-arm64.tar.gz"

tar -xzf maestro.tar.gz
mv maestro /usr/local/bin/

Linux

# AMD64
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.8/maestro-0.0.8-linux-amd64.tar.gz"

# ARM64 (e.g., Raspberry Pi, AWS Graviton)
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.8/maestro-0.0.8-linux-arm64.tar.gz"

tar -xzf maestro.tar.gz
sudo mv maestro /usr/local/bin/

Windows

# AMD64
curl.exe -L -o maestro.zip "https://github.com/tremtec/maestro/releases/download/0.0.8/maestro-0.0.8-windows-amd64.zip"
Expand-Archive -Path maestro.zip -DestinationPath .

Go Install

go install github.com/tremtec/maestro@0.0.8

Verify Checksums

sha256sum -c SHA256SUMS.txt

Supported Platforms

OS Architecture
Linux amd64, arm64, 386
macOS amd64, arm64 (Apple Silicon)
Windows amd64, 386

AI Diamond Chain

This release implements the AI Diamond Chain methodology for squad-based development.


Full Changelog: 0.0.8...main

Release 0.0.7 🎉

29 Mar 16:38

Choose a tag to compare

Maestro 0.0.7

What's New

See CHANGELOG.md for details.

Installation

macOS

# Intel Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.7/maestro-0.0.7-darwin-amd64.tar.gz"

# Apple Silicon Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.7/maestro-0.0.7-darwin-arm64.tar.gz"

tar -xzf maestro.tar.gz
mv maestro /usr/local/bin/

Linux

# AMD64
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.7/maestro-0.0.7-linux-amd64.tar.gz"

# ARM64 (e.g., Raspberry Pi, AWS Graviton)
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.7/maestro-0.0.7-linux-arm64.tar.gz"

tar -xzf maestro.tar.gz
sudo mv maestro /usr/local/bin/

Windows

# AMD64
curl.exe -L -o maestro.zip "https://github.com/tremtec/maestro/releases/download/0.0.7/maestro-0.0.7-windows-amd64.zip"
Expand-Archive -Path maestro.zip -DestinationPath .

Go Install

go install github.com/tremtec/maestro@0.0.7

Verify Checksums

sha256sum -c SHA256SUMS.txt

Supported Platforms

OS Architecture
Linux amd64, arm64, 386
macOS amd64, arm64 (Apple Silicon)
Windows amd64, 386

AI Diamond Chain

This release implements the AI Diamond Chain methodology for squad-based development.


Full Changelog: 0.0.7...main

Release 0.0.6 🎉

29 Mar 16:25

Choose a tag to compare

Maestro 0.0.6

What's New

See CHANGELOG.md for details.

Installation

macOS

# Intel Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.6/maestro-0.0.6-darwin-amd64.tar.gz"

# Apple Silicon Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.6/maestro-0.0.6-darwin-arm64.tar.gz"

tar -xzf maestro.tar.gz
mv maestro /usr/local/bin/

Linux

# AMD64
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.6/maestro-0.0.6-linux-amd64.tar.gz"

# ARM64 (e.g., Raspberry Pi, AWS Graviton)
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.6/maestro-0.0.6-linux-arm64.tar.gz"

tar -xzf maestro.tar.gz
sudo mv maestro /usr/local/bin/

Windows

# AMD64
curl.exe -L -o maestro.zip "https://github.com/tremtec/maestro/releases/download/0.0.6/maestro-0.0.6-windows-amd64.zip"
Expand-Archive -Path maestro.zip -DestinationPath .

Go Install

go install github.com/tremtec/maestro@0.0.6

Verify Checksums

sha256sum -c SHA256SUMS.txt

Supported Platforms

OS Architecture
Linux amd64, arm64, 386
macOS amd64, arm64 (Apple Silicon)
Windows amd64, 386

AI Diamond Chain

This release implements the AI Diamond Chain methodology for squad-based development.


Full Changelog: 0.0.6...main

Release 0.0.5 🎉

25 Mar 19:34

Choose a tag to compare

Maestro 0.0.5

What's New

See CHANGELOG.md for details.

Installation

macOS

# Intel Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.5/maestro-0.0.5-darwin-amd64.tar.gz"

# Apple Silicon Macs
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.5/maestro-0.0.5-darwin-arm64.tar.gz"

tar -xzf maestro.tar.gz
mv maestro /usr/local/bin/

Linux

# AMD64
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.5/maestro-0.0.5-linux-amd64.tar.gz"

# ARM64 (e.g., Raspberry Pi, AWS Graviton)
curl -L -o maestro.tar.gz "https://github.com/tremtec/maestro/releases/download/0.0.5/maestro-0.0.5-linux-arm64.tar.gz"

tar -xzf maestro.tar.gz
sudo mv maestro /usr/local/bin/

Windows

# AMD64
curl.exe -L -o maestro.zip "https://github.com/tremtec/maestro/releases/download/0.0.5/maestro-0.0.5-windows-amd64.zip"
Expand-Archive -Path maestro.zip -DestinationPath .

Go Install

go install github.com/tremtec/maestro@0.0.5

Verify Checksums

sha256sum -c SHA256SUMS.txt

Supported Platforms

OS Architecture
Linux amd64, arm64, 386
macOS amd64, arm64 (Apple Silicon)
Windows amd64, 386

AI Diamond Chain

This release implements the AI Diamond Chain methodology for squad-based development.


Full Changelog: 0.0.5...main

Release 0.0.4 🎉

25 Mar 19:15

Choose a tag to compare

fix(gh-action): update tags format

Release v0.0.3 🎉

24 Mar 13:06

Choose a tag to compare

enh: adjust module name

Release v0.0.2 🎉

13 Mar 17:10

Choose a tag to compare

fix(ci): update release naming

Release v0.0.1 🎉

13 Mar 17:08

Choose a tag to compare

fea(ci): add tag release workflow