Skip to content

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 12:18
· 97 commits to main since this release

Shannon v0.3.0

πŸ–₯️ 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.0
docker pull waylandzhang/orchestrator:v0.3.0
docker pull waylandzhang/agent-core:v0.3.0
docker pull waylandzhang/llm-service:v0.3.0

πŸš€ Quick Start

Recommended: One-command install

curl -fsSL https://raw.githubusercontent.com/Kocoro-lab/Shannon/v0.3.0/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.