Download Valo
Free. No account, no signup, no credit card. Install it and start talking.
Version 1.2.53 · released July 28, 2026
macOS
Apple Silicon — every Mac with an M1, M2, M3 or M4 chip.
Download .dmg265 MB · .dmg
Intel Mac (2019 or earlier) →Not sure which? Apple menu → About This Mac. If it says Apple M-something, take the button above.
How to install on Mac →Windows
Windows 10 and 11, 64-bit. One installer, no options to pick.
Download installer223 MB · .exe
How to install on Windows →Linux
Debian and Ubuntu, 64-bit. Fedora is not packaged yet.
Download .deb234 MB · .deb · amd64
How to install on Linux →Downloads are served from updates.getvalo.dev — the same place the app gets its updates.
Read this first
Your computer will warn you. Here is exactly why.
On Windows you will see Windows protected your PC. On a Mac you may see Valo is damaged and can't be opened. Both look like your computer found a virus. Neither one means that.
Those messages are about a signature — a certificate an app maker buys from Apple or from a certificate authority so the operating system recognises who built the app. Valo does not have one yet. Apple charges yearly for it; on Windows the warning also needs download volume to disappear, which a new app does not have. So the operating system says what it honestly knows: I do not recognise this publisher. It has not scanned the file and found anything. It cannot read the name on the envelope.
That is the whole story, and it is a fair thing to be suspicious about. So do not take it on trust — check the file yourself. It takes one command.
You go through this once. After the first launch Valo updates itself, and the updater handles all of this quietly from then on.
macOS
Installing on a Mac
The disk image ships with a small helper called Open Valo. It exists because macOS stamps every downloaded app with a hidden “came from the internet” mark, and on an unsigned app that mark produces the damaged message — which on recent macOS has no Open Anyway button at all. The helper removes the stamp and re-signs Valo on the spot. It never asks for your password.
- 1
Open the downloaded .dmg file
A window opens with the Valo app, an Applications shortcut, and the Open Valo helper. - 2
Drag Valo onto the Applications folder
Same as installing any Mac app. Wait for the copy to finish. - 3
Double-click “Open Valo” in that same window
Not the Valo app itself — the helper. It cleans up the download mark, re-signs Valo, and launches it. - 4
If macOS blocks the helper too, right-click it and choose Open
Right-click (or Control-click) Open Valo → Open → Open again in the dialog. On macOS Sequoia and later you may instead need System Settings → Privacy & Security, scroll to the bottom, and click Open Anyway. - 5
That’s it — Valo opens
From now on launch Valo normally, from Applications or Spotlight. You will not need the helper again; updates repair the signature themselves.
Windows
Installing on Windows
One installer, no choices to make. It installs into your own user folder, so Windows does not ask for an administrator password.
- 1
Run the downloaded installer
The file is namedValo-Setup-1.2.53.exe. - 2
A blue window appears saying “Windows protected your PC”
This is SmartScreen. It is the unknown-publisher warning described above, not a virus alert. - 3
Click “More info”, then “Run anyway”
More info is small text under the message. Clicking it reveals the Run anyway button. Without that first click there is no way forward — which is exactly where most people give up. - 4
Valo installs and opens itself
No restart needed. If your antivirus quarantines the file instead, verify the checksum below and then allow it — antivirus tools frequently flag unsigned installers by default.
Linux
Installing on Linux
Debian and Ubuntu (64-bit) have a package. Fedora and Arch are not built yet — if you want one, say so in Discord and it can be added to the build.
- 1
Install the package
Useaptrather thandpkgso any missing dependencies get pulled in automatically.sudo apt install ./valo_1.2.53_amd64.deb - 2
Launch Valo from your applications menu
Or runvaloin a terminal.
Don’t trust — check
Verify the file yourself
A checksum is a fingerprint of the file. If the fingerprint you calculate matches the one published here, the file you downloaded is byte-for-byte the file that came out of the build — nothing was swapped or tampered with in between.
SHA-512 for Valo-Setup-1.2.53.exe:
nY6oiv29hfjnz52TaGWaWJna6ARJBBf7zKdSjUgl26zT82BVDnNz0prv4uMkUTKyut/IawpnXFRsK8yoP0/hfA==Calculate it on Windows, in PowerShell:
$bytes = [IO.File]::ReadAllBytes("Valo-Setup-1.2.53.exe")
[Convert]::ToBase64String([Security.Cryptography.SHA512]::Create().ComputeHash($bytes))On a Mac or Linux:
openssl dgst -sha512 -binary "Valo-Setup-1.2.53.exe" | openssl base64 -AHonest limitation: only the Windows installer publishes a checksum today. The Mac and Linux packages do not yet — that is a gap in the build pipeline, not a judgement about those files. Until it is closed, the strongest check on any platform is to upload the downloaded file to VirusTotal, which scans it with about seventy antivirus engines at once.
First launch
What happens when you open it
Valo is the window; the AI underneath is Claude or Codex. On first launch Valo installs that engine for you and shows a progress bar — you do not touch a terminal or a package manager.
Then you sign in with an account you already have: a Claude subscription, a ChatGPT account, or an API key from either. Valo does not resell AI access and takes no cut — it connects to your own account. What things cost · What connects to the internet
After that, updates arrive on their own. The warnings on this page are a first-launch problem only.