Downloads

One app, two installers, no account. Veo is a universal binary for Apple silicon and Intel Macs.

Veo app icon
Latest Veo 2.1 · 3 Sep 2026

Actionable error recovery, release history inside Veo, calmer timeline and composer polish, distinct GPT-5.6 model icons, and reliable local release signing. macOS 14 or later.

Before you install

  • macOS 14 or later.
  • A locally installed and authenticated Codex CLI. Veo runs it for you; it does not ship one.
  • Xcode 16 or later, only if you build from source.

Install

  1. Open the DMG and drag Veo onto the Applications shortcut — or run the PKG for a standard installer flow.
  2. Launch Veo. It discovers your Codex CLI from CODEX_EXECUTABLE, your PATH, and the usual Homebrew and local install locations.
  3. Press ⌘O to open a project, or ⌘N to start a projectless chat right away.

Checksums

Compare before you open. Run shasum -a 256 ~/Downloads/Veo-2.1-macOS-universal.dmg and match the digest below.

FileSHA-256
Veo-2.1 · DMG695455bab87745f6b4ec6ee97cc8e37f01381b3b9bd2904c7dee6d1dcb83b438
Veo-2.1 · PKGbb05147a7e1b1be2754abc3c2ea8960877cd7db43ca47254bada7e568d05b06e
Veo-2.0 · DMG8908b912a7618daf800b9938681ab857669f3593a7edc11713e72ae65c9a86eb
Veo-2.0 · PKG872828d96499a530c9c8f22fed564aa1407379cc110ae55f1b997720be75f0d5
Veo-1.9 · DMG3c0450b842b4a0da91035ec35152fd9ce1db859fcbac48431a1460acfed11b87
Veo-1.9 · PKG789440fd89c6da968b11cc20732dac99bc9c5c929150a94b14209376a9afb173
Veo-1.8 · DMG4ef631195bcfb7b5abf5339d8949d33f4e085fad08b13dbbdbf860699f9560e6
Veo-1.8 · PKG2fa7a57e5a21a37d5934a9f25117b99c22451754419c5a49da92d3777dc99172
Veo-1.7 · DMG44fcc1a1f20d879143578d3d8a4266430b3c9a1b46db1b2a488e93ca4605a864
Veo-1.7 · PKGa9afb21732da1bcd7d45425c036c449cdb5ef9b408acac1871072f450d700f9d
Veo-1.6 · DMG03ffd7abb340eaf19ff3752e53bede8ebcea73266761a4f564d819dbe8e90b8f
Veo-1.6 · PKG627ad62c8e878b9e821c8027e5bbbd089c9cf5f6276ba09770ad78e3d31f1889
Veo-1.5 · DMG1e5de433455fefe76295b3c840e1eb1fdbc0210cd0d4c2f680f18a105c232662
Veo-1.5 · PKG0fcdf36efde253c2f7d3003854cf989bce426c666f5d2b9574dab7fc71891586
Veo-1.4 · DMG7f8d67cdee10138dea7d33ddd34c29503d6c75d52290a84af75947bbc9fa2cdd
Veo-1.4 · PKG133c0915b18ba4f1ec255be6f167d2203f55649947d5ef26fc2e3e9b5d134460
Veo-1.3 · DMG2c834dd91150b7f22cf0b97371bdf3ce0e1b9541a28dcd50bc4363d73e47b920
Veo-1.3 · PKG2f6ee38402b3c299d63273de22eabe19faebf1eb91f4b12b84c569716ed9bd47
Veo-1.2 · DMG4a1d3dac87eb86b83df239cc78003061ed7d475c56e8255388acf53320de1de0
Veo-1.2 · PKGd3abbc667a28f5890ad4955a3549f501f8d1d4184cfed068d3f292ca59a0893f

Updates

Since 1.2, Veo checks GitHub for new releases on its own and shows the status in the sidebar above the runtime row.

  • Automatic checks are on by default.
  • Automatic installs stay opt-in.
  • Downloads run in the background with progress in the sidebar, and never open the GitHub release page to finish.
  • If the running copy can’t be replaced, Veo installs into Applications instead.
  • Downloads are code-signature verified before atomically replacing the installed app.

Settings → Updates.

Build it yourself

# clone
git clone https://github.com/itsasheruwu/Veo.git
cd Veo

# build the only product scheme
xcodebuild -project Veo.xcodeproj \
  -scheme Veo -configuration Debug \
  -derivedDataPath /tmp/veo-derived build \
  CODE_SIGNING_ALLOWED=NO

open /tmp/veo-derived/Build/Products/Debug/Veo.app

Or use script/build_and_run.sh, which handles building, launching, and log verification.

Previous versions

VersionReleasedHighlightFiles
2.020 Aug 2026Plans, inline decisions, terminal grids, and richer live work Release
1.915 Aug 2026GPT-5.6 Auto, live subagents, and durable continuation Release
1.813 Aug 2026In-app update installation and responsive background transfers Release
1.713 Aug 2026In-app browser and ChatGPT sign-in Release
1.613 Aug 2026Utility panel with Review, Browser, and Files Release
1.511 Aug 2026Notification materials and faster chats Release
1.411 Aug 2026Notifications, account details, updater repair Release
1.311 Aug 2026Theme materials and tidier new chats Release
1.210 Aug 2026In-app updates, temporary chats Release
1.110 Aug 2026Projectless chats, DMG + PKG installers Release
1.09 Aug 2026Initial release Release

Every build is also attached to GitHub Releases.