Skip to content

Releases: openbootdotdev/openboot

OpenBoot v0.62.0

06 Jun 17:20
7ee22ed

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(snapshot): scan bun global packages (#128)

Chores

  • chore: bump Go toolchain to 1.25.11 to fix stdlib vulns GO-2026-5039 and GO-2026-5037 (#127)

Full Changelog: v0.61.0...v0.62.0

OpenBoot v0.61.1

03 Jun 16:37
a46a9bd

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: back up stow conflicts before make install to prevent conflict failures (#126)

Full Changelog: v0.61.0...v0.61.1

OpenBoot v0.61.0

03 Jun 16:46
a46a9bd

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: prefer Makefile over stow when dotfiles repo has install target (#123)

Bug Fixes

  • fix: back up stow conflicts before make install to prevent conflict failures (#126)
  • fix: pass jobs_json via env var to fix stdin conflict in drift-to-issue

Chores

  • chore: add cross-repo checklist to PR template and teach ship-pr to use it (#125)

Full Changelog: v0.60.2...v0.61.0

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