Skip to content

v0.0.2-rc3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:30
47c6186

Installer entrypoints for Waired v0.0.2-rc3.
Linux: curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh
macOS: curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh
Windows: iwr -useb https://github.com/waired-ai/waired-agent/releases/latest/download/install.ps1 | iex

Linux .deb packages live in Google Artifact Registry; install.sh adds the apt repo.
macOS binaries (waired-darwin-{amd64,arm64}.tar.gz + .sha256, unsigned ad-hoc) are
attached here; the same install.sh detects Darwin, installs Ollama, and registers
a per-user launchd LaunchAgent.
Windows binaries (waired-windows-amd64.zip + .sha256) and the GUI installer
(WairedSetup--x64.exe, unsigned -- see SmartScreen note in docs) are
attached here.

What's Changed

  • fix(agent): route remaining sudo hints through per-OS elevation wording (waired#752) by @gen16k in #48
  • fix(inference): reroute a Claude turn off a stalled mesh peer instead of hanging (waired#757) by @gen16k in #49
  • feat(installer): --clean / -Clean / WAIRED_CLEAN — one-command clean install (wipe, then reinstall) by @gen16k in #51

Full Changelog: v0.0.2-rc1...v0.0.2-rc3