Desktop downloads

Intellaflow,
installed.

A dedicated download page for every desktop build: Windows MSI and EXE, macOS Apple Silicon and Intel, plus Linux AppImage and Debian packages.

Latest desktop v0.1.4Windows, macOS, LinuxDirect release downloads
app.intellaflow.ai/desktop
Intellaflow desktop workspace preview
Choose your build

Download options

View release notes
Windows 10 and 11

Windows

Installer builds for managed teams and individual workstations.

64-bit Windows 10 or newer
PowerShell quick install

Downloads the latest EXE and starts the installer.

powershell -ExecutionPolicy Bypass -Command "$installer = Join-Path $env:TEMP 'IntellaflowSetup.exe'; Invoke-WebRequest -Uri 'https://app.intellaflow.ai/api/desktop/download/windows-exe' -OutFile $installer; Start-Process $installer"
Apple Silicon and Intel

macOS

Native DMG builds for both Mac processor families.

macOS 12 or newer
Terminal download

Downloads the Apple Silicon DMG to the current folder.

curl -L -o Intellaflow.dmg 'https://app.intellaflow.ai/api/desktop/download/macos-apple-silicon'
AppImage and Debian

Linux

Portable and package-manager friendly builds for x64 Linux.

x64 Linux with GTK desktop libraries
AppImage command

Downloads, marks executable, and launches.

curl -L -o Intellaflow.AppImage 'https://app.intellaflow.ai/api/desktop/download/linux-appimage' && chmod +x Intellaflow.AppImage && ./Intellaflow.AppImage
Debian command

Downloads the package and installs with apt.

curl -L -o intellaflow.deb 'https://app.intellaflow.ai/api/desktop/download/linux-deb' && sudo apt install ./intellaflow.deb

Production app shell

Every installer opens the hosted Intellaflow workspace with the same auth, documents, workflows, and chat.

Latest release routing

Download buttons resolve through the latest GitHub release so new desktop versions do not strand old buttons.

Native installer flows

Windows opens a guided setup wizard; macOS opens a branded drag-to-Applications DMG; Linux ships AppImage and Debian packages.