Downloads
One app, two installers, no account. Veo is a universal binary for Apple silicon and Intel Macs.
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
- Open the DMG and drag Veo onto the Applications shortcut — or run the PKG for a standard installer flow.
- Launch Veo. It discovers your Codex CLI from
CODEX_EXECUTABLE, yourPATH, and the usual Homebrew and local install locations. - Press ⌘O to open a project, or ⌘N to start a projectless chat right away.
Verify
Checksums
Compare before you open. Run shasum -a 256 ~/Downloads/Veo-2.1-macOS-universal.dmg and match the digest below.
| File | SHA-256 |
|---|---|
| Veo-2.1 · DMG | 695455bab87745f6b4ec6ee97cc8e37f01381b3b9bd2904c7dee6d1dcb83b438 |
| Veo-2.1 · PKG | bb05147a7e1b1be2754abc3c2ea8960877cd7db43ca47254bada7e568d05b06e |
| Veo-2.0 · DMG | 8908b912a7618daf800b9938681ab857669f3593a7edc11713e72ae65c9a86eb |
| Veo-2.0 · PKG | 872828d96499a530c9c8f22fed564aa1407379cc110ae55f1b997720be75f0d5 |
| Veo-1.9 · DMG | 3c0450b842b4a0da91035ec35152fd9ce1db859fcbac48431a1460acfed11b87 |
| Veo-1.9 · PKG | 789440fd89c6da968b11cc20732dac99bc9c5c929150a94b14209376a9afb173 |
| Veo-1.8 · DMG | 4ef631195bcfb7b5abf5339d8949d33f4e085fad08b13dbbdbf860699f9560e6 |
| Veo-1.8 · PKG | 2fa7a57e5a21a37d5934a9f25117b99c22451754419c5a49da92d3777dc99172 |
| Veo-1.7 · DMG | 44fcc1a1f20d879143578d3d8a4266430b3c9a1b46db1b2a488e93ca4605a864 |
| Veo-1.7 · PKG | a9afb21732da1bcd7d45425c036c449cdb5ef9b408acac1871072f450d700f9d |
| Veo-1.6 · DMG | 03ffd7abb340eaf19ff3752e53bede8ebcea73266761a4f564d819dbe8e90b8f |
| Veo-1.6 · PKG | 627ad62c8e878b9e821c8027e5bbbd089c9cf5f6276ba09770ad78e3d31f1889 |
| Veo-1.5 · DMG | 1e5de433455fefe76295b3c840e1eb1fdbc0210cd0d4c2f680f18a105c232662 |
| Veo-1.5 · PKG | 0fcdf36efde253c2f7d3003854cf989bce426c666f5d2b9574dab7fc71891586 |
| Veo-1.4 · DMG | 7f8d67cdee10138dea7d33ddd34c29503d6c75d52290a84af75947bbc9fa2cdd |
| Veo-1.4 · PKG | 133c0915b18ba4f1ec255be6f167d2203f55649947d5ef26fc2e3e9b5d134460 |
| Veo-1.3 · DMG | 2c834dd91150b7f22cf0b97371bdf3ce0e1b9541a28dcd50bc4363d73e47b920 |
| Veo-1.3 · PKG | 2f6ee38402b3c299d63273de22eabe19faebf1eb91f4b12b84c569716ed9bd47 |
| Veo-1.2 · DMG | 4a1d3dac87eb86b83df239cc78003061ed7d475c56e8255388acf53320de1de0 |
| Veo-1.2 · PKG | d3abbc667a28f5890ad4955a3549f501f8d1d4184cfed068d3f292ca59a0893f |
Staying current
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.
From source
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.
Archive
Previous versions
| Version | Released | Highlight | Files |
|---|---|---|---|
| 2.0 | 20 Aug 2026 | Plans, inline decisions, terminal grids, and richer live work | Release |
| 1.9 | 15 Aug 2026 | GPT-5.6 Auto, live subagents, and durable continuation | Release |
| 1.8 | 13 Aug 2026 | In-app update installation and responsive background transfers | Release |
| 1.7 | 13 Aug 2026 | In-app browser and ChatGPT sign-in | Release |
| 1.6 | 13 Aug 2026 | Utility panel with Review, Browser, and Files | Release |
| 1.5 | 11 Aug 2026 | Notification materials and faster chats | Release |
| 1.4 | 11 Aug 2026 | Notifications, account details, updater repair | Release |
| 1.3 | 11 Aug 2026 | Theme materials and tidier new chats | Release |
| 1.2 | 10 Aug 2026 | In-app updates, temporary chats | Release |
| 1.1 | 10 Aug 2026 | Projectless chats, DMG + PKG installers | Release |
| 1.0 | 9 Aug 2026 | Initial release | Release |
Every build is also attached to GitHub Releases.