macOS · Windows · Linux

Download ICE Desktop

Electron app with an embedded backend and a local SQLite database. Works offline. Free, Apache 2.0. No telemetry.

Recommended

macOS

Apple Silicon

Download

ICE-0.1.50-arm64.dmg · ~150 MB

macOS

Intel (x64)

Download

ICE-0.1.50-x64.dmg · ~160 MB

Windows

x64

Download

ICE-Setup-0.1.50.exe · ~140 MB

Linux

x64 AppImage

Download

ICE-0.1.50-x86_64.AppImage · ~155 MB

Linux

ARM64 AppImage

Download

ICE-0.1.50-arm64.AppImage · ~150 MB

System requirements

macOS

  • macOS 12 (Monterey) or later
  • Apple Silicon or Intel
  • 4 GB RAM minimum

Windows

  • Windows 10 (64-bit) or later
  • x64 processor
  • 4 GB RAM minimum

Linux

  • Ubuntu 20.04+, Fedora 36+ or equivalent
  • x64 or ARM64
  • 4 GB RAM minimum

Or run from source

If you would rather build and hack on ICE locally, the repo includes everything you need. Node 22 and pnpm 10 are the only prerequisites.

git clone https://github.com/light-cloud-com/ice.git
cd ice
pnpm install
pnpm dev:all

Opens at http://localhost:5173. No login.

Why a desktop app?

  • Works offline. Embedded gateway, local SQLite.
  • Cloud credentials stay on your machine.
  • No Docker required.
  • Same app shell as the web build, so canvases move freely.