Download Ice Server
Current Version: 4.0.11
Pre-built Binaries
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 (amd64) | ice-server-4.0.11-linux-amd64.tar.gz |
| Linux | ARM64 | ice-server-4.0.11-linux-arm64.tar.gz |
| macOS | Intel (amd64) | ice-server-4.0.11-darwin-amd64.tar.gz |
| macOS | Apple Silicon (ARM64) | ice-server-4.0.11-darwin-arm64.tar.gz |
| Windows | x86_64 (amd64) | ice-server-4.0.11-windows-amd64.zip |
Docker
# Latest version
docker run -d --name ice-server \
-p 8121:8121 \
-v ./ice-data:/app/ice-data \
waitmoon/ice-server:latest
# Specific version
docker run -d --name ice-server \
-p 8121:8121 \
-v ./ice-data:/app/ice-data \
waitmoon/ice-server:4.0.11Quick Start
tar -xzvf ice-server-4.0.11-linux-amd64.tar.gz
cd ice-server-4.0.11-linux-amd64
sh ice.sh start
# Visit http://localhost:8121What's New in 4.0.11
Dark Mode Fix & Change List Improvements
- Web UI: Fixed color incompatibility in diff view and dual-tree comparison under dark mode, switched to antd theme tokens
- Web UI: Relation nodes in change list now display type names (e.g. AND)
SDK Versions
This release updates Server only. SDK versions remain unchanged:
| Component | Version | Install |
|---|---|---|
| Java SDK | 4.0.7 | com.waitmoon.ice:ice-core:4.0.7 |
| Go SDK | v1.2.3 | go get github.com/zjn-zjn/ice/sdks/go@v1.2.3 |
| Python SDK | 4.0.7 | pip install ice-rules==4.0.7 |
Previous Versions
| Version | Date | Highlights | Download |
|---|---|---|---|
| 4.0.10 | 2026-03 | Change comparison feature | Download |
| 4.0.8 | 2026-03 | Controlled mode & publish to remote | Download |
| 4.0.7 | 2026-03 | Fix import ID conflict | Download |
| 4.0.6 | 2026-03 | Logging system overhaul | Download |
| 4.0.5 | 2026-03 | Roam API simplification | Download |
| 4.0.0 | 2026-03 | Pack/Context removal, Mock execution | Download |
| 3.0.0 | 2026-03 | Server rewritten in Go | Download |
See the full Changelog for details.