Skip to content

v0.0.2-rc6

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 18:38
48ce3ae

Installer entrypoints for Waired v0.0.2-rc6.
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

  • docs: cover the installer and waired init option surface by @gen16k in #163
  • fix(installer/windows): -LogLevel survives UAC; init bool flags use the = form by @gen16k in #169
  • docs: add a copy-pasteable "Report a problem" runbook by @gen16k in #171
  • feat(installer): one non-interactive contract, and the knobs each script lacked (re-land of #170) by @gen16k in #172

Full Changelog: v0.0.2-rc5...v0.0.2-rc6