Skip to content

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 13:04
· 97 commits to main since this release

Shannon v0.3.1

🖥️ Desktop Apps

Download the desktop application for your platform:

macOS (Universal Binary - Intel & Apple Silicon)

  • .dmg installer (recommended)
  • .app.tar.gz for manual installation

Windows

  • .msi installer (recommended)
  • .exe NSIS installer (alternative)

Linux

  • .AppImage (portable, no installation required)
  • .deb package (Debian/Ubuntu)

🐳 Docker Images

docker pull waylandzhang/gateway:v0.3.1
docker pull waylandzhang/orchestrator:v0.3.1
docker pull waylandzhang/agent-core:v0.3.1
docker pull waylandzhang/llm-service:v0.3.1

🚀 Quick Start

Recommended: One-command install

curl -fsSL https://raw.githubusercontent.com/Kocoro-lab/Shannon/v0.3.1/scripts/install.sh | bash

This downloads all required files (config, migrations, WASM interpreter) and starts services.

Manual setup: Clone the repo and use deploy/compose/docker-compose.release.yml with the full directory structure.

📚 Documentation

📝 What's Changed

See CHANGELOG.md for detailed changes.

What's Changed

  • feat(swarm): workflow reliability, Lead tools, and desktop UI improvements by @Awakehsh in #152

Full Changelog: v0.3.0...v0.3.1