Skip to content

Releases: openbootdotdev/openboot

OpenBoot v0.60.2

02 Jun 06:17
92f4e4e

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix: clone external zsh plugins referenced by dotfiles .zshrc (#122)

Full Changelog: v0.60.1...v0.60.2

OpenBoot v0.60.1

02 Jun 05:44
9549bff

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix: clone all external zsh plugins on remote-config installs (#121)

Full Changelog: v0.60.0...v0.60.1

OpenBoot v0.60.0

01 Jun 15:30
7a91db8

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Features

  • feat: clone external oh-my-zsh plugins on snapshot restore (#120)

Bug Fixes

  • fix: audit and eliminate 23 of 25 dryrun baseline exemptions (#118)

Docs

  • docs: sync CLAUDE.md with go 1.25, add doctor and logging to layout (#116)

CI

  • ci: stop skipped-job emails from drift-to-issue workflow (#119)

Full Changelog: v0.59.0...v0.60.0

OpenBoot v0.59.0

31 May 13:44
8b30520

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Features

  • feat: add openboot doctor command for system health checks (#111)
  • feat: add dry-run archtest rule to enforce DryRun checks before destructive ops (#110)

Refactors

  • refactor: split ui/ into helpers and tui model subpackages (#112)
  • refactor: migrate fmt.Print to ui helpers, tighten fmtprint archtest to near-hard rule (#113)
  • refactor: extract dry-run helpers to reduce duplication (#109)
  • refactor: replace interface{} with typed CaptureResults in snapshot capture (#108)

Docs

  • docs: update AGENTS.md and CLAUDE.md to reflect fmtprint archtest enforcement (#114)

Chores

  • chore: untrack agent work artifacts and ignore them (#115)

Full Changelog: v0.58.15...v0.59.0

OpenBoot v0.58.15

27 May 14:06
83f0b5c

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix: wrap all bare error returns with context (#107)

Full Changelog: v0.58.14...v0.58.15

OpenBoot v0.58.14

26 May 14:31
2932d6a

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix: propagate brew errors, replace raw Scanln, remove sudo rm -rf suggestion (#106)

Full Changelog: v0.58.13...v0.58.14

OpenBoot v0.58.13

25 May 15:17
9950ddd

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix: address code review findings across installer, auth, and brew (#105)

Full Changelog: v0.58.12...v0.58.13

OpenBoot v0.58.12

25 May 14:38
0fd6cd6

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix(brew): remove silent cask-to-formula fallback in retry path (#104)

Refactors

  • refactor: remove dead step functions, embed config structs, add fmt.Print archtest (#103)

Full Changelog: v0.58.11...v0.58.12

OpenBoot v0.58.11

24 May 14:20
5f9cf4d

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix(config): allow '+' in package and cask names (#102)

Full Changelog: v0.58.10...v0.58.11

OpenBoot v0.58.10

20 May 15:04
1b4e54f

Choose a tag to compare

Installation

brew install openbootdotdev/tap/openboot

Binaries

Platform Architecture Download
macOS Apple Silicon (M1/M2/M3) openboot-darwin-arm64
macOS Intel openboot-darwin-amd64

What's Changed

Bug Fixes

  • fix(brew): suppress cask stdout/stderr during install (#100)

Refactors

  • refactor(progress): replace byte-tracking bar with spinner + elapsed (#99)

Full Changelog: v0.58.9...v0.58.10