github neiii/bridle v0.1.0
0.1.0 - 2025-12-31

latest releases: v0.2.9, v0.2.8, v0.2.7...
3 months ago

Release Notes

Added

  • Initial public release
  • Support for Claude Code, OpenCode, Goose, and AMP Code harnesses
  • Profile management commands: list, show, create, delete, switch, edit, diff
  • Terminal UI (TUI) dashboard with keyboard and mouse support
  • CLI with JSON output support for scripting
  • MCP server configuration parsing and display
  • Plugin/extension configuration parsing
  • Commands and skills extraction

Install bridle 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.1.0/bridle-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.1.0/bridle-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install neiii/bridle/bridle

Download bridle 0.1.0

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

Don't miss a new bridle release

NewReleases is sending notifications on new releases.