# Downloads · ICE by Light Cloud

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

Version 0.1.50. Latest builds: https://github.com/light-cloud-com/ice/releases

## Platforms

- **macOS** (Apple Silicon, recommended): `ICE-0.1.50-arm64.dmg`
- **macOS** (Intel x64): `ICE-0.1.50-x64.dmg`
- **Windows** (x64): `ICE-Setup-0.1.50.exe`
- **Linux** (x64 AppImage): `ICE-0.1.50-x86_64.AppImage`
- **Linux** (ARM64 AppImage): `ICE-0.1.50-arm64.AppImage`

Download base URL: https://github.com/light-cloud-com/ice/releases/latest/download/

## System requirements

- macOS 12 (Monterey) or later. Apple Silicon or Intel. 4 GB RAM.
- Windows 10 (64-bit) or later. x64. 4 GB RAM.
- Linux: Ubuntu 20.04+, Fedora 36+ or equivalent. x64 or ARM64. 4 GB RAM.

## Run from source

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

Opens at http://localhost:5173. No login. Node 22+ and pnpm 10+.

## 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.
