Skip to content

Releases: gal-agent/gal-release

Release list

v1.2.0

Choose a tag to compare

@zmysysz zmysysz released this 21 Jul 14:52

Release v1.2.0

First public release.

An LLM you can let loose. One binary. CLI, GUI, and IM server. Linux, macOS, Windows. Zero install, kernel-level safe by default.

Highlights

  • One binary, three frontends - CLI (gal), desktop GUI (galw), IM/HTTP server (gal serve). Same engine, same sessions, same config.
  • Kernel-level sandbox - OS-native isolation on all platforms (Linux mount namespace + OverlayFS, macOS Seatbelt, Windows AppContainer). No Docker, no daemon. Write confined to project dir, everything else read-only. /sudo for one-turn escalation.
  • Remote tool - execute tools on SSH hosts. Single binary deployed to remote as ~/gal-exec, same safe mode path checks.
  • Context that scales - model-driven compression keeps long sessions coherent. 10,000+ rounds per session.
  • Sub-agents - spawn delegates to isolated contexts in parallel.
  • Skills & MCP - self-contained capability packs (prompt + script tools) and MCP server integration (SSE / HTTP / stdio), all lazy-loaded.
  • Admin mode - manage agents, skills, providers, and config through conversation.
  • IM channels - Feishu, DingTalk, Slack via outbound WebSocket. No public endpoint needed. Shared sessions across CLI and IM.
  • OpenAI-compatible API - embed GAL into your own product via gal serve.
  • Hooks & audit - lifecycle policy gates and independent audit logging.

Downloads

Platform CLI GUI
Linux amd64 gal-linux-amd64.tar.gz galw-linux-amd64.tar.gz
macOS amd64 (Intel) gal-darwin-amd64.tar.gz galw-darwin-amd64.zip
macOS arm64 (Apple Silicon) gal-darwin-arm64.tar.gz galw-darwin-arm64.zip
Windows amd64 gal-windows-amd64.zip galw-windows-amd64.zip

Verify

sha256sum -c checksums.txt --ignore-missing

v1.2.0 首个公开发布版本

可以放手干活的 LLM。 一个二进制,CLI / GUI / IM 服务三种形态,全平台内核级安全。

核心特性

  • 一个二进制,三种形态 - CLI(gal)、桌面 GUI(galw)、IM/HTTP 服务(gal serve)。同一引擎、同一会话、同一配置。
  • 内核级沙箱 - 全平台 OS 原生隔离(Linux 挂载命名空间 + OverlayFS、macOS Seatbelt、Windows AppContainer)。无需 Docker,无需守护进程。写入限制在项目目录,其余只读。/sudo 临时放行一轮。
  • 远程工具 - 在 SSH 主机上执行工具,单二进制部署到远端 ~/gal-exec,同样的安全路径检查。
  • 可扩展上下文 - 模型驱动的压缩保持长会话连贯,单会话 10,000+ 轮。
  • 子代理 - spawn 并行委派到隔离上下文。
  • Skills & MCP - 自包含能力包(提示词 + 脚本工具)和 MCP 服务器集成(SSE / HTTP / stdio),全部懒加载。
  • 管理模式 - 通过对话管理 agents、skills、providers 和配置。
  • IM 通道 - 飞书、钉钉、Slack 通过出站 WebSocket 接入,无需公网端点。CLI 与 IM 共享会话。
  • OpenAI 兼容 API - 通过 gal serve 嵌入你自己的产品。
  • Hooks 与审计 - 生命周期策略门控和独立审计日志。