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.

Download options
Windows
Installer builds for managed teams and individual workstations.
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"macOS
Native DMG builds for both Mac processor families.
Downloads the Apple Silicon DMG to the current folder.
curl -L -o Intellaflow.dmg 'https://app.intellaflow.ai/api/desktop/download/macos-apple-silicon'Linux
Portable and package-manager friendly builds for x64 Linux.
Downloads, marks executable, and launches.
curl -L -o Intellaflow.AppImage 'https://app.intellaflow.ai/api/desktop/download/linux-appimage' && chmod +x Intellaflow.AppImage && ./Intellaflow.AppImageDownloads the package and installs with apt.
curl -L -o intellaflow.deb 'https://app.intellaflow.ai/api/desktop/download/linux-deb' && sudo apt install ./intellaflow.debProduction 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.