Skip to content

Release v0.3.1-legacy

Choose a tag to compare

@github-actions github-actions released this 03 Apr 14:19
· 97 commits to main since this release
013a39f

Shannon v0.3.1-legacy

🖥️ 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-legacy
docker pull waylandzhang/orchestrator:v0.3.1-legacy
docker pull waylandzhang/agent-core:v0.3.1-legacy
docker pull waylandzhang/llm-service:v0.3.1-legacy

🚀 Quick Start

Recommended: One-command install

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

  • fix: sandbox, gateway, and lead hardening (15 confirmed issues) by @Awakehsh in #155
  • Fix DeepSeek model aliases for official API IDs by @dyingcowboy in #156
  • feat: add MiniMax M2.7/M2.7-highspeed as first-class LLM provider by @octo-patch in #157

New Contributors

Full Changelog: v0.3.1...v0.3.1-legacy