github tylerbutler/repoverlay v0.14.0
v0.14.0 - 2026-05-16

latest release: v0.14.1
3 hours ago

Release Notes

Command: browse

Changed

Make browse the recommended interactive workflow

The CLI help now points interactive users to repoverlay browse for discovering and applying overlays, while repoverlay apply is framed as the scripting and advanced workflow. Non-interactive browse output also tells users to run it in a terminal.

Command: move

Added

Add named source destinations to repoverlay move

Use repoverlay move --to source:<name> to move an overlay into a configured overlay source. The target repository path is detected from the current git remote, or can be set explicitly with --target-repo org/repo.

Install repoverlay 0.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tylerbutler/repoverlay/releases/download/v0.14.0/repoverlay-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tylerbutler/repoverlay/releases/download/v0.14.0/repoverlay-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install tylerbutler/tap/repoverlay

Download repoverlay 0.14.0

File Platform Checksum
repoverlay-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
repoverlay-x86_64-apple-darwin.tar.xz Intel macOS checksum
repoverlay-x86_64-pc-windows-msvc.zip x64 Windows checksum
repoverlay-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
repoverlay-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Don't miss a new repoverlay release

NewReleases is sending notifications on new releases.